/srv/irclogs.ubuntu.com/2009/09/10/#ubuntu-mozillateam.txt

dcostaasac: you there _00:00
asacno00:01
dcostacool i will be back later00:01
asachey00:01
dcostahehe00:01
asacjust write what you want instead of summoning me... thats what i was trying to say ;)00:01
dcostaim buddy o BUGabundo can u give me some help00:01
asacah ok00:01
asacshoot00:01
jdstrandasac: I'm fine with that, thanks00:01
asacgood plan ;)00:02
asacjdstrand: i am about to have a break through in my brain ;)00:02
jdstrandasac: well, I guess it is time for a break then ;)00:02
dcostai unistall my network manager -gnome00:02
asaci try to get the road unblocked to push a standalone firefox so we can do major version upgrades00:02
dcostaand now i dont have network to install it again00:02
dcostaany way for fix it from live cd _00:03
asacjdstrand: last drop on this was firefox getting major sqlite update on a stable branch00:03
asacjdstrand: e.g. 3.500:03
asacwe had luck ... but when i asked if we can unpatch the configure.in bumpage they said that would be trademark review00:03
asaci am tired of explaining everything ;)00:04
asaclike that we can build in security with lower sqlite00:04
asacand make a sru for sqlite if there is really a bad crasher00:04
asac;)00:04
asacdcosta: what network? wired?00:04
asacdcosta: wired is easiest00:04
dcostaany00:05
asacif you can plug in somewhere ...00:05
dcostawireless or wired00:05
asacdcosta: killa NetworkManager ... sudo killall NetworkManager00:05
asacdcosta: then sudo ifconfig eth0 up00:05
asac(if eth0 is your wired)00:05
jdstrandnice plan, bummer on the trademark review00:05
asacand run dhclinet eth000:05
asacsudo dhclient eth000:05
asacjdstrand: so basically we would not use any system libraries (nor xulrunner) and ship exactly what mozilla does00:06
asaconly sys libs are maybe nss/nspr00:06
asacbut even for that i am not sure00:06
asaconly blocker is that we have yelp on the CD00:06
dcostaok i dont do dhclient but i set my router in interfaces and resov.conf manualy and dont work00:06
asacwhich requires xulrunner ... have to do something about that00:06
dcostai will try00:07
dcostabrb00:07
asacyou will figure00:07
asacconfigure eth0 in interfaces and run ifup eth000:07
asacsudo ifup eth000:07
dcostaeth0 is up00:07
dcostabut i will do dhclient00:07
dcostareboot00:08
asacdcosta: you dont need to reboot00:08
asacsudo killall NetworkManager ... then the commands i suggested00:08
ftaasac, do you own the itp for v8 now?00:12
ftaasac, arm will need work... http://paste.ubuntu.com/268261/00:33
asacwhy do you think?00:36
asacthose flags look like its something we might actually be targetting00:37
asacbut i am not sure what kind of arm thing is the main target00:37
asacits not necessarily the same as i have learnt in the past00:37
ftai mean, by default, it will not work if you build with target_arch=arm, because it's protected by chromeos==1, which we should not pass00:38
asacfta: doesnt that mean that those flags will only be used if its chromeos?01:11
asacotherwise it will just build as normal?01:11
ftaindeed01:13
asaci think those are performance optimization tweaks for their target platform01:14
ftayep, but they are more tests like that scattered everywhere01:15
ftashould not be a problem if porters send their patches upstream (like freebsd is currently doing) and if we release often01:16
asaccan we get rid of the testsuite packages somehow?01:19
asacor are they gone i am too old ;)?01:19
asacpoint is that one needs to push all the binaries + the sources ;)01:19
asacto debian01:19
asacmaybe when passing something like: UPLOAD_TARGET=debian debuild01:20
asacbut at best still running the testsuite during build ... though i think we dont hard fail, right?01:21
ftai have USE_TESTS ?= 1 already01:22
asacuse tests does not prevent package creation i guess01:23
ftait tweaks control :P01:23
asacreally01:23
asacdoes it cleanup in clean at least?01:23
asacthen its good01:23
asacthough UPLOAD_TARGET=debian-release ;)01:23
ftait doesn't, but it's possible01:23
asacwould be more high level api01:23
asacdo we need control stuff for all packages?01:24
asaccant we convince debhelper to do that for us with snippets?01:24
asacguess not01:25
asacso you think the packages are really worth to have?01:25
asaci thought that might be great01:25
ftai wanted to drop the testsuite at some point, then reconsidered, now i'm unsure01:25
asacbut i think given the space consumed it would be better01:25
asacto just say: we run make check01:25
asacand if there is something that breaks you have to reproduce by building locally01:26
ftai can build chromium in less than 20 min with USE_TESTS=001:26
asacyes01:26
asacwell01:26
asaci would like to keep using TESTS01:26
asacso they are run01:26
asac.... just not the packages01:26
ftahttp://paste.ubuntu.com/268286/01:27
ftathat's why i'm unsure01:28
asaci am sure thats wrong math01:30
asacmaybe its even me and you reinstalling all the time every daily ;)01:30
asacwho would run a testsuite?01:30
ftano idea01:38
asacGPLv1+/AristicLicense ... ouch01:56
asacwhat is that?01:56
asacok01:56
asacfta: can we autoparse somehow what subtrees depend on what other subtrees?02:07
asaclike from gyp files ?02:07
ftawhat do you mean?02:07
asace.g. if chrome requires "skia" we would want that relationship somehow parsed02:08
asaclike chrome/browser => skia, net/http, etc.02:08
asac=> == depends on02:08
asacaka makes use of02:08
asacaka links again02:08
asac;)02:08
asacaka (in most cases) includes headers of02:08
asacbut i think checking for headers would be too hard02:08
asacso i hoped that they had something like in Mozilla.in:02:09
asacREQUIRES = xpcom strings ...02:09
ftain chrome/chrome.gyp, you have those deps02:10
ftain each target02:10
* asac checks02:10
asacok so basically all "dependencies"="path/to/some/other.gyp02:11
asacimplies that that directory makes use of path/to/some/other02:11
asacerr some/02:12
asac;)02:12
asacso leaving system lib gyps alone02:12
asacthey probably have that gyp in the same subtree at least02:12
asac?02:12
ftano always, but then, it's a relative path02:13
ftas/no/not/02:13
ftahttp://paste.ubuntu.com/268300/02:13
asacyes, thats what i mean02:16
asacdidnt differentiate between paths02:16
asacwhat i meant is ... is a .gyp file always in the top most directory of the component it descrbes?02:16
asac../third_party/bzip2/bzip2.gyp -> yes.02:16
asac../third_party/bzip2/build/bzip2.gyp -> no.02:16
asacwhat does 'chrome_resources',02:17
asacmean?02:17
asacis that a placeholder for more .gyp files defined elsewhere?02:17
asacor a subdir?02:17
asacoh thats a .gyp target02:17
asacof the same file02:17
asacor something02:17
asacok02:17
micahgasac: ff3.5.3 never made it to jaunty in the security ppa02:19
micahgxul1.9.1.3 did though02:19
asacwoot02:20
asacok02:20
asaci failed then ;)02:20
asacthx02:20
* micahg probably should have mentioned it earlier :)02:20
micahgMozilla made the official release announcement02:20
asaci know i shouldnt have slept in the middle of those uploads ;)02:21
asacok that means i will fix it02:21
asacand if things will not go through -security we will use the same bits and put into -proposed ... and then -updates + -security02:21
asacguess will make "Shiretoko" folks a bit more unpleased ;)02:22
asacoh ... those fixes are xulrunner ;)02:23
asacwell ok02:23
micahgcan you close the fixed-3.5.3 bugs in the upload?02:23
asacfta: there probably is no way to dump those dependencies from .gyp ;)02:24
micahgMozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090902 Ubuntu/9.04 (jaunty) Shiretoko/3.5.202:24
asaclike gyp --gimme-depends path/to/file.gyp:*02:24
asac;)02:24
asacnow i am in doubt02:24
asacwhat to do02:24
asac(ffox 3.5)02:24
micahgwhy?02:25
asacomg02:26
asaci386      15571 builds waiting in queue02:26
asacok uploaded02:27
micahgasac: should I be subscribing ubuntu@bugs.distro to upstream mozilla bugs?02:28
asacmicahg: if we file them we should use linux@distribution.bugs02:28
asacalso if they are linux specific02:29
micahgok, what if it's found?02:29
asacfound?02:29
asacyou mean linked?02:29
micahgi.e. already there?02:29
micahgI was looking at this: https://wiki.ubuntu.com/MozillaTeam/Bugs/TriagersHandbook02:29
asaci dont know :)02:29
asacyes02:29
asacthat was the plan02:29
micahgsince comeone linked it from the hugday page02:29
micahg*someone02:29
asacnow they created linux@distribution.bugs02:29
asaci am not so sure what other distros say if we link all the bugs that get filed to it02:30
micahghmm02:30
asacone second02:30
asacyou can ask in the bug that created that02:30
asaci think i was cced02:30
micahg1 hr to build the jaunty amd64 ff3.5.302:31
asacmozilla bug 44490602:31
ubottuMozilla bug 444906 in Bugzilla: Other b.m.o Issues "Please setup a watcher account for linux related bugs" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=44490602:32
micahghttps://bugzilla.mozilla.org/show_bug.cgi?id=444906#c502:32
* micahg should probably be watching that account02:33
asacwell. thats a suggestion02:34
* micahg signed up02:34
asaci think we should ask about what is ok and what is not02:34
micahgor rather added it02:34
micahgshould I ask in the bug?02:34
micahgor in the developers channel?02:34
asacand if using that to link down to bugs we have in ubuntu is the right thing.02:34
asacor if we should create ubuntu@distribution.bugs02:34
asacrather02:34
asaci think ask in the bug02:34
asaclet me check if the relevant folks i know are CCed02:35
asac[reed]: ^^02:35
asacgood day ;)02:36
micahghe's on there02:36
asacyes02:36
micahggood day?02:36
asaci want him to tell us what to do ;)02:36
micahgah02:36
asac[reed]: so basically: does it still make sense to work on improving the "old" bug forwarding workflow ... or can we start interfacing with bmo from launchpad already?02:38
asacif the latter is unlikely from your side we really would prefer to have a watcher account so our bugsquad can better ensure that we follow up on upstreamed bugs02:38
asaci assume using linux@distribution.bugs would be misuse02:39
asac;)02:39
asacas the selection of bugs would probably not really be linux specific in general, but rather ubuntu02:40
micahgasac: only 32 bugs in b.m.o for that linux@ alias02:47
[reed]asac: well, once bmo gets upgraded to Bugzilla 3.4, launchpad can easily integrate03:26
[reed]no idea when that will be, though03:27
[reed]until then, if you want a watcher account, that's easy to do03:28
micahgasac: I'm confused, you committed a patch to xul 1.9.3 that should already be in trunk03:58
micahgasac: neverming, I see you had a patch there temporarily that you removed now03:59
micahg*neverminf03:59
micahg*nevermind03:59
micahgasac: [reed] broke it :) mozilla  Bug 29437508:03
ubottuMozilla bug 294375 in File Handling "libgnomevfs-WARNING **: Deprecated function. User modifications to the MIME database are no longer supported." [Minor,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=29437508:03
micahgI fixed the patch and as soon as LP is fixed, I will try to build it08:03
[reed]I broke what?08:03
micahgthe ubuntu build :)08:04
micahgnot really08:04
micahgyou commited the patch to mozilla-central that broke the build, one of our patches still had gnomevfs code08:05
[reed]ah08:05
[reed]is there a LP bug on it?08:05
micahgno08:05
micahgnot that I know of08:05
micahgoh maybe08:06
micahgthe patch was for bug 18562208:06
ubottuError: Could not parse data returned by Launchpad: HTTP Error 503: Service Unavailable (https://launchpad.net/bugs/185622/+text)08:06
micahgugh08:06
micahgmaybe not08:06
micahgoh right08:06
micahgLP is broke right now :)08:06
micahg[reed]: about that bug watcher thing asac was talking about last night, we should have an ubuntu specific watcher and not abuse the linux.distro, right?08:09
[reed]depends on what you want to do08:09
[reed]but probably/possibly08:09
micahgah, lp looks better08:09
micahgbug 18562208:09
ubottuError: Could not parse data returned by Launchpad: HTTP Error 503: Service Unavailable (https://launchpad.net/bugs/185622/+text)08:09
micahgwell, at least ppa uploads are working08:10
[reed]bug 18562208:46
ubottuLaunchpad bug 185622 in firefox-3.0 "Firefox 3 doesn't act as the default browser" [High,Fix released] https://launchpad.net/bugs/18562208:46
[reed]micahg1: not that bug...08:46
micahg1no, well the patch I had to fix was that bug08:46
[reed]what did mozilla bug 294375 break?08:47
=== micahg1 is now known as micahg
ubottuMozilla bug 294375 in File Handling "libgnomevfs-WARNING **: Deprecated function. User modifications to the MIME database are no longer supported." [Minor,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=29437508:47
[reed]ah08:47
[reed]I see08:47
micahgthe patch was for a file that you removed code from upstream :)08:47
micahgand apparently I didn't do a good job fixing it :(08:47
micahgnah, you didn't mess anything up, I was joking about that08:48
micahgasac: ok, I have to go to sleep, I'm trying the build in my mozilla test ppa, I pushed the code change up to lp:~micahg/firefox/firefox-3.7.head, if it doesn't work, I might be able to try one more time in the morning08:58
micahgI'm leaving my computer on so the uploads finish08:58
mac_vasac: hi... how to get extra functions into ubufox? ie. is there any due process , to get a new function in? i'm trying to make firefox notify extension fit to ubuntu09:46
eagles0513875morning guys09:53
andveagles0513875, hi10:34
andveagles0513875, I fixed the wiki page you made10:34
eagles0513875hey andv thanks m810:34
andvand added some new contents10:35
eagles0513875got alot on my plate before my lectures start10:35
eagles0513875doing my lpi 101 exam tomorrow10:35
eagles0513875working on getting linux level 1 certified :)10:35
andveagles0513875, I gonna work on firebug, is assigned to you, can I take it?10:35
eagles0513875go for it10:35
andvty10:35
eagles0513875dont have time atm and would probably take longer for me to fix then it would for u10:35
eagles0513875*you10:35
andvyeah, ok10:37
eagles0513875hows things going in the ff realm10:38
andvasac, should I have misc:depends removed as well?10:40
andvasac, in the depends field10:40
eagles0513875andv: dont think hes around or hes afk10:40
andvasac, or should I remove everything apart that ( in firebug)10:40
andveagles0513875, he will read backlog :)10:40
eagles0513875andv: question the first link that the bot will provide for packaging do i need to go through that and install all those packages?10:41
andvwhich link?10:41
eagles0513875!packaging10:41
ubottuThe packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports10:41
eagles0513875the packaging guide10:41
eagles0513875do i need to install all that stuff to be able to help yall with packaging10:41
andveagles0513875, https://wiki.ubuntu.com/PackagingGuide/GettingStarted under 'Packaging Tools'10:42
eagles0513875andv: i normally follow the complete packaging guide and install all that is on that wiki10:42
eagles0513875same thing lol10:43
andvyes10:43
eagles0513875so install from there on out10:43
eagles0513875viva la netsplit10:47
asacandv: misc:depends is ok to have10:58
asac[reed]: ok thanks. how are things going? are you preparing for final exams or why are you on "leave from project"?11:03
eagles0513875asac: speaking of exams im outa commission at least till saturday afternoon11:03
eagles0513875then ill get to packaging11:03
andvasac, k, great11:04
eagles0513875currently installing the necessary packaing packages :) hope to start packaging soon for yall11:04
andvasac, firebug don't have mozilla-devscripts depends so don't have to bump its version, so I'm fixing the depends / recommends and should be fine11:04
asacandv: xpi:depends depends on mozilla-devscripts11:06
ftaasac, comments not very helpful.. http://paste.ubuntu.com/268491/11:06
asacfta: well11:06
andvasac, thanks for the info11:06
andvasac, was forgetting it11:06
asacfta: not if you look at one line ;)11:06
asaci will try to make more useful first lines in future ;)11:07
asacfirebug should use mozilla-devscripts11:07
asacthats one of the columns in the checklist11:07
asacanyone else cannot search in firefox-3.5?11:08
asacusing the quicksearch box?11:08
andvasac, ok B-D-I added11:09
asacyou need to do it right11:10
asacjust file a bug11:10
andvasac, the bug was filed already11:11
asacbug 42568111:11
ubottuLaunchpad bug 425681 in firebug "firebug using the wrong version of mozilla-devscripts" [Undecided,New] https://launchpad.net/bugs/42568111:11
asacthats not closed nor nothing11:11
andvasac, I'm fixing it up11:12
andvasac, mmm...wait11:12
dpmasac: hi, could you give me an update of the status of the FF3.5 translations? Is there anything in which the translations team can help?11:12
andvasac, actually there were no B-D on mozilla-devscripts11:12
andvasac, so that bug is not right11:12
asacandv: well. use that bug or do something. you will figure11:13
asacdpm: still need someone to write the export tool11:13
asacbesides from that the only bug existing is that zh-XXX locales are not properly merged11:13
andvasac, yeah, I'm fixing the package, gonna provide you a debdiff in two minutes11:13
asacno clue why arne holds back the complete translations because of that11:14
asaci dont want debdiffs11:14
asacjust branches11:14
asacif you are unsure do a merge request11:14
dpmasac: I'm not talking of the export, I was asking about the imports, but I'll ask arne, then11:14
asacand i will review11:14
andvasac, I never user branches to get latest uploads11:15
andv* used11:15
asacdpm: from what i understand its because country code specific locales are not properly produced (in devmode). the rest works.11:15
asaci hoped that he would roll them11:15
andvasac, sometimes they are wrong or tainted (like ubuntu-it-menu was for istance)11:15
dpmasac: ok, thanks, I've asked arne now11:15
andvasac, plus this package is merged from Debian11:16
andvasac, it's not ubuntu-specific11:16
andvasac, so of course the branch would diverge when debian pushes a new revision11:17
[reed]asac: eh, ok... just need a break from Mozilla and need to concentrate more on school... I'm around somewhat, just not as much.11:17
asac[reed]: understood ... enjoy and good luck with your school. final year?11:17
[reed]yeah, final year11:17
[reed]definitely not enjoying11:18
eagles0513875lucky11:18
eagles0513875i have this yr which is supposed to be hell for me then 1 more11:18
asac[reed]: enjoy the "break" ;)11:18
asacnot the school ;)11:18
eagles0513875IT major is fun and all but not easy11:18
[reed]break? school is not a break11:19
[reed]yeah11:19
[reed]anyway11:19
[reed]sigh11:19
[reed]5:19am11:19
[reed]hmmz11:19
asacgood night ;)11:20
=== zbraniecki is now known as gandi
eagles0513875hey guys what package has replaced linda cuz im trying to install it and its not finding it11:32
andvasac, http://paste.debian.net/46209/11:32
asaceagles0513875: ignore it11:32
eagles0513875ok wiki seems to need an update lol11:32
andveagles0513875, linda no more exists11:33
andvif I remember it right11:33
asaceagles0513875: finish reading11:33
andvit got merged into lintian11:33
eagles0513875gotcha andv11:33
eagles0513875im reading and installing atm lol11:33
asaceagles0513875: the wiki is right11:33
eagles0513875why is there a mention of linda in it though11:33
andvdunno11:34
asaceagles0513875: remember to read carefully11:34
eagles0513875ya gotcha11:34
asacdont stop after the first 3 words11:34
andvasac, did you read?11:34
asac"lintian and linda dissect Debian packages and report bugs and Policy violations. They contain automated checks for many aspects of Debian Policy as well as for common errors. linda is not available from the hardy heron repositories, but is still available in previous releases repositories. "11:34
andvasac, tested on ffox3.5, works fine11:34
andvasac, no extra licenses11:34
asacandv: file a bug if you dont now how to use mozilla-devscripts ;)11:34
asaci will get to it.11:34
asaccant explain right now11:35
asacinclude xpi.mk ... etc.11:35
asacits not as simple as that11:35
andvI gonna look at some other examples11:35
asacyeah11:35
asacit should be easy11:35
asacbdrung or jazzva can also help ... i have to do something right now ;)11:35
andvyep11:36
bdrung?11:36
andvbdrung, is the MOZ_EXTENSION_PKG needed?11:36
bdrungno11:37
andvbdrung, adding mozilla-devscripts support on a package11:37
andvbdrung, I've added the B-D-I, then added the include in rules11:37
andvis that all?11:37
bdrungif not set, the first binary package is used11:37
bdrungmozilla-devscripts needs to be in b-d11:38
andvit can be on b-d-i too11:38
andvi guess11:38
bdrungthen the include will fail11:38
andvok11:39
andvincludes should be at the end of debian/rules11:39
andvbut this package set them at the beginning11:39
bdrunglet me have a look11:40
andvbdrung, just a second, making a debdiff for you11:40
andvbdrung, http://paste.debian.net/46210/11:43
mac_vasac: hi... how to get extra functions into ubufox? ie. is there any due process , to get a new function in? i'm trying to make firefox notify extension fit to ubuntu notify-osd specs and get it included into ubufox rather than as a separate extension11:45
asacno11:45
asacmac_v: too late for this cycle. features need carefully be selected and after UDS discussion we also need to talk to mozilla etc.11:46
andvbdrung, anyway adding mozilla-devscripts as B-D-I works11:46
mac_v:(11:46
asacnotify-osd in particular was explicitly kept broken upstream because they see our way as a regression11:46
andvbdrung, tested yesterday11:46
asacso thats not going to fly11:46
asac;)11:46
andvbdrung, includes should go to the low part of the rules file11:47
mac_vasac: ok , no probs , thanks ;p11:47
andvbdrung, tested that with the MOZ_XPI_DOCUMENTED_LICENSE_FILES feature11:47
asacmac_v: if it was a different idea i would have thought. but notify-osd isnt going to get approved. they want to fallback to their own notifications if system notifications dont support actions11:47
bdrungandv: you can move the includes to the top of the rules file11:48
andvbdrung, had some issues with putting them to the top11:48
bdrungandv: mozilla-devscripts as B-D-I works, but it is not correct11:48
andvbdrung, yeah, set it to B-D now11:49
andvbdrung, is the debdiff fine for the mozilla-devscripts support?11:49
mac_vasac: yeah , i feel notify-osd is a *still* bit of a mess  , needs more refinement...11:49
andvbdrung, asac suggested me to put includes at the low part11:50
asaci didnt say that11:50
andvasac, we had a discussion about that with all-in-one-sidebar11:51
asacwhatever bdrung says is most likely right11:51
asacandv: cant remember ... i proably never said "in the low part" ... that can mean everything11:51
andvasac, and if you look at all-in-one's rules file you'll find includes at the low part11:51
asaci wouldnt make such a course statement11:51
bdrungandv: no, the debdiff does not work (the *.xpi file is removed on clean)11:51
andvasac, at the end11:51
asacprobably because there is not much else in that file ;)11:51
andvbdrung, includes cause then11:52
andvbdrung, coz I didnt touch clean target :)11:52
ftaasac, what is quickly? i see rick dent about it a few times, no idea what it is11:53
bdrungmozilla-devscripts does not work with *.xpi files in the source tarball.11:53
asacfta: ask him ;)11:53
asacits about "quickly glade" ;)11:54
asacone second11:54
asaci will figure the spec11:54
bdrungasac: what can we do about it?11:54
andvmozilla-devscripts (plus xpi on rules) is the problem theb11:55
andvnot includes at top or low11:55
asacbdrung: multiple .xpi files?11:57
bdrungasac: .xpi files in the source tarball.11:57
asacor a bug if the .xpi is directly in the tarballs11:57
asacbdrung: so more than one?11:57
bdrungno, one11:57
bdrungasac: http://git.debian.org/?p=collab-maint/firebug.git;a=tree11:58
bdrungandv: you will have to wait for mozilla-devscripts 0.1611:59
andvbdrung, oki ;)12:00
andvbdrung, found out a nice bug12:00
andvit seems12:00
bdrungandv: not a bug, it's an unsupported use case12:00
andvyeah, that's it12:01
asacanyone with ffox 3.5?12:15
asacpleaes open tools -> addons and run:12:16
asacsorry12:16
asacpleaes open tools -> error console and execute the following code:12:16
asacComponents.classes["@mozilla.org/satchel/form-history;1"].getService(Components.interfaces.nsIFormHistory2)12:16
fta[xpconnect wrapped nsIFormHistory2]12:18
asacfta: on 3.5?12:19
ftayes12:19
ftaMozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090908 Ubuntu/9.10 (karmic) Shiretoko/3.5.4pre12:19
asacodd12:20
asacits not working here12:20
asacand not for ara either12:20
asachttps://bugs.edge.launchpad.net/bugs/42729512:21
ubottuLaunchpad bug 427295 in firefox-3.5 "Firefox 3.5 does not allow me to search with the search box" [Undecided,New]12:21
=== cyphermox_ is now known as cyphermox
mac_vasac: the weird cursor bug! seems to be solved , ;) https://bugs.launchpad.net/bugs/413950 , looks like something else was affecting firefox , pls read last comments12:36
ubottuLaunchpad bug 413950 in firefox-3.5 "Incorrect cursor positioning in Firefox." [Undecided,Confirmed]12:36
asacfta: sqlite3 path/to/formhistory.sqlite3 ... then run "pragma user_version"12:43
asacwhat does that give you?12:43
asacactually12:43
asacpragma user_version;12:43
ftawhich ff?12:44
fta2 for 3.512:44
fta2 for 3.7 too12:45
ftabut it's a migrated profile, not a fresh one12:46
asacYES12:46
asacyour  database was properly migrated12:46
asacthis reminds me about the "doesnt this corrupt all databases comment"12:47
asacin the major version bug bump12:47
asacUpgrading sqlite on the stable branches is scary -- what happens to existing12:48
asacdatabases? In particular we need answers to bug 503770 comment 5 and 6 before12:48
ubottuError: Launchpad bug 503770 could not be found12:48
asacconsidering this.12:48
asachttps://bugzilla.mozilla.org/show_bug.cgi?id=503770#c512:48
ubottuMozilla bug 503770 in Phishing Protection "Crash [@ memcpy | fillInCell]" [Critical,Resolved: fixed]12:48
asac> What will happen with this fix?  Will the phishing database be blown away and12:48
asac> replaced with a new one, or will the anti-phishing feature silently not work?12:48
asacI think that regardless of the answer, not crashing is better than crashing.12:48
asacIf we need to fix safebrowsing code to handle it better, we should do that, but12:48
asacin a different bug.  If we don't blow away the database and crash, we'll be in12:48
asacno worse position if we don't blow away the database and silently fail.12:48
asacits odd12:51
asacwhy is mine still at version 1?12:51
eagles0513875ihehe12:51
eagles0513875reading that is quite an interesting predicament asac12:51
eagles0513875is the phsihing feature built into firefox or another extension12:51
asac24886:12:52
asacthats the revision where ToVersion2 is coming12:52
asacoh12:52
asaci think i might have an idea12:52
* asac spins 1.9.1 debug build13:00
ftagrrr; i should really patch evolution, my bug is not moving at all13:08
andvfta, is evolution good?13:09
ftai've been a die hard mutt user for more than 10 years, but i can stand evolution. and it's handy for my work, tons of attachments, meetings, zillions of multiparts within multiparts messages13:12
andvfta, I'm used to use tb but sometimes it gets stuck while checking emails13:12
andvfta, so I wanted to check some others mail clients13:13
andvfta, so if you would suggest me a mail client to try it should be evolution13:13
ftaif you're using imap, it's easy to try other clients13:13
andvyep, im using imap13:13
andvand that's why maybe sometimes it get stuck13:14
ftawell, the idea of evolution if that it is integrated into the desktop13:14
andvmaybe fails to check mails properly on remote13:14
andvwho knows13:14
ftameetings are in the clock applet13:14
ftacontacts are available in some other apps13:14
ftawhile with tb, nada13:14
andvfta, is evolution default in debian as well?13:14
ftai don't know13:15
andvfta, is mutt good?13:16
andvor a bit not user-friendly13:16
eagles0513875andv: and fta the advantage of evolution is if you are using it at work i believe you can connect it to an exchange server13:16
ftamutt is really excellent, but it's a cli app, not a gui13:17
andvyeah, so it's not really user-friendly13:17
eagles0513875andv: i have messed with evolutions its more like a spin off of outlook you have to do lists calendar contacts the works13:17
andvoh cool13:17
ftaeagles0513875, well, i want to send emails from home to work, it does work for me.. gnome 58557713:18
ubottuGnome bug 585577 in Mailer "wrong FROM in the envelope during SMTP negociation when using multiple accounts" [Normal,Unconfirmed] http://bugzilla.gnome.org/show_bug.cgi?id=58557713:18
eagles0513875never really tried the other one you mentioned13:18
andvfta, evolution has the possibility to add gnupg support?13:23
eagles0513875not sure about that actually andv i believe so13:24
eagles0513875im actually getting quite excited :)13:24
andvabout?13:24
eagles0513875my school is an IT school and they are fedup with the exhorbitant prices for msft licensing13:24
eagles0513875so they stopped doing the msft certs as well as being a partner13:24
eagles0513875so im gonna try and make a push to get them on kubuntu13:24
eagles0513875that would be the easiest transition from win to lin for all teachers13:25
eagles0513875all the more for me to get my lpic-1 cert13:25
andvlol13:25
andvthat would be nice13:25
andvstep by step they can migrate13:25
eagles0513875ya all the programs they use for the courses given they have programs that are the same on lin13:26
eagles0513875like netbeans for java can be gotten on kubuntu13:26
eagles0513875ya13:26
eagles0513875exactly13:26
eagles0513875i need to put a proposal towards the principal of the school and talk to the IT manager as well13:26
andvyep13:27
eagles0513875i would be saving my school a pretty penny on licensing13:27
eagles0513875they have some creative computing courses as well aka gaming creation style stuff13:27
eagles0513875they use octave which i have seen in the repositories13:27
eagles0513875all that would need to be setup to start with would be to replace the isa server with snort and iptables firewall that way you have intrusion detection and a really good firewall13:28
eagles0513875next get rid of exchange13:28
eagles0513875omfg that monster lol13:28
eagles0513875dovecot ftw13:28
LLStarkshey asac.13:43
LLStarkssup.13:43
LLStarksi was wondering if the trough-border patch for firefox 3.6 can get backported to 3.5 for karmic?13:44
asaconly upstream13:44
asacdid it land on 3.6 branch?13:45
asacwhats the bug id?13:45
asacwhats the rational why we need this?13:45
mac_vasac: could i quote this on the ayatana mailing list? there is some discussion regarding this feature for karmic ,  <asac> mac_v: too late for this cycle. features need carefully be selected and after UDS discussion we also need to talk to mozilla etc. ...   or if you comment about it.. it would be even better :)13:48
mac_vfor the firefox notify^13:49
asaci dont know what ayatana is13:49
mac_vO.0 ... the ayatana mailing list >  https://launchpad.net/~ayatana13:50
asacPolicy:  You must be a team member to subscribe to the team mailing list.13:51
mac_vasac: david barth's comment > https://lists.launchpad.net/ayatana/msg00634.html13:51
asaci will talk to him13:52
asaci think he is not 100% up to date ;)13:52
asacmy fault13:52
mac_vasac: no need to subscribe actually , just select join team , it an open team ;)13:53
mac_vasac: yeah , anything mozilla not informed is your fault ;p13:53
asacno13:54
asacbut i worked closely on this one13:54
asaci think i told him, and he just didnt remember ;)13:54
LLStarksasac. https://bugzilla.mozilla.org/show_bug.cgi?id=50036814:03
ubottuMozilla bug 500368 in Widget: Gtk "non-zero GtkRange::trough-border value produces strange boxes in Firefox/Xulrunner" [Normal,Unconfirmed]14:03
LLStarksrationale is that default theme will expose the bug.14:03
LLStarksin 3.514:04
LLStarksand it currently does14:04
asaci dont even see where the patch was landed14:05
asaci need that bug14:05
eagles0513875you like bugs asac :P14:06
andveagles0513875, who don't?14:07
andvxD14:07
eagles0513875andv: you guys do cuz u can fix them14:08
LLStarksasac, i'll do a regression range asap14:08
eagles0513875i dont cuz i cant fix em14:08
LLStarksit may take me a while though14:08
eagles0513875hopefully with yalls help that will change14:08
andveagles0513875, if you will demonstrate dedication you'll learn14:08
eagles0513875i know14:09
andvand improve day by day14:09
eagles0513875i need to learn some programming besides the basic and advanced java stuff im doing as part of my degree14:09
eagles0513875im currently teaching myself some c++14:09
eagles0513875but i agree with ya andv14:09
andvI can help you but soon I gonna be really really busy14:10
andvand I'll have to focus on my things14:10
LLStarksasac, by the end of the day, one of the following will have to be done: 3.6 making release, backport of fix to 3.5, human theme gets tweaked and trough-border will be zero14:10
andvso helping will be harder14:11
eagles0513875andv: i hear ya same here lecutres start on the 28th then all hell breaks loose for me14:11
eagles0513875packaging i could probably help with as once i get the package building then just let it do its think14:12
andvare you still at school?14:12
asacLLStarks: figure the bug that fixed it on 3.614:12
asacthe upstrem bug14:12
LLStarksi'll search for it. gotta shower get to work first.14:13
eagles0513875andv: sry for delay to ask ur question ya i am14:55
eagles0513875i have this yr and then one more yr for under grand and my bsc14:57
eagles0513875andv: im a big nerd working on a bsc computing and information systems with probably a masters in information security then probaly do 3 other masters as i am working14:58
hjmfasac, I have some kind of shameful question, me I ask you?14:59
asachjmf: shameful? it cant be that bad ;) ... shoot14:59
hjmfk14:59
hjmfyesterday I noticed that my ubuntu membership expired15:00
hjmfthe fact is that I didn't noticed the automatic renew emails that I received days before15:00
asacok talk to dholbach15:00
hjmfbut the mails where there :-(15:00
hjmfOK15:00
eagles0513875hehe that was a super fast answer15:00
ArneGoetjeasac: we've just built new langpacks on rookery... looking into the zh-hant mozilla tarball shows me that it's empty. The directory structure is in place, but no xpi data inside.15:00
hjmfasac: thanks :-)15:00
asac__or maybe not15:01
=== asac__ is now known as asac
asaci asked him to come here if he is there15:02
dholbachhola15:02
asachey15:02
jdstrandasac: are we good to publish?15:02
asacdholbach: so hjmf apparently missed his ubuntu membership expiry mails15:02
asacdholbach: is there any late-comers procedure?15:02
hjmfasac: I've asked him at #moutu15:02
asacah15:03
hjmfasac: thanks :-)15:03
asaci am in both channels15:03
jcastroI've late-comered before15:03
asacjcastro: hehe15:03
eagles0513875asac:  not sure if you noticed this btw Bug 42569515:04
ubottuLaunchpad bug 425695 in adblock-plus "adblock-plus needs xpi:depends changed to recommends" [Undecided,Triaged] https://launchpad.net/bugs/42569515:04
asaceagles0513875: doesnt feel wrong15:05
dholbachasac: already talking about it in #ubuntu-motu15:05
dholbach:-)15:05
eagles0513875asac: what do you mean?15:05
asacall is fine. we dont upload to debian15:06
asacunless bdrung wants to15:06
bdrungasac: i have to contact the debian maintainer for that15:08
dpmasac: I've asked ArneGoetje to come here to see how we can get FF3.5 translations shipped in Karmic. What's currently holding them, Arne?15:08
ArneGoetjeasac: we've just built new langpacks on rookery... looking into the zh-hant mozilla tarball shows me that it's empty. The directory structure is in place, but no xpi data inside.15:08
asacyes15:09
asacbut that shouldnt hold back all the otehr langpacks imo15:09
asaci will fix that asap15:09
eagles0513875bdrung: not here to cause trouble just wasnt sure what it meant15:09
asaceagles0513875: it means that the debian package != ubuntu package15:09
asacso we dont upload to debian15:09
eagles0513875gotcha15:09
asacwhich is what gnomefreak suggested15:09
bdrungasac: can you release adblock-plus?15:10
ArneGoetjeasac: 'es' is also empty15:10
asacArneGoetje: yes. thats the same issue. doesnt block the rollout15:11
asacall languages with country code are stripped somewhere atm15:11
asacso its consistent15:11
asaci tried a few options15:11
asacbut its definitly not not fixable ;)15:11
ArneGoetjeasac: heh15:12
ArneGoetjeasac: all others seem to be in place, yes15:12
asacyes. so ship what we have for now15:12
asacthe fix might land any day15:12
asacbut i am always getting side tracked15:12
ArneGoetjeasac: ok15:12
dpmasac: what's exactly the problem with the language codes, so I understand it?15:13
eagles0513875what happens though if the upstream maintainer from debian wants it uploaded from downstream then what happens asac?15:15
jdstrandasac: am I ok to publish firefox? upstream has released15:17
asacjdstrand: one second15:18
* eagles0513875 feels sry for asac15:18
hjmfasac: issue fixed, thanks15:24
asacgreat15:25
asacno problme15:25
asacjdstrand: did you test 3.1 yet?15:25
jdstrandasac: you mean 3.5 on karmic? not a ton15:26
jdstrandasac: I'm personally using it, and I haven't seen any problems15:27
asacjdstrand: can you please run sqlite3 path/to/profile/formhistory*sqlite15:28
asacand tell me what "pragma user_version;" gives you?15:28
eagles0513875andv: was it u asking about evolution earlier http://projects.gnome.org/evolution/index.shtml15:29
jdstrandasac: '2'15:29
asachmmmm15:29
asaclet me quickly finish jaunty15:30
micahghi asac15:31
asacmicahg: hi15:31
asacmicahg: so managed to get the patch merged ;)?15:31
micahgugh15:32
micahgit failed15:32
micahgI'm looking at it now15:32
micahgI think I had an extra line in the file15:34
asacmicahg: you can verify by popping and pushing using quilt15:35
asacif the patches apply cleanly15:35
micahgI'm trying again15:35
asaci usually do a full quilt push -a and pop -a run after adjusting a patch15:35
micahgI still had trouble with that15:36
micahgthat's why I had to build it to test15:36
micahg:(15:36
asacdont set anythign ... no quiltrc no nothing15:37
asacjust go into build-tree/mozilla15:37
asacrun ln -s ../../debian/patches15:37
asacthen you can do quilt push pop et al ;)15:37
asacits proven to work15:37
micahgI'll try again :)15:37
micahgI'm running ./debian/rules patch right now on a clean dir15:37
micahgasac: the reason it failed is the file is different from theone shown in mxr.m.o15:44
asacmicahg: so i am running in 5 minutes. so lets do this quick15:45
asacgo into build-tree/mozilla15:45
micahgasac: there's already a patches dir in that dir15:45
micahgI wonder if that was messing me up?15:45
asacmicahg: you didnt start with a complete clean tree?15:45
micahg./debian/rules patch15:46
asacthat doesnt clean15:46
asacfakeroot ./debian/rules clean15:46
micahgit was empty before15:46
asacmicahg: build-tree didnt exist?15:46
micahgit was compressed15:46
asacok15:46
asacso is there anything in patches/15:46
micahgyes15:46
asacwhat?15:46
micahgdont_depend_on_nspr_sources.patch15:46
asacis patches/ a link?15:47
micahgnope15:47
asacto ../../debian/patches15:47
asacmicahg: ok run quilt applied15:47
asacdoes that say anything?15:47
asacor just empty?15:47
micahgfirefox-profilename15:47
micahgfirefox-fsh15:47
micahgbz386904_config_rules_install_dist_files.patch15:47
micahgdont_depend_on_nspr_sources.patch15:47
asacis that the same as in debian/patches/15:47
asac?15:47
micahgno, there are more15:48
asacthats applied?15:48
asacok15:48
micahgno15:48
micahgthat's not15:48
asacquilt applied15:48
asacwhat does that?15:48
micahghttp://pastebin.com/f53dc55e715:48
micahgshould I link over that patches dir?15:49
asacmicahg: and15:49
asacquilt series15:49
asac?15:49
asacok so run:15:49
asacquilt pop -a15:49
micahgnothing15:49
asacthat pops up everything?15:49
micahgPatch bz386904_config_rules_install_dist_files.patch does not remove cleanly (refresh it or enforce with -f)15:49
asacquilt pop -f15:49
micahgNow at patch firefox-fsh15:49
asacquilt pop -a15:50
asactill it works15:50
micahgok15:50
micahgno patches applied :)15:50
micahgnow the nspr fix patch in patches is different than the one in debian/patches15:50
micahghttp://pastebin.com/f5e4f39aa15:51
asacmicahg: remove the patches dir15:51
asacand create the link15:51
asacafter you popped up everything15:51
micahgok15:51
micahgdone15:51
asacin future dont use debian/rules patch ... but debuild -b and abort when it starts to run configure ;)15:51
micahgok15:51
asacso after creating the link you should be able to quilt push -a15:51
asacwhich should fail with the patch you wanted to fix15:52
micahgyep15:52
micahgnow is there an automated way to fix?15:52
micahgit's starting too early15:52
micahgcan I just do refresh?15:52
asacits starting too early?15:53
asacyou have to quilt push -f15:53
micahgsorry, the patch needs to be pushed up 2 or so lines15:53
asacthen work in the .ref files15:54
asacrej15:54
micahgsays needs refresh15:54
asacand if you did that run quilt refresh --diffstat -U8 --no-timestamps15:54
asacquilt push -f15:54
asaconce15:54
asacthen you have the .rej files15:54
asacif it says it needs refresh now you need to work in the .rej15:54
micahgit worked15:54
asacand then run refresh15:54
asacyes15:54
asacquilt pop -a and push -a15:54
asacto test that alll the other patches apply cleanly15:55
micahgasac, it deleted the portion of the patch15:55
micahgthe portion that was failing is no longer in the patch15:56
micahgI did quilt pop -a and I'm back to a clean dir15:57
micahgalso, the browser/installer/unix dir seems to be missing15:57
asacmicahg: yes15:58
asacbecause you didnt work in the .rej parts15:58
asacyou have to start over again15:58
micahgthere are no .rej parts15:58
asacand remember to work the .rej stuff after the push -f15:58
asacyes there is15:58
micahgI have not seen a .rej file yet15:59
asac100%15:59
micahgwhere?15:59
asacnext to the file that failed to apply15:59
asacsame file + .rej15:59
asacfind -name \*.rej15:59
micahgit's in the mozilla dir :(16:00
micahgok16:00
micahgwhat do I run against the .rej file16:00
asacyou look at them and apply the portions in there16:01
asacbut you need to put them in the same patch before you refresh16:01
asacok out16:01
micahgok16:01
asacjdstrand: jaunty ready for me16:01
jdstrandasac: ok. I'm assuming based on the sqlite3 question from earlier that I should not push karmic. publishing ff30/xl19 on hardy-jaunty now16:03
micahgasac: do I have to put the changes manually back in the patch, or just fix the .rej file?16:04
micahgasac: it seems like yesterday's tarball still didn't have reed's patch16:08
micahgupstream16:08
micahgcan I get today's tarball so I don't have to do this twice?16:08
micahgfta: where can I get today's tarball?16:08
asacjdstrand: karmic is fine16:09
asaci am back for another 30 minutes16:10
asacjust 3.5 i am not sure16:10
asacbut push it out16:10
micahgasac: can I get the 20090910 tarball?16:10
asacmicahg: why are you sure you need it16:10
micahgthe file I have still has gnomevfs16:11
asacmicahg: run get-orig-source and work against whatever tarball it produces for you16:11
micahghttp://hg.mozilla.org/mozilla-central/rev/bc5324d3f8fc16:11
jdstrandasac: ok, push ff30/xl19 on karmic and ff35/xl191 on karmic, correct?16:11
asacyes16:11
* jdstrand nods16:11
micahgasac: in the bzr dir, right?16:11
asacyes16:12
asacthat produces topmost16:12
asacmicahg: that checkin does not remove the files completely16:12
asacof course patches that are not working need to be adjusted16:12
micahgno, but it removes lines that are causing issues16:13
asacyes16:13
micahgI must be missing another package16:13
micahgwhat is get-orig-source in?16:13
asac./debian/rules get-orig-source16:13
micahgah16:13
micahgsorry, I'mm still new to this :)16:14
asacsure16:14
* micahg needs to install hg16:14
jdstrandasac: is xulrunner-1.9 supposed to still be in main?16:15
jdstrandasac: for karmic16:15
jdstrandasac: right now it looks like both xl19 and xl191 are16:15
asacjdstrand: i think epiphany-gecko still pulls it in16:16
asacwhich should get removed16:16
asacsoonish16:16
jdstrandok, I won't mess with it then16:16
jdstrand(the overrides)16:16
asacyes. i will transition epiphany-gecko users to webkit16:16
asaceven if it breaks my heart ;)16:16
asacbecause the webkit port does not even have password management16:17
jdstrandwebkit is a nightmare to sort it with their updates (just ask mdeslaur)16:17
jdstrands/it/out/16:17
micahgasac: should I assign the epiphany-gecko EOL bug to you?16:18
asacyes16:21
asacjdstrand: i think any browser engine will be a mess16:21
asacfirefox was just the start16:21
asacwe thought it was bad16:21
asacwhats coming next is even worse16:21
micahgwhat's next?16:22
jdstrandasac: xulrunner-1.9.1-testsuite is in universe, but xulrunner-1.9.1-testsuite-dev is not. shall I move xulrunner-1.9.1-testsuite-dev to universe too?16:23
micahgasac: is wishlistt? correct on the epiphany-gecko EOL, also should I milestone i16:23
asacyes. beta16:23
asacjdstrand: yes16:23
asacjdstrand: i thought we get mismatches16:23
* eagles0513875 wonders how asac hasnt spontaneously conbusted yet16:24
jdstrandasac: I'm not looking at component-mismatches. I just noticed it cause I am updated an override script as part of the publication process (since xl191 and ff35 or now in main but weren't the last time)16:24
jdstrandasac: I'm thinking abrowser-3.5 should be in main?16:27
asacyes16:27
asacjdstrand: all abrowser packages16:30
asacmicahg: patch adjusted?16:30
asacmicahg: or what was the "whats next?" question about?16:30
asacdid you get a new orig?16:30
micahgwaiting for get-orig-source to finish :)16:30
asacah16:30
asacyes16:30
asaconce its there ... move that to the tarballs/ directory16:31
asacand change the changelog version accordingly16:31
asacin your bzr tree16:31
asacthe run bzr bd --merge --builder='debuild -bÄ16:31
asacthe run bzr bd --merge --builder='debuild -b'16:31
asacand if the patches fail16:31
asacyou can just go into build-tree/mozilla16:31
asaccreate the link ;)16:31
asacand quilt push -f16:31
asacthen look for .rej files16:31
asacfind -name \*.rej16:31
asaci am going crazy because of the formhistory.sqlite ont getting properly migrated16:35
jdstrandasac: ok, last one-- should I push ff35 and xl191 on jaunty as well?16:37
asacjdstrand: you didnt answer my question on that i think. look at xulrunner-1.9.1 changes16:39
jdstrandI'm sure I didn't16:39
asacif you say this is SRU material then no. otherwise i would have wnated to --enable-safe-browsing16:39
* jdstrand reads16:39
asactoo16:39
asacwhich is  security topic (while the one i put there is not ... just a utterly broken feature)16:40
asaci personally accepted that i have to reupload xulrunner with --enable-safe-browsing and then do SRU with later -security propagation16:40
asacmicahg: what was the -safe-browsing bug id?16:41
asacah bug 40482716:41
ubottuLaunchpad bug 404827 in xulrunner-1.9.1 "Firefox doesn't warn about Attack Sites!?" [Critical,Fix released] https://launchpad.net/bugs/40482716:41
jdstrandasac: yeah, bug #398205 is SRU imo16:41
ubottuLaunchpad bug 398205 in xulrunner-1.9.1 "Geolocation via WLAN doesn't seem to work" [High,Fix released] https://launchpad.net/bugs/39820516:41
asac17:39 < asac> if you say this is SRU material then no. otherwise i would have wnated to --enable-safe-browsing16:43
asac17:39  * jdstrand reads16:43
asac17:39 < asac> too16:43
asac17:40 < asac> which is  security topic (while the one i put there is not ... just a utterly broken feature)16:43
asac17:40 -!- stevel [n=stevel@208.66.65.36] has joined #ubuntu-mozillateam16:43
asac17:40 < asac> i personally accepted that i have to reupload xulrunner with --enable-safe-browsing and then do SRU with later  -security propagation16:43
asac17:41 < asac> micahg: what was the -safe-browsing bug id?16:43
asac17:41 < asac> ah bug 40482716:43
ubottuLaunchpad bug 404827 in xulrunner-1.9.1 "Firefox doesn't warn about Attack Sites!?" [Critical,Fix released] https://launchpad.net/bugs/40482716:43
ftamicahg, you can always get it from the ppa itself: https://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa  a simple wget is enough. if you fetch an even fresher tarball (it takes much longer), you may also find new issues, and then, you'll have to fix them too.16:44
micahgfta: thanks, I needed the latest which wasn't in the ppa yet16:44
micahgasac: build dependencies failed for debuild -b16:46
asacmicahg: you need to install them16:46
ftamicahg, oh, i thought you were trying to fix build issues16:46
micahgyeah16:46
asacfta: he tries to fix build issues. but he noted that the same patch will be invalid16:46
asacbecause reed committed something yesterday16:46
asacso he wanted to fix it based on that proactively16:47
micahgasac: never mind, I just used -d to get the directory made16:47
jdstrandasac: if you tell me that leaving out --enable-safe-browsing is an omission, I would publish it without SRU. but it doesn't really matter since you'll need SRU for bug #39820516:47
ubottuLaunchpad bug 398205 in xulrunner-1.9.1 "Geolocation via WLAN doesn't seem to work" [High,Fix released] https://launchpad.net/bugs/39820516:47
ftaasac, micahg, yeah, but remember we prefer 1 commit per fix16:47
asacjdstrand: that --enable-safe-browsing is not in because i didnt get an answer from you yesterday.16:47
asacjdstrand: so i will upload it now and do an SRU16:47
fta(or <=>)16:47
* jdstrand nods16:47
micahgfta: 1 commit per fix or 1 fix per commit?16:48
asacmicahg: i think its ok what you are doing. just continue16:50
asacbump to the orig that you just produced as new snapshot16:50
asacfix patches16:50
asacdone16:50
ftamicahg, it's the same ;)16:51
micahgasac: browser/installer/unix/ seems to be missing still16:52
micahgI got the other patch fixed :)16:52
asacmicahg:  we dont hav a patch for that dir16:54
asacdo we?16:54
micahg awesome_browser_branding_install.patch16:56
micahgwhat should I do with it?16:57
* eagles0513875 sits quietly and watches the chaos in here16:59
micahgasac: ??17:00
asacmicahg: sorry about that mess. definitly not a good start17:01
asac;)17:01
asacmicahg: so basically you need to figure now what happened to the files that were in there17:01
asacupstream17:01
asacand then decide whether the pieces that dont apply are not needed or need to be changed or ported to do it different etc.17:01
micahgugh17:02
* micahg has to go to work17:02
micahgcan look at it after 817:02
asachmm ok.17:02
micahg8 CDT (0100 UTC)17:02
eagles0513875hey asac how do you cope m817:02
asacmicahg: you can give me the patches you adjusted so far?17:02
eagles0513875*mate17:02
micahgshould I just push up what I have17:02
micahgyeah17:02
asaceagles0513875: not sure i undersatnd your question ;)17:02
eagles0513875how do you cope with the occasional chaos in here lol17:03
micahgasac: the change should be in the commit log, not the changelog, right?17:04
micahgI just bumped the version in the changelog17:04
asacmicahg: you bump changelog version (1 commit)17:06
micahgoh oops17:06
asacthen you document the adjusted patches and update the patches (2nd commit)17:06
asacor 1 commit for each patch17:06
micahgI did a dch -e and bumped the version17:06
asaclook at bzr log for examples17:06
micahgthen I commit the patch17:06
asacbzr uncommit17:07
micahgshould I should have a version in the changelog above the mass update17:07
asacthe commit just the bump of changelog17:07
asaclook at bzr log ...17:07
asacthen you fix patches17:07
asacwith changelog comment like:17:07
asacoh17:07
micahgah17:07
bdrungasac: i am now motu17:07
asacif its 3.7 we dont do that anymore17:07
asacbdrung: rock17:08
bdrung:)17:08
asacand congrats ;)17:08
bdrungthanks17:08
micahgasac: so can I commit one file?17:08
asacmicahg: not sure i understnd the question17:08
micahgor do I have to move my changes out of the dir?17:08
asacah17:08
asacyou can commit by specifying just the files you want to commit17:08
asacdo a bzr diff files/to/commit17:09
asacif thats what you want to commit17:09
asacdo17:09
asacbzr commit files/to/commit ;)17:09
ftahttps://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa/+build/1237330/+files/buildlog_ubuntu-karmic-i386.xulrunner-1.9.3_1.9.3~umd2_FAILEDTOBUILD.txt.gz17:09
ftaumd2? hmmmm...17:09
fta-xulrunner-1.9.3 (1.9.3~a1~hg20090910r32360+nobinonly-0ubuntu1) UNRELEASED; urgency=low17:11
fta+xulrunner-1.9.3 (1.9.3) UNRELEASED; urgency=low17:11
ftaehhh???17:11
ftaasac, what happened?17:12
* eagles0513875 keeps looking at this channel makes my head hurt17:13
asacfta: ouch17:14
asacthat is A mess17:14
asacdid the package not fail because its a native package :(17:14
asacfta: so maye we have to use 1.9.3~hg+a1.... now?17:15
asachmm h is lower than umd17:16
asactoo bad17:16
asacfta: any idea yet?17:16
asacdont say i messed that up please17:17
micahgasac: I killed my patch again (I'll get it to you in a couple of hours) -- apparently, when I refreshed part of it, it deleted a chunk of code :(17:17
asacits ok the bulds are done anyway today17:17
ftaasac, GOOD: http://paste.ubuntu.com/268645/  BAD: http://paste.ubuntu.com/268643/17:17
asacmicahg: you can look with quilt diff17:17
asacbefore refreshing17:17
asacquilt diff shows you how the refresh would look like17:17
micahgah, excellent asac, I'll do that17:18
micahgbe back in a bit17:18
fta-xulrunner-1.9.3 (1.9.3~a1~hg20090909r32341+nobinonly-0ubuntu1) UNRELEASED; urgency=low17:20
fta+xulrunner-1.9.3 (1.9.3~a1~hg20090910r32360+nobinonly-0ubuntu1) UNRELEASED; urgency=low17:20
asacfta: how did that work?17:20
asaci mean it shouldnt find the orig during build17:20
asacin any case17:20
asacor was the orig wrong in the beginning?17:20
ftathe update was fine, not the sync17:20
asac - compare 1.9.3~a1~hg20090829r32079+nobinonly (UNRELEASED) and 1.9.3~a1~hg20090910r32360+nobinonly-0ubuntu117:20
ftathis is bad17:21
asacsed -i -e '1s/(.*) [^;]*/(1.9.3) UNRELEASED/' debian/changelog17:21
asacwhere does TARGET come from?17:21
asaccp ../xulrunner-1.9.3.head/debian/changelog debian/changelog17:21
* eagles0513875 my head hurts17:22
fta*sigh*17:22
eagles0513875fta: yours too17:23
asaccp ../xulrunner-1.9.3.head.daily/debian/changelog debian/changelog17:27
asacfeels wrong that we copy the changelog from a .daily branch?17:27
asacshouldnt that be from .head?17:27
asacand then resolved17:27
asacand bump the version again?17:27
asachmm ok the .daily gets produced before17:28
asacand error starts there17:28
asacas you pasted17:28
ftahm, found it17:28
fta.head is wrong17:28
asacline 85/8617:28
asac.head wrong? you mean locally?17:29
ftafta@cube:/data/bot/xulrunner-1.9.3.head $ bzr blame debian/changelog  | head17:29
fta498       asac@ub | xulrunner-1.9.3 (1.9.3~a1~hg20090829r32079+nobinonly) UNRELEASED; urgency=low17:29
asacurgh17:29
asacok17:29
asacwe defintily need a safety net somewhere17:30
asaci might be able to convince soyuz folks to remove this completely somehow17:30
ftaplease, try17:30
asacasked17:31
asacso we should validate that version have at least a ~hg... in them17:31
asacfor dailies17:31
asacand nobinonly17:32
asacof course doesnt cover all eventualities17:32
asacactually i think we should check that the orig produced has the same ersion that we use for upload17:32
asacbhow did this work at all?17:32
asacdoes the bot rename the orig again?17:32
asacimo it shouldnt do that because the orig is basicalyl the thing that has the say on the upstream version17:33
ftano, it doesn't, upgrade bumps .head.daily, but sync keeps the fresher from .head and .head.daily17:34
ftasync does the dput17:34
ftaI'm glad the bot produced enough logs to identify that17:36
asacfta: well. to build the sources you need a tarball with same name17:37
asacoh it became native17:37
asacwhat a mess17:37
asacbut you can always check if the orig produced is still the same17:37
asacfta: ok seems we get that removal17:55
asacbut probably not something we should repeat ;)17:55
ftacould you please fix .head?17:56
asaci fixed the version17:59
asaccan we please put a safety net in place to not upload origs different from what get-orig-source produced?18:00
* asac is covered in blood18:00
fta"major bot bustage causing..." ehh.. it's not fair18:01
asacfta: did i get the cause wrong?18:03
asacfixing18:03
asac* fix changelog version that triggered corner case in daily bot which lead to upload of bad version to daily ppa18:04
asacbetter?18:04
asacfta: ?18:04
ftawell, yes18:04
asac* fix changelog version that caused upload of bad version to daily ppa18:05
asacused that18:05
asacnot mentioning bot18:05
asacfta: oh. it takes a bit until we can upload something again18:09
asacwill let you know18:09
vadi2Its been several months since the ff 3.5 release... and there is still no properly branded version in ubuntu repos? Or am I missing something?18:11
asackarmic18:12
vadi2I'm on the latest stable, jaunty18:12
asacjaunty has firefox 3.018:12
vadi2alright, thanks.18:13
jcastroasac: how many times a day do you answer that question?18:17
asacwas first time this week iirc18:17
asac;)18:17
asaci am out for a while18:24
pace_t_zuluasac: is 3.5 going to be available in jaunty-backports?18:29
bdrungpace_t_zulu: it is available in jaunty and jaunty-security18:31
pace_t_zulubdrung: thanks... just curious18:31
bdrungyw18:31
ftaasac, building..20:00
asacfta: new xul 1.9.3?20:03
ftayes20:05
asacnice20:05
fta3.6 still red20:06
asacwe know that20:06
asaci thought it was kicked off at 720:07
asacbut it was apparently at 520:07
fta17h20:07
ftayou asked me to put it earlier remember?20:07
asacyeah20:08
asaci didnt had that filed in my brain20:08
asacnow i will remember ;)20:08
asacok dinner now20:08
asacand then playing a game. had too heavy night shift the day before yesterday20:09
=== bdrung_ is now known as bdrung
ftaasac, yeah, go frag some aliens20:36
ftaasac, i will frag my share too20:36
eagles0513875hehhe fta22:06
eagles0513875what game yall playing fta or asac22:06
ftaopenarena22:06
eagles0513875sounds tempting if i had jaunty working on me mac22:06
eagles0513875it some how broke itself22:06
=== pace_t_zulu_ is now known as pace_t_zulu
micahgasac: I'm about to test the ff3.5.3 attack site patch22:57
micahgI still have to fix that broken patch for the umd22:57
asacmicahg: yes. whatever you prefer. i think attack site can be tested in parallel (if you have jaunty) ;)22:58
ftafirefox finally decided to open the new tab for links next to the current tab instead of at the end22:58
asacits not really a full attention job ;)22:58
asacnot so bad22:58
asacthough i am sure folks (maybe even me?) will complain ;)22:58
asacbut i think its a win22:59
asac;)22:59
asaci want just that if you hit ctrl+tab + ctrl+w22:59
asacthat i end up on the same tab as before ;)22:59
sebnerasac: firefox3.5.3 fixes the fullscreen flash breakage. yippeee \o/23:04
asacsebner: didnt we close it in changelog?23:05
asac;)23:05
sebnerasac: Update-manager didn't present me one and I was too lazy to click on the link :P23:07
micahgasac: it was in tehre and the bug was closed23:07
asacgood23:07
asacmicahg: know the master bug id of bug 42747423:08
ubottuLaunchpad bug 427474 in firefox-3.0 "Getting exceptions when querying some websites." [Undecided,New] https://launchpad.net/bugs/42747423:08
asaci just looked at the upstreawm bug yesterday23:08
* micahg 's browser is reloading23:08
ftachromium passed the 12k threshold \o/23:08
micahgasac: bug 33878523:13
ubottuLaunchpad bug 338785 in firefox "[MASTER] Update to Firefox causes errors" [Unknown,Confirmed] https://launchpad.net/bugs/33878523:13
micahgshould I dupe?23:13
asacretitled the bug23:15
asacyes23:15
asacbug 33878523:15
ubottuLaunchpad bug 338785 in firefox "[MASTER] Update to Firefox causes errors" [Unknown,Confirmed] https://launchpad.net/bugs/33878523:15
asac[MASTER] Updates while firefox is running cause various problems until restart23:15
asacnot sure whats up with the bot23:15
asacbug 33878523:15
asacmaybe caching thing23:15
* micahg just added metabug to it23:16
asacadded firefox-3.5 too23:16
asacimportant enough to move over23:17
asaci think we should review all ffox 3.0 "high"  + "triaged" bugs at least23:17
asacand medium if thats not too much23:17
asacand take them with us23:17
micahgasac: attack site warning in place now :)23:17
asac;)23:17
asacgood23:17
asacthanks for the confirm23:17
asacnow have to wait for all the archs to finish or fail23:18
asacand then get some pocket copy to -proposed for the weekend23:18
micahgasac: was on my list of things to do :)23:18
asacand then get out on monday23:18
micahgmoving ff3.0 and ff bugs23:18

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!