[01:28] asac, would be nice if we could create a real xulrunner-1.8.1 for 1.8.1.6 so that other apps (like totem, epiphany, liferea) could try the glue way instead of depending on firefox(-dev) [01:29] a good test could be totem-plugin compiled with xulrunner-1.8.1 == 1.8.1.6 and running in GP compiled with xulrunner-1.9 == 1.9a7 [01:35] asac: I have to go now... I've been trying to look for some other solution and the only one that I can think of now is to provide those strings in ubufox.properties, or to look for where are they located... [01:35] asac: I'm still confused why it throws an exception if it doesn't find a string, when it should just return a null :/... [01:36] Ok, good night, everybody' [01:36] .../day/morning/afternoon :)... === DarkMageZ [n=richard@ppp121-44-115-94.lns10.syd6.internode.on.net] has joined #ubuntu-mozillateam [02:52] Jazzva|away: it throws an exception because the contract is that it throws an exception ... you are probably expected to test explicitly upfront if the key is available. [02:52] and just not try to get the string at all if its not available [02:53] Ubulette: why can't we make the test by building totem against 1.9 ? [02:53] and other plugins? [02:54] we can test the here but I'm not sure seb will adopt xul 1.9beta for totem [02:55] -the+that [02:56] on my side, I'll test the all-trunk combo [02:56] totem/nss/nspr/xul [02:57] totem/nss/nspr/xul/ff [02:58] I already have trunk versions of totem/ff/nss, nearly xul. remains nspr [02:58] which is easy === Admiral_Chicago [n=FreddyM@st074039212101.monm.edu] has joined #ubuntu-mozillateam === Paddy_EIRE [n=patrick@89.240.243.205] has joined #ubuntu-mozillateam === Paddy_EIRE [n=patrick@89.240.243.205] has joined #ubuntu-mozillateam === cwong1 [i=chatzill@nat/intel/x-2aaee16aecc4427d] has joined #ubuntu-mozillateam [10:27] !easysource [10:27] source-o-matic is a webpage where you can (re)generate your sources.list - http://www.ubuntu-nl.org/source-o-matic [10:27] asac_the_2n1: are you here yet? === tonyyarusso wishes so [10:34] its still a bit early for him [10:34] cant say early since its 10:30am give or take but early for him (its also weekend) [10:35] What is the purpose of " if [ -d mozilla ] ; then rm -rf mozilla; fi [10:35] in the clean rule? [10:35] remove empty dir? [10:36] oh no that maybe to remove the mozilla folder that gets created when building [10:36] It seems to be happening before I'm done using it though [10:37] are you using bzr bd to build it [10:37] No. [10:38] than it should be there after you build/FTBFS than it would get cleaned upon next build try or if you run fakeroot debian/rules clean [10:39] most of the mozilla apps we have once build fails ther eis a way to test it without clean being ran but i dont know when or what it is [10:39] hmm [10:39] Let me see if I can pinpoint that as my problem === hjmf [n=hjmf@7.Red-83-44-173.dynamicIP.rima-tde.net] has joined #ubuntu-mozillateam [10:40] ok this damn patch is wayyyyyyyyy too frigging long [10:42] ok by the looks of it that patch isnt calling it. wher ein the hell does it say to use sunbird.cf [10:42] sunbird.cfg [11:02] gnomefreak: btw, I'm getting "gpg: Can't check signature: public key not found" when using pbuilder, even though I made the key on this machine and it shows up in gpg --list-public-keys yarusso [11:03] tonyyarusso: i get that sometimes using dpkg-buildpackage [11:03] gnomefreak: any idea why? [11:03] but only once in a while depending on the package [11:03] not really :( [11:03] Weird [11:03] Any problem caused by it? [11:03] debian/build-tools/obscure-tool debian/sunbird.cfg.source debian/sunbird.cfg [11:04] tonyyarusso: no just doesnt sign, says it fails but build doesnt fail afaik just the sig. [11:04] hrm [11:06] whew, for the first time I actually got to the building stage [11:06] i think i found the issue, asac_the_2n1 could the issue with the sunbird.cfg not being touched due to debian/build-tools/obscure.c having firefox in it instead of sunbird? [11:07] although it looks like a comment [11:08] hard to tell i dont remember how to comment in C [11:09] ok looks like /* commment */ but what is the "some text" [11:10] that has to be it, YAY i think i found issue. === gnomefreak waits for asac* to show up before changing it :) [11:21] test building with this change hopefully it works [11:31] hie [11:32] gnomefreak: firefox in sunbird.cfg? [11:32] what do u mean? [11:32] hold on ill show you the line [11:32] and yes if .cfg is not properly processed the problem coulb e there [11:33] static char doc[] = [11:33] "obscure #1 -- a program shift a firefox configuration file by 'obscure_value'"; [11:33] i changed firefox to sunbird and its building atm [11:38] asac: can you go to http://www.mtas.es/insht/en/legislation/epi_en.htm and let me know if the index Regulations Legislation and legal tests open for you [11:39] i guess it is more of a java script issue more so than firefox [11:40] checking iceape atm [11:40] ==> "obscure #1 -- a program shift a firefox configuration file by 'obscure_value'"; [11:40] thats just a comment and will change nothing [11:41] i wasnt sure if " was a comment in C i do remember */ */ as comments [11:41] hmm [11:42] no its definitly something that is just a comment ... or probably a string that is printed on --help [11:42] actually i doubt that the problem is the obscuring ... you could try to use unobscured file [11:42] and and obscure value of 0 [11:43] its been so long since i have delt with C directly [11:43] ah debian/rules sent me to that file [11:43] done; gcc -o debian/build-tools/obscure-tool debian/build-tools/obscure.c; \ debian/build-tools/obscure-tool debian/sunbird.cfg.source debian/sunbird.cfg [11:44] thats why i went there [11:45] thats under pre-build:: section in rules [11:45] that and clean are the only 2 sections that have sunbird.cfg [11:46] gnomefreak: that all looks fine [11:47] gnomefreak: its just creating and obscured version of the .cfg.source file [11:47] gnomefreak: its important that the general.config.obscure_value configuration is set to 13 (or something else i don't remember that is different from 0) [11:49] gnomefreak: can you verify that it iS set to something that is not 0 ? [11:49] in sunbird config editor [11:51] yep looking [11:52] its 13 [11:53] i did see something that caught my eye [11:54] ok [11:54] i will be out for a few hours soon ... will do wellness today :) [11:54] like doing sport ... then taking a steambath and going in sauna [11:54] give me a sec to type this [11:55] sure [11:56] config.use_system_prefs == false and config.use_system_prefs.accessibility == false [11:56] in about:config [11:56] how are those values set in firefox? [11:56] looking [11:57] damn [11:57] both false in ff [11:57] yeah [11:57] its strange ... indeed [11:58] i still think its somehting stupid that is right infront of our faces [11:59] yeah ... but probably this is on the things that is indirectly in front of your faces .... which you will see once you know why :) ... but not before :/ [11:59] s/your/our/ [12:00] true [12:01] im trying not to patch this since it should be done with .cfg [12:04] asac: btw stgraber is online atm i fyou have time to ping him [12:20] ok going to sport now [12:22] have fun === gnomefreak reboot than gone for a while === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-mozillateam === jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-mozillateam === Jazzva [n=sasa@cable-89-216-129-52.dynamic.sbb.co.yu] has joined #ubuntu-mozillateam [02:19] asac: Alive? I was wrong last night... The strings we need to get from chrome://mozapps/locale/plugins/plugins.properites are there... The one that are used in pluginInstallerWizard.xul are in chrome://mozapps/locale/plugins/plugins.dtd. I'll try to first fetch the string from that file, and then from our. Then it should throw the exception when we try to fetch a string that's in our file. [02:31] Yep... it does that... [02:42] asac: It's fixed now. Go exception catching :). Anyhow, I've noticed something else. If you select to install a plugin, and then cancel the installation outside of FF, the FF will report that the plugin is installed... [03:01] asac: I pushed the new revision to my branch :). BTW, rev 40 and 41 are related to removal of hard-coded "Get Ubuntu Addons" and replacing it with string "Get Ubuntu Extensions" in ubufox.dtd [03:06] BTW, I think you should merge... The last revision that's the same in both branches is num 38. I made those string changes before your rev 39, and I forgot to merge before this submission... [03:13] I'm off now... Exam time :)... See you in the evening. === jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-mozillateam [04:13] hmm exception catching was not really the way it ment it :) === jeromeg_ [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-mozillateam === jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-mozillateam === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-mozillateam [05:28] asac: Please restart any running Sunbirdes should be Please restart any running Sunbirds === asac_ [n=asac@debian/developer/asac] has joined #ubuntu-mozillateam [05:32] ill add that to my to do list for sunbird [05:33] gnomefreak: well ... please open a bug [05:33] and mark it critical [05:33] its critical somehow [05:33] oh it is? [05:33] and we should target it for beta [05:33] well ... if there is an update button and it tries to upgrade then its critical ... yes. [05:34] gnomefreak: do we have the same issue with thunderbird? [05:34] that would even be more critical [05:34] thunderbird doesnt give the update option [05:34] and i was talking about the spelling error with the please restart running sunbirds [05:41] gnomefreak: ok ... [05:41] i was offline before so maybe i missed that you were not talking about the upgrade option anymore :) [05:41] gnomefreak: have we received any regression report since yesterdays tbird security roll-out? [05:41] 11:28 < gnomefreak > asac: Please restart any running Sunbirdes should be Please restart any running Sunbirds [05:42] asac: not that i know of [05:42] gnomefreak: yeah ... is sunbird release branchin mt? [05:42] i think so [05:42] if so feel free to fix it after opening up the branch by committing a new changelog entry eith UNRELEASED distribution [05:42] mine and mt are the same atm [05:43] unreleased [05:43] ? [05:43] ok ... let me look at code for sunbird project [05:43] ubotu: how is launchpad going ? down? [05:43] I'll remember that, asac [05:43] ouch [05:43] lol [05:43] bug 1 [05:43] Launchpad bug 1 in ubuntu "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 [05:43] why did he remember something? [05:43] no LP is up [05:44] last time he remembered something was when i started line with ! [05:44] !how is launchpad going [05:44] But how already means something else! [05:44] !how [05:44] how is launchpad going ? down? [05:44] rofl [05:44] ;) [05:44] !forget how [05:44] I'll forget that, gnomefreak [05:44] :) [05:44] damn ... so this thing will remember things that i tell him [05:44] not only with ! [05:45] yep [05:45] depends on how you use it [05:45] ubotu bug 1 [05:45] For help with Microsoft Windows, please visit ##windows or your nearest mental health institute. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and !equivalents [05:45] Launchpad bug 1 in ubuntu "Microsoft has a majority market share" [Critical,In progress] https://launchpad.net/bugs/1 [05:45] hmmm ... i tolk it to wake up some times [05:45] !wake [05:45] Sorry, I don't know anything about wake - try searching on http://bots.ubuntulinux.nl/factoids.cgi [05:46] hmmmmm [05:46] thats odd [05:47] im in debian/sunbird/sunbird-restart-required.update-notifier and it doesnt have sunbirdes maybe dpkg is doing it [05:48] Description: Sunbird has been upgraded (or reinstalled) and must be restarted. Please quit and restart your web browser now. [05:48] gnomefreak: the text doesn't match at all right? [05:49] there must be some other update-notifier in that beast [05:49] which is maybe the cause why its so badly worded [05:49] above is what is said in the file. following is what is said when installing sunbird [05:49] gnomefreak: its not the update-notifier: [05:49] asac@hector:~/ubuntu_bzr/sunbird.ubuntu.mt$ grep Sunbirdes debian/* [05:49] debian/sunbird.postinst:echo "Please restart any running Sunbirdes, or you will experience problems." [05:49] Please restart any running Sunbirdes, or you will experience problems. [05:49] there it is [05:50] fixed [05:50] thanks ... hmm maybe we should think about dumping the text from update-notifiert to console as welll ... [05:50] it would give us a single place to maintain ... and its even translated (currently only for -fr) [05:51] not sure how to best do it from a technical pov though [05:51] well in postinst it uses the file i stated above [05:52] yes .. but not to get the text it echoes [05:52] those are two different things ... [05:52] good point [05:52] than i say drop it, do we have it in anything else? ff or tb or icceape? [05:52] probably everywhere [05:53] sunbird was based on ffox-trunk which became firefox (stable) which then was forked in all kinds of directions [05:53] among others sunbird came out of it [05:53] true [05:54] and you are right ... i am not really sure if we need a message to console at all [05:54] there are other messages, but maybe those should be communicated to the user by producing such update-notification files on the flie [05:55] most people use gnome-app-install and will hardly every see any console output from install [05:55] very true [05:55] like the compreg.dat detected message [05:55] should be in postinst as well [05:55] it is at the bottom i think [05:55] we should still communicate that to users and i already asked me at some point how? ... but its obvious [05:56] use notification files to produce a bubble [05:56] like the lightbulb bubble [05:56] ? [05:57] well ... it will be the same that you get on upgrade notification ... iif we use the same mechanism [05:57] not idea if its a lightbulb bubble [05:57] but i think it its [05:57] is [05:57] ff is [05:58] independent from that .... this upgrade notification isn't really a final solution [05:58] asac: btw ther eis a bug on sunbird that it should be in office menu not internet [05:58] yeah ... makes sense. [05:58] lets change it and see if someone complains about that [05:59] well if we pipe the output to term when using apt-get and GUI with the bubble that should be fine no? [05:59] (other comment than just: i couldn't find it anymore ... which wouldn't really count) [05:59] asac: just change network to office in the .desktop? [05:59] gnomefreak: yes... but maybe the update notificatio ndaemon should be improved [05:59] e.g. it could also send a broadcast to *all* terminals [06:00] ko [06:00] ok [06:00] but for now lets go for the we spid out content from update notification on our own [06:00] now its just open how to best get the right description [06:01] e.g. at best we would get the french text when the user is running french desktop et al [06:01] hopefully there is a tool to get description from .desktop file ... which is probably the same format as this update-notification file [06:02] but i think -fr is wrong for that ... it would be Description[fr] =... [06:02] iirc [06:02] Categories=Application;Network; replace network with office? === JenFraggle [n=jen@91.84.43.217] has joined #ubuntu-mozillateam [06:03] Description-fr: is wrong? [06:07] no idea ... maybe try if it works [06:08] gnomefreak: look what openoffice has in its desktop file [06:09] hi [06:10] ola [06:11] Ubulette: from what i saw in code the static glue just looks for exactly the same version ... [06:12] at least the check passes in the builds that have BUILD_ID as upper as well as lower bound [06:12] they don't read base of UUID or something like that ? [06:12] +a [06:12] not sure if the matching algorithm knows about minor revisions or something though [06:12] well, i'll have a look [06:12] Ubulette: base of UUID ? in what context? [06:13] Ubulette: do you know where to find? [06:13] its in xpcom/glue/ [06:13] search for BUILD_ID (or wsa it BUILDID) [06:13] that should bring you to the place where the version check of what was found in /etc/gre.d is initiated [06:14] actually i am not really sure what value build id has at that place ... maybe figure that out as well ... i hope its not the date you see during build [06:14] i was referring to "Almost all XPCOM functionality is exposed through interfaces, which are versioned using UUIDs. As functionality is completed, these interfaces and the contractIDs that allow access to components are frozen, which guarantees that they will not change in future releases." [06:14] -DBUILD_ID=20070801 [06:14] or 0000000 [06:14] if you don't set MOZ_OFFICIAL_BUILD during build [06:15] Ubulette: ah ok ... that would make sense [06:15] Ubulette: anyway ... i just looked for the "find gre" algorithm [06:15] they look at build id ... but maybe there is something else [06:19] i have to split xul in two debs. so far put everything in xulrunner-1.9_1.9a8pre~cvs20070824_i386.deb [06:19] right ... we need devel [06:20] btw, nss and nspr are interchangeable [06:20] i mean, trunk and the gutsy ones [06:20] yes ... thats good [06:21] they are just not interchangable during build [06:21] oops, i mean "are not" [06:21] ah [06:21] ok [06:21] well i could use trunk for firefox stable [06:21] not being able to downgrade for gp makes sense though [06:21] as it probably makes use of new features [06:21] xul 1.9 wanted symbols (in fact, #define) in nss that weren't catched by the nss check in configure [06:22] or did you even had problems using trunk for stable ffox? [06:22] yes ... which is reason why we had to package -trunk at al [06:22] in paradiso 4 we could still use plain system nss [06:22] nspr [06:22] then it failed in paradiso and i dropped the use of system libs for that upload [06:23] paradiso5 [06:23] here, i've just used builddep libnspr4-dev (>= 4.7.0~cvs20070713) and libnss3-dev (>= 3.12.0~alpha1b) [06:24] which are the tagged ones [06:24] so even trunk of those two will match [06:28] btw, my branch for nss now builds trunk so if you want the tagged one, checkout the right commit [06:32] asac: pushing postinst, changelog, and .desktop [06:33] asac: https://code.launchpad.net/~gnomefreak/sunbird/ubuntu-0.x [06:47] asac: also bug 134746 i reported for the update being enabled [06:47] Launchpad bug 134746 in lightning-sunbird "[Gutsy] sunbird help>check for updates is enabled and shouldnt be." [Critical,New] https://launchpad.net/bugs/134746 [06:49] Ubulette: what do you mean by tagged? [06:49] versioned depend? on what? [06:49] ill be gone for a while, im building sunbird with the changes to see if all is well [06:50] gnomefreak: ok ... your last revision ... can you redo the changelog change and replace gutsy by UNRELEASED please? [06:50] why unreleased? [06:50] e.g. uncommit ... change, commit, push with --overwrite [06:50] because its unreleased :) [06:50] we flip this just before release [06:50] so the changelog entry that flips that ... is always the released one [06:50] indicates which revision goes up [06:52] pushing it again [06:59] i fucking hate this [07:01] bzr: ERROR: Can't rename /srv/sm-ng/push-branches/00/00/13/32/.bzr/branch/lock/vk0vp57c4r.tmp to /srv/sm-ng/push-branches/00/00/13/32/.bzr/branch/lock/held: /srv/sm-ng/push-branches/00/00/13/32/.bzr/branch/lock/held already exists [07:03] think i fixing it [07:04] goes for smoke [07:12] gnomefreak, i've updated and pushed ff 3.0a8pre~cvs20070825 to m-t. feel free to ppa it :) [07:13] asac> Ubulette: what do you mean by tagged? => NSPR_HEAD_20070713 & NSS_3_12_ALPHA1B [07:14] Ubulette: trunk or gp? [07:14] trunk [07:15] k [07:15] you should have up to #59 [07:15] yep [07:16] ok ill get to it sometime later im finishing up sunbird push than i am building it than ill play with trunk :) [07:16] sometime during this i have to clean and go shopping [07:19] bbs shower [07:21] Ubulette: oh ... so you build real head? [07:21] Ubulette: i doubt we really want that ;) [07:21] for what ? [07:21] Ubulette: i am not even sure if NSS_3_12_xxx is from HEAD at all [07:21] maybe it has its own branch? [07:21] Ubulette: nspr/nss [07:22] i'm building head but that doesn't mean i want you guys to use that [07:22] Ubulette: yeah ... does 3_12 has its own branch? [07:23] no, but it should [07:23] hmm [07:23] well as long as there is no other dev branch then it doesn't need its branch [07:23] you mean in bzr ? or in upstream cvs ? [07:23] upstream [07:23] no idea [07:25] ok there is no branch [07:25] just a tag ? [07:25] then building head makes sense ... if you want it ;) [07:25] yes [07:25] good [07:25] in case there were a tag HEAD would probably not be latest as i know that nss folks just develop on one branch at a time [07:26] which is why i asked as i didn't want you to build something that isn't latest at all :) [07:28] Ubulette: at what revision is trademarks.txt file in your HEAD NSS? [07:28] mozilla/security/nss/trademarks.txt that is [07:28] probably just 1.1 ;) [07:29] nevermind [07:29] no rev inside [07:29] ok i will be out soon ... drinking lots of bear ;) [07:29] well beer ;) [07:29] lol [07:29] i swear i didn't dring anything today :) [07:30] ;) === asac_the_2nd [n=asac@e177174070.adsl.alicedsl.de] has joined #ubuntu-mozillateam === jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-mozillateam === Ubulette_ [n=Ubulette@APuteaux-153-1-94-52.w86-217.abo.wanadoo.fr] has joined #ubuntu-mozillateam === Ubulette_ is now known as Ubulette === Paddy_EIRE [n=patrick@host217-42-30-159.range217-42.btcentralplus.com] has joined #ubuntu-mozillateam [09:09] Ubulette: any reason the binaries in debian/control are missing Section (on some of them) for -trunk? [09:10] hm, no reason. [09:10] I haven't touched that [09:10] dom inspecter would be web or devel? [09:12] web [09:12] universe/web [09:12] thought so ty [09:19] fyi, i'm building xulrunner-1.9-1.9a8pre~cvs20070824 [09:20] should be close to ready [09:20] not sure how to push that. app is now xulrunner-1.9, not xulrunner === jeromeg [n=jerome@gra94-2-82-66-142-60.fbx.proxad.net] has joined #ubuntu-mozillateam === Jazzva [n=sasa@cable-89-216-129-52.dynamic.sbb.co.yu] has joined #ubuntu-mozillateam [10:08] Evening... [10:18] Jazzva, Hi [10:20] Hello, Ubulette :) [10:27] gnomefreak, i've pushed #60 for trunk (updating a patch shared with xulrunner) === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-mozillateam [10:56] all done updating? === gnomefreak pulled revisions now getting ready to build again [11:02] #60 ? [11:03] yes [11:03] asac_the_2nd: are you lurking? [11:03] I think he's out [11:03] did we add plugin finder to feisty? [11:03] ok i will be out soon ... drinking lots of bear ;) [11:03] well beer ;) [11:06] hmm, nspr is broken.. we need to install nspr.pc [11:07] what version and is this from PPA? [11:08] nspr from my tree, so ppa too [11:08] from what i gathered earlier you have your own nss nspr and than the ones you did for the team now in PPA plus there is the reg versions [11:09] mine and the ppa one should be the same, delta sections+changelog [11:10] except that I pushed yesterday a new nss, which is really nss-trunk (nss HEAD) [11:10] i should have created nss mt 1st.. [11:11] hmm, i'll do jsut that [11:11] let me know what you find ill most likely get to it tomorrow or during the week (my day is already getting long [11:12] ok [11:13] i can change locally if something simple so i dont need to merge and than i can just push mt4 or whatever version im on [11:13] sunbird might almost be done :) [11:14] ff-trunk is stable for now. tarball is on my site [11:15] -trunk no need for tarball :) [11:15] ./debian/rules neworig makes tarball [11:16] from whatever date is in changelog as latest [11:16] well, that's broken [11:17] it should co 1st, then update changelog [11:17] i got caught twice already === gnomefreak hasnt had a problem at all with it [11:18] maybe that's me, try it :) [11:18] i already did [11:18] only time you cant do it is when you are using bzr bd [11:23] maybe that's why.. i'm using bzr bd [11:23] ok forgot i was doing this for PPA :( [11:23] that would be why === gnomefreak is changing everything all over again [11:24] lol === gnomefreak testing sunbird [11:26] sunbird is fixed now all i have to do is find the cause of the update button being enabled [11:26] will see if i can get trunk done first [11:28] ok, i've created https://code.launchpad.net/~mozillateam/nss/nss.ubuntu.tag312a1b which is the one that should be used for granparadiso [11:30] NOTE: to updaload to PPA we can not use UNRELEASED it has to be gutsy feisty ect.... [11:31] it automaticly builds and makes repo for the disto you use in changelog [11:33] could we drop nss-svn.debian.org.trunk ? [11:34] havent seen it [11:34] i've created nss.ubuntu.trunk in m-t, i'll drop my own branch [11:34] this one is for ff-trunk [11:34] ok ive been using nss.ubuntu.trunk [11:34] for PPA [11:35] for ppa, use nss.ubuntu.tag312a1b (which was what you used for the ppa) [11:36] no its not [11:36] ~mozillateam/nss.ubuntu.tag312a1b => PPA + GP (once will tell it to use system-nss) [11:36] it is [11:36] except you section changes [11:36] unless you tagge dit after i finished the builds [11:37] nspr.ubuntu.trunk nss.ubuntu.trunk [11:37] i renamed one [11:37] check log. #12 is last for nss.ubuntu.tag312a1b [11:38] the -trunk one is now #14 with fresher sources [11:40] gnomefreak, dont use ~mozillateam/nss/nss.ubuntu.trunk for the ppa, use ~mozillateam/nss/nss.ubuntu.tag312a1b (which contains what was ~fta/nss/nss.ubuntu.trunk when you fetched it for the ppa) [11:40] forget about ~fta/nss [11:40] Ubulette: give me a efw minutes [11:46] are the tarballs the same? [11:46] yes [11:47] nss for trunk is tag312a1b? [11:47] for trunk ? [11:47] yes [11:47] ff trunk? [11:47] for PPA [11:47] yes [11:48] one that goes with ff-trunk [11:48] what about nspr? [11:48] doesn"t matter for ff-trunk but as you can only build one, build the tagged one [11:48] so it can be used for gp and xul [11:49] nspr is the same no changes? [11:50] i'm on it. i'll do the same as for nss + fix the missing pkgconfig file(s) [11:54] k [11:55] https://code.launchpad.net/~mozillateam/nspr/nspr.ubuntu.tag20070713 is the branch [11:55] now i need to fix the stuff [12:00] gasp, it's another of those make install bug [12:00] Ubulette: im using the cvs tarballs? [12:00] yes, it's in fact a tag [12:00] take the one matching changelog [12:00] nss you have alpha and cvs tarballs [12:00] yes [12:01] alpha it is than [12:01] the tag is NSPR_HEAD_20070713 [12:01] nspr.ubuntu.tag20070713 [12:02] is the nspr i see [12:02] yep [12:02] tag for nss was NSS_3_12_ALPHA1B [12:02] both are frozen as far as sources are concerned [12:04] that why i now keep the name .trunk for real HEAD, not those frozen beasts [12:12] Ubulette: you didnt change anything on nspr? [12:12] or atleast didnt push changelog [12:14] http://pastebin.mozilla.org/189139 Ubulette 1st one was yesterday when i pushed to PPA (before my changes) 2nd one is the latest changelog in bzr nspr [12:15] ? [12:16] i said it's the same and still needs a fix that i'm working on right now [12:16] ah ok [12:16] nss is safe? [12:17] ok nss and trunk are building for PPA [12:19] :) [12:22] ok im out for a while [12:28] nspr done [12:28] pushed [12:30] uploading nss and -trunk ill worry about nspr when i get home [12:34] oh, you're not at home [12:48] ok, i've pushed my xulrunner-1.9 branch to mt [12:59] asac, could you please have a look when you have time [01:00] asac, i'm just concerned by /usr/bin/xulrunner, which shouls probably be a diversion from /usr/bin/xulrunner-1.9 [01:00] should