/srv/irclogs.ubuntu.com/2013/02/25/#ubuntu-release.txt

=== doko_ is now known as doko
=== henrix_ is now known as henrix
=== mmrazik is now known as mmrazik|lunch
=== mmrazik|lunch is now known as mmrazik
* cjwatson lands a rewrite of some more of cdimage in Python, this time build-image-set and friends (just in case anyone notices weird failures)15:06
* ogra_ will only touch find-live-filesystem later today 15:07
cjwatsonogra_: I think I should go and do some other things now, so you're good15:12
ogra_no hurry, seems i need to do it manually once more anyway15:12
xnoxogra_: I'm ready with ac100-tarball-installer changes to copy wifi configs if present in the preseed, which will go together with matching upstart reboot upload, which together will make unattended reflash cycle possible.15:21
ogra_xnox, yay, go ahead :)15:21
xnoxthanks.15:21
xnoxogra_: everything uploaded \o/15:54
ogra_xnox, i hope you made sure that the reboot hack only appears on arm :)15:55
xnoxogra_: there is no hack.15:55
ogra_not that people accidentially eun it on x86 :)15:55
ogra_*run15:55
ogra_oh ? i thought you needed to hack "reboot" for that15:56
xnoxogra_: reboot syscall supports rebootcommand on all arches. And you need to specify --force to trigger it anyway, which is a good enough safeguard.15:56
ogra_ah, nice, i wasnt aware !15:56
xnoxogra_: i had to hack reboot(8) but not reboot(2) =)15:56
ogra_hehe15:56
xnoxone has to use a syscall though, as glibc wraps reboot in a way that one cannot pass that extra / optional rebootcmd string.15:57
cjwatsonDoes anyone still have a system around for which update-manager is showing a partial upgrade due to libreoffice-presenter-console?16:01
cjwatsonIf so you might save me from having to construct a system test environment :-)16:02
antaruscjwatson: curious, what are you using as your VM solution?16:12
stgrabercjwatson: I might have one, checking. (I have a few 13.04 VMs I haven't updated in a while)16:16
cjwatsonantarus: kvm16:45
stgrabercjwatson: I think I have a reproducer. Let me confirm that update-manager agrees16:51
stgrabercjwatson: yep, confirmed, I get a partial upgrade dialog from update-manager16:55
=== mmrazik is now known as mmrazik|afk
cjwatsonstgraber: Great.  Does http://paste.ubuntu.com/5565209/ help?17:04
stgrabercjwatson: testing17:05
stgrabercjwatson: so it appears to work, I'm just surprised by the wording of the upgrader "Updated software has been issued since Ubuntu 13.04 was released." but that's not something you changed.17:15
stgraberRunning an actual upgrade now to confirm it works.17:15
stgrabercjwatson: worked. The presenter package was removed and the rest was updated.17:18
cjwatsonGreat, I'll land that then, thanks17:30
=== fginther is now known as fginther|lunch
=== henrix is now known as henrix_
=== henrix_ is now known as henrix
infinitystgraber: Hrm.  Looks like someone committed something to upstart that makes your daily builds hang on the buildds.18:49
xnoxgasp, was that me?! or is the gcc4.7 revert reverted back18:49
stgraberinfinity: gah, not again... I'll take a look.18:49
stgraberlast time it was gcc-4.7 but I can't remember doko telling me he'd reintroduced the change that caused it18:50
infinitystgraber: Currently hung on sagari, aatxe, allspice, and centaur.18:50
xnoxmy build is hanging https://launchpad.net/ubuntu/+source/upstart/1.6.1-1ubuntu3/+build/4326128 =/18:50
xnoxwhich is for the primary archive.18:50
xnoxinfinity: add nasl to the list.18:51
xnoxit did pass on other arches though =/18:51
infinityxnox: Which "other" arches?18:51
infinityxnox: I just named all of them.18:51
infinityxnox: There's a daily hung on every arch.18:52
* xnox is talking about 3/4 successes of this build https://launchpad.net/ubuntu/+source/upstart/1.6.1-1ubuntu3 with armhf hanging.18:52
xnoxin addition to the daily build.18:52
infinityAhh.  Pure luck, I guess. :/18:52
* xnox ponders if my armhf is the arm cosmic rays that got fixed in trunk, but not backported to 1.6x series.18:53
infinityWell, can't speak to the armhf/release one, but the trunk build issues should be readily reproducible, given that it did the same thing on 4 arches.18:56
stgraberI'm doing a test build here18:57
stgraberI never test built with xnox's change, but trunk right before that was definitely buildable as that's what I used for my last PPA upload18:57
infinityIt's possible doko inadvertently reverted something.  What was the symptom of the last problem?18:58
infinityThis one was a bunch of hung /build/buildd/upstart-1.6.1+1436+1423+201302251008~raring1/util/../init/init --session --no-startup-ev18:59
* xnox thought gcc issue was causing ICE18:59
stgraberreproduced here, reverting to last known good trunk18:59
xnoxnot "gcc issue" per se but an issues between upstart and new gcc4.7, which we are now blaming upstart's overuse of __malloc__18:59
stgraberxnox: 1434 builds, 1435 doesn't (doing another test to confirm)19:19
stgraberxnox: so your change isn't the problem as it's 143619:19
* xnox relaxes a little =)19:20
infinitystgraber: Definitely not seeing the hang in 1435?  That's comforting.19:20
infinityErr, 1434.19:21
stgraberinfinity: right, 1434 is fine, 1435 appears to be the problem and the merge that happened between the two was environment related19:24
stgraberso it's not a toolchain problem, it's a merge that was done with some additional changes to what I actually tested and that wasn't test built properly before merging (or so is my guess)19:25
stgraber1435 is:19:25
stgraber  * Merge of lp:~jamesodhunt/upstart/upstart-no-inherit-env.19:25
infinityYeah, I've looked at the diff.19:25
stgraberoh, actually, I never tried that specific branch, just did a code review on LP. Not sure if anyone actually did a testbuild with it... (everything suggests that didn't happen)19:26
* infinity considers it pretty bad form to just tear out old arguments and replace them, but...19:26
xnoxinfinity: i don't think they were ever releases, or have they?19:26
xnoxs/releases/released/19:26
stgraberinfinity: well, we never released with the old argument, so only people using from trunk may be confused.19:26
infinityOh, if this is all new code anyway, no big deal.19:27
stgraberyep, confirmed it's the problem. Currently in a couple of meetings, will fix that right after I'm done.19:27
infinityThough, I also like the autotools and GCC way of every --foo having a --no-foo inverse, for boolean options like this.  So one could have had both. :P19:27
stgraberinfinity: did you already kill all the affected builds?19:27
infinitystgraber: Yeah, they're all cleaned up.  As long as no one triggers new ones.19:28
stgraberok, good. I'll do a quick check for virt ones as we have a few autobuilds there too...19:28
* xnox is all good. armhf cosmic rays.19:28
stgraberinfinity: did you miss that one? https://launchpad.net/~canonical-foundations/+archive/upstart-daily/+build/432554819:29
* stgraber just cancelled a couple of virt ones19:29
infinitystgraber: No, that's new. :/19:29
infinitystgraber: Note it's only 33m old.19:29
* infinity wonders if someone restarted one of the killed ones.19:30
infinityOh, bother.  Being removed from ~canonical-foundations means I can't screw with your PPA.19:33
infinitystgraber: Want to just delete that upstart source from the PPA entirely, so no one's tempted to retry it again?19:33
stgraberinfinity: done19:34
infinitystgraber: Thanks.19:34
=== henrix is now known as henrix_
=== fginther|lunch is now known as fginther
stgraberxnox, infinity: found the problem, sent a merge proposal22:08
=== seb128_ is now known as seb128

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