[08:29] I'm having some problems building a firefox pakckage [08:30] my errors are: [08:30] collect2: ld terminated with signal 9 [Terminado (killed)] [08:31] make[5]: *** [libxul.so] Error 1 [08:32] make[5]: se sale del directorio «/home/guada/work/natty/firefox-4.0.1+build1+nobinonly/build-tree/mozilla/objdir-i686-linux-gnu/toolkit/library» [08:32] any tip/stuff to review? [10:34] jhernandez, "collect2: ld terminated with signal 9 [Terminado (killed)]" means that the linker was interrupted [10:34] which either means that you pressed ctrl+C [10:34] or you ran out of memory and the OOM killer interrupted it [11:03] mmm, ctrl+c is not the problem ;) [11:03] but, I'm building in a virtual machine .... [11:03] so, an out of memory is probably my problem [11:07] chrisccoulson: thanks for the appointment [11:07] ;)ç [11:23] chrisccoulson: confirmed, an OOM was my problem [11:24] thanks again! === ripps_ is now known as ripps [13:46] hi m_conley`, how are you? [13:46] chrisccoulson: I'm good, and you? [13:46] what's with the extra "`" at the end of your name? ;) [13:46] m_conley`, yeah, i'm good thanks [13:46] chrisccoulson: thanks for the translations, btw! === m_conley` is now known as m_conley [13:47] no problem :) [13:47] chrisccoulson: not sure what happened with my nick. Thanks for pointing it out. :) [13:47] heh, i thought it was an autocomplete bug when i saw it ;) [14:35] m_conley, i wanted to add a "show in the messaging indicator" option to the "When new messages arrive" section of the preferences in thunderbird [14:35] but it seems like that groupbox doesn't have an id [14:35] so i'm not sure if i can use an overlay to add it [14:35] * m_conley looks [14:37] chrisccoulson: argh, yes, that's annoying [14:38] chrisccoulson: maybe put an ID in for our purposes, and submit a patch to upstream? Seems like a trivial but useful change. [14:39] m_conley, yeah, we could do that [14:39] chrisccoulson: because I think that's where we'd want the option. Doesn't really make any sense to put it anywhere else. [14:42] m_conley, for now, i'm wondering whether we should work around it by dynamically creating the checkbox in JS, and manually adding it to the groupbox? we can do that, because the other checkboxes have id's already. the issue with adding the ID ourselves means that we end up with an extension which only works on ubuntu builds of thunderbird (for now) [14:42] chrisccoulson: sure, that works too - inject some javascript to inject the option. Sounds good to me. [14:43] i will still submit a patch upstream, but even if it lands, the extension would depend on comm-central [14:43] ok, i'll do it in JS for now, and we can fix it to use an overlay later on [14:48] chrisccoulson: thanks for all your help on Messaging Menu, btw - highly appreciated. :) [14:50] m_conley, no problem :) [16:27] m_conley, oh, that's strange. i actually have to initialize the state of the checkbox for some reason [16:28] not sure if that's expected when i add it to the document from JS [16:28] i've given the checkbox a "preference" attribute as well [17:22] chrisccoulson: sounds good - yeah, I've never tried dynamically adding an element to a pref form like that before... [17:22] chrisccoulson: also, did you get my email about getting in touch with some marketing folk at Canonical? [17:22] m_conley, this seems to work - https://code.launchpad.net/~chrisccoulson/messagingmenu-extension/expose-main-pref/+merge/68722 [17:22] oh, i think i read your e-mail quite late one night [17:23] i'll try to find someone who can answer that [17:23] jono might know [17:24] chrisccoulson: cool, thanks. [17:27] ok, i've forwarded that to jono now [17:30] right, time to fix the annoying ordering bug in indicator-messages now [17:30] and also make it respect the default mail client setting [20:06] m_conley, this fixes one messaging indicator bug - https://code.launchpad.net/~chrisccoulson/indicator-messages/dont-hardcode-evolution/+merge/68741 :) [20:07] chrisccoulson: woo! :) === m_conley is now known as m_conley_away [21:33] evening friends of the relay protocol