/srv/irclogs.ubuntu.com/2010/11/23/#ubuntu-devel.txt

ebroderSpamaps: ...weird. It definitely killed it for me00:12
ebroderNCommander: Did you manage to summon uploading capabilities? I was hoping to harrass the patch pilot into sponsoring bug #601732 :)00:32
ubottuLaunchpad bug 601732 in update-inetd (Ubuntu Maverick) "postinst using both update-inetd and debconf hangs on first install" [Undecided,New] https://launchpad.net/bugs/60173200:32
NCommanderebroder: I'm not a core dev.00:34
NCommanderebroder: MOTU and some Kubuntu00:34
ebroderNCommander: Oh, didn't realize. No worries then00:35
RiddellNCommander: if something needs uploading I'm sure there are people who would help the friendly patch pilot to do that00:35
NCommanderRiddell: if I review the patch, would you be willing to upload?00:36
RiddellNCommander: yes00:36
NCommanderebroder: this looks sane (and important) and my netbook is running maverick, so I'll test and review there00:45
NCommanderDon't have a lucid system thats currently functional so I can't easily test there00:46
abuDawudNew dev here, I found a bug and patched it but the original package reported differs from where I found the actual issue and patched it00:46
abuDawuddoes someone have a minute to go over this with me?00:46
abuDawudand when I say patched it, I mean I just found the code and corrected the issue. I haven't actually created a patch, cause well... derp00:47
NCommanderabuDawud: sounds like the bug was reported against a previous release (or pre-release version) and you fixed it in a later one00:47
abuDawudNCommander, the package it was reported against was Apport, but I found the issue in apport-symptoms.00:48
bdrungkirkland: how to progress with bug #427612? should i wait for a review by upstream or should i add the patch to the ubuntu package?00:48
ubottuLaunchpad bug 427612 in qemu-kvm (Ubuntu) "kvm sends caps lock key up event twice" [Low,New] https://launchpad.net/bugs/42761200:48
NCommanderabuDawud: sounds like pitti (apport's upstream) split the package in maverick or natty.00:48
bdrungkirkland: will it reviewed by upstream or is there something to do for me?00:48
Ian_Corne7-00:48
NCommanderabuDawud: so what you need to do is when you make a patch is properly file it against both the old and new packages (there's a button in LP to do this)00:49
NCommanderabuDawud: alternatively, the original subbitter could have filed it against the wrong package (fairly common if it came from a non-dev)00:49
abuDawudNCommander, can you go over this with me if you have a minute or is there a wiki article on this?00:49
abuDawudthere is no package in launchpad for apport-symptoms.00:50
NCommanderabuDawud: sure, I'm patch pilot for today, so I can look at it. I don't know if there is a wiki page for this00:50
ebroderNCommander: Feel free to push my stuff to a lower priority00:50
NCommanderabuDawud: Launchpad only sees source packages for bug reportting purposes00:50
abuDawudI'll try and create a diff or a patch and put it up for you to look at and maybe go over what needs to happen with me00:50
NCommanderebroder: your next on deck after I finish with MAME00:50
NCommanderI'm waiting for pbuilder to finish building, I haven't used this netbook for dev work before and ports.u.c. is very slow tonight00:51
NCommanderabuDawud: it looks like the bug is against the wrong package in this case, if you can link me, I can look to be sure00:52
abuDawudNCommander, give me a minute, gonna eat with the family then I'll get a patch up00:53
abuDawudthanks for your help thusfar00:53
NCommanderabuDawud: I meant the launchpad bug you were workng against ;-)00:54
NCommanderbut dinner++00:54
=== blueyed_ is now known as blueyed
NCommanderpbuilder on armel === SLOW00:57
NCommanderugh00:57
micahgNCommander: you're working on mame?00:58
ari-tczewregards to main sponsors - you have a lot of work to sponsor00:58
NCommandermicahg: yeah, commentted on the bug.00:58
micahgNCommander: I thought the patch pilots were supposed to be focusing on the core packageset00:58
NCommandermicahg: wiki says anything I can choose. I can actually touch universe/multiverse packages (and some kubuntu).00:59
NCommandermicahg: so those get priority for me unless something looks urgent. At most, on a core packageset I can say a patch is sane but can't upload it01:00
micahgNCommander: well, the main backlog is the stuff that MOTU can't upload01:00
abuDawudNCommander, heres the bug https://bugs.launchpad.net/ubuntu/+source/apport/+bug/67837101:00
NCommandermicahg: argh01:01
micahgNCommander: not your issue I guess01:01
* NCommander had a kernel oops break a filesystem01:01
NCommanderARGH01:01
NCommander[ 4247.950000] EXT4-fs error (device sda1) in ext4_dirty_inode: Journal has aborted01:01
NCommanderI can't win today01:01
micahgNCommander: BTW, I had a build issue with mame in pbuilder for natty, it was trying to use an arch specific gcc01:04
NCommandermicahg: I'm on an armel netbook ATM, if it FTBFS's, I'll throw it in a PPA and try there.01:04
NCommanderah01:07
NCommanderArchitecture: i386 amd6401:07
NCommanderblast01:07
NCommanderOh well, will check it later01:07
abuDawudSo the issue I am working on a package that does not have a /debian/patches folder so edit-patch is kicking me out.01:14
abuDawudI ended up just making a diff file but I'm unsure what to do now01:14
NCommanderAdri2000: apport-symptons is maintained in bzr, you should pull the branch down and apply it to the source directly since apport-symptons is a native package and only exists in Ubuntu01:15
abuDawudwrong person, but I got it. I pulled the bazaar package and the apt-get source down so after I have the patch I should just apply it and request a merge?01:16
NCommanderebroder: I managed to confirm the bug01:16
NCommandereek01:16
NCommanderabuDawud: sorry about that, I multitask-failed :-). If a package is maintained in bzr, you shouldn't use apt-get source, you should grab the source branch (apt-get source will tell you what it is), apply it there, upload it, then request merge, and I'll review it and make comments01:17
abuDawudstupid question, how do I request a merge?01:17
NCommanderabuDawud: upload the branch to LP under your own namespace, then click it, and then click request merge, and then put the branch its going against. Also make sure when you make the commit on your own branchdo bzr ci --fixes lp:bugno01:18
NCommanderthat will tell LP that branch is for the bugm and magically connect it to the bug01:19
abuDawudawesome, I'll give it a go01:19
abuDawudthanks01:19
NCommanderabuDawud: NP01:19
micahgdebcommit does bzr ci --fixes magic with the changelog entry as the commit message01:19
NCommander^- abuDawud01:20
* NCommander may be a luddite with some of the tools we use due to old habits01:20
abuDawudso the recommendation is package it myself then upload it?01:20
abuDawudI'm not familiar with debcommit, but I'm about to read the man page so expert incoming01:21
NCommanderabuDawud: grab the branch, download it, edit it, push it, request a merge, and then poke the sponsors queue or patchpilot01:21
NCommanderabuDawud: debcommit is fairly straightforward01:21
NCommanderRiddell: you still around?01:22
RiddellNCommander: yo01:22
NCommanderabuDawud: there's a good guide somewhere on the wiki on the specifics of VCS packaging01:22
micahgabuDawud: here the beginning of the docs on Ubuntu bzr dev stuff (UDD) https://wiki.ubuntu.com/DistributedDevelopment/Documentation01:22
NCommanderah01:23
NCommander:-)01:23
* NCommander is saved from using the wiki's search 01:23
abuDawudmicahg, thanks. I'll give it a go01:23
NCommanderRiddell: I think I have a patch I'm ready for you to look at, ebroder's patch for maverick looks sane01:23
NCommanderebroder: silly questionm, why did all the po files get regenerated?01:24
ebroderNCommander: Hmm. Good question01:25
NCommanderebroder: the po's looks like they got regenerated inproperly01:25
NCommanderebroder: can you respin your branch without them there, since I'm seeing blank Language fields which seems to be wrong.01:26
NCommanderRiddell: disregard, currently not recommending merger01:26
* NCommander comments on the bug01:26
ebroderNCommander: I don't see those changes in my branch. I wonder if it's just something that happens when you debuild -S01:26
abuDawudAnyone, since the version number is already at 0.9 what should I move it up to?01:26
NCommanderebroder: hrm01:27
NCommanderebroder: modified: debian/po/cs.po01:27
micahgabuDawud: is this for Natty?01:27
NCommanderabuDawud: 0.1001:27
NCommander(if its for natty, if its a backport/SRU, it changes)01:27
NCommanderebroder: er, indeed. modified: debian/po/cs.po01:28
abuDawudI was doing just the Natty side right now01:28
abuDawudworking off the current bazaar branch01:28
NCommanderebroder: *coughs*01:28
NCommanderdisregard the noise01:28
ebroderNCommander: Looking01:28
micahgabuDawud: dch -i usually does the right thing for new version01:28
abuDawudit put in 0ubuntu1 at that end01:28
micahgabuDawud: ah, hmm...01:29
abuDawudand marked it as Maverick01:29
abuDawudargh01:29
NCommanderRiddell: https://bugs.launchpad.net/ubuntu/+source/cernlib/+bug/601732 - can you look at the mvercik branch and merge/upload please if it also looks sane to you?01:29
micahgabuDawud: you can set the series with -D01:29
NCommanderabuDawud: just change it by hand, although its recommended if your doing Ubuntu dev work, you be on the latest version.01:29
NCommanderor what micahg said01:30
NCommander:-)01:30
abuDawudcoolbeans, I'll set to 0.10 and natty01:30
abuDawudthanks gents01:30
NCommanderebroder: Thank you for your contribution to Ubuntu.01:31
ebroderNCommander: Haha, thank you for piloting :)01:31
* micahg will file a bug about Ubuntu native package versioning being incorrect01:32
micahgbug 680334 in case anyone wants to subscribe01:34
ubottuLaunchpad bug 680334 in devscripts (Ubuntu) "dch -i should just DTRT with native packages" [Undecided,New] https://launchpad.net/bugs/68033401:34
abuDawudI have a nasty feeling I am going to screw this up. I don't have a ppa set up or anything and I think this is ready to go up01:35
NCommanderabuDawud: from every failure comes a lesson learned01:35
abuDawudcan either micahg or NCommander walk me through how to do this without destroying everything?01:35
NCommander(or something like that)01:35
NCommanderabuDawud: 1. Don't Panic01:36
NCommanderabuDawud: pbuilder is your friend (or pbuilder-dist)01:36
NCommanderwhich you can use to test build packages01:36
abuDawudNCommander, in the process of moving pbuilder to natty01:37
NCommanderRiddell: ping?01:38
RiddellNCommander: hi01:39
RiddellI'm looking at it01:39
NCommanderRiddell: thanks, just wanted to make sure the earlier ping didn't drop into the void01:40
RiddellNCommander: uploading01:40
NCommanderebroder: ^01:40
ebroderRiddell: Thanks :)01:46
NCommanderRiddell: also: https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/642071 - no-changes rebuild required. If you have amd64, can you quickly check and confirm for me?01:46
NCommanderebroder: or do you have an amd64 install?01:47
ebroderNCommander: Yeah, I can test01:47
NCommanderebroder: thanks, if you can test, Riddell can sponsor :-)01:48
abuDawudNCommander, I think I broke it01:48
NCommanderabuDawud: well, what's your patch? (stuff it in a pastebin or on paste.ubuntu.com)01:48
=== Amaranth_ is now known as Amaranth
abuDawudNCommander, I tried to upload it to a personal branch and.... it gave some upsetting info01:49
abuDawudsee: http://pastebin.com/XMZkUKbc01:49
abuDawudah I see, bzr status shows uncommitted changes, hrm01:50
NCommanderabuDawud: got your SSH keys in LP properly and told bzr of your launchpad-login?01:51
abuDawudyep01:51
mwhudsonis there a good place to ask about python-apt?01:53
NCommanderdid you do bzr unbind to make the branch local and stop trying to commit to the trunk?01:53
ebroderNCommander: I can reproduce the kexec bug. Doing a rebuild now01:54
NCommandermwhudson: just ask01:54
NCommanderebroder: on natty or maverick?01:54
ebroderNCommander: maverick01:54
ebroderDo you want a natty repro?01:54
mwhudsonis there a way to get the version of a apt.debfile.DebPackage ?01:54
ebroder(I've got one of those lying around, too)01:54
NCommanderebroder: that would be nice01:54
NCommandermwhudson: no idea :-/, you might want to poke mvo, or ask in one of the Debian channels01:54
NCommandermwhudson: (or someone else here might nice, pitti possibly)01:55
NCommandermight KNOW01:55
NCommanderARGH01:55
mwhudson:-)01:55
mwhudsonok thanks01:55
abuDawudNCommander, I was able to commit my changes and tried pushing to the same location and it said it pushed up to Revision 1001:55
abuDawudbuha! Worked.01:56
* ebroder thinks this quid pro quo thing could be a real win01:56
abuDawudhttps://code.launchpad.net/~abudawud0/apport/apport-symptoms01:56
NCommanderebroder: ?01:58
ebroderNCommander: I just think you're doing a good job of getting other people involved01:58
NCommanderebroder: that's the idea of the patch pilot01:59
RiddellNCommander: I need to sleep, anything you need me for?02:00
ajmitchmwhudson: I can see an ugly way to do it, but it doesn't seem like a nice solution at all (looking at _sections)02:02
NCommanderRiddell: looks like a double no-changes rebuild? Up for the task, or do I need another victi^H core dev?02:02
RiddellNCommander: can do if it needs doing now02:02
mwhudsonajmitch: is python-apt the sort of wrapper where things get added as needed?02:03
ebroderNCommander: no-change rebuild is good on maverik02:04
ajmitchit's the sort of wrapper that seems to have multiple confusing layers02:04
ebroder*maverick02:04
ebroderSame for natty02:04
NCommanderRiddell: just got confirmation02:04
NCommanderRiddell: https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/64207102:04
ajmitchmwhudson: I've only used it a bit, I just found _sections['Version'] by a bit of trial & error02:04
mwhudsonajmitch: that works for now, i guess, and i'll bug mvo tomorrow02:05
mwhudsonajmitch: thanks :-)02:05
* ajmitch was hoping for something that would return a Version object (iirc)02:07
lifelessmwhudson: what are you looking for ?02:08
NCommanderRiddell: thanks for the sponsorships02:08
RiddellNCommander, ebroder: so upload kexec-tools to maverick-proposed and natty?02:08
lifelessmwhudson: 'debian' might be a better module to work with.02:08
NCommanderRiddell: bingo02:09
ebroderRiddell: Yes02:09
abuDawudNCommander, I am proposing the merge, who should I set as the 'reviewer'?02:09
mwhudsonlifeless: i'm writing something that creates debian packages on the fly (a bit like pbuilder does for build deps); am trying to test it02:09
NCommanderabuDawud: ubuntu-reviewers or ubuntu-sponsors I *think*02:09
ebroderabuDawud: If you're merging to lp:ubuntu/whatever, you can leave the reviewer blank02:09
abuDawudk02:10
ebroder(It'll get automatically set to...something reasonable; no clue what, though)02:10
mwhudsoni went for python-apt because we're using that already in the project, but that's not actually a good reason to use it for this, i guess02:11
mwhudsonlifeless: is 'debian' documented somewhere? "python-debian documentation" is fairly google proof :-)02:12
abuDawudErgh... It won't let me propose a merge to apport-symptoms, should it be merged to apport?02:12
lifelessmwhudson: pydoc ?02:13
mwhudsonyeah, that actually works ok02:13
NCommanderabuDawud: I'm not sure02:13
ebroderabuDawud: I think you want to merge to lp:~ubuntu-dev/apport/apport-symptoms02:13
abuDawudlet me give that a try02:14
NCommanderebroder: I think that's sane02:14
NCommanderwow02:14
ebroderNCommander: It's the Vcs-Bzr field for the package02:14
NCommanderit just started snowing heavily outside :-/02:14
NCommanderebroder: do you have a lucid box by any chance? :-)02:14
ebroderNCommander: Wow, really? Where are you based?02:14
ebroderNCommander: I have Lucid chroots02:15
NCommanderebroder: about 20 miles north of Portland, OR02:15
NCommanderebroder: https://bugs.launchpad.net/ubuntu/+source/cernlib/+bug/601732 - can you test and confirm on lucid? I already poked maverick02:15
abuDawudneat :) I think I am to the actual pilot part, https://code.launchpad.net/~abudawud0/apport/apport-symptoms/+merge/4154202:15
* NCommander looks02:16
NCommanderabuDawud: your diff looks ... insane02:16
ebroderNCommander: I tested it on Lucid before I submitted the MP02:17
NCommanderebroder: MP?02:17
NCommanderabuDawud: your branch is badly broken, and has conflicts02:17
ebrodermerge proposal. I'm trying to get the abbreviation to catch on, but it doesn't seem to be working yet :)02:17
abuDawudabuDawud, I honestly have no idea what I am doing, all I know is I believe I patched the issue02:18
ajmitchebroder: doesn't everyone call them MPs anyway? :)02:18
abuDawudI have a pdebuild of it, is that what should have been uploaded?02:18
abuDawudwow what the hell happened to my diff lol02:20
NCommanderabuDawud: no, you need a clean branch. The diff is very very messy. I don't know what you did ...02:20
ajmitchNCommander: no common branch ancestor02:20
NCommanderajmitch: ah, can you help abuDawud fix it?02:21
* NCommander marked it resubmit on LP for the merge proposal02:21
ajmitchdue to lp:ubuntu/apport-symptoms being a different branch from lp:~ubuntu-dev/apport/apport-symptoms02:21
abuDawudajmitch, any guidance on how to correct it, is it just because I messed up the upload to my personal branch?02:22
NCommanderah02:22
NCommanderI see what happened02:22
NCommanderabuDawud: you pulled the wrong branch, you pulled the LP packaging branch and not the dev branch (I realize this is confusing, but basically, for every package, LP makes a bzr branch for each upload to the archive)02:23
NCommanderabuDawud: what you need is to grab the actual development branch and put your changes against it, then push to LP, and submit a new merge propsal02:23
NCommanderajmitch: thanks :-)02:23
ajmitchNCommander: sorry I can't help more right now, having to do some javascript hackery :)02:24
abuDawudNCommander, I'll give it a run, thanks guys02:24
NCommanderajmitch: eek :-P02:24
ajmitchNCommander: jquery helps, but it's never fun :)02:25
* NCommander is properly caffinated now 02:30
abuDawudNCommander, okay, now its not a bajillion pages long02:38
abuDawudhttps://code.launchpad.net/~abudawud0/apport/apport-symptoms/+merge/4154302:38
abuDawudshit and I already see an error02:38
ajmitch'head the test tones'?02:39
abuDawudheh, before that02:39
abuDawudpress close this window02:39
abuDawud*sigh*02:40
ajmitchyeah, that was also a bit confusing02:40
ajmitchat least pushing a new commit isn't too hard, I think the diff updates02:41
abuDawudwell, at least I am getting some practice lol02:41
abuDawudwell its pushed, I don't see it updating though, maybe it takes a sec02:42
NCommanderback02:43
NCommanderlaptop decided it wanted to lock up02:43
* NCommander <3s irssi+screen+ssh02:43
ajmitchabuDawud: it takes a minute or so, also there's a link on https://code.launchpad.net/~abudawud0/apport/apport-symptoms/+merge/41543 saying that it has been superseded by a later proposal - following that will take you to the new commit02:44
abuDawudajmitch, yea I resubmitted over it02:45
abuDawudits up02:45
abuDawudhttps://code.launchpad.net/~abudawud0/apport/apport-symptoms/+merge/4154402:45
mwhudsonthe diff on merge proposals will be updated on a push of a new revision btw02:45
mwhudsonbut it can take a couple of minutes02:45
NCommanderabuDawud: patch looks sane, but I'm not sure this is the correct approach. I'll mark that I looked at it, and the code changes look sane02:46
=== virtuald is now known as leagris
NCommanderabuDawud: but I'll leave it for pitti to decide if this is the correct approach or not02:46
abuDawudNCommander, there is another way to do it but honestly I don't know how to create a new UI window, and don't know if its good to create the one UI window just for that specific window02:47
NCommanderabuDawud: as I said, I'll leave for pitti to decide, he's basically apport's upstream02:47
=== leagris is now known as virtuald
abuDawudNCommander, k, thanks for all the help anyway. Back to my bug reporting land where I feel at least a bit comfortable02:48
NCommanderabuDawud: marked Approved by me, but pitti will be the final judge02:49
NCommanderThank you for your contribution to Ubuntu02:49
=== asac_ is now known as asac
NCommanderany core devs abount?03:24
* NCommander pokes asac 03:24
micahgNCommander: if he's home, he's in UTC+103:25
NCommandermicahg: I know, but I was gambling on him not having a life and being around03:25
* micahg thinks people w/out a life are definitely sleeping at 4AM03:26
ajmitchheh03:26
NCommanderajmitch: your not a core dev, are you?03:26
* NCommander has lost track on who is who03:26
ajmitchNCommander: I am, what do you need?03:26
NCommanderajmitch: review and sponsor please: https://bugs.launchpad.net/ubuntu/+source/cheetah/+bug/66334303:27
ajmitchslightly confusing with the branch statuses & the comments03:29
ajmitch217k line diff is pretty special :)03:29
micahg217k lines deleted in 7 files?03:31
ebroderThat's the best kind of diff!03:31
ajmitchyeah, one file was test.strace03:31
ajmitchso you can imagine how big that was03:31
micahgthat was uploaded by someone?03:32
NCommander>.<;03:32
ajmitchnot sure, I'm still trying to untangle the branches & what's been uploaded03:32
micahgthat shouldn't be in the merge proposal :-/03:32
NCommandermicahg: there are times where that is valid (massive diffs), but very rare03:32
ajmitchthis bug is a bit confusing with a couple of separate branches & differing statuses03:33
* micahg won't complain so much since it was uploaded over a year ago03:34
ajmitcha year?03:34
micahgajmitch: http://bazaar.launchpad.net/~clint-fewbar/ubuntu/natty/cheetah/natty-merge-with-debian/revision/1103:34
ajmitchI hadn't checked, I'd assumed that that file was added in the most recent upload this week03:35
ajmitchwhat a waste of space :)03:35
micahgajmitch: so did I which should warrant a new merge proposal03:35
micahg*should have03:35
micahgbut it wasn't03:36
ajmitchorig.tar.gz is 186K, diff.gz was 1.4MB :)03:36
micahgright03:36
NCommanderajmitch: ugh, I hate when that happens03:44
NCommanderajmitch: I think I sent you looking at a bad bug03:44
* NCommander fails03:44
ajmitchNCommander: still valid, the first branch had been uploaded, the 2nd was a valid branch for review03:45
NCommanderthanks ajmitch03:46
=== SolidLiq is now known as solid_liq
NCommanderI'm calling it a day03:58
NCommander@pilot off03:58
udevbot(pilot (in|out)) -- Set yourself an in or out of patch pilot.03:58
NCommander...03:59
NCommanderoh03:59
NCommander@pilot out03:59
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots:
ajmitchNCommander: ok, thanks for your efforts :)04:01
* NCommander decides if he wants to head home yet04:02
* ajmitch should decide if he should put his name down for the patch pilot programme04:03
ebroderajmitch: Dooooo it :)04:03
ajmitchebroder: requires time & dedication on a particular day04:04
ebroderajmitch: It's true. I'm kind of tempted to do it some time, given how much success NCommander had harrassing core-devs04:04
ajmitchI'll be sure to hide next time then :P04:05
NCommanderajmitch: talk to jono. Right now, all ubuntu devs from Canonical are on the list, but I'm pretty sure we can get more on there04:05
* micahg suggests a cloak that says ImNotACoreDev04:05
ebroderNCommander: There's some space at the end of months for community members to fill in. Also weekends04:05
NCommandermicahg: heh ;-)04:06
ajmitchNCommander: it certainly looks open to getting more people involved04:06
* micahg wonders if the main sponsors queue will be affected by this programme04:07
ajmitchmicahg: isn't that sort of the point?04:07
micahgajmitch: not from what I can tell04:07
ebroderIt was definitely a big motivator for the UDS discussion04:08
ajmitchthe patch pilot discussion came out of trying to get sponsoring to work well, from what I know04:08
ebroderajmitch: Right, and core is where sponsoring isn't working well already04:08
ajmitchright, because we're all lazy04:09
ajmitchor at least I am :)04:09
micahgI think NCommander did a great job as pilot though04:11
NCommandermicahg: I pointed core developers to bugs and got three knocked out04:12
NCommanderI think its a success04:12
ajmitchit'll depend on who's around to poke, though04:12
* ajmitch must run04:16
StevenKRAOF: My theory was that if I locked my machine, DPMS wouldn't fire. My machine disproved that during my lunch break. Perhaps my DPMS has moods ...07:47
pittiGood morning07:53
pitticjwatson: d-i> sure, thanks07:53
pittiSarvatt, bdrung: just wanted to rebuild those two (128 and mach), since these haven't changed in a while, and they carried big changelogs07:54
pittiI uploaded no-change uploads for packages where the chance is very high that they won't get another "regular" upload in natty07:54
pittiNCommander: apport package structure hasn't changed in ages; apport-symptoms has always been a separate package, FYI07:55
dholbachgood morning!07:56
NCommanderpitti: didn't know07:58
didrocksgood morning07:58
=== almaisan-away is now known as al-maisan
pittiapw: the WI tracker is yelling at me now08:26
pitti  File "/home/platform/work-items-tracker/report_tools.py", line 160, in workitems_over_time08:26
pitti    ') GROUP BY status, date' % ms_sql, (team,))08:26
pittisqlite3.OperationalError: no such column: status08:26
* pitti RTFS08:26
apwpitti, huh, that has to be my fault08:27
apwbut i'd swear i'd run the full tests08:27
pittiand I don't see a fundamental change there, too08:28
apwbibble08:28
pittioh, hang on08:28
pittithere's a subselect now08:28
pittiapw: ah08:28
pittiit stumbles over the outer GROUP BY status in report_tools.py:16008:29
pittiapw: not sure what the column header is called with that, "w.status"?08:29
* pitti tries a "w.status as status" in the inner select08:29
apwwell when i tested it in sqlite it was status ... hrm08:29
apwi even have that exact piece of sql in my sqlite history08:30
apwselect status, date, count(status) from (SELECT DISTINCT w.status, date, w.description, w.assignee  FROM work_items w, specs s ON w.spec = s.name LEFT JOIN teams ON (s.assignee = teams.name OR w.assignee = teams.name) WHERE (teams.team = 'canonical-kernel-team' OR w.assignee = 'canonical-kernel-team' OR s.assignee = 'canonical-kernel-team')) group by status, date;08:30
apwwhich runs and produces output !?!08:31
apwpitti, just be aware there are 4 the same in that function08:31
pitti*nod*08:31
pittiplatform@lillypilly:~/work-items-tracker$ ./burndown-chart -d ../work-items-db/natty.db -t canonical-desktop-team -o /tmp/x.svg08:32
pittiok, that reproduces it nicely and quickly08:32
apwapw@dm$ ./burndown-chart -d current.db -t canonical-desktop-team -o /tmp/x.svgapw@dm$08:32
apwhrm, no error for me08:32
pittiapw: lillypilly is on hardy -- different python/sqlite?08:33
apwpoop08:33
=== smb` is now known as smb
apwit must be something like that08:33
apwas that command here produced a nice little graph :(08:33
apwwell at least i know why my testing is a fail08:34
apwpitti, feel free to just revert that commit and i can go work out how to do it with hardy08:36
pittiI'll try to bang on this for a while08:36
pitti"w.status AS status" doesn't seem to work unfortunately08:36
apwpitti, crap, well as i say i am happy to take it offline and sort it out08:37
pittioh, hang on -- just forgot a trailing space08:38
pittiah, that does it08:38
apwpitti, where ?08:38
apwafter the ( ?08:39
pittiapw: pushed08:39
pittiapw: no, I forgot it when I added "AS status"08:39
apwahhh08:39
pittiso it ended up being "w.status AS statusFROM08:39
apwpitti, wel thank you for fixing that one08:40
pittithanks for fixing the original bug08:40
* apw adds 'test on people' to his list08:40
zygamvo, hi, I'm trying to upgrade my machine to maverick using do-release-upgrade, it fails and points me at some log files, would you mind having a look and telling me what is wrong? I've tried this several times but I fail to see the "that's why" error message09:02
zygamvo, the log (main.log) is here http://pastebin.ubuntu.com/535478/09:03
mvozyga: sure, could you mail me the "apt.log" file as well? it can not resolve some dependencies, that file contains the details09:08
zygamvo, may I pastebin, thunderbird fails to display on this device09:10
zygamvo, apt.log http://pastebin.ubuntu.com/535479/09:11
zygamvo, I removed all my PPAs and removed/purged all the packages that were "obsolete/local" in aptitude09:11
zygamvo, trying again09:11
zygamvo, that worked09:14
mvozyga: cool, looking at the log it seems like libdrm-poulsbo1 might be the trouble maker09:15
mvoand xserver-xorg-video-psb  - out of curisoity, what repo has/had that?09:16
mvothe "gma500" ppa?09:16
zygamvo, yes09:16
zygamvo, special handling needed?09:16
zygamvo, unfortunately without that ppa my hardware is useless09:17
mvozyga: yeah, I think there should be a quirk handler for this in the release upgrader if its a common ppa09:21
zygamvo, do you have any code for quirks like that already?09:23
mvozyga: not for the exact problem, but for similar ones in DistUpgrade/DistUpgradeQuirks.py09:26
zygalooking09:27
AnAntHello09:28
=== azul_ is now known as jodh
zygamvo, wow, you even have arm quirks!09:47
mvozyga: yes :)09:51
mvozyga: nothing that I can test it against, but there are some /proc/cpuinfo fixtures in tests/ for this09:51
mvo(nothing real)09:51
zygamvo, yeah I wac curious if it's possible to test the quirk resolver alone against a set of fixtures09:52
zygamvo, othewise developing this is a lot harder09:52
mvozyga: the tests infrastructure in that code is not ideal :/ but its relatively straightforward to add the fixture stuff with apt.Cache(rootdir="./testdir"). then testsidr just needs etc/apt/sources.list, var/lib/apt/lists etc09:54
mvozyga: most importantly var/lib/dpkg/status09:54
* ogra puts on helmet and overall 09:55
mvoogra: what for?09:56
* dholbach cheers for ogra09:56
zygamvo, I see, ... still I have no idea how I'd use that to test the quirks code, sorry :-(09:57
mvoogra: fffffllllllyyyyyy09:58
mvozyga: no worries, if you report a bug I will check it out, make sure to include the system_state file (that contains the dpkg status file)09:59
ogra@pilot on09:59
udevbot(pilot (in|out)) -- Set yourself an in or out of patch pilot.09:59
ogra@pilot on ogra09:59
udevbot(pilot (in|out)) -- Set yourself an in or out of patch pilot.09:59
ogra@pilot in09:59
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: ogra
ograadies and gentlement, we welcome you on our flight to patchland today, please remain seated until we reached our flight altitude, life vests are under your seat ... in the unlikely event of cabin pressure loss oxygen masks will fall off the ceiling, try to find them on the floor if you can :P ... during the flight please make sure to wear your seatbelt while seated, as turbulences can occur at any time during the flight ... we wish you a pleasent fli10:00
ograght with ubuntu airlines now10:00
dholbachhaha10:00
* dholbach hugs ogra10:00
ogra;)10:00
mvohaha - you fly too often ;)10:00
* micahg hopes the pilot takes a walk through the "main" cabin later :)10:00
ograi surely do ;)10:00
zygamvo, can I do that while upgrading to maverick now? where's the file10:04
mvozyga: sure, its in /var/log/dist-upgrade/10:04
zygamvo, got it10:05
zygamvo, filing bug now10:05
\shmvo: moins :) do you have a link to your bzr branch for the fix you did yesterday regarding apt-key net-update and the timeout? :)10:06
mvo\sh: yes, http://bazaar.launchpad.net/~ubuntu-core-dev/apt/ubuntu/revision/183510:10
mvozyga: thanks!10:10
zygamvo, thank you https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/68042210:13
\shmvo: thx10:14
ogradidrocks, hmm, i'm looking at the utouch-grail branch, in bug 667802 ... seems the branch you committed the last change to is the natty packaging branch instead of the maverick one10:17
ubottuLaunchpad bug 667802 in utouch-grail (Ubuntu) "Tap is sometimes not registered on touchscreens" [High,Triaged] https://launchpad.net/bugs/66780210:17
mvozyga: thanks10:17
didrocksogra: it's the same for both10:18
didrocksogra: the last one was a bugfix release10:18
ograthe comments indicate differently10:18
didrocksogra: yeah, but I talked with them and the .1 was basically all the commits10:18
ograhttps://bugs.launchpad.net/ubuntu/+source/utouch-grail/+bug/667802/comments/2810:18
didrocksogra: they just thought that for an sru they don't have the right to make a new . version10:18
ograah10:19
didrocksthanks, I read it :)10:19
didrocksI remember very well10:19
didrocksYes, utouch-grail/packaging contains the change in source, whereas10:19
didrocksutouch-grail/packaging.maverick contains the change as a patch10:19
ograthen i misunderstood, i just wondered how to sponsore a natty upload that way10:19
didrockssame changes, better to keep the same version ^10:20
ograsince the natty branch already has a maverick changelog entry10:20
ograand a tag10:20
didrocksogra: hum, I didn't push to the maverick branch, not sure why it diverged10:22
ograno, you commited to the natty branch10:22
ograhttps://code.launchpad.net/~utouch-team/utouch-grail/packaging has as last commit the changelog and tag for maverick10:22
ograi would have sponsored it for natty but dont know how now10:23
ograat least without messing up the changelog and tags10:23
didrocksogra: as it should be the same, just wait for -proposed to be accepted (if not already) and copy to natty10:27
didrocksogra: when we are in sync, no need for double uploads…10:27
ograk10:27
ograpitti, (or another archive admin) bug 667802 see above, can you copy it over from maverick to natty please ?10:29
ubottuLaunchpad bug 667802 in utouch-grail (Ubuntu) "Tap is sometimes not registered on touchscreens" [High,Triaged] https://launchpad.net/bugs/66780210:29
pittiogra: can we please do proper natty uploads at this point, so that they build against the current toolchain and pkgbinarymangler?10:29
ograoh, right, i forgot the toolchain :P10:30
ogradidrocks, so it seems that wont work10:33
didrocksogra: yeah, just make a dummy .real maybe10:33
ograwell, i cant even upload to any of the utouch branches, just piloting here10:35
* ogra leaves a comment on the bug10:35
quadrisprohi all11:01
Keybukmvo: someone told me a German joke the other day11:04
KeybukTwo bratwurst in a frying pan; first one says "Boy, i'm really hot".  The second goes "Argh! A talking bratwurst!"11:04
soren*chuckle*11:05
zygatime to reboot into maverick11:06
zygabrb11:06
apwKeybuk, heh, a real insight into their jokes :)11:06
mvoKeybuk: heh :) I can only link to monty python http://www.youtube.com/watch?v=LhmnOpoGAPw11:10
Keybukmvo: you realise that Monty Python is hilarious, right? :p11:11
mvoI do11:11
Keybuk(context: ev is still trying to persuade me that The Onion is funny)11:12
evit is!11:12
mvoI have no idea aobut the onion, but monty python rules :)11:16
davmor2Keybuk: the iwheel from onion was funny you can't deny it...11:18
evmvo: http://www.theonion.com/video/obama-replaces-costly-highspeed-rail-plan-with-hig,18473/11:18
mvoev: haha - that is great11:24
evthat settles it then11:24
evAmerican humor wins11:24
* mvo is away for a couple of minutes to have lunch11:24
mvowell, monty python and terry pratchett vs the onion ? isn't that 2:1 ?11:25
evI'd show you the daily show, but the videos are locked to the US11:26
* persia mumbles about proxy servers11:27
azeemev: you can watch the daily show from Germany11:27
azeemat least the last three weeks11:27
evoh, there you go then :)11:28
mvolunch first :)11:31
=== MacSlow is now known as MacSlow|lunch
tjaaltonthe archives work too.. like this one http://www.thedailyshow.com/watch/tue-april-21-2009/the-stockholm-syndrome-pt--111:37
tjaaltonand pt. 211:37
evtjaalton: only in the US :(11:37
tjaaltonev: I'm from Finland ;)11:37
evweird, it doesn't work in the UK11:38
tjaaltonhmm, sound only?11:38
evI guess Comedy Central hates us11:38
ev"Sorry, videos are not currently available in your country"11:38
evI suspect it's because they have a deal with Channel 411:39
tjaaltonoh11:39
azeemright, individual clips still work (like the above), but full episodes only go back three weeks11:40
BlackZogra: can you have a look at http://launchpadlibrarian.net/59440471/2.4.10.1-2_to_2.4.10.1-2ubuntu1.patch ?11:48
ograBlackZ, are you sure graphviz is still in the way ?11:49
BlackZogra: what do you mean exactly? (sorry, going to lunch now, will reply later)11:52
ograok, go to lunch, i'm here for a few more hours indeed :)11:52
=== al-maisan is now known as almaisan-away
didrocksogra: ok, I've upload utouch myself then, no need to make it harder than it should be :)12:05
mvotjaalton: don't do this to me (and my productivity ;)12:06
ogradidrocks, great, thanks for being a co-pilot :)12:06
BlackZogra: so, what do you mean exactly?12:06
tjaaltonmvo: :P12:06
didrocks:)12:06
mvo10 weeks of payed vacation, eh? thats just like france!12:06
tjaaltonmvo: careful, or I'll post links to <gasp> finnish humor :)12:06
didrocksmvo: !!!12:06
mvolol12:07
tjaaltonthough youtube has some with english subtitles..12:07
ograBlackZ, a) you should close the bug in your changelog with the merge, b) are you sure the graphviz change you carry over is still needed12:08
ograassuming that patch belongs to bug 65732412:09
ubottuLaunchpad bug 657324 in libgphoto2 (Ubuntu) "Please merge libgphoto2 2.4.10-2 (main) from Debian experimental (main)" [Undecided,Confirmed] https://launchpad.net/bugs/65732412:09
BlackZogra: a) the bug will be closed: "Merge from Debian experimental, remaining changes (LP: #657324):" b) checking that :)12:09
BlackZogra: yes, it does12:09
ograoops, i missed the LP in the first line, sorry12:09
ograBlackZ, i think we can assume that the problem with the buildds and graphviz still exists (given the buildds didnt change), so let me just upload that for you12:11
BlackZogra: yeah, thanks! :) (I didn't that merge but I'm interested in that merge too, that's why I'm asking you to review it)12:12
ograBlackZ, uploaded12:17
BlackZogra: thanks! :)12:17
ograBlackZ, thanks for being a co-pilot !12:17
ograstgraber, i'm looking at bug 457702 has the promised upload from teh last comment ever happened ? (if so, could you close the bug)12:21
ubottuLaunchpad bug 457702 in ltsp (Ubuntu) "nbd+squashfs errors when rebooting ltsp thin clients" [Undecided,Confirmed] https://launchpad.net/bugs/45770212:21
tkamppeterseb128, hi12:22
ogracjwatson, given that dpkg was uploaded without optimizations, should we probably revert the debootstrap hack ?12:23
ogracjwatson, talking about bug 674146 and lool's upload12:23
ubottuLaunchpad bug 674146 in gcc-4.5 (Ubuntu Natty) "dpkg segfaults during debootstrap on natty armel" [High,Confirmed] https://launchpad.net/bugs/67414612:23
* ogra thinks one fix is enough12:24
ogras/fix/workaround/12:24
cjwatsonogra: I'd be fine with that12:26
cjwatsonI should deal with the Debian side of the bug at some point mind you12:26
* cjwatson is deep inside grub2 atm12:26
ograi didnt want to be pushy it just seems useless to work around the issue in two places12:27
* ogra is fine to work on the debsootstrap reversion12:27
ari-tczewI'm looking for sponsorship, bug 62637912:32
ubottuLaunchpad bug 626379 in gnome-settings-daemon (Ubuntu Lucid) "gnome-settings-daemon crashed with SIGSEGV in g_main_context_dispatch()" [Low,Triaged] https://launchpad.net/bugs/62637912:32
=== BlackZ_ is now known as BlackZ
bdrungkenvandine: welcome in the core-dev team12:44
persiaUh, it will be a few more minutes :)12:44
bilalakhtarken became core-dev? wow!12:44
persiawill become.12:44
bilalakhtarbut approved nevertheless :D12:45
seb128tkamppeter, hey12:48
=== MacSlow|lunch is now known as MacSlow
ograari-tczew, heh, i didnt watch IRC while i uploaded the fix ...12:53
ograthanks for the pointer though, its already up12:54
ari-tczewogra: did you upload this one to lucid-proposed?12:54
quadrispropersia, thanks for the add12:55
ograari-tczew, yep12:57
=== yofel_ is now known as yofel
ari-tczewogra: could you comment this on bug? thanks for sponsorship, but I'm not a witch12:59
ogra?? i commented12:59
ari-tczewhmmm12:59
ograhttps://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/626379/comments/1513:00
ogra:)13:00
ari-tczewogra: ah, 7 minutes ago ...13:00
ograyeah, i took the time to review it before uploading :)13:00
ari-tczewnice13:01
ografeel frr to ping me directly while i'm patch pilot, i didnt look at IRC after my conversation with colin above13:01
ogra*free13:01
ograonly noticed your pint after the upload13:01
ogra*ping13:01
ari-tczewogra: what is patch pilot?13:01
ograsomeone to help with patches and sponsoring13:01
ograwe have one every day now, you can see who it is in the topic13:02
BlackZari-tczew: https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews#Patch%20Pilots13:02
ari-tczewogra: so Canonical employees are patch pilots?13:04
cjwatsonthere's no reason why it should be restricted to Canonical employees, but we are the only ones who can be *instructed* to take part ;-)13:04
dokobdrung: why do you want to sync gcc-snapshot? what do you gain?13:04
ograari-tczew, https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews there is a scedule13:04
ogra*schedule13:05
ogradoesnt need canonical amployees, anyone acn apply indeed13:05
ari-tczewaha got it13:05
persiaWell, other folk who happen to do this for their day job can also be so instructed, but they are less common :)13:08
seb128ogra: don't forget to use -v13:08
seb128ogra: when you build merges from debian13:08
ograseb128, argh13:08
ogradid i ?13:08
seb128ogra: libgphoto yes13:08
ograouch, sorry13:09
seb128no worry13:10
ari-tczewogra: I see waiting bug 663343 :)13:10
ubottuLaunchpad bug 663343 in cheetah (Ubuntu) "Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/66334313:10
ograwill take care for it after the arm meeting13:11
ari-tczewnice13:11
ograthanks for the pointer and for being a co-pilot :)13:11
ari-tczewogra: love it :D13:11
tkamppeterseb128, it is about the photo printing Blueprint.13:13
tkamppeterseb128, in the work items is mentioned for you to check why paper size widget is disabled by default.13:13
seb128I will13:14
tkamppeterseb128, as GNOME bug 551409 shows that a method to activate the page size and orientation widgets was added to the GTK printing dialog I consider the configuration without "Page Setup" as supported upstream and so I think we should change the photo applications now.13:16
ubottuGnome bug 551409 in printing "Print dialog should include page size and orientation" [Enhancement,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=55140913:16
seb128tkamppeter, ok, can you open bugs on softwares that need to be updated and update the spec with the bug numbers?13:17
mdeslaur@pilot in13:18
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: ogra, mdeslaur
* dholbach hugs ogra and mdeslaur13:18
ograhey mdeslaur !13:18
* mdeslaur hugs dholbach 13:18
tkamppeterseb128, I have looked into the patch for eog in GNOME bug 614451 and eliminating the Page Setup dialog is a small patch doing nothing more than calling said method when initializing the print dialog, saving page setup settings when clicking OK/Apply/Print in the dialog, and removing all code which creates the Page Setup dialog. I have done this with shotwell for testing.13:18
ubottuGnome bug 614451 in general "Embed page setup dialog in the print dialog" [Enhancement,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=61445113:18
mdeslaurhi ogra :)13:18
* ogra offers mdeslaur a seat in the cockpit13:19
tkamppeterseb128, I will report appropriate bugs.13:19
seb128tkamppeter, thanks13:19
mdeslaur-ETOOMUCHWIKIDOC13:22
ogramdeslaur, https://bugs.launchpad.net/~ubuntu-sponsors/+subscribedbugs is a good start13:23
mdeslaurogra: ah! the exact information I was looking for :)13:23
mdeslaurogra: thanks :)13:24
seb128http://qa.ubuntu.com/reports/sponsoring/index.html13:24
seb128why not using that?13:24
ograor that13:24
mdeslaurogra: so I don't start working on the same stuff as you...are you going down that list, or up?13:25
=== MacSlow is now known as MacSlow|afk
dholbachseb128's list is better, it includes merge proposals too13:26
mdeslaurdholbach: cool13:27
ogramdeslaur, random :)13:27
mdeslaurogra: ok13:27
ogradholbach, the buglist has them too13:27
dholbachogra: only if there's merges that have sponsoring bugs attached to them :)13:28
ogramdeslaur, i'm in a meeting atm, after that i'll look at bug 66334313:28
ubottuLaunchpad bug 663343 in cheetah (Ubuntu) "Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/66334313:28
seb128ogra: no it doesn't13:29
seb128ogra: the launchpad list only has bugs13:29
ograseb128, well, libgphoto2 was a merge request (with ready made patch)13:30
seb128ogra: which had a bug as well?13:30
ograyes13:30
seb128well quite some people don't use bugs13:30
ograthere are enough bugs for merges still13:31
seb128see the sponsoring page for some example13:31
hallynlool: i just did 'bzr co lp:ubuntu/natty/qemu-kvm', and ended up with the maverick tree ?13:31
seb128ogra: not sure what your point is, the qa reports list has bugs and things which don't have bugs, seems a better list to work on?13:31
seb128ogra: or do you want to ignore people who don't file bugs for some reason?13:32
ograseb128, well, the title is "patch" pilot13:32
ograso i'm looking for patches13:32
ograwhich usually go with bugs13:32
seb128well a merge request is a diff which is a patch is some way13:32
ograsure13:32
seb128we are moving away from adding manual diffs to bugs13:32
* ogra really doesnt think it matters how the lists are getting empty 13:33
ograas long as they do get empty13:33
seb128right, we are just telling that your list is not reflecting the really of things needed review13:33
seb128if you drive your list to 0 you still ignore contributors, those who don't open bugs13:33
ograwell, patches are patches13:33
ograif the list is 0 i will move on to another list13:34
seb128ok, your call13:34
seb128if you have enough to keep busy on the list you use go for it13:34
ograright13:34
seb128the comment was just to point that things are waiting out of this list13:35
seb128http://qa.ubuntu.com/reports/sponsoring/index.html reflects both13:35
ograyeah13:35
ogragot that13:35
seb128you might find things easy to sponsor there that interest you and are not on the other listing13:35
seb128so it might be worth watching it13:35
seb128now you do what you want from it ;-)13:35
ograthanks :)13:36
loolhallyn: the importer didn't import the newer revisions yet as it seems13:36
persiaseb128, I'm not sure it's fair to say "we're moving away" from attaching diffs to bugs: I think it's better to say that we're supporting UDD workflows, and encourage their use.13:36
loolhallyn: james_w is on leave this week, let's check whether barry can hepl13:36
loolbarry: hey!13:36
persiaThere's just too many folk out there who know diffs and don't know bzr who can help to completely drop diff attachments.13:36
loolbarry: Would you have some time to help us with a qemu-kvm package-import issue?>13:36
seb128persia, ok, said different "increasing number of request come without bugs"13:36
seb128which is just what I noticed13:36
persiaseb128, I firmly agree with that.  Positive statements :)13:37
loolbarry: Basically, a new upstream version was merged without merge-upstream; I reverted these commits now, but the importer didn't reimport the uploads, despite a new qemu-kvm having been uploaded13:37
seb128which suggest that a class of users is moving away from filing bugs13:37
seb128there was nothing else suggested in my comment ;-)13:37
hallynlool: so what is 'the importer'?  isn't this just a bzr tree to be pushed?13:40
* hallyn googles while waiting for vpn13:42
=== seiflotfy_ is now known as seiflotfy
cjwatsonnot everyone uses branches, so there's a process that looks at uploads and constructs bzr trees for them if it doesn't already find them13:43
hallynuploads as in 'dput' ?13:44
hallyn(if so, then i see - interesting.  given my last hard FAIL, i wonder if it's safer if i do that :)13:44
cjwatsonyes13:45
cjwatson(as in dput, dupload, whatever)13:46
loolhallyn: http://package-import.ubuntu.com/status/13:48
loolhallyn: and see also the UnderTheHood link I sent in my email13:48
hallynlool: thanks13:50
pittiquadrispro: congratulations to your core-dev badge!13:53
quadrisprothanks for all the support pitti !13:59
bilalakhtarCongrats quadrispro !14:00
sladencyphermox: that changelog of yours for evolution is *very* impressive14:01
=== almaisan-away is now known as al-maisan
cyphermoxsladen, there's a lot in it, yes14:03
cyphermoxand still ftbfs on i386 for some reason now, despite lots of build testing and functionality testing >.<14:04
=== MacSlow|afk is now known as MacSlow
=== dendro-afk is now known as dendrobates
apwis it me or are we getting a much higher percentage of random 'failed to build's with no logs in PPAs ... all of a sudden14:19
om26er'Friendly Patch Pilots' is it on?14:21
diwicBlackZ, about bug #680386, the reason it is two patches, is because there was two patches in F1414:22
ubottuLaunchpad bug 680386 in tvtime (Ubuntu) "Please apply alsamixer support patch (present in Fedora 14)" [Wishlist,Incomplete] https://launchpad.net/bugs/68038614:22
om26erbug 65294414:23
ubottuLaunchpad bug 652944 in telepathy-haze (Ubuntu) "All my ICQ contacts have a webcam icon next to them in Empathy" [Medium,Fix committed] https://launchpad.net/bugs/65294414:23
diwicBlackZ, could you explain why it is important to have it as one patch only?14:23
BlackZdiwic: so any reason to not merge them? they exist for the same purpose, don't they?14:23
om26eri have a branch with the fix backported. can anyone please sponser? https://code.launchpad.net/~om26er/ubuntu/maverick/telepathy-haze/telepathy-haze-fix-652944/+merge/4159714:24
diwicBlackZ, the reason is mainly to keep things identical to F14. If that counts as a reason, I don't know14:24
seb128om26er, subscribe ubuntu-sponsors or ask review from the team for it14:25
seb128om26er, if the day patch pilots don't review it someone in desktop land will14:25
om26erseb128, ok subscribed ubuntu-sponsors .thanks14:26
BlackZdiwic: if they're not for the same purpose, choose a different name for each patch, if they're for the same purpose I don't see the point of splitting two patches for the same purpose14:26
seb128om26er, thank you for working on that ;-)14:27
diwicBlackZ, ok, so if I fix that according to your wishes, is it ready for upload or is it anything else I should do at the same time?14:30
BlackZdiwic: you could add where you take the patch or the upstream commit, then it looks fine to me apart for that :)14:32
diwicBlackZ, are you looking for an URL?14:32
BlackZdiwic: an url where you took the patch from would be ok14:33
stgraberogra: oops, this bug should have been closed indeed (457702). I usually do a pass through all our bugs at the hackfest, but for some reason didn't this year :(14:35
ograstgraber, well, close it so it doesnt start smelling ;)14:35
stgraberogra: done ;)14:35
mdeslaurcjwatson: I'm slightly stumped by this build log: http://launchpadlibrarian.net/59497625/buildlog_ubuntu-natty-i386.pbuilder_0.199ubuntu2_FAILEDTOBUILD.txt.gz14:52
mdeslaurcjwatson: any ideas? the "LANG=C MANWIDTH=80 man --warnings -E UTF-8 -l pbuilder.8 >/dev/null" works fine for me in a natty schroot14:52
geserI can reproduce this in my natty pbuilder (but not my natty chroot)14:56
cjwatsonmdeslaur: it happens only if you have no locales14:58
cjwatsonsounds like a man-db bug though14:58
mdeslaurcjwatson: ok, will fiddle with man-db. What do you mean by "no locales"?14:59
cjwatsonmv /usr/lib/locale/locale-archive /usr/lib/locale/locale-archive.safe14:59
cjwatsonis enough to trigger the bug14:59
mdeslaurcjwatson: hmm...I don't have locale-archive in my schroot, yet am not able to trigger it15:00
cjwatsonsorry, for avoidance of doubt, when I say "sounds like a man-db bug though" that's me accepting it as an upstream bug15:00
cjwatsonwell, whatever's in /usr/lib/locale/15:00
mdeslaurcjwatson: it's empty15:00
cjwatsonhuh15:00
cjwatsontriggered it for me :)15:00
mdeslaurodd15:01
* ogra grabs his parachute 15:01
ogra@pilot out15:01
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots: mdeslaur
mdeslaurogra: bye! :)15:01
ograthanks for flying ubuntu airways today :)15:01
=== tkamppeter_ is now known as tkamppeter
cjwatsonI installed a horrible hack for col's locale in response to Debian #55533115:02
ubottuDebian bug 555331 in man-db "[col] improperly fails with Invalid or incomplete multibyte or wide character" [Serious,Fixed] http://bugs.debian.org/55533115:02
cjwatsonI bet it's related to that15:02
cjwatsonmay depend on the locale in your environment too15:03
mdeslaurcjwatson: huh...I can reproduce it now15:03
barrylool: hi.  i had a school meeting this morning, but i'm back now.  what can i help with?15:04
cjwatsonactually, wait, man-db probably can't do anything more15:04
cjwatsonthere's no UTF-8 locale available, so it can't make col work15:04
cjwatsonpbuilder should probably generate a temporary UTF-8 locale15:04
cjwatsonmdeslaur: see e.g. http://git.debian.org/?p=lintian/lintian.git;a=commitdiff;h=9b7c0896ae937cc29662cc4d385d94df2762626815:05
chrisccoulsonheh, i have to do something similar in firefox to get a UTF-8 locale so that some of the unit tests work properly15:07
mdeslaurcjwatson: ah! thanks for the hint, I'll try that15:07
mdeslaur(I'm still kind of stumped how it worked fine in my chroot 5 minutes ago, and now doesn't anymore...)15:08
loolbarry: Can you arrange for the package importer to retry qemu-kvm?15:09
loolbarry: I think it got flagged as broken, and I arranged to "fix" the branch15:09
barrylool: i don't believe i have permissions to do that15:10
loolbarry: Ah how unfortunate; ok, thanks15:10
barrylool: yeah.  i should really talk with james_w about that15:10
james_wbarry, please file an RT15:12
barryjames_w: file an RT on doing the retry or getting permission so i can request it?15:12
james_wbarry, on getting permissions15:12
james_wlool, retried15:13
dholbachseb128, I will never forgive you!15:13
seb128dholbach, lol15:13
* james_w &15:13
* seb128 hugs dholbach15:13
seb128dholbach, did you get the comment with it?15:13
looljames_w: Thank you!  you go back to leave  :)15:13
dholbachyes :)15:13
barryjames_w: gotcha.  are the retries done on package-import.ubuntu.com or launchpad?15:13
dholbachseb128, can I still commit to the branches?15:13
dholbachor don't you use them any more?15:13
james_wbarry, the former15:13
seb128dholbach, ok, the ui is confusing, it's not clear if the comment is specific to expiration15:13
james_wbarry, you need to be in the pkg_import group IIRC15:14
dholbachseb128, can I still commit to the branches?15:14
ograbarry, hrm15:14
barryjames_w: gotcha.  i thought it was p-i.u.c but when i look at e.g. the qemu-kvm package page, i didn't see any knobs i could twiddle15:14
james_wbarry, the pages are read-only15:15
seb128dholbach, you can commit for things you have upload rights for still15:15
ograbarry, i just uploaded the diff from bug 663343 ...15:15
ubottuLaunchpad bug 663343 in cheetah (Ubuntu) "Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/66334315:15
seb128dholbach, other teams are subteam from this one15:15
dholbachseb128, you don't use lp:~ubuntu-desktop/..... any more?15:15
ograbarry, any idea why there is a newer cheetah in the archive but the bug is still open ?15:15
seb128dholbach, we do but ubuntu main uploaders are members of ubuntu-desktop15:15
james_wbarry, we could add retry buttons, but going to a read/write webapp is a fairly large step15:15
ogra(there is no newer one in debian)15:15
dholbachseb128, alrightie15:15
dholbachthanks15:15
seb128dholbach, so anybody who can upload to main can commit to the team as well15:15
dholbachgotcha15:16
seb128dholbach, we still love you ;-)15:16
* seb128 hugs dholbach15:16
dholbachyeah, I know... in a special way15:16
barryjames_w: ah. so when i get in the pkg_import group, how do i request a re-import?15:16
* dholbach hugs seb128 back15:16
dholbach:-P15:16
seb128lol15:16
seb128dholbach, should I be scared now? ;-)15:16
dholbachno, you kick me out of the team and say "yeah, don't worry - we still love you"15:16
dholbacha special way of "love"15:16
dholbachnevermind :)15:17
seb128lol15:17
james_wbarry, https://wiki.ubuntu.com/DistributedDevelopment/UnderTheHood/Importer15:17
seb128dholbach, you know what, if you are nice to me I can get you back in :p15:17
loolhttps://wiki.ubuntu.com/DistributedDevelopment/UnderTheHood/Importer/Operational15:17
dholbachdon't worry - it's fine15:17
loolah too late15:17
dholbachit's over!15:17
seb128dholbach, now maybe you should be scared ;-)15:17
* dholbach storms out15:17
barrylool: thanks15:17
* seb128 cries15:17
barryjames_w: thanks15:17
loolbarry: So if you're tempted to help fix that one, that would be appreciated15:19
barryogra: i think the bug report title is out of date.  we sync'd from debian but SpamapS has a couple of other minor changes to add15:19
loolbarry: What happened is that a new upstream version was committed by hand, but without bzr import-upstream; this broke the importer with bzrlib.errors.NoSuchTag: No such tag: upstream-0.13.0+noroms15:20
loolhttps://bugs.launchpad.net/udd/+bug/49448115:20
ograSpamapS, feel free to ping me for a new upload once your changes are in sync15:20
loolbarry: then I bzr uncommit-ed all revs in the hope that the importer would just reimport all versions properly15:20
loolbarry: but now I get AssertionError: qemu-kvm 0.13.0+noroms-0ubuntu1 ubuntu natty is marked but not imported15:20
loolhttp://package-import.ubuntu.com/status/qemu-kvm.html#2010-11-23%2015:13:47.15182915:20
barryogra: from the merge proposal, it looks like there's still some uncertainty about the patch.  i guess SpamapS has to straighten that out (i see he's waiting on a response)15:21
ograbarry, ok, i'm fine to be the upload bitch once there is a patch ready15:21
ograsince i touched it now already15:22
james_wlool, looking15:22
BlackZdiwic: uploaded15:23
barryogra: cool.  i think i'm out of the loop on that one now, though i'm happy also to re-review anything for SpamapS15:23
ograoki15:23
diwicBlackZ, thanks :-)15:23
barrylool: i agree with james_w on that bug.  subscribed now ;)15:24
loolbarry, james_w: I understand that the sqlite db mentions versions that were already imported but notin the bzr branch anymore15:24
=== nhandler_ is now known as nhandler
james_wlool, correct, and I just deleted that row15:27
james_wlool, it's now importing15:27
looljames_w: awesome, thanks15:27
looljames_w: Branch looks good, thanks!!15:29
james_wnp15:29
bilalakhtarjames_w: Just a general question: Are there a large number of people using UDD already?15:29
hallynlool: fwiw i have not yet gotten the link you mentioned.15:29
bilalakhtarI use it, but many AFAIK dislike it calling it a bit bulky to download branches15:29
barryjames_w: rt submitted15:30
james_wbilalakhtar, I can't remember the numbers, but see recent mails to ubuntu-distributed-devel@15:30
james_wbarry, cool, thanks15:30
bilalakhtarthanks james_w for the ML address15:30
loolhallyn: Really?  mail from Date: Mon, 22 Nov 2010 16:47:34 +010015:31
hallynlool: oh, the underthehoodone15:32
hallyngot it.  thx15:32
=== ogra_ac_ is now known as ogra_ac
=== smb` is now known as smb
pitticjwatson: would you mind uploading a d-i in maverick-proposed against 2.6.35-23?15:44
cjwatsonnot at all, give me a minute to fettle branches15:45
pittiskaet: lucid/maverick kernels copied to -updates, FYI15:50
looldoko: alpha 1 is in 10 days, but in https://bugs.launchpad.net/gcc-linaro/+bug/675347/comments/20 you ask for no more compiler upload before alpha 1; however this breaks all builds based on qt including qt itself; what can we do to avoid this?15:50
skaetpitti,  thanks!  :)15:51
looldoko: should we change the default build flags on armel to -fno-strict-volatile-bitfields15:51
dokolool: well, if I can pick the patch from the Linaro repo, or if it's accepted upstream, fine15:51
dokocurrently doesn't have a review15:52
looldoko: Ok; let's wait for an ack then15:52
looldoko: what's the deadline to upload gcc-4.5 with that fix?15:52
dokoI thought alpha1 would be this week, but if I can upload it before the weekend, that should be ok15:53
looldoko: I see eglibc was not updated in natty; the linux-libc-dev fix seems to be in the archive though15:54
looldoko: it's a bit confusing since linux is still in NEW, but the linux-libc-dev changelog includes   * net: rtnetlink.h -- only include linux/netdevice.h when used by the kernel15:54
cjwatsonapw asked me to reject the kernel from NEW because it was broken15:56
dokolool: well, I don't do the NEW processing. and I did want to wait with the eglibc upload for the 2.13 release15:56
loolcjwatson: Yes; the linux-libc-dev changes are already in the archive though15:56
cjwatsonthough I see there's a new upload there15:56
apwcjwatson, yep there is a new kernel on its way through15:56
looldoko: I mean linux is in NEW, but the one in the archive is good enough15:56
cjwatsonapw: is -6.17 healthier then?15:56
apwit would be built already if we hadn't had a random failure on an i386 build15:56
apwyep, muchly so15:57
dokolool: did you test the merge?15:57
looldoko: I've built it on maverick15:57
looldoko: But I didn't build/test it under natty15:57
looland some additional commits made their way into the branch in the mean time15:57
loolfrom Kees and you I believe15:57
dokoI'll try to do it this week, but IMO it's not a priority for me15:57
apwcjwatson, looks like it would be finished building in about half hour15:57
looldoko: Ok; I thought you wanted that before A1, that's why I bring it up as well15:58
cjwatsonapw: ok ...15:58
dokolool: there's too much I want for alpha1 ... \o/16:00
loolI want a pony!16:00
apwlool, you really don't they are soooo expensive to run16:00
lool;)16:00
bdrungdoko: because angelabad requested it. the gain? probably getting it off the m-o-m list16:01
dokobdrung: that's little gain, and blocking the buildds16:03
=== beuno is now known as beuno-lunch
mdeslaurlool: I'm trying to fix a pbuilder FTBFS on natty...the Makefile tests manpages with -E UTF-8, but locales aren't properly installed in buildds16:09
mdeslaurlool: would you rather I disable the man page tests, or try and generate a locale in the rules file (ugh...)16:10
loolmdeslaur: Perhaps test for the availability of the locale, and disable the tests if it's not available?  I could merge that in Debian16:11
mdeslaurlool: ah, I'll try that...thanks16:12
mdeslaurlool: in the Makefile, or in the rules file?16:13
loolmdeslaur: Ideally in Makefile16:13
cjwatsongenerating the locale would really be better16:15
loolmdeslaur: I wonder what local is used16:15
cjwatsonit can be done without root access - you can generate one in a temporary directory16:15
mdeslaurcjwatson: so, using localedef in the rules file and then setting LOCPATCH before the make test?16:15
SpamapSogra_ac: ping, that bug report includes a merge proposal to merge the /debian changes from 2.4.2.1-1 into 2.4.3-0ubuntu116:16
mdeslaurs/LOCPATCH/LOCPATH/16:16
loolbarry: Just wanted to let you know that the subversion failure on armel (KWallet test) is due to bug #67534716:16
ubottuLaunchpad bug 675347 in Linaro GCC "volatile int causes inline assembly build failure" [Medium,In progress] https://launchpad.net/bugs/67534716:16
cjwatsonit's certainly what I'd do (well, I haven't looked at exactly where the localedef should go)16:16
loolso not subversion's fault16:16
mdeslaurcjwatson, lool: ok, I'll generate a locale file in debian/rules16:17
ogra_acSpamapS, yeah, i was tricked by the title it seems16:17
cjwatsonpitti: uploaded16:18
pitticjwatson: cheers16:20
SpamapSogra_ac: you were tricked by barry running off and uploading 2.4.3 without applying the debian dir changes from 2.4.2.1-1 ;) the title is still more or less accurate. ;)16:21
=== deryck is now known as deryck[lunch]
ogra_acSpamapS, so are your changes in the branch ready for upload or do they still need to mature a bit ?16:22
=== al-maisan is now known as almaisan-away
tkamppeterseb128, I reported bug 677575, bug 680483, bug 680521, and bug 68055016:24
ubottuLaunchpad bug 677575 in shotwell (Ubuntu) "To print in shotwell one has to call an extra dialog for setting the page size" [Medium,In progress] https://launchpad.net/bugs/67757516:24
ubottuLaunchpad bug 680483 in f-spot (Ubuntu) "f-spot: Embed page setup dialog functionality in the print dialog" [Medium,Confirmed] https://launchpad.net/bugs/68048316:24
ubottuLaunchpad bug 680521 in gimp (Ubuntu) "GIMP: Embed page setup dialog functionality in the print dialog" [Medium,Confirmed] https://launchpad.net/bugs/68052116:24
ubottuLaunchpad bug 680550 in geeqie (Ubuntu) "Geeqie: Replace the printing dialog by the standard GTK one" [Medium,Confirmed] https://launchpad.net/bugs/68055016:24
SpamapSogra_ac: they've been tested.. very minor stuff16:24
=== almaisan-away is now known as al-maisan
chrisccoulsonSarvatt, ok, i've uploaded the fix for xulrunner-1.9.2 hanging now, hopefully that should work ;)16:42
Sarvattchrisccoulson: thanks! sorry to bug ya in IRC instead of a bug :)16:43
chrisccoulsonthat's ok. i don't often read bug mail, so IRC is much quicker ;)16:43
SpamapScjwatson: ping? wondering if you can answer a plymouth question definitively for me16:44
=== diwic is now known as diwic_afk
SpamapScjwatson: trying to resolve this issue where apache2 has a very small window to ask for a password before the system boots.. does plymouth deactivate/quit terminate an ask-for-password ? Shoudn't it wait for that password to be entered first?16:45
ScottKSpamapS: Isn't any server application asking for a password on boot broken by design?16:47
KeybukScottK: SSL passphrases16:47
ScottKThat's not normally how I deal with that issue on a server.16:48
SpamapSScottK: how do you deal with it?16:52
cjwatsonSpamapS: the quit handler seems to just exit the event loop; I don't know for sure but my guess would be that that does not wait for pending input.  As for what it should do, I'm inclined to agree with you but you should ask #plymouth really16:52
ScottKSSL certs the don't require a passphrase.16:52
SpamapSI actually think "encryption pass phrases" seems to be the only reason for a system level service to ask for user input.16:53
SpamapScjwatson: will do16:53
ScottKPerhaps.16:53
ScottKI just don't see a boot process that involves human intervention being reasonably scalable for server use.16:53
cjwatsonat the same time we shouldn't design to intentionally break that, I think16:55
ScottKTrue.16:57
SpamapSScottK: I happen to think that the encrypted private key is just a mediocre solution to the problem, but probably the best that software only can provide. You either need to trust that your root privileges + other security layers are secure, or you need to put your keys on removable media that can be physically secured.16:57
SpamapSEither way, with the change uploaded to natty yesterday.. now you at least have a chance at entering the pass phrase during boot rather than having to start it manually post-boot..16:59
gesercjwatson: I've tried to add anon login to edit_acl.py: querying the packageset contents works, but not the uploaders. Is that enough for your use case?17:00
pittididrocks: hm, I do have unity installed, but I don't see a session for it any more in /usr/share/xsessions?17:04
pittididrocks: I just created a fresh test user, but that starts GNOME, and I don't see how to select unity as a session in gdm?17:04
ogra_acgnome is the new unity ?17:05
didrockspitti: yeah, it will be the default this week as "Next release will mean unity by default" :)17:05
didrockspitti: wasn't stable enough last week, wanting to wait for a week17:05
didrockspitti: the gnome session will get unity by default (apart from existing natty user as explained because of the settings), I'll add a gnome-classic session in the same upload17:06
pittididrocks: ok, so it's not actually possible to test it right now?17:06
pittididrocks: thanks for confirming; seems it's all well underway :)17:06
didrockspitti: testing unity? you can, in checking it in ccsm17:07
pittiah17:07
didrockshttps://wiki.ubuntu.com/Unity/InstallationGuide17:07
pittiwell, when I said "starts GNOME" I should have said "half of GNOME", all the indicators crashed..17:07
pittibut I guess I should be able to run ccsm17:07
pittididrocks: merci!17:07
cjwatsongeser: I suppose that would be OK; in that case anonymous login will have to be a non-default option17:07
cjwatsongeser: and yes, thinking about it that's probably what I saw17:07
didrockspitti: you're welcome17:08
=== oubiwann is now known as oubiwann-away
* mdeslaur pulls ejection seat lever17:16
mdeslaur@pilot out17:16
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper -> maverick | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs | Current Friendly Patch Pilots:
=== beuno-lunch is now known as beuno
=== deryck[lunch] is now known as deryck
=== al-maisan is now known as almaisan-away
=== dendrobates is now known as dendro-afk
RoAkSoAxkirkland: howdy!! Let me know if you have a lil bit of time to discuss PowerNap17:57
=== dendro-afk is now known as dendrobates
=== cmagina is now known as cmagina-lunch
=== cmagina-lunch is now known as cmagina
=== cmagina is now known as cmagina-meeting
lubosz hi. is there an automatic way to disable as much as unneeded modules possible in the kernel config, to shorten build time?18:33
=== oubiwann-away is now known as oubiwann
=== maxb_ is now known as maxb
=== dendrobates is now known as dendro-afk
luboszis there a possibility to not rebuild everything with make-kpkg every time?18:46
akheronlubosz: try #ubuntu-kernel18:51
akheronlubosz: and if you find out, tell me18:51
luboszakheron: thanks18:51
=== dendro-afk is now known as dendrobates
akheronI once spent a week bisecting a kernel bug because one build took so long18:51
akherons/one/each/18:52
luboszsounds awfull :D18:52
luboszi have a core 2 notebook18:52
luboszand it takes about one hour18:52
luboszto compile the whole thing18:52
akheronyes, for me it was like hour and a half18:52
akheronand I had over 4k commits to bisect18:53
luboszi pulled patches today and had to recompile a lot18:53
luboszi guess the whole kernel18:53
luboszbut i didnt check the time18:53
lubosz4k Oo18:53
luboszso a week sound fast for that :p18:53
luboszdid you run git bisect with a script?18:53
=== makl is now known as ximion
luboszto check good or bad?18:54
akheronno18:54
luboszhm, you had to do that by hand? :D18:54
akheronyes18:54
akheronafter each build was finished, I copied the kernel to another machine and rebooted18:54
akheronI had a boot time issue with an old laptop18:54
akheronbut hey, I found the offending commit and it's fixed now :D18:54
luboszso about 10 times to compile?18:55
akheronno, it was more like 15 or 2018:55
akheronas near the end there was a huge octopus merge of 10 branches or so18:55
luboszand you found the bug at the end ;) ?18:55
akheronyes :)18:55
lubosznice18:56
akheronactually, I'm using the laptop right now that didn't run back then18:56
luboszi hate compiling large things on a laptop18:57
luboszits a huge difference with a quad core with hyperthreading18:57
akheronI didn't compile on a laptop, no way18:57
luboszmy desktop is at home, and i'm at my partents, so i have to hack on my laptop :D18:58
akgranerAnyone know the status of cobbler? https://blueprints.launchpad.net/ubuntu/+spec/server-lucid-cobbler  I've got someone asking me and not sure where to point them to or just tell them it's permanently deferred?19:12
RoAkSoAxakgraner: kirkland is looking into it for natty afaik19:15
akgranerRoAkSoAx, thanks!19:16
RoAkSoAxakgraner: ur welcome :)19:17
om26erhi kenvandine19:21
kenvandinehey om26er19:21
om26erthis is the branch https://code.launchpad.net/~om26er/ubuntu/maverick/gwibber/gwibber-fix-674894/+merge/4089919:21
om26ercan you upload it to -proposed19:22
kenvandineom26er, sure can, i'll sponsor that19:23
om26erkenvandine, congrats core-dev ;)19:24
kenvandinethx19:24
kenvandine:)19:24
fEnIohello19:25
fEnIocould someone tell me why devscripts from Ubuntu doesn't contain debsign script?19:25
cjwatsonfEnIo: it does here19:27
cjwatson$ zgrep debsign ~/ubuntu/dists/natty/Contents-i386.gz19:27
cjwatsonusr/bin/debsign                                             devel/devscripts19:27
fEnIook... that was the most stupid question I've asked today19:27
cjwatson:-19:27
fEnIosorry19:27
cjwatson)19:27
cjwatson(and that was stupid typing to make up for it)19:27
fEnIoI installed devscripts but only in virtual machine, and then checked on host os19:28
fEnIonevermind19:28
fEnIosorry for bothering19:28
om26erwhen i push a change to a branch does the reviewer get the email? or do i have to make a comment?19:31
lifelessthey do not [yet] get a notification that you have pushed more changes to the branch19:32
lifelessassuming you have a merge proposal already existing :)19:32
stgrabercjwatson: Hi, could you move sabayon from the ubuntu-desktop package set to the edubuntu packageset. It's a gnome upstream project but is only shipped by edubuntu and one of the upstream developers is in edubuntu-dev.19:35
=== dapal is now known as dapalm
=== dapalm is now known as dapal
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
ikoniaRiddell: you there ?21:29
=== asac_ is now known as asac
testichrisccoulson, i made you the approver of a blueprint i wrote. (I'm new to this process, not sure if I'm doing things right here)23:18
testimultiseat-admin-graph-ui23:21
quadrisprohi all!23:34

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