[00:14] what's the about:config option to allow incompatible extension to install? [00:15] I'm presuming that the difference between b3 and b4pre isn't really gonna make things worse :p [00:15] extensions.checkCompatibility [00:16] ah, thanks [00:17] i would recommend the Nightly Tester Tools addons instead [00:17] oooo, that sounds like fun. wazzat? [00:18] http://www.oxymoronical.com/web/firefox/nightly [00:20] looks handy [00:20] it's also available at https://addons.mozilla.org/en-US/firefox/addon/6543 [00:35] Setting up firefox-3.1-gnome-support (3.5~b4~hg20090317r23798+nobinonly-0ubuntu1~umd1) ... [00:35] touch: cannot touch `/usr/lib/firefox-3.1*/.autoreg': No such file or directory [00:36] boohhh, big rename needed [01:21] asac, just upgraded my nc10 from a6 to current, can't connect to wifi anymore [01:25] what are your thoughts on a greasemonkey script that replaces settimeout and setinterval with versions that a rather large minimum delay to address my (imagined?) issues of firefox's resting cpu being ~25% with no plugins or addons present? [01:26] s/that a/that have a/ [01:27] at 2:30am, no thought at all :P [01:28] :p [03:28] Is there any place to apply a css rule when printing any document? [03:59] you know, my firefox session had 57 days of up-time until today :p [09:01] cwillu: 57 days up calls for trouble ;) [09:46] fta Firefox daily failing to install http://paste.ubuntu.com/132937/ [10:03] BUGabundo, i know, i fixed 3.1 yesterday, but i didn't respin the bot yet [10:24] fta ok [11:03] fta: http://www.golem.de/0903/65978.html [11:05] asac, :) [11:05] fta: you understand that? [11:06] for the most part yes [11:06] fta: it basically gives all the credits for the chromium linux port to you and ubuntu ;) [11:06] lol [11:06] angenommen? [11:07] what does that mean? approved? [11:07] fta: "hat sich Fabien Tassin einer Portierung angenommen. " -> that translates to: "fabien tassin took care of the port" [11:07] took care [11:07] oh [11:07] so it's wrong [11:07] yeah. but in a good way [11:08] so it reads: "because google doesnt provide a linux version of chrome, fabien took this over and ported it to linux" ;) [11:11] that part i understood, so just s/ported/packaged/ and that's correct [11:11] fta: right ;) ... feel free to complain [11:11] or maybe just wait and see if this becomes fully known truth knowledge ;) [11:11] ahahah [11:12] so who was the real guy/gal/team behing the port? [11:12] BUGabundo: the chrome linux developers? [11:12] yes [11:12] google folks [11:13] that's mostly google itself, and a bunch of contributors [11:13] so is it packaged now for ubunt and Linux in general? [11:13] also running on 64 bits? [11:13] in my ppa, yes, sort of [11:14] it's crashy on amd64 because of nss [11:14] so https doesn't work for some reason [11:14] and my dailies are broken too [11:14] https://edge.launchpad.net/~chromium-daily/+archive/ppa?field.name_filter=&field.status_filter=any&field.series_filter=jaunty [11:15] no idea why amd64 only btw [11:19] how can i tweak the brightness of this thing, it's too dim during the day, even when set to the maximum [11:19] for some reason, wifi is back (nc10) [11:20] fta: is that atheros? [11:25] yes [11:26] i didn't upgrade anything today [11:27] i did yesterday, massive upgrade. rebooted a few times, even on the previous kernel, nada, wifi broken. power off for the night, now wifi is back [11:27] fta: maybe your AP? [11:27] modinfo ath5k? [11:28] sigh. i am having pulseaudio issues [11:28] will it ever get to a usable state? [11:28] dtchen_: are there any fixes in the pipeline still for this cycle? [11:29] there was no wifi at all listed in nm, not even my neighbors [11:29] and in dmesg, there was some strange logs [11:33] like this: [11:33] Mar 18 02:15:03 nano kernel: [ 60.506824] ath5k phy0: noise floor calibration failed (2412MHz) [11:33] Mar 18 02:15:03 nano kernel: [ 60.833875] ath5k phy0: gain calibration timeout (2457MHz) [11:33] Mar 18 02:15:03 nano kernel: [ 60.833888] ath5k phy0: can't reset hardware (-11) [11:44] asac: my NM gets turned of after every hibernate/resume cycle [11:44] its reproduclba with both -10 and -9 [11:46] BUGabundo: yes. please /usr/lib/pm-utils/sleep.d/55NetworkManager [11:46] BUGabundo: and add a --reply to the wake up and sleep dubs-send lines [11:47] that will fix it [11:47] please verify [11:51] sorry? [11:51] got confused [11:51] multitasking is hard [11:54] dbus_send --system \ --dest=org.freedesktop.NetworkManager \ /org/freedesktop/NetworkManager \ org.freedesktop.NetworkManager.sleep \ --reply [11:54] } [11:54] like this? asac ^^ [11:57] BUGabundo: not sure [11:57] he is gone [11:57] i would think you should put the option further before [11:57] e.g. before the --system [12:02] asac: not sure? didn't you asked me to add the --reply there? [12:03] BUGabundo: yes. but with some human snese ;) [12:04] 12:57 < asac> he is gone [12:04] 12:57 < asac> i would think you should put the option further before [12:04] 12:57 < asac> e.g. before the --system [12:04] http://paste.ubuntu.com/132988/ [12:04] BUGabundo: adding flags to the end usually doesnt work in unix [12:04] there are cases where it does [12:04] but if there is a "string" only argument it doesnt [12:04] ah ok. putting higher [12:04] BUGabundo: put it in the same block [12:04] that other arguments use [12:04] BUGabundo: you can run the command on your own to test [12:05] BUGabundo: just replace the _ with - in dbus_send [12:05] to test on commadn line [12:05] http://paste.ubuntu.com/132990/ [12:05] like this? [12:06] $ dbus-send /usr/lib/pm-utils/sleep.d/55NetworkManager [12:06] Usage: dbus-send [--help] [--system | --session | --address=ADDRESS] [--dest=NAME] [--type=TYPE] [--print-reply=(literal)] [--reply-timeout=MSEC] [contents ...] [12:07] dbus-send --reply --system --dest=org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager.wake [12:07] Usage: dbus-send [12:07] doesn't work either [12:25] BUGabundo: thats insane [12:25] why would you run the command that way? [12:25] oh [12:25] ;) [12:25] sorry didnt see the last command [12:25] BUGabundo: ok its --print-reply ;) [12:26] ah [12:26] nope [12:26] doesn't work [12:26] wait [12:26] typo on my part [12:26] BUGabundo: you need to be root i would think [12:26] Error org.freedesktop.NetworkManager.AlreadyAsleepOrAwake: Already awake [12:26] BUGabundo: good [12:26] works [12:26] so add the --print-reply to the file [12:26] editing file [12:26] and then suspend and resume a few times [12:27] i think that should fix the issue [12:27] will do during lunch break [12:27] BUGabundo: oh ... you might want to append 2>&1 > /dev/null at the end [12:27] not sure if pm-utils doesnt like scripts printing stuff [12:27] i would think without the /dev/null would work. but i havent tried that [12:54] Hi, does anyone know how much memory is needed to build xulrunner-1.9 on armel? I'm running into swap issues which bring the platform down during the build... [12:54] dave_m_: hard to say for armel [12:54] dave_m_: but in x86 it takes about 1.4 G [12:54] to link the libxul.so [12:54] which should be the memory peak [12:54] maybe 1.2G [12:54] armel could be less depending on how the binaries are built [12:55] OK... I should have plenty then. I enabled 5G, which should be enough for anyone. I'm running into I/O errors when swapping, so I'll try using a different swap partition and see whether that helps. [12:55] dave_m_: 5G mem or swap? [12:56] I should be so lucky :) 512MB ram + 5G swap [12:56] yeah. thought that [12:56] will definitly be slow slow slow [12:56] How much RAM on the Marvell boards? [12:56] dave_m_: i think they have 512 too. but i am not really involved in arm port [12:57] OK... I think this is probably a hardware issue, not a porting issue anyway. [12:57] dave_m_: could be. i just say that building with 512 will take a while ;) ... in theory it should work [12:57] Btw, I pulled the latest published source packages, and the config.guess issue on armv7 now seems fixed. [12:58] dave_m_: what is "source packages"? [12:58] dave_m_: ubuntu? [12:58] or firefox-3.2? [12:58] Ubuntu, I meant (xulrunner-1.9) [12:58] * asac pulls latest moz-central [12:59] dave_m_: so without updating config.* files it works? awesome [12:59] * asac wonders if we added magic to auto update those during build [12:59] I didn't do anything... but the problem objects get built now without me interfering [13:00] sounds good. i would think we should still get the upstrea config.* files updated [13:00] or get that rolled to hardy/intrepid [13:00] Various packages were updated in the meantime, so it may have been resolved by something outside the xulrunner-1.9 package itself... [13:00] dave_m_: so the fix happend in jaunty for you? [13:00] Yes, seems fine for me (when my hardware works, anyway) [13:01] When I have a complete build, I'll let you know if I had any additional problems. [13:01] dave_m_: if the OS_TEST string wasnt changed on system, then its probably that we automagically update the config.* files during build and you get cured by recent autoconf packages [13:01] dave_m_: thanks. much appreciated. [13:02] OK [13:09] Btw, xulrunner produces a _lot_ of compiler warnings (I estimate about 80000 when the build is complete, though with many duplicates...) Do I need to be careful about optimisation options? Currently I'm using -O3 [13:09] dave_m_: is it ok to reply here? [13:09] argh [13:09] ah thanks [13:09] dave_m_: problem is that my irc setup is not really made for private chatter ;) [13:09] Reposting that remark [13:09] Btw, xulrunner produces a _lot_ of compiler warnings (I estimate about 80000 when the build is complete, though with many duplicates...) Do I need to be careful about optimisation options? Currently I'm using -O3 [13:10] dave_m_: so. yeah. please be careful [13:10] dave_m_: dont use --enable-optimization="-O3" [13:10] well. at least i would think you should just use --enable-optimization [13:10] also for -O3 i am not sure how huge libxul.so linking is ;) [13:10] maybe 3G? [13:10] my number came from the default mozilla optimization mix [13:11] which is -Os in many places [13:11] and -O3 in some places (like js engine afaik) [13:11] I need to customize, since I'm doing an experimental build with VFP support in arm. [13:11] But I'll remove -O3 [13:11] dave_m_: yes. please do that outside of the configure flags [13:11] CFLAGS might be honoured [13:11] No [13:11] Unfortunately :( [13:12] phone [13:12] There might be some other route, but I didn't find it. At the moment, I just want to see whether there's a real performance benefit. [13:15] asac: I have to disappear in a moment, but we can discuss later if need be. [13:21] dave_m_: i really think it works. i mean we use that to tweak LDFLAGS. have you tried CXXFLAGS? [13:21] dave_m_: otherwise i can check for you [13:21] dave_m_: which option do you want to get added for arm? [13:21] dave_m_: also what do you get for dpkg-architecture -qDEB_BUILD_ARCH [13:25] asac: I thought I tried CXXFLAGS, but I will try it again just in case. It's possible I forgot it. [13:26] dave_m_: look at debian/rules [13:26] asac: DEB_BUILD_ARCH = armel [13:26] we just override CXXFLAGS there [13:26] dave_m_: add your flags there ... also for CFLAGS which means mozjs [13:27] asac: Assume it works for now, and I'll try again if (when) I have to restart the build. [13:28] dave_m_: right. let me know [13:30] asac: For ARM, I am experimenting with adding -mfpu=vfp -mfloat-abi=softfp in addition to the default options. But we can't add this universally because not all platforms have VFP (i.e., hardware floating-point). [13:30] If there's a significant performance benefit (I have reason to believe there might be a 2x speedup for page rendering), then it may be worth investigating how to package an extra version. I'll probably take this up with lool in the first instance. [14:07] jdstrand: is gutsy EOL? or is that in 5 days ;)? [14:08] asac: is it only 5 days? I always treated it as the day before the next release [14:08] asac: I suppose it is on a schedule somewhere... [14:09] jdstrand: could be. i am out of sync ;) [14:09] jdstrand: would make sense if its around the 9.04 release date [14:09] only thing i know is that after gutsy its not that long that dapper will RIP [14:10] heh [14:10] 6.06 ;) [14:11] few more months yet :) [14:11] jdstrand: yeah. but _after_ gutsy is gone its just a breath ;) [14:12] :) [14:13] fwiw, gutsy was released on Oct 18th, so I guess Apr 17th? [14:13] jdstrand: bug 344746 [14:13] Launchpad bug 344746 in nss "Hibernation unreliable after security update" [High,Incomplete] https://launchpad.net/bugs/344746 [14:13] odd [14:13] jdstrand: yeah ;) [14:14] some avatars i see on identi.ca make me feel old. this webkit guy looks like 12 years old ;) [14:14] hopefully he uses his kids pic [14:15] http://identi.ca/stemp [14:15] or even 8 years? [14:15] asac: that is a weird bug. I did actually test evolution with pop3 and imap tls yesterday... [14:15] jdstrand: good. i just asked on the bug because i couldnt test [14:16] jdstrand: he claims its NM ... which indeed links against nss [14:16] at least the daemon does [14:16] but the diff is really just the certificate [14:16] not sure how that can break that [14:16] yeah [14:17] perhaps he didn't restart his session? [14:30] jdstrand: lets hope [14:30] lets check what he says [14:33] jdstrand: hmm. thought it was hardy [14:33] but its intrepid [14:33] did we do a full upstream bump there or also just the backport? [14:33] let me check [14:34] seems like its the backport [14:34] odd [14:46] fta: just installing UNR image i noticed that installer asked you if you want password or auto login [15:56] asac: Me again... tried restarting my build of xulrunner with suitable CFLAGS and CXXFLAGS in the environment, but they are definitely not used. configure picks them up, but they are not used on any cc or g++ command line (~1200 .o files built so far...) Are you sure this technique for overriding the compiler flags really works with mozilla's configure system? [15:59] dave_m_: did you try to add that to rules [15:59] dave_m_: or are you not building with packages? [16:00] dave_m_: i am not 100% sure. but i can find out what you should do. i am sure for LDFLAGS though [16:00] dave_m_: if you tried what i suggested (fix CFLAGS and CXXFLAGS that get overriden in debian/rules) [16:00] then i will check [16:00] but pleaes confirm that you did that ;) [16:10] asac: OK, I see. I had CFLAGS and CXXFLAGS exported in the environment when running dpkg-buildpackage. I thought this was generally supposed to work? (It certainly works for some packages, the the dpkg-buildpackage man page implies that it is sane) [16:11] dave_m_: arguably a packaging bug. [16:11] 14:26 < asac> dave_m_: look at debian/rules [16:11] 14:26 < asac> dave_m_: add your flags there ... also for CFLAGS which means mozjs [16:12] asac: OK, I have CFLAGS = -g and CXXFLAGS = -g in debian/rules. Do you recommend I edit here? [16:14] asac: ... I will try it (and I'll read your instructions more carefully next time ;) [16:23] hi asac, fta! I'm the guy who's trying to get libipc.so and ipc.xpt more easily packageable for debian to streamline fireGPG builds (and future xul-based apps and extensions which rely on the stuff available in IPC). i wanted to ask your advice on packaging/building a XUL component for debian/ubuntu/etc [16:24] background: http://mozdev.org/pipermail/enigmail/2009-March/010959.html [16:24] good news is that i think i've got xulrunner-ipc building against xulrunner-dev with only a simple batch of makefiles [16:25] but that's probably not the Right Way in the long term (and it doesn't resolve the packaging questions about how to distribute the builds) [16:30] dave_m_: yes. for now just edit it there. [16:30] any thoughts on how i should move forward with this? How should individual architecture-dependent XPCOM components be distributed within debian-derived systems? [16:30] dkg0: [16:31] hi [16:31] ;) [16:31] hi asac -- thanks for the invitation ;) [16:31] dkg0: thanks for showing up. [16:31] * dkg0 is still not sure that he's even asking the right questions yet [16:31] heh [16:32] yeah well. question is: "how to properly build components/extensions/xulapps using xulrunner-sdk" [16:32] thats at least my understanding [16:32] that's at least 3 questions ;) [16:33] yeah. but in the end its one solution ;) [16:33] good! [16:33] the real question is "how can we ship mozilla build system as part of xulrunner-sdk" [16:34] we should wait for fta to give us an overview of current state [16:34] that would be a good first-half of a solution. [16:34] but then there's still the question of "once the things are built, how do you distribute a solitary XPCOM component maintainably?" [16:34] second half would be using that for ipc/enigmail/xulapps [16:35] dkg0: right. [16:35] dkg0: there are multiple options [16:35] for example, are there SONAME version issues? [16:35] a) ship them as an extension [16:35] b) ship them as components [16:35] and what's the difference between xulrunner/stable and xulrunner/unstable [16:35] (i don't mean lenny vs sid, i mean what i see in the xulrunner-dev package) [16:35] dkg0: are you talking about debian in particular here (stable/unstable)? [16:36] ah [16:36] yeah well thats a different thing and probably becomes irrelevant once we fix the xulrunner sdk [16:36] to deliver the pieces for a build system [16:36] dkg0: so. there are multiple types of components [16:37] a) components that use frozen xpcom interfaces only [16:37] b) componetns tuat use frozen and non frozen xpcom interfaces [16:37] c) components that also interface with system libs that are known to be not-yet-abi stable [16:37] are there other corner cases? [16:37] can you explain c more? [16:38] dkg0: yes. so if you build a component that wants to use libsuperhotbutnotabistable [16:38] i mean, if a library ships in debian or ubuntu, it's expected to be abi-stable w.r.t. its current SONAME, right? [16:38] dkg0: doing that would extend the compatilibility issue to things that are beyond xpcom world [16:39] libmozjs would be one of those [16:39] libmozjs is not abi-stable? [16:39] right. there are no guarantees [16:39] in practice it might be stable, but i am currently wrangling with upstream to get a committment [16:39] as we currently cannot support software that uses mozjs [16:40] which is kind of suboptimal at best [16:40] is that why it's libmozjs1d in debian? [16:40] especially since there seems to be a new push for innovation on the desktop based on javascript usag [16:40] e [16:40] so basically you need to treat libmozjs usage like libsuperhotbutnotabistable for now [16:40] "d" meaning "we might need to do an SONAME version bump without upstream's approval" [16:41] only thing that should use that library is xulrunner which ships it as part of the package [16:41] dkg0: well. its kind of easily fixable by using either our own soname; but we can probably convince upstream to use libmozjsX.so [16:41] in debian there is a package libmozjs1d (built by the xulrunner package) [16:41] thats a sure bet [16:42] dkg0: yeah. thats not good [16:42] not only because it breaks upstream compatilibity in some ways [16:42] but also it pretends that we are safe [16:42] and a libmozjs-dev, apparently :( [16:42] technically you can track abi easily and just bump to 1d [16:42] but practically you will be screwed when they change abi for a security fix [16:43] right. that'd be a nightmare transition to try to pull off. [16:43] the decision to make a top level lib out of mozjs without upstream agreeing on backing this, is a wrong one done in debian [16:43] Have you brought this up with Mike Hommey? [16:44] not really this. but i talked to him about other things. i dont think he will back out this [16:44] its also understandable. he did this and even if its bad you cannot just dump that feature in the next relelase [16:44] hrm. right. [16:44] also there are packages that started to use it [16:44] so things become more complicated [16:45] in short, libmozjs is not supported, but it doesnt really matter for our discussion ;) [16:45] ok, fair enough! thanks for the background, though. [16:45] i just took this as an example what i mean with "interface with native libs might cause compatibility issues" [16:45] dkg0: so back to topic compatibility [16:46] dkg0: in general there is no problem if your component is of a) or b) kind ... or even of c) kind (assuming that the lib properly tracks abi) [16:46] dkg0: what happens if its incompatible is that it wont get loaded [16:47] e.g. xpcom interfaces have a uuid. when the interface is changed, the uuid changes and components will fail to load that want the old uuid [16:47] because ldd won't be able to pull in the necessary libs? [16:47] dkg0: for c) thats the case [16:47] for a) b) its the xpcom mechanism [16:48] so for c) ldd guards us ... for a) b) we are guarded by xpcom [16:48] ok, i think i see. [16:48] dkg0: we have to do it right though. for instance when you built a plugin against xulrunner 1.8.0 in debian (the one shipped in etch), you couldnt use the same [16:48] in xulrunner 1.9 [16:48] so if the IPC xpcom extension relies on xulrunner/unstable [16:49] because it was linked in the wrong fashion [16:49] then the xpcom build embeds the UUIDs from the unstable APIs that it's using [16:49] the right way of linking is the xpcom glue [16:49] asac: Thanks for the advice; my build is proceeding better now. I'll keep you posted. [16:49] there is standalone glue (for standalone applications) ... and the dependent glue (for everything that gest loaded into xulrunner) [16:49] dave_m_: great. [16:50] dkg0: but that shouldnt matter much as the mozilla build system should do it right on its own (i would hope ;)) [16:50] dkg0: its just if you use automake you would use pkg-config --cflags --libs libxul(-unstable) for the dependent glue [16:50] and libxul-embedding(-unstable) for the standalone glue [16:50] well, when i built IPC against the xulrunner sources, in pulled in xpcomglue_s.a [16:51] sounds like that was the wrong thing, though? [16:51] dkg0: yes thats correct. luckily mike followed our example in this case and uses the glue now in debian too [16:52] dkg0: it should be ok. check the output of pkg-config --libs libxul-unstable [16:52] checking on my buildd... [16:52] dkg0: so if that uses the right flags it means that the mozilla build system does the right thing for us [16:52] dkg0: i assume with "built IPC against the xulrunner source" you mean "i built IPC by doing a full xulrunner build with ipc included"? [16:53] close; i meant that i build the xulrunner package [16:53] and then unpacked ipc into extensions [16:53] yeah. thats the same [16:53] and followed the ipc build instructions from there. [16:53] thats the "old" in source way ;) [16:54] here's the pkg-config output: [16:54] -L/usr/lib/xulrunner-devel-1.9/lib -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl [16:54] right. thats the good dependent glue [16:54] (that's from a sid installation that was up-to-date yesterday. [16:54] ) [16:54] this will allow you to reuse components build against 1.9 in 1.9.1 and 1.9.2 (of course assuming you dont use incompatible xpcom components) [16:55] even components built against 1.8 with the glue work on 1.9 and above [16:55] ok, that's beginning to make sense to me. [16:55] dkg0: so ... maybe to complete the picture for you: [16:55] two ways to properly do this: [16:55] 1. use automake modern build system -> easy. just use pkg-config -> done. [16:56] 2. use mozilla build system -> cons: not yet available without copying huge parts of xulrunner; pros: properly works everywhere. also on windows. also it doesnt rely on pkg-config files that are only shipped by distro packages, but not part of the xulrunner sdk [16:57] i see. so for the distros, 1 makes sense. [16:57] everywhere else, we probably should document 2. [16:57] dkg0: if you do something that only works on distros yes. [16:57] but usually mozilal extension authors want to be cross platform [16:57] so they use the mozilal build system (like enigmail and ipc and others) [16:57] yeah, understood. [16:58] so we need to make 2. better [16:58] thats what our effort is about. [16:58] we do that for xulapps which face the same problem ;) [16:58] all want to use mozilal build system and all currently need full code copy [16:58] seems like mozilla has re-invented a large part of the wheel here. :( [16:59] i suppose it's necessary to bridge the gap to non-free, non-POSIX systems, though. [16:59] dkg0: yeah. reasons: old -> this predates automake, cross-platform: this makes this stick around; it works on lots of platforms [17:00] yeah. but even posix systems could be old and dont have support for all the good things we would want [17:00] but not sure what those unix things are that are supported (like IRIX) ;) ... i doubt they are posix [17:00] true! (does mozilla run on IRIX?) [17:01] its supported by code. havent heard anything back yet [17:01] but parts of it definitly still take care [17:01] cool. [17:01] for instance NSS [17:01] and nspr [17:01] right, those are important libs. [17:01] yes. NSS has suffered a bit by lack of a openssl compatibility api [17:01] but that changes i think [17:01] i need to start digging around in the NSS source at some point too (but that's a different discussion) [17:01] and once thats achieved they want to take over the world [17:02] i want NSS to be able to support OpenPGP certificates as well as X.509 certificates. [17:03] but that's way off-topic [17:03] heh [17:03] yeah [17:03] * dkg0 gets back on topic [17:03] ok, so i think what you describe for the build system makes sense. [17:03] dkg0: so summary of the above is that the first-half is probably the full solutiuon as the other half is already solved by xpcom and ldd [17:04] thats the current understanding we have here and which is mostly shared by some key xulrunner folks i think [17:04] cool. I'll reconfigure my build system for the distros to use the pkg-config approach yer describing for now. [17:04] and i totally support your goal of getting the moz build system into xulrunner-dev [17:04] so what we currently do in ubuntu is to ship the xulrunner build system as a tarball in the -dev package [17:04] e.g. in the sdk [17:04] of course thats not the final solution [17:05] right. it'd be better for upstream to package the build system as an integral part of the SDK. [17:05] dkg0: thats the plan [17:05] makes sense to me. [17:06] is there a buzilla ticket i can +1 for that? [17:06] dkg0: but thats ok ... ubuntu ships the sdk [17:06] and we want to extend it [17:06] /usr/lib/xulrunner-devel-1.9.0.7/ [17:06] dkg0: so whate we probably want is kind of a .m4 macro [17:07] that easily adds the ability of --with-libxul-sdk=/path/to/unpacked/sdk/ [17:07] at best that should be it [17:07] all the magic should happen automatically then ;) [17:08] assuming that the code you're building can use that path, right? [17:08] dkg0: so all mozilla build stuff does this at the top: [17:08] DEPTH = .. [17:08] topsrcdir = @top_srcdir@ [17:08] srcdir = @srcdir@ [17:08] VPATH = @srcdir@ [17:08] include $(DEPTH)/config/autoconf.mk [17:09] right. that looks familiar. [17:09] i would think that the m4 should take care that this is created during configure [17:09] maybe configure should copy the build system from the sdk actually [17:09] DEPTH seems to assume that you're already in the build tree. [17:09] at best that wouldnt be needed [17:09] otherwise it would be "SDK_BUILD_PATH" or something [17:09] dkg0: yes. but thats how the extension trees are always layed out [17:10] we have to workaround or make use of that fact for us [17:10] if the sdk build mechanism is distributed in a package, then normal users won't be able to build within that tree, right? [17:11] dkg0: yes. [17:11] we have to check how many variables need to be replaced [17:11] that's what you mean by "copy the build system from the sdk", right? [17:11] i expect that a bunch of them should be predefined by sdk anyway [17:11] dkg0: yeah. ./configure -> creates the build/ tree for instance [17:11] dkg0: would be a simple solution [17:12] i hope that at some point we can workaround that by magic [17:13] without the magic, it sounds like it could lead to a repeat of the config.guess and config.sub mess. [17:13] dkg0: in which sense? [17:14] just that for packagers using autotools, when upstream ships config.guess and config.sub [17:14] there always seems to be confusion over whether to use those bits from the local system [17:14] or use the bits from upstream [17:14] and if you make changes, do you include them in the diff.gz, etc. [17:15] i suppose upstream XPCOM authors aren't in the habit of shipping the build tree in their tarballs at the moment, though. [17:15] dkg0: upstream wouldnt ship config.guess imo [17:16] upstream would just ship configure.in [17:16] and maybe the macro [17:16] but even that should be shipped in sdk [17:16] make distclean should remove the build system [17:16] that makes some sense. i confess that my head swims when i get into the complexities of autotools :( [17:17] heh [17:17] take your time ;) [17:17] if you just started to think about this build system thing you should now go back [17:17] and read a bit of the build system [17:17] d'you have any pointers of where to start? [17:18] e.g. start with config/config.mk config/rules.mk [17:18] dkg0: those two have allmost all the magic [17:18] dkg0: e.g. look at a directory that ships some components [17:18] see what variables are defined in the Makefile there [17:18] then check what it does in the rules/config.mk [17:19] ok, thanks. i'll do some reading. [17:20] dkg0: look at toolkit/system/gnome/Makefile.in on trunk [17:20] thats a shared component [17:21] what is probably what we would target for components/extensions [17:21] still has DEPTH = ../../.. [17:21] dkg0: yes. DEPTH will always be there [17:21] dkg0: just assume that its always right ... e.g. it will always point to our top_srcdi [17:21] r [17:22] even if it doesn't, because we're not in an actual build tree? [17:22] dkg0: dont be bothered about how the solution will look like ;) ... for now understand a bit how the build system does what [17:22] i mean: we dont even know how the solution will look like [17:23] maybe we will require that build trees have the right layout for DEPTH [17:23] maybe we will workaround ;) [17:23] maybe we have to fix rules.mk to be smarter [17:23] and ignore DEPTH ;) [17:23] right, OK. [17:24] dkg0: when fta is back he will probably be able to give us a bug or too [17:24] most likely not about the complete thing [17:24] rather for sub problems ;) [17:24] So i've got some reading to do there, but i feel like i have a much better handle on how and why the build should go how it goes than i did before. [17:24] ;) [17:24] dkg0: thats good [17:25] thanks for explaining. i'd like to do some of this work before the Right Fix gets put in place [17:25] its a bit of hard task. so please dont expect a solution within a few days ... just dont drop the ball on that ;) ... ohterwise i would have talked a lot for nothing ;) [17:25] because right now firegpg at least really needs an update in sid. [17:25] i don't expect a solution immediately! i know how much work and time these things take. [17:25] dkg0: oh. firgpg .. we have that in ubuntu fixed already [17:26] or do yoiu mean the new ipc thing? [17:26] if it was just a technical fix it'd be easier, but it sounds like this involves a technical fix plus some social/political consensus building. [17:26] asac: yeah, i mean the ipc thing. [17:26] because i'd like to see the ipc module available independently as an XPCOM component. [17:26] dkg0: the idea is to just get the right approach into xulrunner and make it as easy as possible for most users to adapt it [17:26] i think we can do it in a way that will only require minimal adjustments [17:27] to current best practice [17:27] at least that should be our goal [17:27] https://code.edge.launchpad.net/~ubuntu-dev/firefox-extensions/firegpg.ubuntu [17:27] dkg0: i would think that this works for you too [17:27] might need mozilla-devscripts from ubuntu [17:28] but yeah. i know that you want to build ipc now in a separate package [17:29] ok back to my job ;) [17:29] but first "killall pulseaudio" ... what a mess [17:29] if you think that ipc in a separate package isn't the way to go, i'd like to hear that. [17:29] seems to me like it would be useful to have it more easily available, though. [17:30] dkg0: i think its ok in general. however, i think its more important to fix the harder build system issue ;) [17:30] right, i can see why that's important. [17:30] you can probably do a hand made build system easily for ipc [17:31] but for enigmail and some other stuff its really inefficient [17:31] asac, pulse from the ppa is quite nice for me now. I no longer have to kill it, or restart it after infamous asserts, it no longer has clicks, stuttering, jumps, cracks, etc.. [17:31] yeah, if we want to encourage general xpcom compnent development within the distros, the build system should be there. [17:31] fta2: for me pulseaudio is a turbo boost ;) [17:31] everything will play 100 times as fast ;) [17:32] dkg0: right. its not even in the distros ... its of greater good for the general xulrunner ecosystem [17:32] yup. [17:32] dkg0: we should also come up with a "project" skeleton creator [17:32] that directly copies proper LICENSE in the directory ;) [17:32] like autoproject [17:32] that'd be nice. [17:32] there are so many mozilla folks out that dont care about licensing that suggesting them something might help ;) [17:33] so if such a thing was created, and the build system was in place, and lots of people were using it to create these things... [17:33] hopefully it improves [17:33] also it should include the LICENSE in produced xpis ;) [17:33] how would you go about shipping an standalone XPCOM component in debian or ubuntu? [17:33] those are usually shipped without license [17:33] dkg0: depends [17:34] yes, agreed! poorly-licensed code drives me nuts (because i want to use it and i want to respect the author's wishes, and i don't want to have to hassle the author about it) [17:34] dkg0: usually you put such stuff into $XULDIR/distribution/$projectname/ [17:34] but we dont ship hooks for that in neither ubuntu nor debian [17:34] dkg0: right. i also have a bug open for AMO to require license files in the .xpi [17:34] seems they will adapt that at some point [17:34] not sure how long it can take [17:35] i will poke someone i guess ;) [17:37] asac: i'm not seeing any $XULDIR/distribution/$projectname anywhere. [17:37] what do you mean by $XULDIR? [17:37] XULDIR=/usr/lib/xulrunner-1.9 ? [17:47] dkg0: yes [17:47] GRE_DIR ;) [17:47] like in /etc/gre.d/*.conf [17:48] dkg0: as i said. [17:48] 18:34 < asac> but we dont ship hooks for that in neither ubuntu nor debian [17:48] but if you create the directories it should work [17:48] give it a try ;) [17:51] ok, will do. [17:52] thanks for your help with this, asac. [17:52] i'm sure i'll have more questions later ;) [17:53] dkg0: so its like: distribution/bundles/MYBUNDLE/components/ [17:53] or distribution/bundles/MYBUNDLE/chrome [17:53] ok, thanks. where is that documented? [17:53] but in general i think making an extension out of it is better [17:54] just use targetapplication toolkit@mozilla.org [17:54] that means: this is a "xulrunner" extension [17:54] dkg0: not sure where the bundles are documented [17:54] ah, i see: make it a generic extension so that it can target any xulrunner app? [17:55] yeah [17:55] you can even hide it from addons dialog if you want [17:55] but i think its ok to have IPC there [17:55] and then can extensions depend on other extensions? [17:55] we use the same for xulrunner translations in ubuntu [17:55] dkg0: thats definitly planned. maybe you can already do some simple depends [17:56] so current solution is usually to ship a meta extension [17:56] but imo even if thats not there is not worse than distributing the components by hand [17:56] we have "distro package" distribution -> thats good [17:56] "xpi distribution" -> maybe can be improved, but we are not worse off [17:57] dkg0: https://wiki.mozilla.org/Extension_Manager:Extension_Dependencies [17:57] mozilla bug 298497 [17:57] dkg0: so seems to be fixed [17:57] Mozilla bug 298497 in Add-ons Manager "Extension Dependencies" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=298497 [17:58] not sure where [17:58] fixed even in 1.8 [18:01] hrm. ok, even more for me to read ;) [18:02] btw, i've been logging this chat so i can refer to it later in my own work. [18:02] are you ok if i publish it (in whole or in part)? [18:02] dkg0: just give me a ping before so i can proof read ;) [18:02] i have no plans to do so, but it might be handy to share it if other people are doing the same thing. [18:03] dkg0: we should discuss stuff in mozilla bugs imo [18:03] i mean the technical facts and the options and reasions and so on [18:03] yeah, having the requests filed where upstream can see them is good. [18:42] fta: last call [19:05] fta: let me know how fontconfig_2.6.0-1ubuntu10_source.changes goes for you (uploaded) [19:16] asac, what am i supposed to check? [19:17] fta: if all is good in firefox using the default /etc/fonts/ directory [19:17] as shipped by fontconfig-config [19:24] i'm running 2.6.0-1ubuntu9, i looks identical to me. but a long time ago, i manually removed some files [19:24] it [19:28] fta: yes. please check after ubuntu10 comes [19:28] and paste your ls /etc/fonts/conf.d then [19:29] so i can see if you have everything thats in the package ... or more [19:29] fta: do you have ~/.fonts.conf ? [19:29] ok [19:29] great [19:29] fta: do you run firefox with "allow sites to select fonts" (default) or have you turned that off? [19:29] i have one [19:30] asac, http://paste.ubuntu.com/133177/ [19:38] fta: dump that [19:39] autohint is bad for you ;) [19:39] i would think ;) [19:39] fta: maybe you even have /etc/fonts/conf.d/10-autohint.conf? [19:39] dump that too then [19:39] also give me dpkg --query fontconfig-config ;) [19:40] err [19:40] --status [19:40] thanks! [19:43] asac, http://paste.ubuntu.com/133183/ [19:43] that's still u9, not u10 [19:43] http://paste.ubuntu.com/133184/ [19:44] fta: so md5sum of /etc/fonts/conf.d/unhinted.conf is different for you? [19:45] fta: are you really sure you have fontconfig-config ubuntu9? [19:53] fta@ix:~ $ dpkg -l | grep fontconfig-config [19:53] ii fontconfig-config 2.6.0-1ubuntu9 generic font configuration library - configu [20:01] asac, i read you installed UNR too, do you like it? [20:01] fta: i already had it before. just the hardy version [20:01] havent looked closer yet [20:02] just wanted to check something with fonts and dpi ;) [20:02] fta: its a bit odd. the ubuntu9 postinst was supposed to remove a bunch of those files [20:03] fta: /etc/fonts/conf.d/sub-pixel.conf does that file still exist? [20:03] or even this: /etc/fonts/conf.d/yes-bitmaps.conf ? [20:03] yes [20:04] if it's the same as postinst in xul, it's always one upgrade late [20:04] hmm [20:04] my defaults thing didnt really work [20:04] relogging in [20:05] if you have a conf file in v1, remove it in v2, postint will only drop it in v3 [20:09] fta: thought so. i should have used preinst [20:09] fta: just wonder if you have those files or not [20:09] if not all is fine for the time being [20:09] i will think about moving it to preinst ;) [20:09] asac, http://paste.ubuntu.com/133183/ [20:21] fta: so why do you still have /etc/fonts/conf.d/no-sub-pixel.conf [20:21] thats a mystery [20:21] /etc/fonts/conf.d/no-bitmaps.conf [20:21] also [20:21] hmm [20:22] fta: wtf is /etc/fonts/conf.d/CJK_aliases [20:22] ? [20:25] fta@ix:~ $ dpkg -S /etc/fonts/conf.d/CJK_aliases [20:25] language-selector-common: /etc/fonts/conf.d/CJK_aliases [20:49] fta: ok [20:49] fta: seems you have slected CJK fonts then [20:49] thats ok [20:50] fta: can you please ponder the postinst and see why the hell all those files i wanted to remove didnt get remove for you? [20:50] of fontconfig? [20:50] all those without number (except the CJK_...) where supposed to get deleted in u8/9 [20:52] fta: lp332992_ancient_conf_leftover="autohint.conf no-bitmaps.conf no-sub-pixel.conf sub-pixel.conf unhinted.conf yes-bitmaps.conf" [20:52] those at least [20:52] maybew we need to add more in u11 [20:53] lets please find that out because we want the right fixes in beta [20:53] just a few hours for u11 [20:54] fta: dam. i see the bug ;) [20:54] ok [20:54] i am on it [20:57] cool [20:57] gasp, http://paste.ubuntu.com/133215/ i hate ia32-libs [20:59] fta: can you get ubuntu10 [20:59] and apply a patch [20:59] and then check that installing fontconfig-config that comes out of that [20:59] removes all those files from above for you? [20:59] thanks! [20:59] actually i can do that on my own i think [20:59] thanks [21:00] http://paste.ubuntu.com/133217/ [21:00] would be the patch [21:03] urgh ... time is running low ;) [21:03] 3h [21:08] universe too? [21:09] fta: hmm seems its not testable if its not a conffile [21:09] fta: can you spin fontconfig with http://paste.ubuntu.com/133224/ [21:09] fta: its just a 1 minute build [21:09] fta: dpkg -i fontconfig-config*deb [21:15] from 2.6.0-1ubuntu9? [21:15] fta: no u10 [21:15] as a start [21:15] and the patch it with that [21:16] i still don't see it [21:16] fta: wget https://edge.launchpad.net/ubuntu/jaunty/+source/fontconfig/2.6.0-1ubuntu10/+files/fontconfig_2.6.0.orig.tar.gz https://edge.launchpad.net/ubuntu/jaunty/+source/fontconfig/2.6.0-1ubuntu10/+files/fontconfig_2.6.0-1ubuntu10.diff.gz https://edge.launchpad.net/ubuntu/jaunty/+source/fontconfig/2.6.0-1ubuntu10/+files/fontconfig_2.6.0-1ubuntu10.dsc [21:16] just updated my chroot, it's u9 [21:16] cool, a dsc [21:16] yeah ;) [21:16] its just a second old [21:20] building [21:21] i have to update ia32lib now :P [21:21] fta: please do that after testing fontconfig-config ;) [21:21] i was supposed to bump ff3.1 too [21:22] and fix the dailies [21:22] gasp [21:22] heh [21:22] dailies are ok to fail for a few days imo ;) [21:22] we are a small team after all [21:22] ;) [21:23] they broke the upgrade [21:23] Setting up firefox-3.1-gnome-support (3.5~b4~hg20090317r23798+nobinonly-0ubuntu1~umd1) ... [21:23] touch: cannot touch `/usr/lib/firefox-3.1*/.autoreg': No such file or directory [21:23] dpkg: error processing firefox-3.1-gnome-support (--configure): [21:23] subprocess post-installation script returned error exit status 1 [21:23] i fixed this one already [21:24] asac, nada [21:24] # dpkg -i fontconfig-config*deb [21:24] (Reading database ... 283810 files and directories currently installed.) [21:24] Preparing to replace fontconfig-config 2.6.0-1ubuntu9 (using fontconfig-config_2.6.0-1ubuntu11_all.deb) ... [21:24] Unpacking replacement fontconfig-config ... [21:24] Setting up fontconfig-config (2.6.0-1ubuntu11) ... [21:24] Installing new version of config file /etc/fonts/conf.avail/30-metric-aliases.conf ... [21:24] Installing new version of config file /etc/fonts/conf.avail/30-urw-aliases.conf ... [21:24] Processing triggers for man-db ... [21:26] but i assume that's the 1 step late issue [21:27] asac, ff3.2 regressed, it looks ugly now [21:29] fta: are the files still there? [21:29] you wouldnt see that on console [21:31] fta: so ... no-sub-pixel.conf still in conf.d? [21:32] fta: so as its ugly now ... i assume the files got finally removed ;) [21:32] fta: you have a screen on what is ugly? [21:32] http://paste.ubuntu.com/133243/ [21:32] thats crazy [21:32] so one cannot remove stuff with rm_conffile in postinst or what? [21:35] asac, http://www.sofaraway.org/ubuntu/tmp/ugly-ff3.2.png [21:36] fta: thats the hinting level i guess [21:36] fta: but well. with all those files not removed it could be anything [21:39] so? [21:52] fta: i am unsure. maybe trying to move that stuff to preinst is relaly the right thing here [21:53] i assume that if i dowgrade, it will clean-up as expected [21:57] asac: fixes for what? [21:58] asac: if you mean PA - yes, there are some queued in bzr; i just need to tweak and merge, then push. if you mean linux - yes, i'm just now cloning to push to kernel.u.c [21:59] dtchen: cool. so its yes, yes. thats the best possible answer for me ;) [21:59] fta: it will cleanup as expected? [21:59] in postinst? [21:59] fta: i move stuff to preinst now [21:59] fta: are those files visible as conffiles in dpkg-query ? [22:00] fta: can you check that? otherwise i need to code a fallback if they are not found [22:00] http://paste.ubuntu.com/133256/ [22:02] fta: http://paste.ubuntu.com/133258/ [22:02] fta: thats in preinst now [22:03] please give me a file, not a paste [22:03] oh, nm, plain text [22:03] fta: sorry. [22:03] revert all that [22:05] ? [22:05] fta: so the previous was a typo :( [22:05] see -> -desktop ;) [22:05] lp332992_acient_conf_leftover [22:06] http://paste.ubuntu.com/133261/ [22:06] thats the patch that must work (plzzzz) [22:07] me tests with his "not registered conffile" [22:11] building [22:11] i called it -12 [22:15] # dpkg -i fontconfig-config*deb [22:15] (Reading database ... 283811 files and directories currently installed.) [22:15] Preparing to replace fontconfig-config 2.6.0-1ubuntu11 (using fontconfig-config_2.6.0-1ubuntu12_all.deb) ... [22:15] Unpacking replacement fontconfig-config ... [22:15] Setting up fontconfig-config (2.6.0-1ubuntu12) ... [22:15] Processing triggers for man-db ... [22:15] asac, ^^ nada === stevel_ is now known as stevel [22:23] fta: why do you post the install log? [22:24] it's not supposed to print what it removes? [22:24] fta: no. thats what i am saying all the time ;) [22:24] lol; ok [22:25] i still have a bunch of obsolete [22:25] fta: thats ok [22:25] fta: i am only interested in the files in the ancient list [22:25] have they been removed or renamed for you? [22:25] http://paste.ubuntu.com/133273/ [22:26] fta: thast amazing [22:26] i mean i created the no-sub-pixel.conf [22:26] manually and it got renamed [22:27] fta: maybe you did a typo in your typo fix? [22:27] applied you stuff as a patch [22:30] fta: well. problem for you almost certainly was that you didnt downgrade first [22:30] asac, is universe frozing too? [22:30] fta: so your version was higher [22:30] fta: i think its semi frozen [22:30] technically nothing will go in automatically, but RMs will just approve them in batches without looking at changes [22:30] oh,ok [22:30] fta: but better check with motu-relesae ;) [22:30] who knows what they invented this time [22:31] i am just sure that RMs will not look on their own [22:31] ok lets hope that was it for fontconfig [22:31] otherwise i have to fix that post-beta ;) [22:32] slangasek told me to update ia32-libs myself as-i-was-a-motu-after-all [22:32] fta: thats what i am telling you all the time ;) [22:32] diy ;) [22:33] ok i have to run out before the shop closes next to my entrance [22:33] then i have 1h left ;) [22:33] till 0:00 UTC [22:33] @time [22:33] @now [22:33] ubottu: catch up [22:33] Sorry, I don't know anything about catch up [22:33] ubottu: time? [22:33] Sorry, I don't know anything about time? [22:33] but i'm stuck because of isdnutils (in main) [22:33] fta: why? [22:33] fta: you want to maintain that? [22:33] fta: we just decided to that to universe [22:34] at least i thought that was consent [22:34] https://edge.launchpad.net/ubuntu/jaunty/+source/isdnutils/1:3.12.20071127-0ubuntu4 [22:34] last failed [22:34] if you have reason to believe that we need that in main, let me know [22:34] so the script fetching both srcs & bins fails [22:34] fta: do you use isdn? [22:34] no idea what it is used for [22:35] i'm updating ia32-libs as a whole, something in there needs it [22:35] fta: urgh [22:35] fta: see if we can dump it [22:35] its kind of drop from archive candidate [22:35] it's not directly listed unfortunately [22:36] isdnutils | 1:3.12.20071127-0ubuntu3 | http://archive.ubuntu.com jaunty/universe Packages [22:36] isdnutils | 1:3.12.20071127-0ubuntu4 | http://archive.ubuntu.com jaunty/main Sources [22:36] nyway ... out for 10 minutes or so [22:36] seems it moved from universe to main [22:38] but when was ubuntu4 ;) [22:39] https://edge.launchpad.net/ubuntu/jaunty/+source/isdnutils/1:3.12.20071127-0ubuntu4 [22:39] 2009-03-05 [22:43] asac, it's needed for libcapi20-3 [22:44] apparently for wine [22:54] fta: what wine package pulls that in? [22:54] i dont see it on rdepends here [22:54] debian bug 479662 [22:54] Debian bug 479662 in ia32-libs "ia32-libs: libcrypto is broken, causes Wine FTBFS" [Serious,Closed] http://bugs.debian.org/479662 [22:57] damn, xorg too [22:57] oh, it's building [22:57] so we're supposed to update the ia32 package only when the archive is stable, without errors [22:58] gasp [23:07] asac, it seems our way to use dh_install/dh_links is wrong [23:08] 23:57 < fta> so we're supposed to update the ia32 package only when the archive is stable, without errors [23:08] 23:58 < fta> gasp [23:08] Day changed to 19 Mar 2009 [23:08] 00:07 < asac> why do you think? [23:09] gasp [23:09] asac, it seems our way to use dh_install/dh_links is wrong [23:10] damned xchat; it doesn't copy time stamps [23:10] fta: in which sense? [23:10] i mean it cant be completely wrong ;) [23:11] it's suboptimal at best [23:11] define the problems we see [23:11] we use a lot of dh_install -pfoo bar baz [23:12] when we do that, dh_ install bar as baz but also installs everything from the corresponding *.install file [23:12] so we do that over and over again, slowing the build for nothing [23:13] do we actually still have anything in the .install files? [23:14] i think so [23:14] ok, so xorg is ok, it seems i just need isdnutils to be fixed [23:16] asac, could you do something about that? pleaaaaase? [23:19] asac_, ^^ [23:19] asac_, even worse when we call dh_install without -p, it's re-installing *all* files for all packages [23:22] asac_: about what? [23:23] we should definitly use -p for dh_install i agree [23:23] if we dont do that properly [23:23] fta: actually without -p it always uses the first binary package in control [23:23] to run it for all you use -a === asac_ is now known as asac [23:23] nope [23:24] it runs the 1st for the files listed on the command line, but it runs *all* install files [23:25] i just got that in xul 1.2 [23:25] 9 [23:26] sounds a bit like a bug. but probably unfixable without breaking parts of archive [23:27] asac_: thanks for your help today. Really useful! i just noticed that the versions of firegpg in ubuntu have known problems as well, so i filed a bug for that: [23:27] https://bugs.launchpad.net/ubuntu/+source/iceweasel-firegpg/+bug/345141 [23:27] Ubuntu bug 345141 in iceweasel-firegpg "firegpg version 0.5 is insecure" [Undecided,New] [23:28] dkg0: yeah. i should get the bzr branch up i guess [23:28] dkg0: are you doing that in debian? [23:29] can you please drop the iceweasel- prefix? [23:29] using the app target name was never a good idea ;) [23:29] i'm not responsible for it in debian (just doing triage that got into a pretty wide-ranging digression), but yeah, i'll suggest that in my report. [23:30] dkg0: are you doing this in some kind of official context or so? [23:30] asac: fwict, the version in the bzr branch is out-of-date, too. [23:30] asac: i'm going through NM [23:30] and this is one of the bugs that i chose to work on to complete the NM process. [23:30] ah ;) [23:30] (you have to fix 1 RC bug and 2 important-or-higher bugs these days) [23:30] ok [23:31] bit of hoop-jumping, but i actually care about these bugs, so i'm nappy to try to get them sorted out. [23:31] dkg0: you could help on a security update round ;) [23:31] that should give you plenty of RC bugs ;) [23:31] not in unstable though [23:31] rather stable update [23:31] but well ;) [23:32] fta: do we need ozilla-devscript in for beta? [23:32] i really want to see OpenPGP-based tools become functional and usable and sane. [23:32] we're a ways off from that goal :( [23:32] fta: i dont have the fix at hand. just tried for a few minutes [23:32] fta: its a bit odd though. maybe its hte EM_ID not getting properly parsed or something [23:32] maybe the XPI_FILE doesnt support directory names could be the issue too [23:32] for what? prism? [23:32] yeah [23:33] i mean: if there is a fix required on moz client it wont make beta [23:33] question is if we want current state in beta [23:33] mozclient is fine [23:33] fta: i use it as a synonym for the full package [23:34] for xpi, i don't know, it's your stuff [23:34] fta: i want to know whether there are important enough changes in current head that i need to upload or not ;) [23:34] its just python2.4 [23:34] shouldnt be important [23:35] i have nothing else [23:35] ok. lets do the upload after beta then