[00:12] Spamaps: ...weird. It definitely killed it for me [00:32] NCommander: Did you manage to summon uploading capabilities? I was hoping to harrass the patch pilot into sponsoring bug #601732 :) [00:32] Launchpad bug 601732 in update-inetd (Ubuntu Maverick) "postinst using both update-inetd and debconf hangs on first install" [Undecided,New] https://launchpad.net/bugs/601732 [00:34] ebroder: I'm not a core dev. [00:34] ebroder: MOTU and some Kubuntu [00:35] NCommander: Oh, didn't realize. No worries then [00:35] NCommander: if something needs uploading I'm sure there are people who would help the friendly patch pilot to do that [00:36] Riddell: if I review the patch, would you be willing to upload? [00:36] NCommander: yes [00:45] ebroder: this looks sane (and important) and my netbook is running maverick, so I'll test and review there [00:46] Don't have a lucid system thats currently functional so I can't easily test there [00:46] New dev here, I found a bug and patched it but the original package reported differs from where I found the actual issue and patched it [00:46] does someone have a minute to go over this with me? [00:47] and 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... derp [00:47] abuDawud: sounds like the bug was reported against a previous release (or pre-release version) and you fixed it in a later one [00:48] NCommander, the package it was reported against was Apport, but I found the issue in apport-symptoms. [00:48] kirkland: 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] Launchpad bug 427612 in qemu-kvm (Ubuntu) "kvm sends caps lock key up event twice" [Low,New] https://launchpad.net/bugs/427612 [00:48] abuDawud: sounds like pitti (apport's upstream) split the package in maverick or natty. [00:48] kirkland: will it reviewed by upstream or is there something to do for me? [00:48] 7- [00:49] abuDawud: 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] abuDawud: alternatively, the original subbitter could have filed it against the wrong package (fairly common if it came from a non-dev) [00:49] NCommander, can you go over this with me if you have a minute or is there a wiki article on this? [00:50] there is no package in launchpad for apport-symptoms. [00:50] abuDawud: sure, I'm patch pilot for today, so I can look at it. I don't know if there is a wiki page for this [00:50] NCommander: Feel free to push my stuff to a lower priority [00:50] abuDawud: Launchpad only sees source packages for bug reportting purposes [00:50] I'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 me [00:50] ebroder: your next on deck after I finish with MAME [00:51] I'm waiting for pbuilder to finish building, I haven't used this netbook for dev work before and ports.u.c. is very slow tonight [00:52] abuDawud: it looks like the bug is against the wrong package in this case, if you can link me, I can look to be sure [00:53] NCommander, give me a minute, gonna eat with the family then I'll get a patch up [00:53] thanks for your help thusfar [00:54] abuDawud: I meant the launchpad bug you were workng against ;-) [00:54] but dinner++ === blueyed_ is now known as blueyed [00:57] pbuilder on armel === SLOW [00:57] ugh [00:58] NCommander: you're working on mame? [00:58] regards to main sponsors - you have a lot of work to sponsor [00:58] micahg: yeah, commentted on the bug. [00:58] NCommander: I thought the patch pilots were supposed to be focusing on the core packageset [00:59] micahg: wiki says anything I can choose. I can actually touch universe/multiverse packages (and some kubuntu). [01:00] micahg: 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 it [01:00] NCommander: well, the main backlog is the stuff that MOTU can't upload [01:00] NCommander, heres the bug https://bugs.launchpad.net/ubuntu/+source/apport/+bug/678371 [01:01] micahg: argh [01:01] NCommander: not your issue I guess [01:01] * NCommander had a kernel oops break a filesystem [01:01] ARGH [01:01] [ 4247.950000] EXT4-fs error (device sda1) in ext4_dirty_inode: Journal has aborted [01:01] I can't win today [01:04] NCommander: BTW, I had a build issue with mame in pbuilder for natty, it was trying to use an arch specific gcc [01:04] micahg: I'm on an armel netbook ATM, if it FTBFS's, I'll throw it in a PPA and try there. [01:07] ah [01:07] Architecture: i386 amd64 [01:07] blast [01:07] Oh well, will check it later [01:14] So 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] I ended up just making a diff file but I'm unsure what to do now [01:15] Adri2000: 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 Ubuntu [01:16] wrong 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] ebroder: I managed to confirm the bug [01:16] eek [01:17] abuDawud: 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 comments [01:17] stupid question, how do I request a merge? [01:18] abuDawud: 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:bugno [01:19] that will tell LP that branch is for the bugm and magically connect it to the bug [01:19] awesome, I'll give it a go [01:19] thanks [01:19] abuDawud: NP [01:19] debcommit does bzr ci --fixes magic with the changelog entry as the commit message [01:20] ^- abuDawud [01:20] * NCommander may be a luddite with some of the tools we use due to old habits [01:20] so the recommendation is package it myself then upload it? [01:21] I'm not familiar with debcommit, but I'm about to read the man page so expert incoming [01:21] abuDawud: grab the branch, download it, edit it, push it, request a merge, and then poke the sponsors queue or patchpilot [01:21] abuDawud: debcommit is fairly straightforward [01:22] Riddell: you still around? [01:22] NCommander: yo [01:22] abuDawud: there's a good guide somewhere on the wiki on the specifics of VCS packaging [01:22] abuDawud: here the beginning of the docs on Ubuntu bzr dev stuff (UDD) https://wiki.ubuntu.com/DistributedDevelopment/Documentation [01:23] ah [01:23] :-) [01:23] * NCommander is saved from using the wiki's search [01:23] micahg, thanks. I'll give it a go [01:23] Riddell: I think I have a patch I'm ready for you to look at, ebroder's patch for maverick looks sane [01:24] ebroder: silly questionm, why did all the po files get regenerated? [01:25] NCommander: Hmm. Good question [01:25] ebroder: the po's looks like they got regenerated inproperly [01:26] ebroder: can you respin your branch without them there, since I'm seeing blank Language fields which seems to be wrong. [01:26] Riddell: disregard, currently not recommending merger [01:26] * NCommander comments on the bug [01:26] NCommander: I don't see those changes in my branch. I wonder if it's just something that happens when you debuild -S [01:26] Anyone, since the version number is already at 0.9 what should I move it up to? [01:27] ebroder: hrm [01:27] ebroder: modified: debian/po/cs.po [01:27] abuDawud: is this for Natty? [01:27] abuDawud: 0.10 [01:27] (if its for natty, if its a backport/SRU, it changes) [01:28] ebroder: er, indeed. modified: debian/po/cs.po [01:28] I was doing just the Natty side right now [01:28] working off the current bazaar branch [01:28] ebroder: *coughs* [01:28] disregard the noise [01:28] NCommander: Looking [01:28] abuDawud: dch -i usually does the right thing for new version [01:28] it put in 0ubuntu1 at that end [01:29] abuDawud: ah, hmm... [01:29] and marked it as Maverick [01:29] argh [01:29] Riddell: 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] abuDawud: you can set the series with -D [01:29] abuDawud: just change it by hand, although its recommended if your doing Ubuntu dev work, you be on the latest version. [01:30] or what micahg said [01:30] :-) [01:30] coolbeans, I'll set to 0.10 and natty [01:30] thanks gents [01:31] ebroder: Thank you for your contribution to Ubuntu. [01:31] NCommander: Haha, thank you for piloting :) [01:32] * micahg will file a bug about Ubuntu native package versioning being incorrect [01:34] bug 680334 in case anyone wants to subscribe [01:34] Launchpad bug 680334 in devscripts (Ubuntu) "dch -i should just DTRT with native packages" [Undecided,New] https://launchpad.net/bugs/680334 [01:35] I 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 up [01:35] abuDawud: from every failure comes a lesson learned [01:35] can either micahg or NCommander walk me through how to do this without destroying everything? [01:35] (or something like that) [01:36] abuDawud: 1. Don't Panic [01:36] abuDawud: pbuilder is your friend (or pbuilder-dist) [01:36] which you can use to test build packages [01:37] NCommander, in the process of moving pbuilder to natty [01:38] Riddell: ping? [01:39] NCommander: hi [01:39] I'm looking at it [01:40] Riddell: thanks, just wanted to make sure the earlier ping didn't drop into the void [01:40] NCommander: uploading [01:40] ebroder: ^ [01:46] Riddell: Thanks :) [01:46] Riddell: 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:47] ebroder: or do you have an amd64 install? [01:47] NCommander: Yeah, I can test [01:48] ebroder: thanks, if you can test, Riddell can sponsor :-) [01:48] NCommander, I think I broke it [01:48] abuDawud: well, what's your patch? (stuff it in a pastebin or on paste.ubuntu.com) === Amaranth_ is now known as Amaranth [01:49] NCommander, I tried to upload it to a personal branch and.... it gave some upsetting info [01:49] see: http://pastebin.com/XMZkUKbc [01:50] ah I see, bzr status shows uncommitted changes, hrm [01:51] abuDawud: got your SSH keys in LP properly and told bzr of your launchpad-login? [01:51] yep [01:53] is there a good place to ask about python-apt? [01:53] did you do bzr unbind to make the branch local and stop trying to commit to the trunk? [01:54] NCommander: I can reproduce the kexec bug. Doing a rebuild now [01:54] mwhudson: just ask [01:54] ebroder: on natty or maverick? [01:54] NCommander: maverick [01:54] Do you want a natty repro? [01:54] is there a way to get the version of a apt.debfile.DebPackage ? [01:54] (I've got one of those lying around, too) [01:54] ebroder: that would be nice [01:54] mwhudson: no idea :-/, you might want to poke mvo, or ask in one of the Debian channels [01:55] mwhudson: (or someone else here might nice, pitti possibly) [01:55] might KNOW [01:55] ARGH [01:55] :-) [01:55] ok thanks [01:55] NCommander, I was able to commit my changes and tried pushing to the same location and it said it pushed up to Revision 10 [01:56] buha! Worked. [01:56] * ebroder thinks this quid pro quo thing could be a real win [01:56] https://code.launchpad.net/~abudawud0/apport/apport-symptoms [01:58] ebroder: ? [01:58] NCommander: I just think you're doing a good job of getting other people involved [01:59] ebroder: that's the idea of the patch pilot [02:00] NCommander: I need to sleep, anything you need me for? [02:02] mwhudson: 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] Riddell: looks like a double no-changes rebuild? Up for the task, or do I need another victi^H core dev? [02:02] NCommander: can do if it needs doing now [02:03] ajmitch: is python-apt the sort of wrapper where things get added as needed? [02:04] NCommander: no-change rebuild is good on maverik [02:04] it's the sort of wrapper that seems to have multiple confusing layers [02:04] *maverick [02:04] Same for natty [02:04] Riddell: just got confirmation [02:04] Riddell: https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/642071 [02:04] mwhudson: I've only used it a bit, I just found _sections['Version'] by a bit of trial & error [02:05] ajmitch: that works for now, i guess, and i'll bug mvo tomorrow [02:05] ajmitch: thanks :-) [02:07] * ajmitch was hoping for something that would return a Version object (iirc) [02:08] mwhudson: what are you looking for ? [02:08] Riddell: thanks for the sponsorships [02:08] NCommander, ebroder: so upload kexec-tools to maverick-proposed and natty? [02:08] mwhudson: 'debian' might be a better module to work with. [02:09] Riddell: bingo [02:09] Riddell: Yes [02:09] NCommander, I am proposing the merge, who should I set as the 'reviewer'? [02:09] lifeless: i'm writing something that creates debian packages on the fly (a bit like pbuilder does for build deps); am trying to test it [02:09] abuDawud: ubuntu-reviewers or ubuntu-sponsors I *think* [02:09] abuDawud: If you're merging to lp:ubuntu/whatever, you can leave the reviewer blank [02:10] k [02:10] (It'll get automatically set to...something reasonable; no clue what, though) [02:11] i 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 guess [02:12] lifeless: is 'debian' documented somewhere? "python-debian documentation" is fairly google proof :-) [02:12] Ergh... It won't let me propose a merge to apport-symptoms, should it be merged to apport? [02:13] mwhudson: pydoc ? [02:13] yeah, that actually works ok [02:13] abuDawud: I'm not sure [02:13] abuDawud: I think you want to merge to lp:~ubuntu-dev/apport/apport-symptoms [02:14] let me give that a try [02:14] ebroder: I think that's sane [02:14] wow [02:14] NCommander: It's the Vcs-Bzr field for the package [02:14] it just started snowing heavily outside :-/ [02:14] ebroder: do you have a lucid box by any chance? :-) [02:14] NCommander: Wow, really? Where are you based? [02:15] NCommander: I have Lucid chroots [02:15] ebroder: about 20 miles north of Portland, OR [02:15] ebroder: https://bugs.launchpad.net/ubuntu/+source/cernlib/+bug/601732 - can you test and confirm on lucid? I already poked maverick [02:15] neat :) I think I am to the actual pilot part, https://code.launchpad.net/~abudawud0/apport/apport-symptoms/+merge/41542 [02:16] * NCommander looks [02:16] abuDawud: your diff looks ... insane [02:17] NCommander: I tested it on Lucid before I submitted the MP [02:17] ebroder: MP? [02:17] abuDawud: your branch is badly broken, and has conflicts [02:17] merge proposal. I'm trying to get the abbreviation to catch on, but it doesn't seem to be working yet :) [02:18] abuDawud, I honestly have no idea what I am doing, all I know is I believe I patched the issue [02:18] ebroder: doesn't everyone call them MPs anyway? :) [02:18] I have a pdebuild of it, is that what should have been uploaded? [02:20] wow what the hell happened to my diff lol [02:20] abuDawud: no, you need a clean branch. The diff is very very messy. I don't know what you did ... [02:20] NCommander: no common branch ancestor [02:21] ajmitch: ah, can you help abuDawud fix it? [02:21] * NCommander marked it resubmit on LP for the merge proposal [02:21] due to lp:ubuntu/apport-symptoms being a different branch from lp:~ubuntu-dev/apport/apport-symptoms [02:22] ajmitch, any guidance on how to correct it, is it just because I messed up the upload to my personal branch? [02:22] ah [02:22] I see what happened [02:23] abuDawud: 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] abuDawud: 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 propsal [02:23] ajmitch: thanks :-) [02:24] NCommander: sorry I can't help more right now, having to do some javascript hackery :) [02:24] NCommander, I'll give it a run, thanks guys [02:24] ajmitch: eek :-P [02:25] NCommander: jquery helps, but it's never fun :) [02:30] * NCommander is properly caffinated now [02:38] NCommander, okay, now its not a bajillion pages long [02:38] https://code.launchpad.net/~abudawud0/apport/apport-symptoms/+merge/41543 [02:38] shit and I already see an error [02:39] 'head the test tones'? [02:39] heh, before that [02:39] press close this window [02:40] *sigh* [02:40] yeah, that was also a bit confusing [02:41] at least pushing a new commit isn't too hard, I think the diff updates [02:41] well, at least I am getting some practice lol [02:42] well its pushed, I don't see it updating though, maybe it takes a sec [02:43] back [02:43] laptop decided it wanted to lock up [02:43] * NCommander <3s irssi+screen+ssh [02:44] abuDawud: 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 commit [02:45] ajmitch, yea I resubmitted over it [02:45] its up [02:45] https://code.launchpad.net/~abudawud0/apport/apport-symptoms/+merge/41544 [02:45] the diff on merge proposals will be updated on a push of a new revision btw [02:45] but it can take a couple of minutes [02:46] abuDawud: 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 sane === virtuald is now known as leagris [02:46] abuDawud: but I'll leave it for pitti to decide if this is the correct approach or not [02:47] NCommander, 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 window [02:47] abuDawud: as I said, I'll leave for pitti to decide, he's basically apport's upstream === leagris is now known as virtuald [02:48] NCommander, k, thanks for all the help anyway. Back to my bug reporting land where I feel at least a bit comfortable [02:49] abuDawud: marked Approved by me, but pitti will be the final judge [02:49] Thank you for your contribution to Ubuntu === asac_ is now known as asac [03:24] any core devs abount? [03:24] * NCommander pokes asac [03:25] NCommander: if he's home, he's in UTC+1 [03:25] micahg: I know, but I was gambling on him not having a life and being around [03:26] * micahg thinks people w/out a life are definitely sleeping at 4AM [03:26] heh [03:26] ajmitch: your not a core dev, are you? [03:26] * NCommander has lost track on who is who [03:26] NCommander: I am, what do you need? [03:27] ajmitch: review and sponsor please: https://bugs.launchpad.net/ubuntu/+source/cheetah/+bug/663343 [03:29] slightly confusing with the branch statuses & the comments [03:29] 217k line diff is pretty special :) [03:31] 217k lines deleted in 7 files? [03:31] That's the best kind of diff! [03:31] yeah, one file was test.strace [03:31] so you can imagine how big that was [03:32] that was uploaded by someone? [03:32] >.<; [03:32] not sure, I'm still trying to untangle the branches & what's been uploaded [03:32] that shouldn't be in the merge proposal :-/ [03:32] micahg: there are times where that is valid (massive diffs), but very rare [03:33] this bug is a bit confusing with a couple of separate branches & differing statuses [03:34] * micahg won't complain so much since it was uploaded over a year ago [03:34] a year? [03:34] ajmitch: http://bazaar.launchpad.net/~clint-fewbar/ubuntu/natty/cheetah/natty-merge-with-debian/revision/11 [03:35] I hadn't checked, I'd assumed that that file was added in the most recent upload this week [03:35] what a waste of space :) [03:35] ajmitch: so did I which should warrant a new merge proposal [03:35] *should have [03:36] but it wasn't [03:36] orig.tar.gz is 186K, diff.gz was 1.4MB :) [03:36] right [03:44] ajmitch: ugh, I hate when that happens [03:44] ajmitch: I think I sent you looking at a bad bug [03:44] * NCommander fails [03:45] NCommander: still valid, the first branch had been uploaded, the 2nd was a valid branch for review [03:46] thanks ajmitch === SolidLiq is now known as solid_liq [03:58] I'm calling it a day [03:58] @pilot off [03:58] (pilot (in|out)) -- Set yourself an in or out of patch pilot. [03:59] ... [03:59] oh [03:59] @pilot out === 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: [04:01] NCommander: ok, thanks for your efforts :) [04:02] * NCommander decides if he wants to head home yet [04:03] * ajmitch should decide if he should put his name down for the patch pilot programme [04:03] ajmitch: Dooooo it :) [04:04] ebroder: requires time & dedication on a particular day [04:04] ajmitch: It's true. I'm kind of tempted to do it some time, given how much success NCommander had harrassing core-devs [04:05] I'll be sure to hide next time then :P [04:05] ajmitch: talk to jono. Right now, all ubuntu devs from Canonical are on the list, but I'm pretty sure we can get more on there [04:05] * micahg suggests a cloak that says ImNotACoreDev [04:05] NCommander: There's some space at the end of months for community members to fill in. Also weekends [04:06] micahg: heh ;-) [04:06] NCommander: it certainly looks open to getting more people involved [04:07] * micahg wonders if the main sponsors queue will be affected by this programme [04:07] micahg: isn't that sort of the point? [04:07] ajmitch: not from what I can tell [04:08] It was definitely a big motivator for the UDS discussion [04:08] the patch pilot discussion came out of trying to get sponsoring to work well, from what I know [04:08] ajmitch: Right, and core is where sponsoring isn't working well already [04:09] right, because we're all lazy [04:09] or at least I am :) [04:11] I think NCommander did a great job as pilot though [04:12] micahg: I pointed core developers to bugs and got three knocked out [04:12] I think its a success [04:12] it'll depend on who's around to poke, though [04:16] * ajmitch must run [07:47] RAOF: 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:53] Good morning [07:53] cjwatson: d-i> sure, thanks [07:54] Sarvatt, bdrung: just wanted to rebuild those two (128 and mach), since these haven't changed in a while, and they carried big changelogs [07:54] I uploaded no-change uploads for packages where the chance is very high that they won't get another "regular" upload in natty [07:55] NCommander: apport package structure hasn't changed in ages; apport-symptoms has always been a separate package, FYI [07:56] good morning! [07:58] pitti: didn't know [07:58] good morning === almaisan-away is now known as al-maisan [08:26] apw: the WI tracker is yelling at me now [08:26] File "/home/platform/work-items-tracker/report_tools.py", line 160, in workitems_over_time [08:26] ') GROUP BY status, date' % ms_sql, (team,)) [08:26] sqlite3.OperationalError: no such column: status [08:26] * pitti RTFS [08:27] pitti, huh, that has to be my fault [08:27] but i'd swear i'd run the full tests [08:28] and I don't see a fundamental change there, too [08:28] bibble [08:28] oh, hang on [08:28] there's a subselect now [08:28] apw: ah [08:29] it stumbles over the outer GROUP BY status in report_tools.py:160 [08:29] apw: not sure what the column header is called with that, "w.status"? [08:29] * pitti tries a "w.status as status" in the inner select [08:29] well when i tested it in sqlite it was status ... hrm [08:30] i even have that exact piece of sql in my sqlite history [08:30] select 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:31] which runs and produces output !?! [08:31] pitti, just be aware there are 4 the same in that function [08:31] *nod* [08:32] platform@lillypilly:~/work-items-tracker$ ./burndown-chart -d ../work-items-db/natty.db -t canonical-desktop-team -o /tmp/x.svg [08:32] ok, that reproduces it nicely and quickly [08:32] apw@dm$ ./burndown-chart -d current.db -t canonical-desktop-team -o /tmp/x.svgapw@dm$ [08:32] hrm, no error for me [08:33] apw: lillypilly is on hardy -- different python/sqlite? [08:33] poop === smb` is now known as smb [08:33] it must be something like that [08:33] as that command here produced a nice little graph :( [08:34] well at least i know why my testing is a fail [08:36] pitti, feel free to just revert that commit and i can go work out how to do it with hardy [08:36] I'll try to bang on this for a while [08:36] "w.status AS status" doesn't seem to work unfortunately [08:37] pitti, crap, well as i say i am happy to take it offline and sort it out [08:38] oh, hang on -- just forgot a trailing space [08:38] ah, that does it [08:38] pitti, where ? [08:39] after the ( ? [08:39] apw: pushed [08:39] apw: no, I forgot it when I added "AS status" [08:39] ahhh [08:39] so it ended up being "w.status AS statusFROM [08:40] pitti, wel thank you for fixing that one [08:40] thanks for fixing the original bug [08:40] * apw adds 'test on people' to his list [09:02] mvo, 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 message [09:03] mvo, the log (main.log) is here http://pastebin.ubuntu.com/535478/ [09:08] zyga: sure, could you mail me the "apt.log" file as well? it can not resolve some dependencies, that file contains the details [09:10] mvo, may I pastebin, thunderbird fails to display on this device [09:11] mvo, apt.log http://pastebin.ubuntu.com/535479/ [09:11] mvo, I removed all my PPAs and removed/purged all the packages that were "obsolete/local" in aptitude [09:11] mvo, trying again [09:14] mvo, that worked [09:15] zyga: cool, looking at the log it seems like libdrm-poulsbo1 might be the trouble maker [09:16] and xserver-xorg-video-psb - out of curisoity, what repo has/had that? [09:16] the "gma500" ppa? [09:16] mvo, yes [09:16] mvo, special handling needed? [09:17] mvo, unfortunately without that ppa my hardware is useless [09:21] zyga: yeah, I think there should be a quirk handler for this in the release upgrader if its a common ppa [09:23] mvo, do you have any code for quirks like that already? [09:26] zyga: not for the exact problem, but for similar ones in DistUpgrade/DistUpgradeQuirks.py [09:27] looking [09:28] Hello === azul_ is now known as jodh [09:47] mvo, wow, you even have arm quirks! [09:51] zyga: yes :) [09:51] zyga: nothing that I can test it against, but there are some /proc/cpuinfo fixtures in tests/ for this [09:51] (nothing real) [09:52] mvo, yeah I wac curious if it's possible to test the quirk resolver alone against a set of fixtures [09:52] mvo, othewise developing this is a lot harder [09:54] zyga: 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 etc [09:54] zyga: most importantly var/lib/dpkg/status [09:55] * ogra puts on helmet and overall [09:56] ogra: what for? [09:56] * dholbach cheers for ogra [09:57] mvo, I see, ... still I have no idea how I'd use that to test the quirks code, sorry :-( [09:58] ogra: fffffllllllyyyyyy [09:59] zyga: 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] @pilot on [09:59] (pilot (in|out)) -- Set yourself an in or out of patch pilot. [09:59] @pilot on ogra [09:59] (pilot (in|out)) -- Set yourself an in or out of patch pilot. [09:59] @pilot in === 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 [10:00] adies 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 fli [10:00] ght with ubuntu airlines now [10:00] haha [10:00] * dholbach hugs ogra [10:00] ;) [10:00] haha - you fly too often ;) [10:00] * micahg hopes the pilot takes a walk through the "main" cabin later :) [10:00] i surely do ;) [10:04] mvo, can I do that while upgrading to maverick now? where's the file [10:04] zyga: sure, its in /var/log/dist-upgrade/ [10:05] mvo, got it [10:05] mvo, filing bug now [10:06] <\sh> mvo: 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:10] \sh: yes, http://bazaar.launchpad.net/~ubuntu-core-dev/apt/ubuntu/revision/1835 [10:10] zyga: thanks! [10:13] mvo, thank you https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/680422 [10:14] <\sh> mvo: thx [10:17] didrocks, 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 one [10:17] Launchpad bug 667802 in utouch-grail (Ubuntu) "Tap is sometimes not registered on touchscreens" [High,Triaged] https://launchpad.net/bugs/667802 [10:17] zyga: thanks [10:18] ogra: it's the same for both [10:18] ogra: the last one was a bugfix release [10:18] the comments indicate differently [10:18] ogra: yeah, but I talked with them and the .1 was basically all the commits [10:18] https://bugs.launchpad.net/ubuntu/+source/utouch-grail/+bug/667802/comments/28 [10:18] ogra: they just thought that for an sru they don't have the right to make a new . version [10:19] ah [10:19] thanks, I read it :) [10:19] I remember very well [10:19] Yes, utouch-grail/packaging contains the change in source, whereas [10:19] utouch-grail/packaging.maverick contains the change as a patch [10:19] then i misunderstood, i just wondered how to sponsore a natty upload that way [10:20] same changes, better to keep the same version ^ [10:20] since the natty branch already has a maverick changelog entry [10:20] and a tag [10:22] ogra: hum, I didn't push to the maverick branch, not sure why it diverged [10:22] no, you commited to the natty branch [10:22] https://code.launchpad.net/~utouch-team/utouch-grail/packaging has as last commit the changelog and tag for maverick [10:23] i would have sponsored it for natty but dont know how now [10:23] at least without messing up the changelog and tags [10:27] ogra: as it should be the same, just wait for -proposed to be accepted (if not already) and copy to natty [10:27] ogra: when we are in sync, no need for double uploads… [10:27] k [10:29] pitti, (or another archive admin) bug 667802 see above, can you copy it over from maverick to natty please ? [10:29] Launchpad bug 667802 in utouch-grail (Ubuntu) "Tap is sometimes not registered on touchscreens" [High,Triaged] https://launchpad.net/bugs/667802 [10:29] ogra: can we please do proper natty uploads at this point, so that they build against the current toolchain and pkgbinarymangler? [10:30] oh, right, i forgot the toolchain :P [10:33] didrocks, so it seems that wont work [10:33] ogra: yeah, just make a dummy .real maybe [10:35] well, i cant even upload to any of the utouch branches, just piloting here [10:35] * ogra leaves a comment on the bug [11:01] hi all [11:04] mvo: someone told me a German joke the other day [11:04] Two bratwurst in a frying pan; first one says "Boy, i'm really hot". The second goes "Argh! A talking bratwurst!" [11:05] *chuckle* [11:06] time to reboot into maverick [11:06] brb [11:06] Keybuk, heh, a real insight into their jokes :) [11:10] Keybuk: heh :) I can only link to monty python http://www.youtube.com/watch?v=LhmnOpoGAPw [11:11] mvo: you realise that Monty Python is hilarious, right? :p [11:11] I do [11:12] (context: ev is still trying to persuade me that The Onion is funny) [11:12] it is! [11:16] I have no idea aobut the onion, but monty python rules :) [11:18] Keybuk: the iwheel from onion was funny you can't deny it... [11:18] mvo: http://www.theonion.com/video/obama-replaces-costly-highspeed-rail-plan-with-hig,18473/ [11:24] ev: haha - that is great [11:24] that settles it then [11:24] American humor wins [11:24] * mvo is away for a couple of minutes to have lunch [11:25] well, monty python and terry pratchett vs the onion ? isn't that 2:1 ? [11:26] I'd show you the daily show, but the videos are locked to the US [11:27] * persia mumbles about proxy servers [11:27] ev: you can watch the daily show from Germany [11:27] at least the last three weeks [11:28] oh, there you go then :) [11:31] lunch first :) === MacSlow is now known as MacSlow|lunch [11:37] the archives work too.. like this one http://www.thedailyshow.com/watch/tue-april-21-2009/the-stockholm-syndrome-pt--1 [11:37] and pt. 2 [11:37] tjaalton: only in the US :( [11:37] ev: I'm from Finland ;) [11:38] weird, it doesn't work in the UK [11:38] hmm, sound only? [11:38] I guess Comedy Central hates us [11:38] "Sorry, videos are not currently available in your country" [11:39] I suspect it's because they have a deal with Channel 4 [11:39] oh [11:40] right, individual clips still work (like the above), but full episodes only go back three weeks [11:48] ogra: can you have a look at http://launchpadlibrarian.net/59440471/2.4.10.1-2_to_2.4.10.1-2ubuntu1.patch ? [11:49] BlackZ, are you sure graphviz is still in the way ? [11:52] ogra: what do you mean exactly? (sorry, going to lunch now, will reply later) [11:52] ok, go to lunch, i'm here for a few more hours indeed :) === al-maisan is now known as almaisan-away [12:05] ogra: ok, I've upload utouch myself then, no need to make it harder than it should be :) [12:06] tjaalton: don't do this to me (and my productivity ;) [12:06] didrocks, great, thanks for being a co-pilot :) [12:06] ogra: so, what do you mean exactly? [12:06] mvo: :P [12:06] :) [12:06] 10 weeks of payed vacation, eh? thats just like france! [12:06] mvo: careful, or I'll post links to finnish humor :) [12:06] mvo: !!! [12:07] lol [12:07] though youtube has some with english subtitles.. [12:08] BlackZ, a) you should close the bug in your changelog with the merge, b) are you sure the graphviz change you carry over is still needed [12:09] assuming that patch belongs to bug 657324 [12:09] Launchpad bug 657324 in libgphoto2 (Ubuntu) "Please merge libgphoto2 2.4.10-2 (main) from Debian experimental (main)" [Undecided,Confirmed] https://launchpad.net/bugs/657324 [12:09] ogra: a) the bug will be closed: "Merge from Debian experimental, remaining changes (LP: #657324):" b) checking that :) [12:09] ogra: yes, it does [12:09] oops, i missed the LP in the first line, sorry [12:11] BlackZ, 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 you [12:12] ogra: 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:17] BlackZ, uploaded [12:17] ogra: thanks! :) [12:17] BlackZ, thanks for being a co-pilot ! [12:21] stgraber, 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] Launchpad bug 457702 in ltsp (Ubuntu) "nbd+squashfs errors when rebooting ltsp thin clients" [Undecided,Confirmed] https://launchpad.net/bugs/457702 [12:22] seb128, hi [12:23] cjwatson, given that dpkg was uploaded without optimizations, should we probably revert the debootstrap hack ? [12:23] cjwatson, talking about bug 674146 and lool's upload [12:23] Launchpad bug 674146 in gcc-4.5 (Ubuntu Natty) "dpkg segfaults during debootstrap on natty armel" [High,Confirmed] https://launchpad.net/bugs/674146 [12:24] * ogra thinks one fix is enough [12:24] s/fix/workaround/ [12:26] ogra: I'd be fine with that [12:26] I should deal with the Debian side of the bug at some point mind you [12:26] * cjwatson is deep inside grub2 atm [12:27] i didnt want to be pushy it just seems useless to work around the issue in two places [12:27] * ogra is fine to work on the debsootstrap reversion [12:32] I'm looking for sponsorship, bug 626379 [12:32] Launchpad 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/626379 === BlackZ_ is now known as BlackZ [12:44] kenvandine: welcome in the core-dev team [12:44] Uh, it will be a few more minutes :) [12:44] ken became core-dev? wow! [12:44] will become. [12:45] but approved nevertheless :D [12:48] tkamppeter, hey === MacSlow|lunch is now known as MacSlow [12:53] ari-tczew, heh, i didnt watch IRC while i uploaded the fix ... [12:54] thanks for the pointer though, its already up [12:54] ogra: did you upload this one to lucid-proposed? [12:55] persia, thanks for the add [12:57] ari-tczew, yep === yofel_ is now known as yofel [12:59] ogra: could you comment this on bug? thanks for sponsorship, but I'm not a witch [12:59] ?? i commented [12:59] hmmm [13:00] https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/626379/comments/15 [13:00] :) [13:00] ogra: ah, 7 minutes ago ... [13:00] yeah, i took the time to review it before uploading :) [13:01] nice [13:01] feel frr to ping me directly while i'm patch pilot, i didnt look at IRC after my conversation with colin above [13:01] *free [13:01] only noticed your pint after the upload [13:01] *ping [13:01] ogra: what is patch pilot? [13:01] someone to help with patches and sponsoring [13:02] we have one every day now, you can see who it is in the topic [13:02] ari-tczew: https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews#Patch%20Pilots [13:04] ogra: so Canonical employees are patch pilots? [13:04] there'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] bdrung: why do you want to sync gcc-snapshot? what do you gain? [13:04] ari-tczew, https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews there is a scedule [13:05] *schedule [13:05] doesnt need canonical amployees, anyone acn apply indeed [13:05] aha got it [13:08] Well, other folk who happen to do this for their day job can also be so instructed, but they are less common :) [13:08] ogra: don't forget to use -v [13:08] ogra: when you build merges from debian [13:08] seb128, argh [13:08] did i ? [13:08] ogra: libgphoto yes [13:09] ouch, sorry [13:10] no worry [13:10] ogra: I see waiting bug 663343 :) [13:10] Launchpad bug 663343 in cheetah (Ubuntu) "Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/663343 [13:11] will take care for it after the arm meeting [13:11] nice [13:11] thanks for the pointer and for being a co-pilot :) [13:11] ogra: love it :D [13:13] seb128, it is about the photo printing Blueprint. [13:13] seb128, in the work items is mentioned for you to check why paper size widget is disabled by default. [13:14] I will [13:16] seb128, 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] Gnome bug 551409 in printing "Print dialog should include page size and orientation" [Enhancement,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=551409 [13:17] tkamppeter, ok, can you open bugs on softwares that need to be updated and update the spec with the bug numbers? [13:18] @pilot in === 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 [13:18] * dholbach hugs ogra and mdeslaur [13:18] hey mdeslaur ! [13:18] * mdeslaur hugs dholbach [13:18] seb128, 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] Gnome bug 614451 in general "Embed page setup dialog in the print dialog" [Enhancement,Resolved: fixed] http://bugzilla.gnome.org/show_bug.cgi?id=614451 [13:18] hi ogra :) [13:19] * ogra offers mdeslaur a seat in the cockpit [13:19] seb128, I will report appropriate bugs. [13:19] tkamppeter, thanks [13:22] -ETOOMUCHWIKIDOC [13:23] mdeslaur, https://bugs.launchpad.net/~ubuntu-sponsors/+subscribedbugs is a good start [13:23] ogra: ah! the exact information I was looking for :) [13:24] ogra: thanks :) [13:24] http://qa.ubuntu.com/reports/sponsoring/index.html [13:24] why not using that? [13:24] or that [13:25] ogra: so I don't start working on the same stuff as you...are you going down that list, or up? === MacSlow is now known as MacSlow|afk [13:26] seb128's list is better, it includes merge proposals too [13:27] dholbach: cool [13:27] mdeslaur, random :) [13:27] ogra: ok [13:27] dholbach, the buglist has them too [13:28] ogra: only if there's merges that have sponsoring bugs attached to them :) [13:28] mdeslaur, i'm in a meeting atm, after that i'll look at bug 663343 [13:28] Launchpad bug 663343 in cheetah (Ubuntu) "Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/663343 [13:29] ogra: no it doesn't [13:29] ogra: the launchpad list only has bugs [13:30] seb128, well, libgphoto2 was a merge request (with ready made patch) [13:30] ogra: which had a bug as well? [13:30] yes [13:30] well quite some people don't use bugs [13:31] there are enough bugs for merges still [13:31] see the sponsoring page for some example [13:31] lool: i just did 'bzr co lp:ubuntu/natty/qemu-kvm', and ended up with the maverick tree ? [13:31] ogra: 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:32] ogra: or do you want to ignore people who don't file bugs for some reason? [13:32] seb128, well, the title is "patch" pilot [13:32] so i'm looking for patches [13:32] which usually go with bugs [13:32] well a merge request is a diff which is a patch is some way [13:32] sure [13:32] we are moving away from adding manual diffs to bugs [13:33] * ogra really doesnt think it matters how the lists are getting empty [13:33] as long as they do get empty [13:33] right, we are just telling that your list is not reflecting the really of things needed review [13:33] if you drive your list to 0 you still ignore contributors, those who don't open bugs [13:33] well, patches are patches [13:34] if the list is 0 i will move on to another list [13:34] ok, your call [13:34] if you have enough to keep busy on the list you use go for it [13:34] right [13:35] the comment was just to point that things are waiting out of this list [13:35] http://qa.ubuntu.com/reports/sponsoring/index.html reflects both [13:35] yeah [13:35] got that [13:35] you might find things easy to sponsor there that interest you and are not on the other listing [13:35] so it might be worth watching it [13:35] now you do what you want from it ;-) [13:36] thanks :) [13:36] hallyn: the importer didn't import the newer revisions yet as it seems [13:36] seb128, 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] hallyn: james_w is on leave this week, let's check whether barry can hepl [13:36] barry: hey! [13:36] There'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] barry: Would you have some time to help us with a qemu-kvm package-import issue?> [13:36] persia, ok, said different "increasing number of request come without bugs" [13:36] which is just what I noticed [13:37] seb128, I firmly agree with that. Positive statements :) [13:37] barry: 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 uploaded [13:37] which suggest that a class of users is moving away from filing bugs [13:37] there was nothing else suggested in my comment ;-) [13:40] lool: so what is 'the importer'? isn't this just a bzr tree to be pushed? [13:42] * hallyn googles while waiting for vpn === seiflotfy_ is now known as seiflotfy [13:43] not everyone uses branches, so there's a process that looks at uploads and constructs bzr trees for them if it doesn't already find them [13:44] uploads as in 'dput' ? [13:44] (if so, then i see - interesting. given my last hard FAIL, i wonder if it's safer if i do that :) [13:45] yes [13:46] (as in dput, dupload, whatever) [13:48] hallyn: http://package-import.ubuntu.com/status/ [13:48] hallyn: and see also the UnderTheHood link I sent in my email [13:50] lool: thanks [13:53] quadrispro: congratulations to your core-dev badge! [13:59] thanks for all the support pitti ! [14:00] Congrats quadrispro ! [14:01] cyphermox: that changelog of yours for evolution is *very* impressive === almaisan-away is now known as al-maisan [14:03] sladen, there's a lot in it, yes [14:04] and still ftbfs on i386 for some reason now, despite lots of build testing and functionality testing >.< === MacSlow|afk is now known as MacSlow === dendro-afk is now known as dendrobates [14:19] is it me or are we getting a much higher percentage of random 'failed to build's with no logs in PPAs ... all of a sudden [14:21] 'Friendly Patch Pilots' is it on? [14:22] BlackZ, about bug #680386, the reason it is two patches, is because there was two patches in F14 [14:22] Launchpad bug 680386 in tvtime (Ubuntu) "Please apply alsamixer support patch (present in Fedora 14)" [Wishlist,Incomplete] https://launchpad.net/bugs/680386 [14:23] bug 652944 [14:23] Launchpad 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/652944 [14:23] BlackZ, could you explain why it is important to have it as one patch only? [14:23] diwic: so any reason to not merge them? they exist for the same purpose, don't they? [14:24] i 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/41597 [14:24] BlackZ, the reason is mainly to keep things identical to F14. If that counts as a reason, I don't know [14:25] om26er, subscribe ubuntu-sponsors or ask review from the team for it [14:25] om26er, if the day patch pilots don't review it someone in desktop land will [14:26] seb128, ok subscribed ubuntu-sponsors .thanks [14:26] diwic: 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 purpose [14:27] om26er, thank you for working on that ;-) [14:30] BlackZ, 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:32] diwic: you could add where you take the patch or the upstream commit, then it looks fine to me apart for that :) [14:32] BlackZ, are you looking for an URL? [14:33] diwic: an url where you took the patch from would be ok [14:35] ogra: 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] stgraber, well, close it so it doesnt start smelling ;) [14:35] ogra: done ;) [14:52] cjwatson: I'm slightly stumped by this build log: http://launchpadlibrarian.net/59497625/buildlog_ubuntu-natty-i386.pbuilder_0.199ubuntu2_FAILEDTOBUILD.txt.gz [14:52] cjwatson: any ideas? the "LANG=C MANWIDTH=80 man --warnings -E UTF-8 -l pbuilder.8 >/dev/null" works fine for me in a natty schroot [14:56] I can reproduce this in my natty pbuilder (but not my natty chroot) [14:58] mdeslaur: it happens only if you have no locales [14:58] sounds like a man-db bug though [14:59] cjwatson: ok, will fiddle with man-db. What do you mean by "no locales"? [14:59] mv /usr/lib/locale/locale-archive /usr/lib/locale/locale-archive.safe [14:59] is enough to trigger the bug [15:00] cjwatson: hmm...I don't have locale-archive in my schroot, yet am not able to trigger it [15:00] sorry, for avoidance of doubt, when I say "sounds like a man-db bug though" that's me accepting it as an upstream bug [15:00] well, whatever's in /usr/lib/locale/ [15:00] cjwatson: it's empty [15:00] huh [15:00] triggered it for me :) [15:01] odd [15:01] * ogra grabs his parachute [15:01] @pilot out === 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 [15:01] ogra: bye! :) [15:01] thanks for flying ubuntu airways today :) === tkamppeter_ is now known as tkamppeter [15:02] I installed a horrible hack for col's locale in response to Debian #555331 [15:02] Debian bug 555331 in man-db "[col] improperly fails with Invalid or incomplete multibyte or wide character" [Serious,Fixed] http://bugs.debian.org/555331 [15:02] I bet it's related to that [15:03] may depend on the locale in your environment too [15:03] cjwatson: huh...I can reproduce it now [15:04] lool: hi. i had a school meeting this morning, but i'm back now. what can i help with? [15:04] actually, wait, man-db probably can't do anything more [15:04] there's no UTF-8 locale available, so it can't make col work [15:04] pbuilder should probably generate a temporary UTF-8 locale [15:05] mdeslaur: see e.g. http://git.debian.org/?p=lintian/lintian.git;a=commitdiff;h=9b7c0896ae937cc29662cc4d385d94df27626268 [15:07] heh, i have to do something similar in firefox to get a UTF-8 locale so that some of the unit tests work properly [15:07] cjwatson: ah! thanks for the hint, I'll try that [15:08] (I'm still kind of stumped how it worked fine in my chroot 5 minutes ago, and now doesn't anymore...) [15:09] barry: Can you arrange for the package importer to retry qemu-kvm? [15:09] barry: I think it got flagged as broken, and I arranged to "fix" the branch [15:10] lool: i don't believe i have permissions to do that [15:10] barry: Ah how unfortunate; ok, thanks [15:10] lool: yeah. i should really talk with james_w about that [15:12] barry, please file an RT [15:12] james_w: file an RT on doing the retry or getting permission so i can request it? [15:12] barry, on getting permissions [15:13] lool, retried [15:13] seb128, I will never forgive you! [15:13] dholbach, lol [15:13] * james_w & [15:13] * seb128 hugs dholbach [15:13] dholbach, did you get the comment with it? [15:13] james_w: Thank you! you go back to leave :) [15:13] yes :) [15:13] james_w: gotcha. are the retries done on package-import.ubuntu.com or launchpad? [15:13] seb128, can I still commit to the branches? [15:13] or don't you use them any more? [15:13] barry, the former [15:13] dholbach, ok, the ui is confusing, it's not clear if the comment is specific to expiration [15:14] barry, you need to be in the pkg_import group IIRC [15:14] seb128, can I still commit to the branches? [15:14] barry, hrm [15:14] james_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 twiddle [15:15] barry, the pages are read-only [15:15] dholbach, you can commit for things you have upload rights for still [15:15] barry, i just uploaded the diff from bug 663343 ... [15:15] Launchpad bug 663343 in cheetah (Ubuntu) "Please merge cheetah 2.4.2.1-1 (main) from Debian unstable (main)" [Undecided,Confirmed] https://launchpad.net/bugs/663343 [15:15] dholbach, other teams are subteam from this one [15:15] seb128, you don't use lp:~ubuntu-desktop/..... any more? [15:15] barry, any idea why there is a newer cheetah in the archive but the bug is still open ? [15:15] dholbach, we do but ubuntu main uploaders are members of ubuntu-desktop [15:15] barry, we could add retry buttons, but going to a read/write webapp is a fairly large step [15:15] (there is no newer one in debian) [15:15] seb128, alrightie [15:15] thanks [15:15] dholbach, so anybody who can upload to main can commit to the team as well [15:16] gotcha [15:16] dholbach, we still love you ;-) [15:16] * seb128 hugs dholbach [15:16] yeah, I know... in a special way [15:16] james_w: ah. so when i get in the pkg_import group, how do i request a re-import? [15:16] * dholbach hugs seb128 back [15:16] :-P [15:16] lol [15:16] dholbach, should I be scared now? ;-) [15:16] no, you kick me out of the team and say "yeah, don't worry - we still love you" [15:16] a special way of "love" [15:17] nevermind :) [15:17] lol [15:17] barry, https://wiki.ubuntu.com/DistributedDevelopment/UnderTheHood/Importer [15:17] dholbach, you know what, if you are nice to me I can get you back in :p [15:17] https://wiki.ubuntu.com/DistributedDevelopment/UnderTheHood/Importer/Operational [15:17] don't worry - it's fine [15:17] ah too late [15:17] it's over! [15:17] dholbach, now maybe you should be scared ;-) [15:17] * dholbach storms out [15:17] lool: thanks [15:17] * seb128 cries [15:17] james_w: thanks [15:19] barry: So if you're tempted to help fix that one, that would be appreciated [15:19] ogra: 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 add [15:20] barry: 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+noroms [15:20] https://bugs.launchpad.net/udd/+bug/494481 [15:20] SpamapS, feel free to ping me for a new upload once your changes are in sync [15:20] barry: then I bzr uncommit-ed all revs in the hope that the importer would just reimport all versions properly [15:20] barry: but now I get AssertionError: qemu-kvm 0.13.0+noroms-0ubuntu1 ubuntu natty is marked but not imported [15:20] http://package-import.ubuntu.com/status/qemu-kvm.html#2010-11-23%2015:13:47.151829 [15:21] ogra: 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] barry, ok, i'm fine to be the upload bitch once there is a patch ready [15:22] since i touched it now already [15:22] lool, looking [15:23] diwic: uploaded [15:23] ogra: cool. i think i'm out of the loop on that one now, though i'm happy also to re-review anything for SpamapS [15:23] oki [15:23] BlackZ, thanks :-) [15:24] lool: i agree with james_w on that bug. subscribed now ;) [15:24] barry, james_w: I understand that the sqlite db mentions versions that were already imported but notin the bzr branch anymore === nhandler_ is now known as nhandler [15:27] lool, correct, and I just deleted that row [15:27] lool, it's now importing [15:27] james_w: awesome, thanks [15:29] james_w: Branch looks good, thanks!! [15:29] np [15:29] james_w: Just a general question: Are there a large number of people using UDD already? [15:29] lool: fwiw i have not yet gotten the link you mentioned. [15:29] I use it, but many AFAIK dislike it calling it a bit bulky to download branches [15:30] james_w: rt submitted [15:30] bilalakhtar, I can't remember the numbers, but see recent mails to ubuntu-distributed-devel@ [15:30] barry, cool, thanks [15:30] thanks james_w for the ML address [15:31] hallyn: Really? mail from Date: Mon, 22 Nov 2010 16:47:34 +0100 [15:32] lool: oh, the underthehoodone [15:32] got it. thx === ogra_ac_ is now known as ogra_ac === smb` is now known as smb [15:44] cjwatson: would you mind uploading a d-i in maverick-proposed against 2.6.35-23? [15:45] not at all, give me a minute to fettle branches [15:50] skaet: lucid/maverick kernels copied to -updates, FYI [15:50] doko: 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:51] pitti, thanks! :) [15:51] doko: should we change the default build flags on armel to -fno-strict-volatile-bitfields [15:51] lool: well, if I can pick the patch from the Linaro repo, or if it's accepted upstream, fine [15:52] currently doesn't have a review [15:52] doko: Ok; let's wait for an ack then [15:52] doko: what's the deadline to upload gcc-4.5 with that fix? [15:53] I thought alpha1 would be this week, but if I can upload it before the weekend, that should be ok [15:54] doko: I see eglibc was not updated in natty; the linux-libc-dev fix seems to be in the archive though [15:54] doko: 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 kernel [15:56] apw asked me to reject the kernel from NEW because it was broken [15:56] lool: well, I don't do the NEW processing. and I did want to wait with the eglibc upload for the 2.13 release [15:56] cjwatson: Yes; the linux-libc-dev changes are already in the archive though [15:56] though I see there's a new upload there [15:56] cjwatson, yep there is a new kernel on its way through [15:56] doko: I mean linux is in NEW, but the one in the archive is good enough [15:56] apw: is -6.17 healthier then? [15:56] it would be built already if we hadn't had a random failure on an i386 build [15:57] yep, muchly so [15:57] lool: did you test the merge? [15:57] doko: I've built it on maverick [15:57] doko: But I didn't build/test it under natty [15:57] and some additional commits made their way into the branch in the mean time [15:57] from Kees and you I believe [15:57] I'll try to do it this week, but IMO it's not a priority for me [15:57] cjwatson, looks like it would be finished building in about half hour [15:58] doko: Ok; I thought you wanted that before A1, that's why I bring it up as well [15:58] apw: ok ... [16:00] lool: there's too much I want for alpha1 ... \o/ [16:00] I want a pony! [16:00] lool, you really don't they are soooo expensive to run [16:00] ;) [16:01] doko: because angelabad requested it. the gain? probably getting it off the m-o-m list [16:03] bdrung: that's little gain, and blocking the buildds === beuno is now known as beuno-lunch [16:09] lool: 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 buildds [16:10] lool: would you rather I disable the man page tests, or try and generate a locale in the rules file (ugh...) [16:11] mdeslaur: Perhaps test for the availability of the locale, and disable the tests if it's not available? I could merge that in Debian [16:12] lool: ah, I'll try that...thanks [16:13] lool: in the Makefile, or in the rules file? [16:13] mdeslaur: Ideally in Makefile [16:15] generating the locale would really be better [16:15] mdeslaur: I wonder what local is used [16:15] it can be done without root access - you can generate one in a temporary directory [16:15] cjwatson: so, using localedef in the rules file and then setting LOCPATCH before the make test? [16:16] ogra_ac: ping, that bug report includes a merge proposal to merge the /debian changes from 2.4.2.1-1 into 2.4.3-0ubuntu1 [16:16] s/LOCPATCH/LOCPATH/ [16:16] barry: Just wanted to let you know that the subversion failure on armel (KWallet test) is due to bug #675347 [16:16] Launchpad bug 675347 in Linaro GCC "volatile int causes inline assembly build failure" [Medium,In progress] https://launchpad.net/bugs/675347 [16:16] it's certainly what I'd do (well, I haven't looked at exactly where the localedef should go) [16:16] so not subversion's fault [16:17] cjwatson, lool: ok, I'll generate a locale file in debian/rules [16:17] SpamapS, yeah, i was tricked by the title it seems [16:18] pitti: uploaded [16:20] cjwatson: cheers [16:21] ogra_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. ;) === deryck is now known as deryck[lunch] [16:22] SpamapS, so are your changes in the branch ready for upload or do they still need to mature a bit ? === al-maisan is now known as almaisan-away [16:24] seb128, I reported bug 677575, bug 680483, bug 680521, and bug 680550 [16:24] Launchpad 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/677575 [16:24] Launchpad bug 680483 in f-spot (Ubuntu) "f-spot: Embed page setup dialog functionality in the print dialog" [Medium,Confirmed] https://launchpad.net/bugs/680483 [16:24] Launchpad bug 680521 in gimp (Ubuntu) "GIMP: Embed page setup dialog functionality in the print dialog" [Medium,Confirmed] https://launchpad.net/bugs/680521 [16:24] Launchpad bug 680550 in geeqie (Ubuntu) "Geeqie: Replace the printing dialog by the standard GTK one" [Medium,Confirmed] https://launchpad.net/bugs/680550 [16:24] ogra_ac: they've been tested.. very minor stuff === almaisan-away is now known as al-maisan [16:42] Sarvatt, ok, i've uploaded the fix for xulrunner-1.9.2 hanging now, hopefully that should work ;) [16:43] chrisccoulson: thanks! sorry to bug ya in IRC instead of a bug :) [16:43] that's ok. i don't often read bug mail, so IRC is much quicker ;) [16:44] cjwatson: ping? wondering if you can answer a plymouth question definitively for me === diwic is now known as diwic_afk [16:45] cjwatson: 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:47] SpamapS: Isn't any server application asking for a password on boot broken by design? [16:47] ScottK: SSL passphrases [16:48] That's not normally how I deal with that issue on a server. [16:52] ScottK: how do you deal with it? [16:52] SpamapS: 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 really [16:52] SSL certs the don't require a passphrase. [16:53] I actually think "encryption pass phrases" seems to be the only reason for a system level service to ask for user input. [16:53] cjwatson: will do [16:53] Perhaps. [16:53] I just don't see a boot process that involves human intervention being reasonably scalable for server use. [16:55] at the same time we shouldn't design to intentionally break that, I think [16:57] True. [16:57] ScottK: 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:59] Either 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.. [17:00] cjwatson: 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:04] didrocks: hm, I do have unity installed, but I don't see a session for it any more in /usr/share/xsessions? [17:04] didrocks: 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:05] gnome is the new unity ? [17:05] pitti: yeah, it will be the default this week as "Next release will mean unity by default" :) [17:05] pitti: wasn't stable enough last week, wanting to wait for a week [17:06] pitti: 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 upload [17:06] didrocks: ok, so it's not actually possible to test it right now? [17:06] didrocks: thanks for confirming; seems it's all well underway :) [17:07] pitti: testing unity? you can, in checking it in ccsm [17:07] ah [17:07] https://wiki.ubuntu.com/Unity/InstallationGuide [17:07] well, when I said "starts GNOME" I should have said "half of GNOME", all the indicators crashed.. [17:07] but I guess I should be able to run ccsm [17:07] didrocks: merci! [17:07] geser: I suppose that would be OK; in that case anonymous login will have to be a non-default option [17:07] geser: and yes, thinking about it that's probably what I saw [17:08] pitti: you're welcome === oubiwann is now known as oubiwann-away [17:16] * mdeslaur pulls ejection seat lever [17:16] @pilot out === 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 [17:57] kirkland: howdy!! Let me know if you have a lil bit of time to discuss PowerNap === 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 [18:33] hi. is there an automatic way to disable as much as unneeded modules possible in the kernel config, to shorten build time? === oubiwann-away is now known as oubiwann === maxb_ is now known as maxb === dendrobates is now known as dendro-afk [18:46] is there a possibility to not rebuild everything with make-kpkg every time? [18:51] lubosz: try #ubuntu-kernel [18:51] lubosz: and if you find out, tell me [18:51] akheron: thanks === dendro-afk is now known as dendrobates [18:51] I once spent a week bisecting a kernel bug because one build took so long [18:52] s/one/each/ [18:52] sounds awfull :D [18:52] i have a core 2 notebook [18:52] and it takes about one hour [18:52] to compile the whole thing [18:52] yes, for me it was like hour and a half [18:53] and I had over 4k commits to bisect [18:53] i pulled patches today and had to recompile a lot [18:53] i guess the whole kernel [18:53] but i didnt check the time [18:53] 4k Oo [18:53] so a week sound fast for that :p [18:53] did you run git bisect with a script? === makl is now known as ximion [18:54] to check good or bad? [18:54] no [18:54] hm, you had to do that by hand? :D [18:54] yes [18:54] after each build was finished, I copied the kernel to another machine and rebooted [18:54] I had a boot time issue with an old laptop [18:54] but hey, I found the offending commit and it's fixed now :D [18:55] so about 10 times to compile? [18:55] no, it was more like 15 or 20 [18:55] as near the end there was a huge octopus merge of 10 branches or so [18:55] and you found the bug at the end ;) ? [18:55] yes :) [18:56] nice [18:56] actually, I'm using the laptop right now that didn't run back then [18:57] i hate compiling large things on a laptop [18:57] its a huge difference with a quad core with hyperthreading [18:57] I didn't compile on a laptop, no way [18:58] my desktop is at home, and i'm at my partents, so i have to hack on my laptop :D [19:12] Anyone 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:15] akgraner: kirkland is looking into it for natty afaik [19:16] RoAkSoAx, thanks! [19:17] akgraner: ur welcome :) [19:21] hi kenvandine [19:21] hey om26er [19:21] this is the branch https://code.launchpad.net/~om26er/ubuntu/maverick/gwibber/gwibber-fix-674894/+merge/40899 [19:22] can you upload it to -proposed [19:23] om26er, sure can, i'll sponsor that [19:24] kenvandine, congrats core-dev ;) [19:24] thx [19:24] :) [19:25] hello [19:25] could someone tell me why devscripts from Ubuntu doesn't contain debsign script? [19:27] fEnIo: it does here [19:27] $ zgrep debsign ~/ubuntu/dists/natty/Contents-i386.gz [19:27] usr/bin/debsign devel/devscripts [19:27] ok... that was the most stupid question I've asked today [19:27] :- [19:27] sorry [19:27] ) [19:27] (and that was stupid typing to make up for it) [19:28] I installed devscripts but only in virtual machine, and then checked on host os [19:28] nevermind [19:28] sorry for bothering [19:31] when i push a change to a branch does the reviewer get the email? or do i have to make a comment? [19:32] they do not [yet] get a notification that you have pushed more changes to the branch [19:32] assuming you have a merge proposal already existing :) [19:35] cjwatson: 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. === 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 [21:29] Riddell: you there ? === asac_ is now known as asac [23:18] chrisccoulson, 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:21] multiseat-admin-graph-ui [23:34] hi all!