[00:01] fta: http://paste.ubuntu.com/220130/ [00:01] with all internal hidden === asac_ is now known as asac [00:02] hmm. there are still a few left. _ZN2v88internal19kLongLogEventsNamesE [00:06] what is that? [00:07] nm -D libv8.so [00:07] with all hidden [00:07] check your libv8.so (if you have it) [00:07] -rw-r--r-- 1 root root 88706 2009-07-16 17:55 da.pak [00:07] -rw-r--r-- 1 root root 83692 2009-07-16 17:55 en-US.pak [00:07] -rw-r--r-- 1 root root 74194 2009-07-16 17:55 he.pak [00:07] -rw-r--r-- 1 root root 53338 2009-07-16 17:55 zh-TW.pak [00:07] how many languages are there? [00:08] so far only 4 in my build, but there are ~50 in the source tree [00:10] later y'all [00:10] 50*63.333=? [00:11] 3166 [00:11] i gues thats ok to put in one langpack [00:11] chromium-browser-non-en [00:11] chromium-browser-non-us ;) [00:11] -l10n ? [00:12] or -langpacks [00:13] fta: http://bazaar.launchpad.net/~chromium-team/chromium-v8/chromium-v8.head/annotate/head%3A/debian/patches/hidden.patch [00:13] can you put that into your chromium build and see if things go mad? [00:14] probably need to change strip level [00:14] i tried it and it applies against latest trunk too [00:14] and to 1.2 branch [00:15] hm, i will diverge at each v8 sync :S [00:15] fta: no its just for testing [00:15] its not ready for that [00:15] if it works i can make it so upstreawm will take it [00:15] just an experiment if it blows up ;) [00:24] i'm not fully ready for a shared build, i have a few things to fix [00:24] fta: shared build? oh you have static v8? [00:24] yes, told you earlier [00:24] oh ok [00:24] WANT_SHARED_LIBS ?= 0 [00:25] cant you selectively just enable v8? [00:25] d'oh! difficult [00:26] fta: do you know how i can build v8 with tests? [00:27] make tests :) [00:27] lol, that's skia [00:27] hmm, let me see [00:29] add cctests to the target [00:30] asac, ^^ + http://code.google.com/p/v8/wiki/Testing [00:31] ok cool [00:31] now i found how to actually do the soname=on ;) [00:31] i am bloody scons n00b for sure ;) [00:32] if i just run scons it dumps the options. but it doesnt dump available targets [00:32] err scons --help [00:42] debian/tmp/usr/lib/libv8.so.1.so [00:42] ;) [00:49] does it work? [01:03] the tests? [01:03] no they fail to compile [01:03] first fixes were similar [01:03] but now i have a harder problem [01:03] with some weird templating [01:04] http://paste.ubuntu.com/220159/ [01:05] seems easy, but i don tsee whats wrong in this case ;) [01:06] i push hidden visibility throughout whole conversation.cc ;) [01:06] so not sure how it can be more visible ,) [01:08] no idea [01:14] ok seems i got it [01:15] at least that file ;) [01:19] [00:54|% 100|+ 427|- 399]: Done [01:19] fta: ? [01:19] means half didnt work? [01:19] or no test worked? [01:19] ;) [01:20] CXXFLAGS=-fno-strict-aliasing ./tools/test.py -S soname=on -S library=shared cctest/test-heap/SymbolTable [01:20] scons: Reading SConscript files ... [01:21] scons: done reading SConscript files. [01:21] scons: Building targets ... [01:21] scons: `cctests' is up to date. [01:21] scons: done building targets. [01:21] [00:00|% 100|+ 1|- 0]: Done [01:22] test-api is better: [00:24|% 100|+ 184|- 0]: Done [01:22] * asac runs all CC tests [01:23] five crashes [01:23] [00:52|% 100|+ 421|- 5]: Done > cctest [01:24] is that normal? [01:24] do you have zero crashes in chromium? [01:31] i don't run the v8 testsuite directly, so i'm not sure [01:42] yeah [01:42] i think the few crashes are ok [01:43] its the mjsunit testsuite that has 100% errors [01:43] i have to check that [01:43] hmm just running scons did trigger a rebuild for me again [01:43] maybe it doens like debug=on [01:43] before it did incremental builds for sure [01:45] seems just that building the tests triggers a rebuild of the real tree on its own [01:48] good. after creating the soname link and setting LD_LIBRARY_PATH the mjsunit tests work [01:49] ldd shell linux-gate.so.1 => (0xf7ef9000) libpthread.so.0 => /lib32/libpthread.so.0 (0xf7eb0000) libv8.so.1 => ./libv8.so.1 (0xf7be7000) [01:52] [04:24|% 100|+ 387|- 0]: Done [01:52] nice [08:55] hi [08:55] I am running FF 3.5.1 on hardy. can i install FF 3.6 ? [08:55] will that create issues ? [08:56] I have already FF 3.0.11 and FF 3.5.1 in Hardy :-) [08:56] nope [08:57] each one should have its own profile folder [08:57] micahg: nope means i can install FF 3.6 too ? [08:57] right [08:57] yep, sorry, it's almost 3AM here :) [08:58] ah you from East Coast [08:58] ? [08:59] Central Time [08:59] Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1pre) Gecko/20090716 Ubuntu/8.04 (hardy) Shiretoko/3.5.1pre [09:00] is that a correct version ? [09:00] I am running it on Ubuntu Hardy [09:00] we don't have an official version of 3.5 for hardy yet [09:00] that's a daily version [09:00] ok [09:01] what does daily version mean ? [09:01] there's a new build every day from the development brance [09:01] ah [09:01] *branch [09:01] got it [09:01] it's what will become 3.5.1 [09:01] so is it safe to run on a production host ? [09:02] that's up to you [09:02] it should be fairly stable, but no guarantees [09:02] if you want a stable release 3.0.11 is the best we have right now [09:03] micahg: FF 3.6 is cool [09:03] it has a search for all the open windows [09:05] is there a short cut key for List all tabs ? [09:13] idk [09:13] I don't use 3.6 [09:13] * micahg is off to sleep, others will come soon === ripps_ is now known as ripps [11:57] asac: hi again - had trouble connecting to freenode [11:58] hi [11:58] asac: re update to 3.5 - on win/mac you get given an option via the Firefox update [11:58] slee: so what did you do? go to synaptic and install firefox-3.5 (and firefox-3.5-gnome-support) [11:58] so you get notified even if not monitory the news [11:58] right. but we are delivering a complete desktop experience [11:58] lets please not start discussing that again [11:58] that doesn happen at all on ubuntu [11:58] k, [11:58] I just wanted ot be clear [11:59] my real point is how to get it to work [11:59] yes I did what you said [11:59] * slee checks [12:00] slee: ok. then the most likely source of confusion for you is that the firefox-3.5 package is ment to be a preview package for those folks like you that cant wait (e.g. its a special service we do for firefox). so its not replacing your ffox 3.5, [12:00] what you get is that boring Shiretoko named thing in the menu. you can safely use that [12:00] http://www.asoftsite.org/s9y/archives/161-FAQ-Why-is-my-firefox-3.5-still-called-Shiretoko.html [12:00] slee: ^^ [12:01] I have ffx 3.0.11 meta package and then I added 3.5. Nothing appeared to change [12:01] slee: rewad what i just wrote [12:01] read ;) [12:01] 13:00 < asac> slee: ok. then the most likely source of confusion for you is that the firefox-3.5 package is ment to be a preview package for those folks like you that cant wait (e.g. its a special service we do for firefox). so its not replacing your ffox 3.5, [12:01] 13:00 < asac> what you get is that boring Shiretoko named thing in the menu. you can safely use that [12:01] oh, will look again I did try looking in the menus, when my shortcut did nothing new [12:01] 13:00 < asac> http://www.asoftsite.org/s9y/archives/161-FAQ-Why-is-my-firefox-3.5-still-called-Shiretoko.html [12:01] 13:00 < asac> slee: ^^ [12:02] yes. we didnt migrate the default. for us its a separate app until we make it the default on the desktop. the idea is that users can still keep their old firefox working and still experiment with it [12:02] we're getting out of sync - hold on [12:03] * asac goes and makes a coffee [12:05] asac: OK I understand - seems I just missed the shiretoko in menu. Plus an old blog said it was very old build got me worried [12:06] asac: great I see Skiretoko [12:06] but it says 'Beta' - surely not? [12:06] slee: thats a bug. yeah. check what is in about -> help [12:07] unfortunately i forgot to fix that in the 3.5.1 update. but we will get 3.5.2 soon so i will fix it there now [12:07] asac k - can't do yet as have FFx open [12:08] slee: 3.5.2 isnt available yet. what you can do is to enable the security testing repo [12:08] thats basically the bits that will get rolled [12:08] asac can I suggest no test in synaptic for 3.5 mention the Shiretoko menu item? [12:08] slee: not sure what you mean? [12:09] slee: the package description? [12:09] yes [12:09] hmm [12:09] cool. I also run minefield daily for bleeding edge, but like the official latest form MoCo as well for when feeling nervious [12:09] thnaks oyu for all your help [12:09] *you [12:09] slee: for the short description? [12:10] slee: we have a daily ppa too [12:10] with firefox 3.6 and firefox 3.5 and tbird 3.0 and others [12:10] * slee check - means one in box below search list [12:10] https://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa [12:10] https://edge.launchpad.net/~ubuntu-mozilla-security/+archive/ppa [12:10] i would suggest that you enable both ... unless you dont want ffox 3.5 dailies too [12:10] asac I don't know if that is the short one [12:10] you can have all in parallel [12:11] currently says 'safe and easy web browser from Mozilla....' [12:11] the profiles are not shared (e.g. they are copied the first time you run) so you wont see profile bustage [12:11] slee: right. ok. let me think about it [12:11] safe and easy web browser from Mozilla - Codename: Shiretoko [12:11] maybe something like that [12:11] or [12:12] safe and easy web browser from Mozilla known as firefox 3.5 aka Shiretoko [12:12] asac; thank for pointing out ppa - will save me keep clicking on help->update [12:12] cheers [12:12] slee: you wil get another item in the menu for firefox 3.6 called "minefield" ;)( [12:13] slee: anyway. if you could upgrade the firefox-3.5 to the one in the security ppa that would help a lot [12:13] asac - just say 'intalled as Shiretoko in menus' ? or is that too variable? [12:13] thats too long [12:13] the short description must not have more then 70/80 chars afaik [12:13] asac what does that give me again? [12:13] slee: the security ppa? it gives you the security updates a few days ahead [12:14] e.g. after mozilla has finished pre-QA, but before they roll it officially [12:14] asac - ok I must be looking at the long one and it shows the short one first in the UI [12:14] they are usually super stable [12:14] its just that any user using that is helpful ... if he instantly reports regressions he might see [12:14] asa ok security PPA it is ;-) [12:14] here [12:14] * slee adds [12:15] thanks. then instantly upgrade so you can use 3.5.1 right away [12:15] thanks [12:16] slee: you on jaunty right? [12:16] asac thats from shiretoko menu item right? [12:17] yep jaunty [12:17] slee: what is from the shiretoko menu item? [12:18] (slee: remember to also install firefox-3.5-gnome-support if you are running gnome ... it doesnt get automatically pulled in until we make it the default (because kde folks complained)) [12:18] slee: the upgrade you do using update-manager [12:18] after adding the ppa lines in software sources [12:18] is that what you asked? [12:19] e.g. system -> administration -> software sources [12:19] asac - I meant how do I run the firefox form the security ppa [12:19] asac - that is how I added the to lines to source yes [12:19] slee: its the same ... just add the ppa. and upgrade to latest (if you already have installed 3.5) [12:20] getting security error with new source on synaptic reload [12:20] whoops mean "signature" [12:20] slee: right. thats because ppa keys are signed. does the upgrade work? [12:21] sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EBC211F [12:21] try that on the command line [12:21] that will make the security issue go away [12:21] running now [12:21] thats for the security ppa [12:21] tah [12:22] yes only using security not daily for now [12:22] 247510BE is for daily [12:22] ok [12:22] the run the command above ... its also explained on the ppa page [12:22] Signing key: ... "What is this?" [12:22] Geetin a message that ffx must be restarted so I need to close chatzilla [12:23] so it is an "upgrade" not parallel now? [12:23] do I need the 3.5 package as well [12:23] * slee getting a little confused [12:24] sorry. not sure. if you installed the firefox-3.5 and firefox-3.5-gnome-support packages through synpatic before [12:24] just upgrading will give you the right thing [12:24] yes i did [12:24] k, [12:24] and yes. you need to restart firefox [12:24] after the upgrade [12:24] thanks again for all your help [12:24] slee: you can verify that in about -> help [12:24] there you should see 3.5.1 [12:24] one day I like to understand what you've done with branding and XUL runner [12:25] yes. stay in this channel and you will understand at some point [12:25] it pops up frequently enough ;) [12:25] is there a web page explaining for noobs to the mysteries of pkg management? [12:25] hehe [12:25] xulrunner -> basically all the firefox is not firefox, but xulrunner ... [12:25] if you build firefox on top of xulrunner it just takes 4 minutes to build [12:25] firefox is basically justa javascript and xml (xul) [12:25] xull runner I know have used - but interested why you chose to use [12:26] any way must go now [12:26] ok cu around [12:26] ciao [12:26] welcome [12:26] * slee goes to enjoy ffx 3.5 [12:27] * gnomefreak has now gotten very very pissed off [12:30] now my known good card has no GUI [12:32] oh msybe i know why [12:33] maybe this will fix the 8400 problem (maybe == most likely not) [12:34] asac: morning [12:34] hi gnomefreak [12:35] i will be screwing around with getting into a GUI at least for a little while [12:35] i feel with you ;) [12:35] gnomefreak: do you have any xorg.conf? [12:35] i think good way is just to move that away somewhere and see if X works perfectly without any xorg.conf (which it should nowadays) [12:36] asac: yeah but i doubt that is why i cant get in with new card not even into bios [12:36] its worth a shot [12:38] ok its moved the 180 drivers are installed ill be back im gonna try to restart [12:38] ok am i here [12:38] oh hell be back [12:41] poor gnomefreak ;) [12:45] asac: hi again [12:45] unfortunately Shiretoko does not start [12:46] I get the profile manager dialog and then nothing more [12:54] i forgot that the upstream nvidia drivers changed the xorg.conf however my 8400 is still an issue [12:55] asac: is tseliot still our X guy? [12:57] slee: can you run firefox-3.5 from a console and see what you get there? [13:01] asac: huh! that worked and now so does the menu item [13:01] I wonder if it is as FFX 3.0 is also running now. [13:01] mighty weird [13:02] oh no output to terminal at all - good sign [13:03] slee: try ps aux | grep firefox if one is running you should see 2 processes [13:03] is 2 is running you will see 3 [13:03] grep == 1 firefox entry [13:03] be back in a minute i hope [13:04] asac, damn, tb3 is stuck at b3, no b4pre now that b3 has been released. it breaks the dailies [13:05] asac, oh. i see, your fault [13:05] is b3 really realeased? its just tagged aafaik [13:07] ok back to the 173 set up with upstream drivers. i really need to find out why the 8400 is not compatible with the PC [13:08] asac gnomefreak : all is well now with Shiretoko, very strange [13:08] will let you know any problems now using security ppa [13:09] asac, cat build-tree/mozilla/mail/config/version-191.txt [13:09] 3.0b3 [13:09] cat build-tree/mozilla/mail/config/version.txt [13:09] 3.1a1pre [13:09] yes. its +build1 [13:10] its not yet out afaik [13:10] no build* tag, just release [13:10] fta: yeah. i think thats their build tag atm [13:11] fta: do you have pastebin it using ubuntu pastebin? [13:11] yes [13:12] hey guys :) [13:12] fta: oh wait i think i can edit this fairly easy, something is wrong with mozilla pastebin so im changing it [13:13] gnomefreak, do you have a ~/.pastebinit.xml [13:13] fta: but i do need to see what address you are using [13:13] http://paste.ubuntu.com [13:13] Unknown website, please post a bugreport to request this pastebin to be added (http://pastebin.ubuntu.com) [13:14] oh i see [13:14] gnomefreak, http://paste.ubuntu.com/220468/ [13:15] tftthanks removing bin from address worked [13:17] i gueess update iso update backup than email. i just need to find a back up app that compresses the .diffs so i can save as a tar.gz instead of 35+ diffs [13:18] s/tftthanks/fta thanks [13:20] asac: I have found the problem [13:20] is there any way to use the daily PPA for only official releases? [13:22] roy_hobbs: no [13:22] roy_hobbs, no, https://edge.launchpad.net/~ubuntu-mozilla-security/+archive/ppa is probably what you want [13:23] thats it [13:23] might want to drop the edge. part [13:23] It's 3.5.1 an official release? [13:24] yes [13:24] oh missed it sorry [13:24] 1-2 days ago it became final [13:25] asac: lots of sparc + hppa build failues [13:26] asac: fyi if I start Shiretoko with any profile other than default it fails - even creating a new one [13:26] I've got profiel dialog to come up every tiem I launch [13:26] odd part as of yesterday 3.5.1 in daily isnt final [13:26] the error is XWindows - The error was 'BadWindow (invalid Window parameter)' [13:26] 3.5.1~hg20090716r26073+nobinonly-0ubuntu1~umd1 nevermind maybe it is [13:26] that's all I get in stderr [13:27] I have to go but will pop back Tueday or you can email me [13:27] slee: rename your 3.5 profile and try. the default should be 3.0 IIRC [13:28] huh? - the i seem to be sharing same default with 3.0 and 3.5 [13:29] sry on the phone [13:30] must go [13:30] maybe because you changed prefered apps? [13:30] * gnomefreak be back [13:38] fta: oh really. what did i think ;) [13:40] * gnomefreak needs to check something. i cant be that stupid theres no damn way. be back [14:15] fta: do you know how i can get a list of scons targets? [14:15] scons --help gives me the options [14:15] e.g. library=shared etc. [14:15] but i cannot find how to do a scons clean ;) [14:16] or see a list of targets available (which sounds odd because the optoin list is quite nice) [14:16] * asac runs rm -r obj/ [14:16] ;) [14:19] hmm. wtf is dtoa.c ;) [14:21] ah ok thats C [14:21] maybe using CFLAGS helps ;) [14:24] hey guys if you need anything tested even from source let me know [14:25] eagles0513875: you mean anything? please run the -security PPA ;) [14:25] link me baby one more time lol [14:25] lol [14:25] doesnt the awesome bar help ;) [14:25] https://edge.launchpad.net/~ubuntu-mozilla-security/+archive/ppa [14:25] what answer bar O_O [14:27] awesome bar [14:27] e.g. in firefox location bar just type: "-security ppa" [14:27] if you ever visited that page it should suggest it [14:33] gotcha [14:33] im sshed into my linux box atm [14:33] and putty decided to crash when i was modifying the sources list or at least trying to with kate [14:40] asac, depends on how the scons rules file was made; it may or may not list the targets :P [14:48] * eagles0513875 is getting upset at putty [14:53] fta: heh. ok. so is there any clean in google projects? [14:54] fta: anyway. what i really wanted to ask is where to best put something that creates headers before the build starts [14:54] at best only on gcc archs [14:54] in SConsscript [14:54] i guess chromium already does a bunch of pre-shuffeling bits. the v8 script is to simplish and doesnt do anthing like that [15:09] how can import the pgp key for the repo u linked me to asac [15:10] 13:21 < asac> sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EBC211F [15:10] eagles0513875: ^^ [15:10] ty asac:) [15:10] chromium has gyp creating the scons files from a bunch of template, but there's a bug pending as they store those files in the source tree, which is not ideal for devs as they have to ignre those in their commits, so no real solution so far [15:10] templateS [15:12] fta: hmm. [15:13] fta: http://paste.ubuntu.com/220553/ [15:13] at best even only if the target file does not yet exist [15:13] ssh (putty) + xmig :) best way to test stuff out :) [15:13] *xming [15:13] asac, http://code.google.com/p/chromium/issues/detail?id=15924 [15:14] hmm. i dont want to use gyp [15:14] asac, "#°/bin/sh" ?? [15:14] heh [15:14] i ran it with sh only ;) [15:15] looks like a temporary hack to me, they probably want to do that once, and maintain their files properly [15:15] i have that feeling that that single line would require quite a lot of python code ;) [15:15] yeah. then one can keep such a script for maintenance [15:16] ok. i will submit with that file attached and let them tell me what to do [15:16] good [15:17] hmm. i thought chromium had upstream the gyp files in v8 already.. [15:17] asac: :) upgrading files atm using apt-build [15:17] fta: http://paste.ubuntu.com/220554/ [15:18] i will ask, PDT time [15:18] so you can use shlibtype=default or =hidden [15:18] works great here ;) [15:18] i am happy [15:18] there is some cruft in it which should go to a different patch [15:18] also the gcc 44 detection is non existing [15:18] so one has to set GCC_VERSION=44 in env [15:19] is -fno-strict-aliasing really needed for everything, i thought it was just needed for dtoa.. [15:19] no its needed for everything. [15:19] it fails right on the first .cc file too [15:20] i think you are running Wno-error now ;) [15:20] but that will go to a different patch if they want it [15:20] let me check if symbolic-functions also works [15:24] too bad that i am not working on a git-svn checkout [15:24] maybe i should rather get one before i go crazy because of svn [15:24] you can sure do it for chromium, so should not be a problem for v8 either [15:25] asac, http://code.google.com/p/chromium/wiki/UsingGit [15:25] yeah. except that v8 will not bust up my precious storage on my sources partition ;) [15:25] yeah i know git-svn pretty well [15:26] you probably don't know cl ;) [15:26] there is no v8 on git.chromium.org [15:27] anyway git-svn started. i think thats good enough for now [15:27] more than 370 revisions still to import ;) [15:27] yeah git cl i dont know [15:28] http://code.google.com/p/v8/wiki/UsingGit [15:28] so i am doing the right thing ;) [15:28] great [15:47] hm, is there a policy for /etc/default/ ? === jdstrand_ is now known as jdstrand [15:49] i wonder if i should source /etc/default/chromium-browser in my launcher, or ship it in a new /etc/chromium-browser or something else.. [15:50] asac, ^^ [15:52] i think /etc/default is only used for initscripts [15:53] for global configs use /etc/$pkgname [15:53] you could also say /etc/chromium/browser/ [15:53] you could also say /etc/chromium/v8/ [15:53] etc. [15:53] to allow other chromium- packages share the tree [15:54] oh. btw. there is no git cl package [16:08] its odd. the complete testcases suddenly started to work in the same v8 tree ;) [16:13] i don't think v8 should be jailed to chromium [16:13] jailed? [16:13] /etc/chromium/v8/ [16:13] well. its chromium-v8 [16:13] thats the package name [16:13] so either its /etc/chromium-bprwser + -v8/ (if there are any settings at all) or it would be /etc/chromium/... [16:14] i just think that the chromium project could share directory [16:14] instead of creating them on their own [16:14] hey can somebody download this html file (http://pastebin.com/d44a0e47b) and tell me if it renders correctly for them? it works fine in IE6 running under wine but not firefox 3.0 or 3.5 [16:14] well. [16:14] no need to [16:15] ie6 renders crap [16:15] so its almost certainly not ffox problem [16:15] if opera and chromium also render it like IE then yes. [16:15] please check that [16:17] http://acid3.acidtests.org/ [16:17] asac, maybe we should rename the src package to just v8 [16:17] rhollencamp: ^^ run that in IE6 and ffox and other browsers [16:17] Is FF 3.5.1 heading to the repositories at any point in time? I don't care when just as long as I have some answer to tell these people who for some reason want the latest and greatest (sorry, a bit annoyed at those people today) [16:17] fta: yes we can do that ;) [16:17] opera renders my test doc fine [16:17] fta: unless its a trademark (which it isafaik) [16:17] asac, eh? [16:18] v8 [16:18] (TM) [16:18] asac, so what? [16:18] you cant name the chromium browser chrome ... i woulld think that taking the pure "v8" name would be proper [16:18] unless without getting ack from upstream to use it [16:20] debian started with just v8, and we have tons of other apps doing that, imho, you're getting chilly for nothing [16:20] * asac is like a whipped dog if it comes to trademarks + FOSS ;) [16:21] ok. we can of course go the "until they complain" path [16:21] asac, "you cant name the chromium browser chrome" => true but why would i want to do that? it's not the same product [16:22] ok ok ... [16:22] * asac gets brave again ;) [16:23] asac, http://paste.ubuntu.com/220616/ ? [16:23] asac, http://paste.ubuntu.com/220617/ for the full thing [16:23] fta: why the "default" at all? does that refer to a certain profile? [16:24] oh [16:24] ;) [16:24] asac, mostly because of this: http://codereview.chromium.org/149570 [16:25] i find it strange that i cannot see the diff directly on that page [16:25] "download raw patch" [16:26] i want to see all side by side [16:26] file by file then [16:26] or file a bug :) [16:27] i dont see CHROMIUM_FLAGS specifically referred to [16:27] in that patch [16:27] I don't want to add --enable-plugins in the PPA builds, but i want to make it easy to power users to do it, through an env var or that default file [16:27] (in both patches actually) [16:28] look at *my* patch [16:28] ok so you need more code. ok [16:28] your patch only sets and sources it [16:28] http://paste.ubuntu.com/220616/ [16:28] but doesnt use it [16:28] http://paste.ubuntu.com/220617/ [16:28] heh [16:28] double poster [16:28] ok [16:29] * asac the one who never looks back [16:46] fta: http://paste.ubuntu.com/220631/ [16:46] wonder if thats a gcc bug [16:46] for me it doesnt make much sense at least ;) [16:49] hm [16:49] ask doko [16:50] sure. but he is not online [16:50] but i guess he doesnt know [16:50] if i dont get reply on twitter i will send a mail to gcc list [16:53] SEAMONKEY_2_0b1_BUILD1 [16:53] and THUNDERBIRD_3_0b3_RELEASE (again) [17:04] asac: can you look at bug 400555 [17:05] Launchpad bug 400555 in firefox-3.0 "package firefox-3.0 3.0.11+build2+nobinonly-0ubuntu0.9.04.1 failed to install/upgrade: error creating directory `./usr/lib/firefox-3.0.11/components': No such file or directory" [Undecided,New] https://launchpad.net/bugs/400555 [17:05] I added a note about the ff3.5 bug that's similar [17:59] asac, lol https://wiki.ubuntu.com/DesktopTeam/Meeting/2009-07-21/PreviousVersionBugs most of the bugs are for you ;) [18:12] hi there [18:15] asac, I finally subscribed you to that global menu issue [18:16] but on google code (upstream), you have to subscribe yourself === Paddy_NI_ is now known as Paddy_NI [19:58] does anyone know why js_RegExpClass is defined in /usr/include/xulrunner-1.9/unstable/jsregexp.h, but not in the libmozjs.so it generates? [20:22] bmhm: whats the upstreawm url? [20:22] kristina: usually unstable are only unfrozen elements [20:22] but it might be a bug. [20:27] asac: can you look at bug 400555 [20:27] Launchpad bug 400555 in firefox-3.0 "package firefox-3.0 3.0.11+build2+nobinonly-0ubuntu0.9.04.1 failed to install/upgrade: error creating directory `./usr/lib/firefox-3.0.11/components': No such file or directory" [Undecided,New] https://launchpad.net/bugs/400555 [20:31] micahg: yeah already looked [20:31] not exaclty sure why we see that [20:31] the other was ok [20:31] but that one ... no idea [20:31] i think we hsould just properly test for the dir before touching [20:31] then we can avoid this [20:31] it's not the same cause as the one you fixed for 3.5? [20:32] remind me tomorrow or so [20:32] habve to run (friday night) [20:32] ok, I won't be on till Sunday [20:32] maybe the 3.5 didnt fix it completely [20:32] well, 3.5's a different package [20:32] this was for 3.0 [20:32] micahg: thats ok i thik. [20:32] right. but we should do the same everywhere i guess [20:32] I'll poke you Sunday :) [20:32] anyway ... off! [20:32] indeed [20:32] thanks! enjoy your weekend too [20:32] you too [20:51] asac: thanks [21:21] asac, why does ff 3.0 open the profile manager on 1st run now (after an upgrade)? [21:37] hey guys hows firefox 3.5 looking [21:39] asac, podes ajudar-me? estou estou à toa com o Flash, não tenho som depois de instalar o firefox 3.5 [21:47] asac isn't here right now [21:49] ok, gracias [22:19] asac, I linked the upstream url in launchpads bug report. [22:20] asac, http://code.google.com/p/gnome2-globalmenu/issues/detail?id=462 [23:00] mozilla 493541 [23:00] Mozilla bug 493541 in jemalloc "jemalloc integration cause crashes when libraries or plugins dlopen with RTLD_DEEPBIND" [Critical,Reopened] http://bugzilla.mozilla.org/show_bug.cgi?id=493541 [23:07] asac [23:07] yo [23:19] jdstrand, is the security team taking care of the ia32-libs package? [23:23] jdstrand, fta: % strings /usr/lib32/libpng12.so | grep 'libpng version' | head -1 libpng version 1.2.15beta5 - December 8, 2006 [23:24] jdstrand, and looking at http://www.libpng.org/pub/png/libpng.html it doesn't look good [23:24] fta: ia32-libs is in universe on hardy and later and is community supported [23:24] d'oh! [23:24] fta: we'd be happy to process debdiffs though [23:25] fta: I'm actually heading out, feel free to comment in the bug [23:25] noway for this package, that will be a hundreds-MB binary diff [23:26] fta: if their is a better solution, we can consider it [23:26] the src package in karmic is over 700MB [23:27] just a sync with the build-in script, assuming hardy's png is correct [23:27] !info libpng12-0 hardy [23:27] libpng12-0 (source: libpng): PNG library - runtime. In component main, is optional. Version 1.2.15~beta5-3ubuntu0.1 (hardy), package size 184 kB, installed size 360 kB [23:28] !info libpng12-0 hardy-security [23:28] 'hardy-security' is not a valid distribution: dapper, dapper-backports, hardy, hardy-backports, intrepid, intrepid-backports, jaunty, jaunty-backports, karmic, karmic-backports, kubuntu-backports, kubuntu-experimental, kubuntu-updates, medibuntu, partner [23:28] !info libpng12-0 hardy-backports [23:28] Package libpng12-0 does not exist in hardy-backports [23:28] well, *sigh* [23:29] i was trying to convince google to use more system libs, they pointed me to this :( [23:46] fta: they should just use mozilla's libpng [23:46] it's optimized, and it includes APNG! [23:46] :) [23:47] reed_, http://code.google.com/p/chromium/issues/detail?id=1171 [23:48] reed_, "The versions of the patches in Mozilla's Bugzilla are stale WRT the current libpng releases." [23:50] eh, I doubt that [23:50] Glenn is pretty good about keeping us up-to-date [23:51] mozilla bug 504805 [23:51] Mozilla bug 504805 in ImageLib "Update libpng to version 1.2.38" [Normal,Assigned] http://bugzilla.mozilla.org/show_bug.cgi?id=504805