[00:00] * skaet thinks the channel topic is long enough, but is willing to have it added if others feel its important. [00:01] * skaet --> EOD [00:24] cjwatson: I'm sure you're asleep by now, but is there any reason why change-override no longer has any output to stdout? [00:25] Erm. It's supposed to. [00:26] I wonder if I broke it. [00:26] cjwatson: This just returns without doing anything (AFAICT) [00:26] change-override -c universe cl-speech-dispatcher speech-dispatcher-doc-cs speech-dispatcher-festival speech-dispatcher-flite [00:26] * cjwatson experiments. [00:27] (Everything in i386 in that source landed in main, so there's an arch skew, I wonder if that relates?) [00:27] infinity: in the mean time, can you poke precise for backports? [00:27] Oh, hahaha [00:27] Also, did someone make the NEW queue override handling worse than it used to be? [00:28] Removed a *little* too much when moving stuff to a common module [00:28] skaet: vanguards> wasn't that supposed to be split out into a new page? [00:28] (http://wiki.ubuntu.com/SRUTeamProcess) [00:28] Cause, my guess as to how the entire source landed in main is perhaps that someone NEWed its one new arch:all binary to main via the queue. Which used to only act on the actually "new" binaries. [00:28] Not aware that NEW override handling's been changed particularly. [00:28] infinity: change-override r496 *cough* [00:29] micahg: Sure. [00:29] thanks [00:29] slangasek, yes, more to go onto that page though, and the 12.04.1 team was asking for pointers this morning, so I put it there for now. [00:29] * skaet will move it. [00:29] micahg: What am I poking? [00:29] skaet: ok [00:30] infinity: NEW for 2 sources and unapproved for 1 (should all be at the top) [00:30] True for the NEW ones anyway. [00:30] infinity: jquery :) [00:30] right, of course, people have the audacity to do work! [00:42] * xnox ponders, how do archive admins 'process' their queue if https://bugs.launchpad.net/~ubuntu-archive/+subscribedbugs timesout [00:43] Try harder until there's a hot cache of all the queries involved. [00:43] And then curse people who write massive(ly inefficient) SQL-driven systems. [00:43] xnox: lp-shell [00:44] ok [00:44] >>> ua = lp.people["ubuntu-archive"] [00:44] >>> for task in ua.searchTasks(): [00:44] ... print task.bug.id, task.bug.title [00:44] cjwatson: can you merge aptitude or shall I upload the patch to fix FTBFS-gcc4.7, it's one of the last 7 packages in boost1.49 transition [00:44] let me try that ;-) [00:45] I told you, it's waiting for the pristine-tar xz fix [00:45] sorry, forgot. [00:45] Feel free to upload a non-merge patch in advance of that if you prefer [00:45] ok. thanks. will do. [00:46] cjwatson: Oh, haha. I just read your change-override diff. [00:46] cjwatson: Oops. [00:46] Yeah, slightly aggressive refactoring [00:47] and last thing keeping boost1.46 in main :) [00:48] xnox: mpi-source can go now FWIW [00:48] skaet: I can auto-sync again, yes? [00:49] cjwatson, auto-sync is good [00:49] Cool [00:49] micahg: true. but I wanted one bug and get rid of them together and not bother archive admins to much. or shall I split it... [00:49] xnox: nah, don't need to split [00:49] micahg: ok, one confirmed the other one incomplete? [00:50] yeah, sounds good [00:51] micahg: Can "go" as in "removed", or "to universe"? [00:51] Cause the latter, we get told about without bugs. [00:51] But I'm all for removing stuff. ;) [00:51] infinity: the mpi-source has no more dependencies AFAICT [00:52] the 1.46 mpi source that is :) [00:52] Full source name? [00:52] boost-mpi-source1.46 [00:52] bug #1019090 [00:52] Launchpad bug 1019090 in boost-mpi-source1.46 "Please remove boost1.46 from Quantal" [Low,Confirmed] https://launchpad.net/bugs/1019090 [00:55] Removed. [00:56] infinity: bug 1019096 [00:56] Launchpad bug 1019096 in mongodb "please remove 1:2.0.4-1ubuntu2 mongodb armel only binaries from quantal" [Undecided,Confirmed] https://launchpad.net/bugs/1019096 [00:56] xnox: why would you do that? [00:57] xnox: Erm, are you sure about that? [00:57] xnox: Is this gcc 64-bit atomics? [00:57] discussed with doko and folks from #linaro [00:57] xnox: If so, it's waiting on a buildd kernel upgrade and it'll magically work again. [00:59] current quantal gcc toolchain for armel does not define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 [01:00] is that the same? [01:00] i'll check with doko again then. [01:01] infinity: how would I find out about buildd kernel upgrades and things that will magically start working again? [01:01] That should be defined... [01:02] Since GCC uses software-driven atomics on older CPUs. [01:02] I thought. [01:02] Maybe I'm getting two issues confused. [01:02] doko> xnox, pm215, ramana: it's only defined for armv7. armel in quantal is armv5 [01:03] doko, that's bizarre. The sync primitives should be supported irrespective of the level of the architecture. [01:03] doko, on armv5 the sync primitives end up calling the kernel helper functions. [01:03] doko: i will leave the said package FTBFS on armel as a hint that it's a TODO item [01:03] Yeah, exactly what ramana said. [01:03] If it's not defined, that's probably a toolchain bug. [01:04] so.... should I file a bug about it... or do you think doko got the hint from ramana? [01:04] File a GCC bug and quote your IRC log there. [01:04] Cause we have full GCC atomic support (with kernel helpers) and all ARM targets. [01:05] Or, all the ones we care about. [01:05] Though they won't *work* on armel until we upgrade the buildd kernels. :P [01:05] But that's only an issue for testsuites and builds that run their own code. [01:05] Since it compiles correctly, and runs in quantal just fine. [01:06] ok [01:06] mongodb does run their own code as smoke test. [01:06] not going to disable the testsuite [01:06] Sure, so it'll fail anyway, even with a fixed compiler, but we know the solution to that, and it's being worked on. [01:06] Removing arches isn't the answer, fixing the bugs is. [01:08] ramana, but gcc -march=armv5 -E -dM - prints nothing [01:13] infinity: filed as bug 1019098 [01:13] Launchpad bug 1019098 in mongodb "armel quantal please define sync primitives" [Undecided,Confirmed] https://launchpad.net/bugs/1019098 [01:13] helpful, it is against gcc-4.7 package as well [01:14] xnox: Make sure some Linaro GCC hackers have it on their radar. :P [01:14] xnox: If you've been talking to some. [01:14] ok :P [01:14] Michael Hope would be a good choice, if he's jumped into the conversation. [01:15] He'll probably know straight up if it's a bug or a feature, and what to do about it. [01:15] matthias vs linaro team [01:15] (michaelh on IRC) [01:15] ok, thanks. [01:15] may I name you as a referral? [01:16] Sure. :P [01:16] He can hit me at the next Connect. [01:16] It'll be grand. [02:20] about pyopencl see bug 763457 as well [02:20] Launchpad bug 763457 in nvidia-graphics-drivers "please provide opencl-icd virtual package" [Medium,Confirmed] https://launchpad.net/bugs/763457 === cjwatson_ is now known as cjwatson [09:50] zul: Rejecting one of the two python-cinderclient uploads in NEW while I look over the other one [09:51] * ogra_ wonders if we cant do better than sending mails twice to -changes for every package that moved from $dev-proposed to $dev [09:51] especially since they are all signed by the same person now [09:51] Yes, we probably can [09:52] At some point [09:52] heh [09:59] ogra_: distributed procmail rules? :) [10:00] Daviey, well, i think we should fix that at the source :) save bytes !! [10:29] hmm, are live builds still on manual ? [10:48] stgraber, quantal dailies have not been published to the tracker === peterm-ubuntu is now known as peter-lunch [11:33] jibel: I think i know why that is... [11:33] Hmm, i do not. [11:34] they should have been.. [13:55] jibel: let me check quickly [13:58] /srv/cdimage.ubuntu.com/bin/post-qa: 95: /srv/cdimage.ubuntu.com/ubuntu-archive-tools/post-image-to-iso-tracker.py: not found [13:58] looks like Colin broke the script ;) [13:58] * stgraber fixes [14:00] jibel: can you manually post them? or balloons? I don't see an easy way for me to rerun that part automatically [14:02] Daviey: fixed (FYI, that kind of failure typically gets logged at the end of the cd-build-log) [14:29] stgraber: thanks [14:36] cjwatson: I update post-qa after the rename of post-image-to-iso-tracker.py to post-image-to-iso-tracker (noticed when we got no daily on the tracker today ;)), are you aware of any other script that should be updated? [14:37] *updated [14:37] stgraber, thanks you [14:37] balloons, can you do the update ? [14:38] stgraber: Oh, thanks, good point [14:38] stgraber: I updated all the ones I remembered about ... [15:43] I just accepted a new SRU for bzr that fixes a regression from their microversion update. Since this is a targeted change to fix a regression in a previous SRU, how long to we let it bake after verification before copying to -updates? === yofel_ is now known as yofel [15:50] ScottK, good question. Standard 7 days doesn't quite seem appropriate, since its a fix for a regression on an SRU. How well validated is it? [15:51] None yet. It's still building. I just accepted it. [15:51] skaet: it's a revert of affending patch. Such that the original 2 bugs that the patch was fixing should now be reopened for an SRU again. [15:53] xnox, good point, we don't want to overlook that. [15:57] jelmer already reopened the original bug. [15:57] ScottK, once the fix is validated, and the original bugs are reopened, we should probably get it released rather than waiting for the bake in period. Only caveat, is with the holiday's approaching next week, this sort of thing should be on Monday though, since coverage may be light for a good part of next week. [15:57] (since we don't usually do it on Fridays) === bjf[afk] is now known as bjf [16:06] ScottK, skaet: I would publish it as soon as it's been spot-tested and confirmed to fix the stated issue [16:06] Friday or not [16:06] Makes sense to me. [16:06] slangasek, ok [16:08] It's built on i386. I can test it. === davidm` is now known as davidm [16:18] Works. [16:20] slangasek: I verified it, so once it finishes building, I'll release it. [16:20] ScottK: sounds good [16:40] ScottK: If you accept it today, are you happy to be on point for (unlikely) regressions over the weekend? [16:41] Daviey: I'm always happy to deal with problems when I'm around. [16:42] (I don't think SRU team people in particular or developers in general should only worry about such significant issues like release regressions during certain hours). [16:43] ScottK: right.. the reason i ask is that in previous cycles there have been regressions introduced by SRU's over the weekend.. with nobody with access to deal with it. [16:43] squid was a good example [16:44] (Which is why i pushed for no SRU's on Friday's :) [16:44] Access should be less of a problem these days [16:44] Back then only Canonical employees could publish updates [17:20] MIR team folks: would anyone object to me moving fonts-lklug-sinhala, fonts-sil-nuosusil, and fonts-ukij-uyghur to main without MIRs? They're all installed by language-selector for various languages, and in particular moving fonts-lklug-sinhala to main is required to fix bug 1015483 [17:21] Launchpad bug 1015483 in ubuntu-meta "ubiquity-dm: 2 language names wrongly displayed (missing font?)" [High,In progress] https://launchpad.net/bugs/1015483 [17:28] mksh MIR> wtf === rickspencer3_ is now known as rickspencer3 [17:33] cjwatson: I don't think anything more than a verbal "yeah, go for it" is required for font packages, as long as they're simple and (hopefully) unmodified from Debian so there's no maintenance burden. [17:36] infinity: We have a few that are modified for "squeeze more into desktop" reasons, but these aren't among them. [17:36] infinity: So is that a verbal "yeah, go for it"? :-) [17:36] cjwatson: Yeah. Go for it. :P [17:37] Great, thanks. [17:37] If we find a security bug in a font tomorrow, I'll be a sad panda. [17:37] Oh, promoted the udebs and transitionals and such by mistake. I'll demote them later. [17:37] (Can't remember if rapid promotions/demotions are still a problem ...) [17:38] I *think* it gets it right now, but I don't remember... [17:38] And I always take the paranoid approach and wait a cycle. [17:38] * slangasek works on kicking pdksh out of main [17:38] We probably should sort out, one day, how much of our residual paranoia can go away, and what bugs still need fixing. :P [17:38] Kind of what I've been doing :-) [17:39] Ish [17:39] slangasek: But, but, I'm sure it's the prefered shell for 1 in 20000 users. [17:39] infinity: that has nothing to do with why it's in main [17:39] slangasek: rbuild-dep was my assumption, I hadn't looked yet. [17:40] yep [17:40] *spurious* rbuild-dep [17:40] wtf people [17:41] You filed bug 180218, but I'm not entirely sure that's it. [17:41] Launchpad bug 180218 in launchpad "override mismatch race needs to be fixed" [High,Triaged] https://launchpad.net/bugs/180218 [17:42] stgraber: Testing a fix for livecd-rootfs and -proposed now [17:42] I guess I'll need to SRU that in order to get it into the livefs build chroots [17:42] infinity: You don't happen to know whether the livefs build chroots can get livecd-rootfs installed from -proposed, do you? [17:42] It would save time. [17:44] cjwatson: I'm sure it could be arranged. [17:44] Can you do it or do I need to ask some bit of IS? [17:44] cjwatson: But We could also just fast-track an SRU. [17:44] I need to get an updated BuildLiveCD put in place anyway. [17:45] infinity: Which raises the secondary question of whether the livefs build chroots have -updates switched on :-) [17:45] cjwatson: It's a webops-ish thing. And be sure to mention the BuildLiveCD thing explicitly, they need to jam that into puppet and let is propagate. [17:46] cjwatson: I *think* we made sure they had updates on a while ago. But memory's failing in my old age, and maybe that wasn't for precise. [17:46] s/let is/let it/ [17:46] If this test build looks good then I might see if I can get somebody to do it for me before the week dies. [17:46] Assuming I'm not dragged off for evening stuff before then. [17:47] (I kind of promised stgraber/jibel it'd be done before EOW) [17:48] cjwatson: long weekend here, so I won't notice until Tuesday at least ;) [17:51] stgraber: Oh hey, Canada Day is upon us, I hadn't even noticed. [17:52] stgraber: Also, you're in Quebec. You can't celebrate Canada Day. Get your own holidays (of which you appear to have many). [17:52] infinity: well, it's your fault for not having Alberta day ;) I'm quite enjoying having two long weekends in a row, the Edubuntu todo list is getting much shorter thanks to that [17:53] it will be my 3rd long weekend in a row. [17:54] oh bah, of course the things that use pdksh are using it under the name ksh, not pdksh [17:55] so yeah, not so spurious :( [17:55] What on earth do things still need ksh for in this day and age? [17:55] And are they all maintained by the mksh maintainer? :-) [17:56] People actually script in ksh? [17:57] graphviz, shunit2 both reference ksh [17:57] bzr's out. [17:57] as to why, well... [17:57] ScottK: cheers [17:57] Is it 1978? Did I sleep on the wrong side of my flux capacitor? [17:58] infinity: so entertainingly, if you don't have pdksh the only part of graphviz that doesn't build is the ruby bindings [17:58] slangasek: That seems like an acceptable sacrifice. :P [17:59] slangasek: (But surely, the offending bit can be rewritten in POSIX sh instead) [17:59] * slangasek hands infinity the knife [17:59] slangasek: Like, with nearly zero effort. [17:59] more effort than I'm putting in today [17:59] Riddelll: Hm, so do you know why Kubuntu currently has both kdm and lightdm installed? [17:59] let the MIR team sort it out :P [18:00] Well, I have no issues with swapping pdksh and mksh in main and letting the status quo continue for Right Now, but fixing the rbuild-deps seems generally sane anyway. [18:01] Riddelll: That's what's breaking ubiquity-dm - it's "start on (starting kdm or starting lightdm)" (among other things). The lightdm job starts but does nothing because it isn't the default DM, but that's enough to let ubiquity start just after kdm starts, and then fail because kdm has already managed to start an X server. [18:01] * infinity wonders if the ksh dependency is/was perhaps a bizarre side-effect of Sun's /bin/sh sucking so hard that they had to pick something else to be "cross-platform". [18:02] It's amazing how many things in the UNIX world I can blame on Sun's /bin/sh, if I put my mind to it. [18:02] lamont: postfix decided to stop resolving names, your package is making my bug reports late for the Debian freeze :P [18:03] But since you can't report the bug on postfix, it seems like a fine situation for lamont. [18:05] cjwatson: I was busy with work this week, so I'm not sure, but I suspect Kubuntu is accidentally half-switched. I believe there's an intent to switch. [18:06] ScottK: restarting postfix fixed it [18:07] which seems to imply it's well named [18:07] Meh. No fun. [18:08] ScottK: Right, if the job gets finished then I think this will stop being a problem. [18:08] It's not ideal that it has this result, but it's pretty hard to fix. [18:09] * ScottK wonders where Riddelll is today? [19:00] hey; I'd like to use quantal-proposed to start the transition of evolution-data-server without making too many things uninstallable; is there any more coordination I should do than letting the release team know? ;) [19:01] cyphermox: That's good enough for me. [19:01] cyphermox: (Didn't we just break e-d-s two weeks ago?) [19:01] (yes we did) [19:01] infinity: ok. then that's a head's up to not take e-d-s from -proposed to -release just now, once I upload it [19:02] cyphermox: please coordinate with chrisccoulson for thunderbird [19:02] micahg: yes [19:04] might just end up being monday or tuesday [19:08] cyphermox: If you start it today, helpful community types (like me, with a different coloured hat) just may finish the transition for you. [19:08] cyphermox: Well, with the possible exception of thunderbird. [19:09] right, but I'm a little worried about breaking too many things on a friday afternoon [19:09] Breaking things in proposed is entirely acceptable. [19:09] FSVO "break". [19:09] and I'm working on setting up the transition tracker locally to see what I'm doing along the way, too [19:10] e.g. teaching it clumsily to care about proposed [19:11] We need to teach the deployed instance to do this too. It amounts to catting the Packages/Sources files together and doing away with the in-ben download step, as cyphermox tested. :-) [19:11] Laney: I'll have a script for you in a minute [19:12] get cjwatson to give you the cron script and hack it into that :P [19:13] I guess [19:14] infinity: also, I was trying to ask chrisccoulson about thunderbird, hence why I said monday or tueday, when he's aware of my plan [19:14] cyphermox: Fair enough. [19:14] Looks like ubuntu-archive@lillypilly already has a mirror, so that's easier [19:14] Laney: If by mirror, you mean the real thing. [19:14] it's called mirror. [19:15] /home/ubuntu-archive/mirror/ubuntu/dists/quantal/ [19:15] Oh, you mean the mirror of the archive. [19:15] I thought you meant a "mirror" of the tracker. [19:15] a mirror to check it's hair is OK today [19:15] its [19:16] I know the tracker lives there — that's why I was checking for a mirror :-) [19:17] Yeah, yeah. I'll stop being "helpful". ;) [19:32] Laney: so I checked with zlib, it does seem like when you cat -proposed over -release, the -proposed version is the one that gets tracked [19:40] cyphermox: yay