/srv/irclogs.ubuntu.com/2012/10/09/#ubuntu-release.txt

slangasekcjwatson: this grub2-signed downloads the gcdx64.efi.signed, but doesn't appear to install it (Makefile is unchanged)00:01
slangasekcjwatson: reuploaded with this fix, and accepting00:06
cjwatsonslangasek: Whoops, thanks00:08
cjwatsonQuite right00:08
slangasekgrub-installer looks good00:27
slangasekadding grub-efi-amd64-signed to the installer seed now00:28
slangasek(supported-installer-common, to be precise)00:28
doko_quantal, not precise?00:29
slangasekI don't want to be quantal00:29
slangasekI want to be precise00:29
doko_;)00:29
slangasekI'm also assuming grub2-signed doesn't require an MIR since there's no new binary package code00:30
slangasekso, promoted'n'such00:30
cjwatsonsupported-installer-common isn't really right00:31
cjwatsonI think it should go in platform.quantal/d-i-requirements plus ubuntu.quantal/ship-live00:31
cjwatson(And probably in general all seeds that currently contain grub-efi)00:31
doko_afk now00:32
cjwatsons/right/sufficient/00:32
slangasekok00:33
* xnox ponders how much stuff I have missed over the weekend...00:59
cjwatsonWell, some of the changes in tcl8.4 we kind of want, but I think it's too involved for 12.10 and I'm not certain whether it would break any dependent packages01:09
cjwatsonSo I'm justs uploading a no-change rebuild for that01:09
cjwatson*just01:09
cjwatsonvte has a fix to an Ubuntu bug that has been getting "so when are you going to apply my clearly sensible patch?" (and it is clearly sensible) for months, and two security fixes01:18
cjwatsonSo I think I'll merge that01:19
cjwatsonvte merge uploading, and that's the last of the armel rebuilds, so *zonk*02:00
cjwatsonARM builds starting to generally emerge from gecko, though it'll be ten more hours or so until those are entirely finished02:00
cjwatsoncyphermox: I've accepted usb-modeswitch as the only remaining problem I can see is a very unlikely scenario; but I think you should check getenv's return for non-NULL before passing to strdup, as right now I think this will segfault if you run it with PATH missing from the environment02:08
cjwatson(not that it would probably work very well in that case anyway, but)02:08
cjwatsonthanks02:08
slangasekok, why was nvidia-graphics-drivers 304.51-0ubuntu1 let in during the freeze?06:06
slangasekbug #106396906:06
ubot2Launchpad bug 1063969 in plymouth "No Plymouth Splash on Latitude E6420" [Undecided,New] https://launchpad.net/bugs/106396906:06
slangasekI'm getting rather sick of having to chase down last-minute regressions in plymouth support with nvidia drivers due to last minute changes to the packaging06:10
slangasekcjwatson: ^^ from scrollback, it looks like you were probably the one who reviewed/accepted the nvidia packages; just a heads-up that there's a pattern of ill-tested last-minute packaging changes...06:13
Davieycjwatson: I wasn't able to touch it yesterday at all.  It will be done today.06:53
=== mmrazik is now known as mmrazik|otp
infinity^-- Who accepted those ppl binaries?07:16
infinityYou just skewed it on armel and armhf...07:16
infinityOh, nevermind, the only arch:all package is a -doc package anyway.07:17
infinityAlthough, ppl-dev should have probably been NEWed to main.  So, I'm back to "who did that?"07:18
=== mmrazik|otp is now known as mmrazik
=== henrix_ is now known as henrix
cjwatson^- should fix wrapitk-python/amd64 build failure08:11
cjwatsonslangasek: Yeah, that was me, sorry - was it the gfxpayload blacklist change?  I assumed that was fixing a disease that was worse than the cure, sorry ...08:14
slangasekcjwatson: the "disease" it was fixing is entirely unsubstantiated in the referenced bug report :/08:16
infinitycjwatson: Accepted.08:16
cjwatsonslangasek: *sigh*08:16
cjwatsoninfinity: thanks08:16
infinityslangasek: About the only validity the report appears to have is that it came from @nvidia.com, but yeah, it doesn't actually say what the problem *is*, just that there might be one.08:16
infinityAlways irksome, that sort of "bug".08:17
infinity"This package might misbehave sometimes."08:17
slangasekah, I didn't catch the submitter's domain08:17
slangasekbut even so, bleh08:17
cjwatsonYeah, I think I took that as authoritative08:17
slangasekgrr, grub2-signed override to main didn't take for the binary; promoting now08:27
slangasek(so today's images missed including it; probably not worth a rebuild for just that, we might as well get the d-i piece done first too)08:28
cjwatsonslangasek: I already promoted08:28
cjwatsonYeah, not worth a rebuild, not like we worked on SB yet anyway ...08:28
* slangasek nods08:32
=== henrix is now known as henrix_
=== henrix_ is now known as henrix
=== doko_ is now known as doko
=== mmrazik is now known as mmrazik|lunch
=== tkamppeter_ is now known as tkamppeter
* ogra_ wonders why its always cjwatson's uploads that remind me of the sins of my youth ... and files bug 106427109:44
ubot2Launchpad bug 1064271 in redboot-tools "please demote redboot-tools to universe" [Medium,Triaged] https://launchpad.net/bugs/106427109:44
seb128gtk reverts http://git.gnome.org/browse/gtk+/patch/?id=5debed5ae247c1dd440cb71d0a6d328df74b0844 ("Shut down a11y when an app shuts down") to workaround https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/105630010:02
ubot2Ubuntu bug 1056300 in gtk+3.0 "If a GTK application quits the main loop and restarts it again, accessibility is lost." [High,In progress]10:02
seb128e.g "ubiquity looses a11y midway"10:03
seb128it's not a fix but it seems to safest option for release10:03
xnoxseb128: yes, please. I am also confused how they managed to slip such a big feature so late in the 3.6 cycle.10:04
seb128it's not so much of a "feature" than an optimization...10:04
seb128but GNOME is not very good nowadays to be conservative about their changes (well, the same way we have issues pushing back on #ps changes to be fair)10:05
xnoxseb128: well the point of that gtk commit, as far as I can see, is a workaround the apps that are not using GApplication(-shutdown) and hence don't clean up a11y resources at the end.10:08
xnoxI am not sure if ubiquity should be using GApplication or not.10:09
seb128it's a good discussion to have with desrt at UDS ;-)10:09
seb128I'm not sure but, ubiquity is not really a standard "application", well not in sense of desktop application10:10
=== mmrazik|lunch is now known as mmrazik
* cjwatson tries to work out why wrapitk-python was deleted from quantal for other architectures11:15
Laneyrejecting gdm - confused, asking a question11:15
* Laney gets irritated at Launchpad wiggling in the launcher so often11:17
cjwatson"NBS libgdcm2.0, and no rdepends for python-insighttoolkit3"11:17
* cjwatson suggests that removing non-NBS binaries of a source package still in the archive is not the best idea11:18
dokoasked the schooltool maintainers about a FFe11:18
Laneyyou might want to reject so nobody accidently accepts then11:19
dokoI'm not -release11:19
Laneyor duplicates time reviewing11:19
Laneyoh woe11:19
cjwatsonah, a simple rebuild would have fixed wrapitk-python, rather than removal, it seems11:19
* cjwatson does that11:19
jbichaLaney: what was the gdm question?11:23
Laneyabout the prerm change11:23
Laneydoko: I'm doing so. Please could you let them know what's happened?11:23
jbichaI've uninstalled gdm a few times and it's killed my X session which is not nice, I'm not sure there's any need for uninstallation to kill gdm11:24
Laneyyeah possibly not11:24
dokoLaney, done11:24
Laneyta11:25
dokoLaney, please accept zope.interface, synced by cjwatson yesterday11:25
Laneylooking at the rest now11:25
Laneythe base revision chosen by LP for the e-d-s diff is curious11:27
cjwatsonProbably the last one in -proposed11:27
seb128Laney, it's the previous upload to that pocket? like if that goes through proposed11:27
cjwatsonThe ancestry code is basically wrong11:28
cjwatsonNeeds a complete overhaul AFAICT11:28
Laneydoes indeed seem to be the previous -proposed upload11:28
=== mmrazik is now known as mmrazik|afk
Davieycjwatson: freeipmi uploaded (i missed the convention local function on the last upload, now used.)11:54
Davieykind to review sir?11:55
cjwatsonSure11:55
cjwatsonWhen the diff arrives11:55
Davieyhttp://pb.daviey.com/0Dxi/11:56
cjwatsonI needed code context anyway :)12:00
cjwatsonThat looks better now, thanks - accepted12:01
cjwatsonDaviey: Per jdstrand, the MIR still needs these patches forwarded to Debian, and ubuntu-server added to bug subscribers12:03
Davieycjwatson: Yep12:10
cyphermoxcjwatson: no, it won't segfault. I tested this by itself in a quick little program by itself12:10
cjwatsonstrdup(NULL) is not defined12:10
cyphermoxwhy am I duplicating words ;)12:11
cyphermoxcjwatson: oh wait, you mean if PATH is undef12:11
cjwatsonUnset, not empty12:11
cyphermoxright12:11
cyphermoxin the case where usb-modeswitch-dispatcher gets run (by udev), very unlikely to happen12:11
cjwatsonAs I say, corner case and will probably fail somewhere else anyway - I just don't like leaving segfault cases around unhandled12:12
cjwatson(Which is why I accepted with a comment rather than rejecting)12:12
cyphermoxsure. I'll fix it first thing in R; I'll start a list now12:12
cjwatsonta12:14
dokocjwatson, is it ok to update base-files for the rc?12:14
cjwatsondoko: We're not doing an RC as such12:14
cjwatsonJust incrementally better until release :)12:15
cjwatsondoko: But yeah, probably might as well12:15
dokook12:15
=== mmrazik|afk is now known as mmrazik
dokopython3-stdlib-extensions: needed to build the _gdbm and _tk extensions for 3.3. talked with jdstrand that it's ok to have it main for q12:59
cjwatsonseeding and promoting linux-signed - same rationale as slangasek gave earlier for grub2-signed13:00
smartboyhwJesus13:07
smartboyhwThere are 7 days left in the current cycle. That means that in order to complete all the work 90.29 workitems must be completed per day.13:07
smartboyhwOMG13:08
chrisccoulsonhey, is someone able to approve flash, please? :-)13:09
* GridCube gives smartboyhw a chamomile tea13:10
smartboyhwGridCube, thx:D13:10
aramorning release team!13:20
aracurrently, many udev related tests in checkbox are broken, as they are not using udisk213:20
arawould this fix require a FFe? https://bugs.launchpad.net/checkbox/+bug/101603513:20
ubot2Ubuntu bug 1016035 in checkbox "Add udisks2 support to scripts/removable_storage_* scripts" [High,In progress]13:20
=== henrix_ is now known as henrix
cjwatsonReviews of base-installer and grub-installer would help unblock me a little - more secure boot madness13:30
didrocksLaney: I think you may consider that upload for quantal finale. I tried to be as descriptive as possible in the changelog, but do not hesitate to ask me anything else :) ^13:31
stgrabercjwatson: I'll take a look in a minute13:32
Laneydidrocks: oui mon ami13:33
didrocksLaney: merci! :-)13:33
jdstrandcjwatson: did you get an answer on linux-signed (sorry for the delay-- holiday)13:34
cjwatsonjdstrand: on which aspect?13:35
DavieyAnyone object to me doing a server spin?13:35
jdstrandcjwatson: you asked me about promoting it with a mir13:35
jdstrandwithout a mir13:35
cjwatsonDaviey: component-mismatches looks pretty unresolved13:35
cjwatsonjdstrand: oh, I JFDIed that a little earlier today13:35
cjwatsonand figured I'd apologise if somebody objected13:35
jdstrandcjwatson: ok, based on what you said a few days ago, I would have said as much\13:36
cjwatsonok, good13:36
Davieycjwatson: I think c-m just needs a refresh13:36
* cjwatson looks at rmadison output13:37
cjwatsonmm, out of sync across architectures.  I'll fix13:38
Davieycjwatson: I have just fixed13:38
cjwatsonserver spin is fine then as long as it's just amd64/i38613:38
DavieyThat is all i want for this spin13:38
cjwatsonActually, freeipmi-common was in universe13:39
cjwatsonOh, but that's NBS13:39
cjwatsonThis is confusing :)13:39
cjwatsonI guess this will settle down in a bit.  At the moment I can't say whether a server spin is likely to work13:39
* Daviey leaves it another hour, for giggles13:40
cjwatsonYeah, if I were you I'd let the automatic reports have a chance to catch up before spending any manual time on it13:40
Davieyyeah, ok. Thanks13:40
stgrabercjwatson: accepted13:45
cjwatsonstgraber: thanks13:46
cjwatsonooh, webkit/armhf succeeded13:46
Laneynice13:46
Laneyarmel is nearly there too13:47
cjwatsonYeah13:47
Laneyglorious13:47
LaneyI got some new puncture proof tyres for my bike over lunch too — truly a day for vanquishing broken old crap13:48
apwthe recent linux-meta upload fixes an issue where installing linux-crashdump on an efi system uninstalls your bootloader13:50
cjwatsonapw: haha13:50
cjwatsonWe rule13:50
apwcjwatson, i thought so :)13:50
cjwatsonEh, that's not really right - grub-efi is a transitional package13:50
cjwatsonShould be grub-efi-ia32 | grub-efi-amd6413:51
aracjwatson, do you think this would require a FFe? https://bugs.launchpad.net/checkbox/+bug/101603513:51
apwcjwatson, if you reject it can we re-use the version number ?13:51
ubot2Ubuntu bug 1016035 in checkbox "Every script that uses udisk in currently broken in Quantal" [High,Fix committed]13:51
cjwatsonapw: yes13:51
apwok do that, lets git it right13:51
cjwatsonapw: ok, done, please pass on to smb13:52
cjwatsonara: sorry, eyebrow-deep in secure boot right now, no spare brain13:52
cjwatsonif in doubt, upload, it'll be queued and reviewed anyway13:52
aracjwatson, OK, now worries13:52
aracjwatson, OK, thanks13:52
stgraberzul: ping13:53
zulstgraber:  whats up?13:53
stgraberzul: cinder in the queue does a dh_fixperms -X on nova_tgt.conf but the rest of the diff refers to cinder_tgt.conf13:54
zulstgraber: crap can you reject it please ill upload a fix13:54
stgraberzul: ok13:54
* stgraber assumes we want to keep base-files in the queue until FinalFreeze and leaves it there14:06
skaetev, are there any more fixes expected for WUBI?   ( its time to ask IS to prepare the signed copy)14:11
evskaet: credit where credit is due, cjwatson has been doing all the fixes. I've just been building the binaries14:11
evI am unaware of any further changes that need to be made14:11
cjwatsonlikewise, for the moment14:12
skaetfair 'nuf ;)14:12
evso we can most certainly put in an RT for the signed copy14:12
cjwatsonnot much changed this cycle14:12
evshall I sort that out then?14:12
skaetthanks cjwatson, ev - doing.14:12
evah14:12
evexcellent14:12
ev:)14:12
cjwatsonhaven't had my recent fix for Tibetan verified, but well14:12
cjwatsonbest-effort at this point given everything else :-/14:12
ogasawaraskaet: the kernel team would like to get a freeze exception for a kernel upload.  It would be to resolve the following: bug 1063061, bug 1061599, bug 1021471, bug 1030233, bug 71797014:14
ubot2Launchpad bug 1063061 in linux "please backport support for EFI vars > 1KB" [Medium,In progress] https://launchpad.net/bugs/106306114:14
ubot2Launchpad bug 1061599 in linux "beagle: omap3: usb is dead" [Undecided,Fix committed] https://launchpad.net/bugs/106159914:14
ubot2Launchpad bug 1021471 in linux "clone() hang when creating new network namespace (dmesg show unregister_netdevice: waiting for lo to become free. Usage count = 2)" [High,Confirmed] https://launchpad.net/bugs/102147114:14
ubot2Launchpad bug 1030233 in linux "not have bluetooth usb 0489:e046 Foxconn / Hon Hai" [Medium,Fix committed] https://launchpad.net/bugs/103023314:14
ubot2Launchpad bug 717970 in linux "After sleep, key presses get lost and trackpad is jittery" [High,Fix committed] https://launchpad.net/bugs/71797014:14
skaetogasawara,  will we need a d-i as well?14:16
ogasawaraskaet: I don't believe it is an ABI bump, so no14:16
skaetogasawara, ok,   have all the fixes been independently verified?  ( like we would for SRU?)14:17
ogasawaraskaet: yep, all thoroughly tested14:17
skaetogasawara, coolio.  If the kernel is ready to upload, rather get it in sooner than later.14:17
rtgogasawara, we don't have a patch set yet for 106306114:18
ogasawaraskaet: ack I still need to get the final patch revisions for 1063061 from apw but am told it will be ready shortly14:18
ogasawarartg: ^^14:18
skaetogasawara,  understood.   just to confirm - plan is to revert if any issues found with this latest kernel?14:19
rtgogasawara, hmm, it had a lot of issues and I'm not sure we'll be able to test it sufficiently.14:19
ogasawaraskaet: indeed, that would be the plan if any regressions appear14:19
ogasawarartg: hrm, maybe we should make sure we're both on the same page with apw14:19
rtgyeah14:19
cjwatsonironically 1063061 is the only one of those I care about ;-)14:20
* stgraber cares about bug 1021471 (makes LXC almost unusable on 12.10)14:22
ubot2Launchpad bug 1021471 in linux "clone() hang when creating new network namespace (dmesg show unregister_netdevice: waiting for lo to become free. Usage count = 2)" [High,Confirmed] https://launchpad.net/bugs/102147114:22
Laneyyes :-)14:22
* Laney is trying to do a stgraber on this new install and have no dev packages installed on the bare metal14:22
Laneyusing lxc for dev14:22
cjwatsonskaet: there'll necessarily be at least one more d-i anyway14:23
cjwatsonso I don't think we should worry about that either way14:24
skaetcjwatson,  ok.14:25
cjwatson(general catchup; SB work)14:26
cjwatsonyay, webkit/armel finished14:28
dokocjwatson, stgraber: webkit now built in -proposed for armel and armhf. please promote to quantal so that ephiphany can start building14:28
dokoheh14:28
cjwatsondoko: I'm going to wait for a publisher run14:29
cjwatsonI am taking absolutely no risks here14:29
cjwatsonAt least process-accepted, anyway; actually getting it onto disk doesn't matter14:29
cjwatsondoko: copied14:49
cjwatson^- that grub2 upload is critical path for secure boot images14:49
stgrabercjwatson: will review14:49
dokocjwatson, could you have a look at the python3-stdlib-extensions upload?14:50
stgrabercjwatson: can you review isc-dhcp and ifenslave-2.6 in exchange? :)14:50
cjwatsonone at a time :)14:51
stgrabercjwatson: accepted14:54
cjwatsondoko: Have you already convinced somebody else on the MIR team that it's OK to promote python3.3?14:54
cjwatsonstgraber: shorter form: BOND_SLAVES="${BOND_SLAVES:+$BOND_SLAVES }$name"14:55
dokocjwatson, from my point of view not needed, only a new upstream version. got approval from jdstrand from a security point of view, and from barry from a technical point of view14:55
cjwatsonBut accepted the increasingly inaccurately named ifenslave-2.614:55
cjwatsondoko: In that case it's fine - I assume you're ready to promote python3.3 so that this can build?14:56
dokoright14:56
cjwatsonOK, accepted14:56
cjwatsonstgraber: and isc-dhcp is fine too, accepted14:58
stgrabercjwatson: thanks14:59
skaetcjwatson, stgraber, infinity, Laney, and other members of the release team ;) - pitti is uploading apport shortly for the switch over to only have it reporting to errors.ubuntu.com.   Please don't accept it in until we're ready to try for the release candidates.15:20
Laneydo the standard reject/accept trick on it then?15:21
skaetLaney, yeah, I think that best15:21
skaetwill you do the honors, or do you want me to?15:22
Laneyfeel free15:22
stgraberbtw, shouldn't we have done the same with base-files? I just noticed it was accepted (removing the "dev release" tag from lsb_release and similar tools)15:23
skaetstgraber,  yes.  anything with timing issues around it should go to reject,  so accidents don't happen.15:24
Laneynot really the end of the world though15:24
* skaet nods15:25
cjwatsonSigh, could really use ARM catching up a bit - this is hard to manage15:45
stgrabercjwatson: if you have a minute, can you look at ifupdown?15:48
bdmurrayI've an upload of update-manager to precise-proposed that may help with diagnosing upgrade errors so it would be good to get it in precise.15:48
cjwatsonstgraber,jodh: oh, nice catch (ifupdown)15:49
jodhcjwatson: thanks :)15:49
zulcan you reject the horizon please?16:05
ScottKzul: Done.16:06
zulthanks16:07
balloonsslangasek, can you add back the amd64, i386 isos for ubuntu and ubuntu server for beta1?16:16
balloonsslangasek, http://cdimage.ubuntu.com/releases/quantal/beta-1/ s missing these images and they are needed for upgrade testing from beta1 to rc16:19
cjwatsonYou can't expect old images to hang around after the next milestone is released16:20
cjwatsonIf your process assumes that then your process needs to be fixed16:20
balloonscjwatson, I know.. but I'm looking and seeing that beta2 has been gutted also16:20
cjwatsonErr, no16:20
LaneyNo. You need to look on releases.u.c16:20
cjwatsondesktop and server images live on releases.u.c16:20
balloonshttp://releases.ubuntu.com/quantal/16:21
cjwatsonYes16:21
balloonsthis was a request by skaet to test an install of beta1 and upgrade to current16:21
cjwatsonYou'll have to get it from somewhere else16:22
cjwatsonIn any case, you'd only be able to do a beta-1 install now if it were networkless ...16:23
cjwatsonOtherwise it'd be a hybrid16:23
LaneyYeah, not massively sure any such test results will be useful16:23
balloonsfair enough. ty cjwatson and Laney16:24
cjwatsonskaet: what are you trying to learn from this that you wouldn't learn from an upgrade from precise?16:24
xnoxballoons: if he had snapshots archive, it would be interesting to install from beta1 archive snapshot & dist-upgrade to -rc archive snapshot or final.16:25
xnoxballoons: but we don't have archive snapshots.16:25
cjwatsonIf we want to do this kind of thing, we would need to plan ahead - e.g. archive test installs done at beta-1 time16:25
cjwatsonI plan to clean beta-1 entirely off cdimage fairly soon - it should have been done at beta-2, really16:26
slangasekballoons: hrm, why is upgrade testing from beta1 to rc anything that you are focusing on?16:34
slangasekah, see that's answered in scrollback16:35
balloonsslangasek, we'll have to await skaet for that answer. I believe she wanted to check unity regressions16:35
jdstrandinfinity: iirc, you asked over the weekend about firefox 16 going to quantal-- I think it needs to go, but we need to test a bit more16:35
infinityjdstrand: Check.16:35
infinityjdstrand: At least it's all built now. ;)16:36
jdstrandinfinity: indeed-- was that the main bit you cared about? ie, can I just pocket copy to quantal after testing?16:36
cjwatsoninfinity: firefox/quantal-proposed is still needs-build, actually16:36
infinitycjwatson: 16, not 15.16:36
cjwatsonIf that's what you mean ...16:36
jdstrandthese are in https://launchpad.net/~ubuntu-mozilla-security/+archive/ppa/+packages16:37
cjwatsonOh16:37
cjwatsonDoes that include the changes in quantal-proposed?16:37
jdstrandchrisccoulson: ^16:37
chrisccoulsonjdstrand, cjwatson, yeah, it's got all of the changes from quantal-proposed16:38
infinityAnd more, apparently.16:38
infinityNewer version of globalmenu again.16:38
cjwatsonThen it would be ideal to copy it sooner rather than later and supersede -proposed16:38
cjwatsonSince we're short of build time and there's no point in duplicate ten-hour builds16:38
jdstrandI'm happy to do that. we need to test i386 a bit more though16:39
skaetcjwatson, balloons,  sorry, was otp.   Want to make sure that those end users who have installed beta 1 don't have any big surprises esp. on i386/amd64.    We can release note if the only issues are on arm - but it would be good to know what they'll be seeing.16:39
infinityI can just delete 15 from proposed if we definitely plan to copy 16.16:39
jdstrandthe security issues warrant it16:39
infinityYeah, that's why I was pushing for it.16:39
cjwatsonskaet: it just seems like an oddly specific thing to focus on - one would expect that for the most part any issues seen upgrading from 12.04 would be a superset16:39
infinityDoesn't seem to make sense to wait and do a 0-day security release.16:39
jdstrandno16:40
cjwatsonskaet: and I really don't want to go resurrecting beta-1 images when QA apparently doesn't already have copies16:40
jdstrandthis one is pretty important based on the upstream advisories16:40
infinityjdstrand: What about thunderbird 16, has it been tested?16:41
jdstrandnot yet, I'll be testing that next16:41
infinityjdstrand: (Copying that one would also get us out of doing two long builds)16:41
jdstrandthat one hasn't been tested at all btw. firefox/amd64 has been16:41
* jdstrand is working on these as we speak-- tbird will be a little while though16:42
infinityjdstrand: Alrighty.16:42
skaetcjwatson, ??  Why were the copies of the beta 1 images removed for desktop and server?   They are still there for cloud...http://cloud-images.ubuntu.com/releases/quantal/beta-1/16:44
skaetinfinity, ^ ?16:44
cjwatsonskaet: We always remove the previous milestone when publishing the next one.  We have done ever since long before you joined16:44
cjwatsonskaet: Cloud has an entirely separate publishing process that is nothing to do with me16:45
slangasekcjwatson: so we're not expecting gcdx64.efi to work for netboot at this stage, right?  Given that /.disk/info will not exist16:45
cjwatsonThere isn't even a defined location where previous versions of the ones that go on releases.ubuntu.com mightgo16:45
cjwatsonslangasek: No, that would need the Fedora fw_path patch I think16:45
slangasekok16:45
skaetballoons, can you please test for beta2 forward then.16:45
utlemmingskaet: the policy for the cloud images is to provide all milestones indefinately. There was a revolt a bit back on about removing previous milestones.16:46
cjwatsonRight, that is definitely not the policy for cdimage and never has been16:46
balloonsskaet, lol. I originally announced it as beta2, re-sent the clarification 30 mins ago that we wanted beta116:46
infinityutlemming: That's a strange policy.16:47
infinityutlemming: Interesting for QA bisection, somewhat confusing to present users with an option to use images that aren't based on release versions (and probably lack an obvious route to the matching source, too)16:48
cjwatsonI don't want to reinforce any notion that it's just as OK for people to install beta-1 as beta-2 and that we'll support them both.  errors.ubuntu.com indicates that we have a hard enough time getting users to upgrade as it is.16:48
utlemminginfinity: the bisection is part of why they are there. But if you look http://cloud-images.ubuntu.com/releases you'll see that we have a whole library of all the images that have been declared "release" or "milestone"16:49
skaetutlemming, cjwatson - something to discuss at UDS.   cjwatson, understand your point, keeping them accessible without heroics, so we can set expectations of the experience a bit better seems prudent if we have the space.16:49
skaetbut they shouldn't be an easy default.16:49
cjwatsonWe don't have the space to do it for any more than a short period of time.16:49
utlemmingfor the cloud-images, space is easy -- we use the cloud16:50
skaetcjwatson,  maybe doing what utlemming is doing might make some sense?16:51
infinityutlemming: There's probably some GPL violation going on there.16:51
cjwatsonskaet: I'd rather not.16:51
cjwatsonI'm honestly quite happy with the way it is ...16:51
infinityskaet: People installing from old media has always been a problem, any publishing of old media just encourages it.16:52
cjwatsonI don't want us to have to maintain a full library of all milestones.  We build a much larger family of images than cloud-images does.16:52
cjwatsonAnd for bisection, it's usually enough to bisect between packages, and they're in the librarian.16:53
skaetcjwatson,  am not advocating all milestones,  only the betas16:53
cjwatsonI don't think they're particularly special for this.16:53
cjwatsonIt took errors.ubuntu.com much longer to stop showing errors from beta-1 than it should have done16:54
skaetyeah,  I noticed that too.16:54
cjwatsonA ubiquity crasher fixed in beta-2 was the top crasher there for well after beta-2 was released16:54
cjwatsonThat says to me that *any* increase in visibility of beta-1 would be a mistake16:54
* ScottK agrees with cjwatson16:55
skaetUnderstood.   It leaves us without a good way of understanding what will happen to the beta1 users when they try to update to the release candidate, but that is the tradeoff then.16:56
Davieycjwatson: surely it's only a violation if a user requests the source, and it isn't provided?  Isn't this just a case of having binaries hanging around?16:56
Daviey(with the source available)16:56
cjwatsonDaviey: I didn't mention violations.16:56
DavieyAh, my eyes are too slow.. it was infinity.16:57
cjwatsonBut we are equally without a good way of understanding what will happen to the beta-1 users who'd last updated a week after beta-1, or two weeks after beta-1, and then upgraded to rc16:57
cjwatsonWe do not in general encourage users to upgrade only at milestones; we strongly encourage them to upgrade continuously over the network16:58
cjwatson(e.g. by popping dialogs up in their faces)16:58
ScottKIf you run the development release and don't update for weeks at a time, I think you own whatever happens16:58
skaetcloser to rc,  less update churn,  less concern.   Its the earlier ones that were lingering I was concerned about.16:59
infinityDaviey: As long as launchpad keeps every source package ever (a promise we've not made for !release versions, though it may currently be true), then yes, it's only a violation in spirit to not provide a source CD, not in letter.16:59
skaetHowever,  its moot for now.    A possible UDS discussion.   I agree its not worth resurrecting the beta 1 images.17:00
infinityI, like Colin, see no real reason to discuss this at UDS.17:02
cjwatsonDear gtk+3.0/armel: please finish building so that the world's installable again there17:04
cjwatson(OK, in -proposed)17:04
cjwatsoninfinity: You don't happen to know how to clear the stuck pyorbit build on chort, do you?  See #launchpad-ops backlog17:04
cjwatson(FWIW, we keep the *logs* of old image builds available essentially forever, so that developers can do archaeology)17:06
infinitycjwatson: Oh, weird.17:06
stgraberLaney: I noticed you reviewed bug 1064232, can you also review bug 1051162?17:27
ubot2Launchpad bug 1064232 in ubiquity-slideshow-ubuntu "[FFe] New screenshots for installer slideshow in Ubuntu 12.10" [High,Triaged] https://launchpad.net/bugs/106423217:27
ubot2Launchpad bug 1051162 in ubiquity-slideshow-ubuntu "FFe: ubiquity-slideshow-ubuntu-gnome" [Wishlist,Confirmed] https://launchpad.net/bugs/105116217:27
stgraberI'd prefer to do a single upload before we freeze for good (with updated translations and all the FF that were approved)17:28
* ogra_ has an ubuntu-meta upload pending ... anyone else wanting any seed changes before i generate the package ?17:28
stgraberI know I could review bug 1051162 myself, but I really don't have an opinion on it.17:28
ubot2Launchpad bug 1051162 in ubiquity-slideshow-ubuntu "FFe: ubiquity-slideshow-ubuntu-gnome" [Wishlist,Confirmed] https://launchpad.net/bugs/105116217:28
infinitystgraber: Seems reasonable to me.17:31
infinitycjwatson: armel-rebuild is done, I'm guessing, from your text file?  (linux-linaro-* don't need rebuilding, obviously, and I assume there's a reason you skipped zope.interface?)17:37
Laneystgraber: yeah, sure, if gnome remix guys are happy with it17:37
cjwatsoninfinity: zope.interface is building/recently-built17:38
infinityAh-ha.  So, done.  Yay.17:38
cjwatsoninfinity: So yeah, it's done modulo publisher17:38
LaneyDoesn't seem to have reviews though, so you might want to check17:38
cjwatsonLet queue reviewers rejoice17:38
jdstrandinfinity: so, as it turns out, tbird won't be released by upstream until tomorrow17:38
jdstrandinfinity: when is the latest we could push it into quantal?17:39
cjwatsoninfinity: still building, actually, on heka17:39
ogra_slackers17:39
dokocjwatson, looking at http://www.freedesktop.org/software/systemd/man/os-release.html /etc/os-release for precise. VERSION_ID may not contain white space, so either set it to 12.04, or 12.04-LTS?17:39
skaetjdstrand,  so 0 day SRU.17:39
infinityjdstrand: Tomorrow's fine with me.17:39
* jdstrand got conflicting responses17:39
cjwatsondoko: you're the os-release guru :)17:39
skaetinfinity,  how will that interact with the translations landing?17:39
skaetwe need to have the release candidates on Thursday.17:39
jdstrandtbird has its own locales...17:40
cjwatsondoko: personally I'd be inclined to suggest just 12.04 there, from the description, but I suppose it could go either way17:40
jdstrandeg thunderbird-locale-zh-tw17:40
dokocjwatson, well, I would keep it as 12.04 for consistency. the pretty names include  the LTS anyway17:40
dokook17:40
cjwatson"mostly numeric"17:40
infinityskaet: What jdstrand said.17:40
infinityskaet: thunderbird and firefox translations are completely decoupled from langpacks.  If they weren't, our policy of new upstream releases in security would be a nightmare.17:41
skaetinfinity,  its the build time I'm worrying about.17:41
infinityskaet: It's already built.17:41
jdstrandinfinity: so, I guess we can't kill the tbird builds... if upstream delays past tomorrow, then we'd need 15 for the images17:41
slangasekbweh, why is os-release needing backported to 12.04?17:42
jdstrandskaet: these are staged in the ubuntu-mozilla-security ppa, all built and ready17:42
skaetjdstrand,  if the are already build, then we have more flexibility.17:42
infinityjdstrand: Honestly, if you guys have it well-tested, I'm happy squeezing it in just about any time, as long as there are other image builds going too.  Waiting a week for a 0-day security release seems silly.17:42
* skaet would like to understand what has been tested though17:43
ogra_slangasek, to make myunity not source /etc/lsb-release ?17:43
ogra_:)17:43
infinityjdstrand: (But we may end up building 15 anyway, it's just not high on the queue right now)17:43
jdstrandinfinity: ok-- my amd64 testing looks good overall-- we need a newer enigmail and I've yet to test lightning yet, but it is solid overall17:43
jdstrandinfinity: I'll let you decide on 15 then17:44
jdstrand(to build or not to build)17:44
dokoslangasek, was a request in the report. I think it's harmless, and only useful for third party vendors17:44
jdstrandinfinity: we also have reports that i386 is good too, so 16 seems pretty solid17:44
jdstrandI'll report back if I have an issues17:44
skaetjdstrand, how is arm looking17:45
infinityjdstrand: Alright, cool.  Push enigmail (and lightning, if required) to the PPA ASAP too, so we can just do a batch copy if/when we want to.17:45
jdstrandit is built. I don't have arm machines17:45
infinityskaet: It can't be any worse than 15 on ARM, which hasn't built yet, so hasn't been tested. :P17:45
jdstrandthat may change in the future, but we currently only test i386 and amd6417:46
slangasekdoko: are there specific third-party vendors that need this?  Otherwise, it doesn't seem to me to be a good use of time to SRU for - especially since it would need to be SRUed into all supported releases to have the intended effect17:46
dokostgraber, did you leave DISTRIB_RELEASE untouched by intent for the .1 release?17:46
jdstrandinfinity: re pushing-- lightning is there, it needs testing. enigmail also happens to be there, but we need a newer. ack17:46
stgraberdoko: yes, IIRC the documentation says not to touch DISTRIB_RELEASE17:46
* jdstrand resumes testing17:47
stgraberdoko: "Upload a new base-files package to -proposed to bump the lsb_release description (example for 8.04.4). Do not change the DISTRIB_RELEASE value, which is used programmatically by third-party software." <- https://wiki.ubuntu.com/PointReleaseProcess17:47
cjwatsonOK.  component-mismatches clear (next publisher), priority-mismatches clear, architecture-mismatches clear (once my fso-frameworkd upload is reviewed, built, and published), NBS will be clear once epiphany-browser finishes on ARM, quantal_probs not clear but I think it's just lagging builds, quantal_outdate_all probably the next hitlist17:48
cjwatsonGetting there17:48
skaetThanks cjwatson17:48
cjwatsondoko: Yeah, we've had trouble in the past from changing DISTRIB_RELEASE so we don't17:49
dokoslangasek, no specific. I'll add patches for python and openjdk to use it. and at least the openjdk updates tend to go to older releases too17:49
infinitycjwatson: _probs all looks like armhf lag to me, yeah.  I was about to work on outdate_all as well.17:49
cjwatsonBe my guest.  EOD is somewhere in the near future for me.17:49
dokostgraber, cjwatson: ok, doing the same with VERSION_ID17:49
slangasekdoko: that doesn't sound like third-party to me if you're talking about doing it in Ubuntu17:49
slangaseknothing in Ubuntu should rely on /etc/os-release17:49
cjwatsonWouldn't mind clearing some of those ruby build failures for real.17:49
infinitycjwatson: Couldn't we just use copy tricks to fix fso-frameworkd?17:51
cjwatsonNot sure.  I preferred to keep it simple, really.17:52
infinitycjwatson: Actually, is fixing it even necessary?17:53
cjwatsonIt's only a five-minute build on one architecture.17:53
cjwatsoninfinity: It shows up on architecture-mismatches, so I wanted to clear it properly.17:53
infinitycjwatson: arch-mismatches is whining because the arch:all binary only exists on armel, but the arch:any binary only exists on armel...17:53
cjwatsonAnd it has some rdepends.17:53
dokoslangasek, not relying, just using it. platform.linux_distribution() is part of the standard library17:53
cjwatsonThe arch:all binary should exist on armel, though, shouldn't it?17:53
infinitycjwatson: It does.17:54
cjwatsonRight now it doesn't (well, not at the right version)17:54
dokofor openjdk, it's just used to identify the OS in core dumps17:54
infinitycjwatson: At least, that's how I read it?17:54
cjwatsonIt's an old version, according to rmadison17:54
cjwatsonI was trying to clear it out of outdate_all last week and I think I made a mistake17:54
cjwatson(Nothing really reports on partial NBS so it has to be cleared by hand)17:54
infinityHrm.17:54
pittihello all17:55
infinityWill rmadison actually show if :all exists in more than one version on different arches, or just pick one to report on?17:55
pittiI just noticed that I forgot to sync udisks2 yesterday (I uploaded it to experimental on Friday, but it didn't get imported into LP in time)17:55
cjwatsonI think it collects them.17:56
pittiit updates from our git snapshot to the official 2.0.0 release; it's got some nontrivial changes, but I'm happy to answer any question about it17:56
cjwatsonHmm17:56
cjwatsonIt's an architecture: all from a source not built on i38617:56
pittiI've been running it on my machine since Thursday, and it has quite an exhaustive test coverage17:56
cjwatsonSo actually there's no way to build it in our build system17:56
cjwatsonThe Debian maintainer presumably does a -b build on armel ...17:57
infinityRight, there isn't.17:57
cjwatsonSo yeah, reject that then.  I'll just have to remove the arch all binary, and think about its rdepends17:57
dokoanyway, afk now17:59
infinitycjwatson: Or drop fso-frameworkd-gta* from the packaging, so it's pure arch:all.18:00
cjwatsonThat sounds like it requires thought.18:00
zygahi18:00
cjwatsoninfinity: If you understand it can I convince you to do something about it? ;-)18:01
infinitycjwatson: Yeah, sure.18:01
cjwatsonAwesome.18:01
infinitycjwatson: It just means dropping some armel-only other bits too, which doesn't seem like a huge loss.18:01
* cjwatson rejects his upload18:01
* zyga is here for https://code.launchpad.net/~roadmr/ubuntu/quantal/checkbox/0.14.9/+merge/12877718:01
zygaif anyone has questions -please ping me about it-18:02
infinity(making "!x86 all" builds work might be a nice goal, though)18:02
cjwatsonOoh, yay, NBS cleared.18:06
* infinity cheers.18:06
infinityAnd it only took two weeks to build epiphany and do it.18:07
infinityOh, hey, only one week.  I guess I'm having temporal issues.18:07
infinityCopied gtk+3.0 to release.18:09
skaet:)18:26
jdstrandskaet, infinity: fyi, enigmail is fixed, lightning works, and tbird testing shows it works fine. we are only waiting on upstream now18:37
jdstrand(well, and enigmail to build in the ppa, but that won't take long)18:37
jdstrandchrisccoulson: thanks ^18:37
skaetjdstrand.  ok.18:40
infinityjdstrand: In that case, are you okay with us killing all the tbird/ffox quantal 15 quantal builds and assuming we'll get 16 for sure in the next day or three?18:43
jdstrandinfinity: I think so, yes18:44
infinityRight, then.  Removing ffox from proposed, and setting about killing some things to free up buildd time.18:45
=== henrix is now known as henrix_
ogasawaraskaet, infinity: I've uploaded the kernel (no ABI bump).  It just needs approval in the queue.  After discussion, we decided to wait to include the patches for bug 1063061 and handle it as an SRU instead.  So this upload is intended to fix the bugs I mentioned earlier, ie bug 1061599, bug 1021471, bug 1030233, and bug 71797019:02
ubot2Launchpad bug 1063061 in linux "please backport support for EFI vars > 1KB" [Medium,In progress] https://launchpad.net/bugs/106306119:02
ubot2Launchpad bug 1061599 in linux "beagle: omap3: usb is dead" [Undecided,Fix committed] https://launchpad.net/bugs/106159919:02
ubot2Launchpad bug 1021471 in linux "clone() hang when creating new network namespace (dmesg show unregister_netdevice: waiting for lo to become free. Usage count = 2)" [High,Confirmed] https://launchpad.net/bugs/102147119:02
ubot2Launchpad bug 1030233 in linux "not have bluetooth usb 0489:e046 Foxconn / Hon Hai" [Medium,Fix committed] https://launchpad.net/bugs/103023319:02
ubot2Launchpad bug 717970 in linux "After sleep, key presses get lost and trackpad is jittery" [High,Fix committed] https://launchpad.net/bugs/71797019:02
skaetogasawara, ack19:02
skaetinfinity,  you able to review it through?19:03
infinityskaet: Aye.19:04
skaetinfinity, thanks.19:05
infinityogasawara: Any idea if ti-omap4 and armadaxp will get a final rebase to this version as well?19:05
ogasawarainfinity: we can likely get ti-omap4 rebased and uploaded.  I'll need to nudge ike about armadaxp.19:06
infinityogasawara: Both would be lovely, so they land in the release d-i.19:07
ogasawarainfinity: ack19:07
infinityapw: lowlatency rebase, if you please, and a reminder about getting me access to that tree. ;)19:07
apwinfinity, waiting on your acceptance :)19:08
* infinity peers at the queue.19:08
infinityLies and subterfuge.19:08
infinityOr you mean waiting on me reviewing and accepting linux?19:08
infinityI suppose that's fair. :P19:09
infinityI'm waiting on LP to provide me a useful diff, cause I'm tethering on 3G and have no urge to download the whole source package.19:09
ogra_infinity, hmm. you added the touch for the oem-config enabling to live-build ... somehow that touched file isnt in the tarball (nothing that needs to be solved now ... just noticed it)19:12
infinityogra_: I suspect you're quoting distant past.  This relates to ac100 tarballs?19:13
ogra_yeah19:13
ogra_i'm abusing tehm for another project atm19:14
ogra_and noticed the file isnt there19:14
ogra_doesnt affect ac100 since that checks for it and touched it if its no available19:14
ogra_*touches19:14
infinity...19:14
infinityThen I'm not sure why live-build would have done it at all?19:14
infinityCause jasper did it too, didn't it?19:14
ogra_yep19:15
roadmrHello! Is it still OK to upload a last-minute version of checkbox? (has udisks2 support which is rather important). https://code.launchpad.net/~roadmr/ubuntu/quantal/checkbox/0.14.9/+merge/12877719:15
infinityogra_: I see no mention of oem-config in live-build at all, I think you may be mistaken. :)19:15
ogra_but we discussed it in the past and both aggreed it should be done in live-build instead19:15
ogra_err, livecd-rootfs indeed19:15
infinityogra_: We may have discussed it, it clearly never happened.19:15
infinityOh, indeed.19:15
roadmrour beloved sponsor is reviewing it but wanted to know if it's Ok to do the upload19:16
ogra_sorry, mixing package names here19:16
infinityogra_: Although, I don't see it there either.19:16
infinityogra_: Unless you mean the config/oem-config-preinstalled bits?19:16
ogra_infinity, exactly that19:16
infinityogra_: Which isn't about the tarball at all.19:16
zygahey, can we please get an exception for a pending merge request for checkbox19:16
infinityogra_: That's touching a file in the build directory, so we can know what mode we're in across invocations, that's all.19:17
infinityogra_: Which then allowed me to do things like set up a sane sources.list.19:17
ogra_hmm19:18
infinityogra_: In fact, that's all that was used for, it looks like.19:18
ogra_k, i thought i saw it touching the file in the tarball somewhere19:18
* ogra_ makes a note to fix that for R19:18
infinityogra_: In that same 'if [ -f config/oem-config-preinstalled ]; then' block, you could certainly also do the /var enabling magic, to get it out of initrd hack land.19:19
ogra_yeah19:19
ogra_nothing for quantal though19:20
ogra_and for my other project i repack the tarball anyway19:20
cjwatsonLaney: I'm rather tempted to start removing FTBFS out-of-date haskell binaries on armhf.  What do you think?19:21
Laneyyes19:21
infinitycjwatson: If we had the CPU time right now, I'd suggest one more give-back.19:21
cjwatsonIs there reason to believe it'd help?19:22
infinityNope!19:22
cjwatson(Of course, we can always give-back after removal too)19:22
LaneyI believe it to be a genuine ghc bug19:22
infinityExcept that if they worked before, it's odd that they're broken now.19:22
infinityOh, if GHC is genuinely FUBAR, then screw it.  Remove away.19:22
infinityThat's not getting fixed this week.19:22
cjwatsonLaney: Do you have a reference or anything?  It'd be nice to be able to quote something in removal comments, even if it's speculative19:23
Laneyno :/19:23
LaneyI'll file a bug with "HEY IT'S BROKEN LOL"19:23
Laneythat we can use as a placeholder19:23
ogra_Laney, cant you follow standards ?19:23
infinityogasawara: You reintroduced all the .gitignore files...19:23
ogra_the proper wording is "doesn't work!!!11!"19:24
LaneyTHAT'S IT, I'M MOVING TO SCHEME19:24
infinityogasawara: Or were those in your orig? :P19:24
ogasawarainfinity: they're in the orig19:24
ogra_lol19:24
infinityD'oh.  Kay.19:24
ogra_git is so ignorant19:25
ogasawarainfinity: apw and I intend to sit down at UDS and sort out the file deletion issue we're seeing when packaging19:25
cjwatsonI'm seriously tempted to consolidate testing{,-ports}/quantal_outdate_all.txt19:25
cjwatsonDue to Architecture: all handling it's a lot clearer if you can see both at once19:25
infinitycjwatson: Consolidating testing in general probably needs to happen anyway.19:25
Laneycjwatson: do you see any similar problems on armel?19:26
cjwatsonLaney: haskell-chell (my current example) built on armel but not armhf, although I haven't compared ghc versions19:26
Laneyshould be the same, I'm just wondering if all of the segfaults are armhf19:27
cjwatsoninfinity: the whole thing is a bit less clear because quantal_probs.html is used as a green light in things like jenkins tests, Rick's morning web browsing, etc.19:27
cjwatsoninfinity: but nobody except archive nerds looks at quantal_outdate_all.txt19:27
infinitycjwatson: Maybe, yeah.  I dunno.  I think a goal of having _probs be unprobby on all arches isn't so awful anyway.19:28
cjwatsonPost-CI/britney/whatever I think that'd be good.19:28
infinityRight.19:28
cjwatsonAt the moment it's likely to be a lot of noise and increased stress due to perceived breakage in ports19:29
infinityAuto-britney was kinda where I was going with "it needs to not have a ports split anymore soon".19:29
cjwatsonYeah, that's like a couple of lines at the top anyway.19:29
cjwatsonI expect you'd be using a different instance.19:29
infinityogasawara: Accepting, after manual noise filtering.19:29
ogasawarainfinity: thanks19:29
ogasawaraapw: ^^19:29
apwack19:30
cjwatsonLaney: haskell-chart failed on armel with a segfault19:33
cjwatsonhaskell-file-embed/armel with SIGILL (like haskell-chell/armhf)19:33
infinitySIGILL?19:33
cjwatsonhaskell-yesod-form/armel with SIGSEGV19:33
infinityThat's specially.19:33
infinityspecial, too.19:34
cjwatsonSeems a bit of a mix, really.19:34
cjwatsonAnd oddly random.19:34
* Laney eyes trac19:34
Laney"preview" appears to have submitted19:34
Laneyhttp://hackage.haskell.org/trac/ghc/ticket/731619:36
Laneycjwatson: ^ (mostly a placeholder)19:36
cjwatsonOK, http://people.canonical.com/~ubuntu-archive/testing/quantal_outdate_all.txt is all-arches now, and .../testing-ports/quantal_outdate_all.txt redirects to it19:36
cjwatsonLaney: thanks19:37
roadmrhi, sorry to pester again, I know everybody is busy :/ is it ok to upload checkbox 0.14.9? merge here https://code.launchpad.net/~roadmr/ubuntu/quantal/checkbox/0.14.9/+merge/12877719:37
cjwatsonroadmr: You should upload so that it can be reviewed in the queue19:38
roadmrcjwatson: ok, will upload then. Thanks!19:38
cjwatsonThis isn't me granting an FFe, just saying that's how we do reviews19:38
cyphermoxcjwatson: ah, there was a misunderstanding19:38
cyphermoxI was curious as to whether this kind of change warranted a FFe, I'm on the line for this one19:39
cyphermox(I'm working on the merge and preparing the package)19:39
skaetroadmr, it does require an FFE.   There's a new feature in it.    Can you please make sure you're following the FFE process, and especially document the testing done on it so far.19:39
roadmrskaet: sure, I'll do that in the linked bug19:40
cyphermoxskaet: thanks;19:41
skaetroadmr, ok.  please paste the link of the bug here, and make sure its targetted to quantal, and release team subscribed so it can be commented as the review happens.19:41
cjwatsonHeh, I just finished reviewing the udisks2 sync19:42
cjwatson(And would have accepted it too)19:42
infinitycjwatson: This is what you get for working past your EOD.19:42
infinitycjwatson: Hands off my queue and go have a pint? :P19:43
skaetjdstrand,  Daviey - what is the current status of openstack-resource-agents that's still in New?19:43
* jdstrand has done nothing with it19:43
cjwatsonTrying to get a baby to sleep - reviewing actually isn't a bad activity19:43
zygacjwatson:19:44
zygacjwatson: \o/19:44
infinitycjwatson: Especially if you read the diff out loud?19:44
zygahaha19:44
cjwatsonSpeech synthesis, man.  Have you no love of gadgetry?19:44
infinitycjwatson: Like those creepy voices could ever soothe a child.19:45
infinitycjwatson: You need to make the diff into a story.19:45
skaet:)19:45
cjwatson"Once upon a time, there was a datadir that was equal to dot"19:46
cjwatsonI think it lacks a compelling sense of characterisation19:46
jdstrandheh19:46
infinitycjwatson: "And then the header was included, allowing the prototype to be defined correctly, and the compiler no longer complained about implicit declaration.  Can you say implicit?  ihm plih sit."19:46
* skaet giggles19:46
roadmrskaet: https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/1016035 I just updated the description and the build/install/upgrade logs are there too19:47
ubot2Ubuntu bug 1016035 in checkbox "Every script that uses udisk in currently broken in Quantal" [High,Fix committed]19:48
infinityIf I ever reproduce and my child's first words are "implicit declaration" or "buffer overflow" or something, I suspect I would have failed as a parent.19:48
infinityAnd yet, also succeeded somehow.19:48
cjwatsonmy mother once told some students in her charge - this was while as a teacher in um 1970s or so Northern Ireland - that they could say the Sinn Féin slogan if and only if they could spell it19:49
cjwatsonsorry, not sure that was totally apposite, you just reminded me of it somehow :)19:50
apwinfinity, low-latency in the queue for you19:51
zygainfinity: you can avoid the 'failed as a partent' part if your children can fix the buffer overflows ;-)19:51
* skaet a bit confused about what is so hard to spell about the slogan after looking it up on wikipedia, but *shrug*19:52
cjwatsonmy stepson, whose father's a train geek, had his first word as "engine"19:52
cjwatsonskaet: oh, there are a couple.  I'm referring to https://en.wikipedia.org/wiki/Tiocfaidh_ár_lá19:53
ScottKWhen I lived in Ireland (Dublin) I learned a few words of Irish.  The only way I ever learned to spell any word was to fully memorize it.  I was never able to divine any rules.19:53
cjwatsonIt's actually more regular than English, just totally different.19:53
infinity"Oh the English came, and they jumbled up the letters, but those brave Irish boys turned them into a word..."19:53
ScottKRight.  I didn't say there weren't any, just none I could figure out.19:54
skaetcjwatson,  yeah, that one makes the story make more sense.19:54
skaet:)19:54
cjwatson(BTW not endorsing the political sentiments of the above wikipedia page ...)19:54
infinityapw: Reviewificating.19:54
skaetfair 'nuf19:54
* cjwatson starts in on nuking OOD haskell builds then19:55
apwinfinity, linux-signed for linux in the queue19:56
Davieyzul: Am i being daft.. is bug 1050359 also covered in the nova upload?20:07
ubot2Launchpad bug 1050359 in nova "Tests fail on 32bit machines (_get_hash_str is platform dependent)" [Medium,Fix committed] https://launchpad.net/bugs/105035920:07
zulDaviey: fixed in a previous upload20:08
Daviey-ubuntu-fix-32-64-bit-iss.patch20:08
Daviey+ubuntu/ubuntu-fix-32-64-bit-iss.patch20:08
zulDaviey:  i just moved the patch to the ubuntu directory so when we do SRUs we can just drop the patch20:08
knomeugh, we need to get bug 1063453 through20:11
ubot2Launchpad bug 1063453 in xubuntu-docs "references to 3rd-party intellectual property need to be displayed with trademark" [Low,Fix committed] https://launchpad.net/bugs/106345320:11
skaetDaviey, ^ what's the story on openstack-resource-agents - what's left, or should I just reject it from quantal?20:21
* skaet notes its been in NEW for over a week at this point.20:22
knomeskaet, can you give some opinion about that ^ so i can mentally prepare myself for things i need to do?20:22
Davieyskaet: Good question, i've been tentatively thinking of reviewing it.  I'd quite like it in Quantal.. but it's not required.20:22
skaetDaviey,  your call then.   either in or reject today please then.20:22
Daviey(Good chance it will be main next cycle, and it's nice to expose stuff for a cycle first... right?)20:22
skaetknome,  looking20:23
knomeskaet, thanks20:23
stgraberrsalveti, ogra_, infinity: is the xf86-video-omap in the queue a request of one of you? (it's a sync so I can't know how to poke about it)20:24
rsalvetistgraber: tjaalton pushed it, it's a minor upstream bug-fix only release, which I tested already20:27
araskaet, any chances to get the ffe for checkbox? or we should just give up20:29
tjaaltonstgraber: yeah, I uploaded it20:30
stgrabertjaalton, rsalveti: ok. The delta at http://launchpadlibrarian.net/119246857/xf86-video-omap_0.4.0-0ubuntu2_0.4.1-1.diff.gz isn't terribily readable, but based on the changelog only, it's showing new features (xrandr rotation) that'd require a FFe20:33
skaetara,  if its not absolutely critical,  prefer not to introduce more churn.   If it is critical,  please give detailed summary of testing done so far, and why it is not introducing risk by including it.20:33
* skaet --> appt. bbl20:33
stgraberrejected xf86-video-omap for now, we can always get it back from rejected if needed20:35
araskaet, it is kind of critical, as checkbox is on the cd, and currently, all storage tests are broken20:35
araskaet, we will include the information20:36
rsalvetistgraber: indeed, the rotation is a new feature there20:36
Davieyxpra: accepting, dig into the debian RC bug.. Looks reasonable, and fixes buggy version.20:36
rsalvetitjaalton: which is also not critical for us, so don't think it's worthy having the FFe for it20:37
rsalvetitjaalton: the other fixes are useful though20:38
Davieybarry: woooaaahhh.. mediathekview looks pretty extensive change.. bug 889117 doesn't seem very extensive.. what is the stauts?20:40
ubot2Launchpad bug 889117 in mediathekview "new version of mediathekview -needs packaging" [Undecided,Confirmed] https://launchpad.net/bugs/88911720:40
barryDaviey: i was looking at bug 1064451.  there are no rev-deps and it's universe so it seemed harmless, but i could be convinced otherwise20:41
ubot2Launchpad bug 1064451 in mediathekview "Sync mediathekview 3.0.0-1 (universe) from Debian unstable (main)" [Undecided,Fix released] https://launchpad.net/bugs/106445120:41
arastgraber, hey, could you have a look to FFe of https://bugs.launchpad.net/checkbox/+bug/1016035, please?21:02
ubot2Ubuntu bug 1016035 in checkbox "[FFE] Every script that uses udisk in currently broken in Quantal" [High,Fix committed]21:02
arawe are losing our sponsor :)21:02
araor anybody else in the release team21:02
araDaviey, ?21:04
zygacjwatson: still up?21:05
zygastgraber: or you maybe?21:05
zygapitti: ^^ ?21:05
zygaanyone that saw me during the last few years ;)21:05
zygaplease help21:05
Davieyara: heya21:06
araDaviey, trying to get a FFe from the release team for https://bugs.launchpad.net/checkbox/+bug/1016035,21:07
ubot2Ubuntu bug 1016035 in checkbox "[FFE] Every script that uses udisk in currently broken in Quantal" [High,Fix committed]21:07
araDaviey, it'd be great if you could have a look21:08
Davieyara: Can you get it into the queue for review there please?21:09
araDaviey, trying that, but the sponsor wouldn't want, let's try gain21:10
araagain21:10
zygaDaviey, ara: what does that mean, we need to dput the package to the review queue?21:11
arazyga, it means that even if cyphermox upload it (yes, with dput), it'll go to a queue21:12
zygaara: right, and isn't that the current goal?21:13
Davieyzyga: yes, the archive is in frozen state meaning each upload is wedged pending review.  Where it will be accepted or rejected21:13
zygaok21:13
Davieyara: I'm trying to grok the changes, and it's too much for me to work out.  You are quite confident this is well tested and regression free?21:14
Davieyara: This wouldn't impact any other flavours would it?21:14
araDaviey, no, just Ubuntu21:14
DavieyAnd I can't imagine this is covered in documentation, right?21:14
araDaviey, it is not part of Ubuntu Docs21:15
stgraberara: wrong, edubuntu ships it too21:15
jdstrandinfinity: firefox 16 is good. shall I copy now?21:15
stgraber(as edubuntu ships all of ubuntu)21:15
Davieystgraber: Do you want to take this review? :)21:15
stgraberDaviey: no21:15
Davieybah21:16
zygaDaviey: note, there's a non-squashed version21:16
zygaDaviey: if you want to read that instead21:16
infinityjdstrand: Please do.21:16
stgraberDaviey: I had a look at the change quickly and it's too big for me to review and not something I know much about (udisk2), so as it's, I'd just reject on the basis that it's way too late and that I prefer to stick with known limitations rather than get new problems.21:16
zygastgraber: known broken better than fixed by upstream but large delta?21:17
Davieyara: Impact on checkbox-cli ?21:17
stgraberzyga: yep, because we know what's broken vs potentially getting something even more broken that we just don't know about yet21:17
ScottKSince none of the udisk tests work, the downside risk seems likely low.21:18
zygastgraber: how can it be more broken if previous version just did not function anymore21:18
araDaviey, it impacts the scripts and tests, not the different interfaces, so, yes it impacts checkbox-cli as well21:18
zygastgraber: (anymore == since udisks2 became used)21:18
stgraberzyga: yeah, that's why I didn't reject it myself. I'm still fine if someone from the release team actually goes through the code and confirms that it's perfectly contained to the tests that aren't currently working21:19
* zyga is sorry about being emotional, I'm sure that every developer wants their package in the repo at this late hour and it's a very difficult job to review all that code and be the one to make the call to reject or include it21:20
Davieyzyga: passion is good :)21:20
knomeDaviey, the fruit?21:20
Davieyyah21:21
knomedon't like that21:21
Davieycyphermox: Can you get it in the queue real soon?21:23
jdstrandinfinity: copied21:24
cyphermoxDaviey: yes, I'll get it now21:48
zygaDaviey: the package is uploaded into the queue21:50
zygacyphermox: thanks a lot!21:50
cyphermoxDaviey: queuebot will notice it any second21:50
slangasekhrm, is python2.7 broken?21:52
slangasekhttps://launchpadlibrarian.net/119288447/buildlog_ubuntu-quantal-amd64.update-notifier_0.125_FAILEDTOBUILD.txt.gz21:52
slangasekthat didn't happen when I build-tested locally21:52
ScottKThat does look concerning.21:53
slangasekprobably on my side, since python2.7 hasn't revved lately21:58
cjwatsonslangasek: missing build-dep on python, so you only have python-minimal, I suspect22:03
slangasekah, doh22:03
slangasekthanks22:03
cjwatsonyou might be using slightly fatter chroots22:03
slangasekyeah :/22:03
Davieyslangasek: Are you using pbuilder or sbuild?  if sbuild, are they just mk-sbuild generated, or something fancier ?22:07
slangasekDaviey: I have a comparatively-rich chroot that I use for development22:07
slangasekit has things like 'bzr-builddeb' installed :P22:08
Davieyahh, ok :)22:08
Daviey(last cycle i hit an issue i couldn't reproduce outside the archive.. it did turn out to be a differing chroot)22:09
slangasekfunny how turning on the test suite at build time turns up a bunch of modules that are missing from the package runtime deps22:12
stgraberScottK: updated the madwimax bug, not sure how I missed that one last time I pushed a bunch of network SRUs...22:12
cjwatsongrr, pycuda, you weren't supposed to fail again22:13
cjwatsonapw: linux-signed still trying to download from quantal rather than -proposed, apparently22:29
cjwatsonof course we could always source-copy and not care, but ...22:29
apwcjwatson, that doesn't make any sense, it searches all of the connected pockets22:30
cjwatson(or indeed copy linux once it builds everywhere, build linux-signed, copy that)22:30
cjwatsonI'll look at the source later and see if I spot anything obvious22:31
cjwatsonI think sleep may call for now22:31
Davieystgraber: So, this checkbox upload.. It's been explained to me such that it is required to give the same testing coverage as 12.04..  The team are confident it is regression free, and if it did - they are committed to super fast resolution.  They are also on the hook for resolving issues it introduces to other flavours (ubuntu server ships the cli variant)22:32
DavieyBased on this, I am going to accept it, unless you scream otherwise.22:32
apwcjwatson, yeah too tired to make any sense now, will have to look at it in the mornign22:32
apwcjwatson, isn't the pool the same place regardless of the pocket the version is from ?22:34
stgraberDaviey: I'm fine with that. I just wanted someone to actually confirm that the change only affects the code that wasn't working as it wasn't obvious from the attachments to the FFe bug.22:35
ogra_apw, the pool is, the Packages file with the meta info isnt22:35
apwogra_, right and so for the signed files there is no difference in location regardless of which pcoket it is in then22:36
apwcjwatson, those files are not in the pool at all22:36
infinityapw:22:38
infinityDownloading http://ftpmaster.internal/ubuntu/dists/quantal/main/uefi/linux-amd64/3.5.0-17.28/flavours ...22:38
infinityapw: ^--- That's not the pool.22:38
apwright22:38
infinityapw: And that needs to look for quantal-proposed.22:38
apwoh hmmm22:38
apwthen i just have to guess22:39
apwok22:39
apwwe can do that22:39
infinityapw: Since it's looking for an exact version, that's fine.22:39
apwcjwatson, ok i know what is wrong here, will get it sorted and uploaded22:39
apwinfinity, thanks ...22:39
apwinfinity, yeah indeed.  i don't think i can tell if i shoud check proposed or not22:39
infinityapw: You can just test $series, $series-updates, $series-proposed in that order, and should be good to go.22:40
apwinfinity, ack thanks22:40
infinityapw: Oh, and $series-security, on the off chance it's a security update before getting copied to updates.22:40
infinityapw: But yeah, since you're doing exact version checks, and no version can ever exist in the archive twice (even in history, including removals), checking all the pockets is fine.22:40
infinityapw: Heck, you could even make it backport-friendly by checking them last. :P22:41
infinityapw: I think we'll leave that kernel in proposed intentionally until you're sure you've sorted pocket handling, since it'll become critical post-release.22:42
apwinfinity, yes please do, i'll do all of that :)22:44
RAOFbg22:51
slangasekcjwatson: initial shim-signed package (re)uploaded; can you review when it hits the queue?22:54
* skaet --> back22:56
skaetThanks Daviey for handling the checkbox22:56
Davieysbeattie: Hey, can you check that the best fix for bug 1061879 really is shifting from Depends to Recommends?  I suspect that isn't enough.. But it's certainly no worse than the current situation... So happy to accept it.22:58
ubot2Launchpad bug 1061879 in apparmor "please have apparmor-notify Recommends libnotify-bin instead of Depends" [Medium,Triaged] https://launchpad.net/bugs/106187922:58
apwinfinity, whats the backport pocket called, -backport or -backports22:58
* skaet sees unapproved as empty, new with only the shim. nice. :)22:59
DavieyOn that note, i'm going to bed before it fills up again.23:00
Davieyo/23:00
* Laney looks forward to the final freeze mail23:00
skaetgood night Daviey,   thanks.23:00
* skaet goes to send it out.23:00
sbeattieDaviey: yeah, will do. Also, g'night!23:03
infinityapw: -backports.23:04
skaetLaney,  its sent now.   Should be making its way through the mail servers.23:09
Laneygroovy23:10
phillwskaet: I've only just checked my email and see the one from Julian...  He would not ask for such a thing so late on. Your views on the FFe?23:14
skaetphillw,  bug number again please?    lots going through.23:16
phillw*Julien*23:16
phillwskaet: https://bugs.launchpad.net/ubuntu/+source/lubuntu-artwork/+bug/104312923:16
ubot2Ubuntu bug 1043129 in lubuntu-artwork "[UIFe] Black borders on some active controls" [Undecided,Fix committed]23:16
phillwYes, i know I'm a PITA :D23:17
skaetphillw,  Julien writes:  I currently can't include the fixed theme in 12.10 because there is too much changes, with too much potential regression or change in the UI.  I'm not seeing anything else contrary in the bug,  that gives confidence.23:20
skaetthat its been tested, and won't likely introduce more regressions than issues it sorts.23:21
skaetFeel free to put more data in the bug if it exists.   This sort of change is probably best for 13.04 when it can get a lot more testing.23:21
phillwskaet: http://pastebin.com/emtpgLDF23:22
phillwyou were emailed it (I saw you on the list of recpients, of which I was the other).23:23
skaetphillw,  ok,  have to catch up with the email queue yet - mostly focusing on IRC today.23:24
phillwskaet: It is, from my memory, very, very rare for Julien to make a plea. Basically, he and the artwork are stuck, (I see lots of little bugs flying about). Please help him & lubuntu on this one.23:26
skaetphillw,  ok,  if Julien is will to revert and take the risk, we'll let it in.23:27
skaets/will/willing/23:27
phillwskaet: It seems that he has no choice. It's not ideal, it's not perfect but it's the best that can be done :(23:28
phillwhim coming back from his 2 weeks away to recharge his batteries ill, and quite ill has really messed things up. :(23:29
phillwskaet: thanks for that, I now owe you another favour! :D23:30
skaetphillw,  please work to get it uploaded now in next couple of hours, and we'll call it even.23:33
phillwskaet: anyone here know how to explain what I need to do?23:35
skaetinfinity,  can you help phillw?23:36
phillwoh, heck, I'm so sorry infinity, you must really hate me for the stuff I ask for help on,23:37
infinityphillw: All you need to do is work with your packager to get it uploaded.  I have nothing to review unless someone uploads a package.23:39
phillwinfinity:  lubuntu-artwork0.34~ppa1Julien Lavergne (5 hours ago)23:40
phillwwhat is the next step?23:40
phillwHe is an MOYU, I'm a mere mortal :)23:41
phillw*MOTU*23:41
dokobetter become immortal if you want to survive23:41
phillwdoko: I'm a QA person... we are the people who 'bug' you:)23:42
phillwinfinity: do you want to take this to -testing so as not to 'flame' the room?23:43
apwinfinity, ok i hope i have fixed linux-signed, if the diff looks sane (and it is tested locally) then if you could poke it through, if not reject it and i'll try again in the AM23:52

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