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

* infinity is finally home.00:03
stgraberinfinity: that was a long trip back home00:08
infinityogra_: That -lGL bit will fail on powerpc.00:09
infinitystgraber: The bit where I was in hospital for a day slowed me down.00:09
stgraberinfinity: ouch, what happened to you?00:09
infinitystgraber: Kidney stones.  Fun times.00:10
mdeslaurinfinity: ouch :(00:13
ogra_infinity, why ?00:15
ogra_no meas on ppc ?00:15
ogra_*mesa00:15
infinityogra_: Err, no, you're only setting -lGL on x86_64 and i68600:15
infinityogra_: Whereas, previously, it was on all arches.00:16
ogra_oh, right, whats the machine string for ppc again ?00:16
infinityogra_: You probably want NOT STREQUAL "armv7l" or something.00:16
infinityogra_: Since that's what you mean.  Listing every GL arch is silly.00:16
ogra_what i want is "else"00:16
ogra_but silly cmake doesnt have that00:17
infinityogra_: Better yet, not making it arch qualified at all, don't we already have a magic "using gles" flag we can test?00:17
ogra_or the guarantee that one set overrides a former one00:17
ogra_infinity, looking at the build it actually sets everything properly already i think its not needed at all00:18
infinityThey do override the former, except that it's being done in an additive fashion.00:18
infinityAnd dropping -lGL and -lGLU entirely, if the flags are added elsewhere, is an even better option, yeah.00:18
ogra_right, i was waiting for rsalveti's feedback for that one00:19
ogra_my cmake hack is rather thought as a last resort00:19
infinityif (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "armv7l")00:19
infinity    set (UNITY_STANDALONE_LADD "-lunity-core-${UNITY_API_VERSION} -lm")00:19
infinityelse ()00:19
infinity    set (UNITY_STANDALONE_LADD "-lunity-core-${UNITY_API_VERSION} -lm -lGL -lGLU")00:19
infinityendif ()00:19
infinity^-- From /CMakeLists.txt00:19
ogra_fun00:19
infinityAssuming UNITY_STANDALONE_LADD is used for the subproject, you can probably just ditch that bit from dash/previews/CMakeLists.txt00:20
ogra_yeah, i wonder why they define it at all00:20
infinityThough, it doesn't appear to be..00:20
infinityStill this is all silly and fragile to be doing it based on uname and not a config flag. :/00:21
infinityIt should be based on BUILD_GLES00:21
ogra_yep, but at least its consistently odd :)00:21
infinityWhich is defined.00:22
ogra_yup ... like -fPIC that should be set based on defaults :)00:22
infinityI'd just move that armv7l bit into the BUILD_GLES stanza that follows.00:22
ogra_but i surely wont rewrite the unity build system tonight00:23
infinityfPIC should just be the default, period.00:23
infinityI'm sure the only reason it isn't is because they added it to fix a build failure on amd64, not realising that they really want it on all arches.00:24
ogra_heh, take a look at any of the CMakeList.txt files in the unity tree00:24
infinityYeah, I'm looking right now.00:24
infinitySilly.00:24
infinityogra_: http://paste.ubuntu.com/1182617/00:29
infinityogra_: Something like that should do.00:29
infinityogra_: (Not fixing the fPIC mess with that, just cargo-culting as you did)00:29
infinityogra_: But that should fix the linking issue.00:30
infinityogra_: Want me to test and push something along those lines?00:32
infinityogra_: It's pretty late for you. :P00:32
* infinity reapplies against the current version and tests.00:34
infinityhttp://paste.ubuntu.com/1182627/00:39
infinityogra_: ^-- Testing that patch right now.00:39
ogra_infinity, my testbuild with the first patch just finished00:51
ogra_so at least there are no subsequent build issues00:51
infinityogra_: Alright.  well, I'm testing mine on all 5 arches.00:51
infinityogra_: If it seems happy, I think I'll upload it.00:51
ogra_great00:51
ogra_thanks so much ... i'll make Łukasz pay us a lot beers at UDS :)00:52
ogra_though probably seb should pay half of it ... he was the actual uploader and signer00:55
infinityApplying patch disable_standalone-clients.patch00:56
infinitypatching file CMakeLists.txt00:56
infinityHunk #1 FAILED at 156.00:56
infinity1 out of 1 hunk FAILED -- rejects in file CMakeLists.txt00:56
infinityPatch disable_standalone-clients.patch does not apply (enforce with -f)00:56
infinity^-- Why the heck is that non-fatal?!00:56
ogra_heh00:57
slangasekinfinity: because of the hand-hacked rules for coping with arch-specific series files, which should be taken out and shot?00:57
slangasek(but most importantly, taken out)00:58
ogra_on my TODO00:58
slangasekI would suggest it be done now00:58
infinityYeah.  I suspect that patch isn't even necessary now.00:58
infinityIf this stuff all builds, then it clearly isn't necessary.00:58
infinityGiven that it DIDN'T APPLY ANYWAY.00:58
ogra_yeah00:58
infinitySo, if this pass works everywhere, I'll drop that hunk of sad.00:59
ogra_though it didnt apply because you edited CMakeLists.txt, no ?00:59
infinityogra_: No, it had nothing to do with my edits, unless this is the pickiest quilt ever.00:59
slangasekwell, either way, the directory referenced by that patch doesn't exist00:59
slangasekso it should be dropped00:59
slangasekand debian/rules sanitized01:00
infinityYeah, doing.01:00
* ogra_ isnt sure we should put that much cleanup worn in 01:00
ogra_*work01:00
infinityIt's 5 seconds.01:00
infinityAnd I've already done it. :P01:00
infinityPlus, I'm on drugs.  CMake projects make sense right now.01:01
ogra_i mean, the whole thing needs to be repacked from scratch anyway01:01
ogra_non-native ... cleaned up etc01:01
slangasekthe non-native issue is orthogonal01:01
ogra_well, if its done already ... *shrug*01:01
slangasekand as infinity has just shown, the existing rules are so broken that they would prevent the package from FTBFS reliably if something comes un-stuck with this current fix.  Ripping out the bad code is definitely the right thing to do01:02
ogra_true01:03
ogra_anyway, 3am ... i'll crawl towards my bed ...01:03
ogra_what a weekend ...01:04
slangasekogra_: 'night... :)01:04
=== yofel_ is now known as yofel
shadeslayerinfinity: thanks for fixing telepathy qt04:32
infinityslangasek: I had a bit of an accidental nap while testbuilding, unity's uploaded now. :P04:36
rsalvetiinfinity: I'm testing the same patch now04:36
rsalvetiinfinity: the older one that is part of the specific rules can also be gone04:36
rsalvetiwhich helps if you want to remove the hack at rules04:36
rsalvetianother thing that I just changed as well is removing the dependency on gcc-4.604:37
rsalvetias it's not needed anymore04:37
infinityrsalveti: I removed the patch and the arch-specific patch hack completely.04:37
rsalveticool04:37
infinityrsalveti: I didn't drop the gcc build-dep, I'll let that wait until post-beta.04:37
infinityrsalveti: My diff: http://launchpadlibrarian.net/114595044/unity_6.4.0-0ubuntu3_6.4.0-0ubuntu4.diff.gz04:38
rsalvetiinfinity: why is this a native package04:38
rsalveti?04:38
infinityrsalveti: I'm sure more cleanup could be done (like -fPIC for all arches, for instance), but this was a minimal "make it work" thing.04:39
rsalvetisure04:39
infinityrsalveti: No idea why it's native, not going to switch/fix that for them today. :P04:39
rsalvetiI just dropped the gcc because I was using icecc to build04:39
rsalvetiand it was forcing gcc-4.6, which was then skipping icecc04:39
infinityshadeslayer: NP.04:40
rsalvetiinfinity: yup, just installed and it worked fine04:41
rsalvetiinfinity: so this patch is good to get it all working04:41
rsalvetiand it's quite fast I must say, just missing the kernel fix to avoid the flickering, which we'll try to fix after b104:41
rsalvetiand, built fine with gcc-4.7 for amd64 and armhf04:42
rsalvetiso we can drop it later on04:42
* infinity drugs himself up and goes back to bed.04:45
ScottKinfinity: Thanks for taking care of telepathy-qt.04:58
infinityScottK: Want to review and accept that unity in the queue as compensation? :)05:00
infinityScottK: (Test-built it on all 5 arches here, seems good)05:00
ScottKDepends on how long I last before I time out.  I've been offline all of today and most of yesterday, so I have a pile of stuff in the queue.05:01
stgraberinfinity: accepted05:07
stgraberdebdiff looks reasonable and matches what I've read on IRC today. Hoping that one will finally work for everyone...05:08
pittihello06:01
pittidoes anyone from the release team happen to be awake?06:02
pittiI'd like to discuss postgresql-9.106:02
Mirvinfinity: can you do a merge request of your CMakeLists.txt changes against lp:unity at some point so that the changes don't get forgotten?06:38
slangasekogra_: unity runs for me now \o/ but it seems to flicker a lot; have you seen this?07:19
pittislangasek: got a minute for discussing postgresql-9.1?08:01
slangasekpitti: hmm, I can try :)08:01
pittiso, I uploaded 9.1.5-2 to unapproved last Friday with two bug fixes that are milestoned for b108:02
pittiI didn't get an IRC response or review, so I re-synced the same thing into quantal-proposed where it built08:02
pittislangasek: -2 is still in the unapproved queue and shoudl be rejected, but I kept it to provide the queue diff for the -release review08:03
pittislangasek: I'd recommend getting this in, as it fixes upgrades from precise which we hope to get testers for08:03
pittiso if I get a +1, I can reject the unapproved upload and copy -proposed to quantal08:04
Laneyyay, unity08:06
iulianCan I accept those syncs from unapproved if I'm happy with them?08:07
slangasekpitti: ah, I reviewed it and accepted before seeing the last comment08:07
Laneyiulian: yeah08:08
iulianOK.08:08
Laneyusing 'queue' is preferred to the web UI, although I forget exactly what the UI does wrong08:08
pittislangasek: oh, does that even work? the same versino is already in -proposed, after all?08:08
slangasekpitti: sorry, I meant I copied from -proposed08:08
pittislangasek: ah, c'est parfait08:09
pittislangasek: merci08:09
iulianLaney: Yup, I've been teaching myself how to use those tools. Well, just queue and queuediff.08:11
cjwatsonThe only thing the web UI does desperately wrong is that it doesn't present binary overrides sensibly08:13
cjwatsonIt's fine to use it for accepts and such08:13
Laneyone thing I did have to use it for is to reject one copy of the same (source, version)08:13
Laneyhow do I do that with queue?08:13
cjwatsonreject by ID08:13
cjwatsonqueue reject <seven-digit-number>08:14
cjwatsonwhich you can get from queue info08:14
Laneyah, that works, cool08:14
cjwatsonFor the experimental freeze a while back I asked people to use the API client because we were specifically testing that08:14
cjwatsonBut that wasn't a long-term prescription or anything08:14
cjwatsonThat said I personally prefer using the client08:15
* Laney switches default_milestone08:18
Laneypitti: will you copy postgres over?08:22
pittiLaney: slangasek already did08:22
Laneyhm, I don't see it08:22
pittihttps://launchpad.net/ubuntu/+source/postgresql-9.1/+publishinghistory08:22
Laneyoh, +pu08:23
Laneyyeah08:23
pittinot published yet08:23
Laneythe version page doesn't08:23
Laneycheers08:23
=== henrix_ is now known as henrix
* Laney disables cronned builds08:27
iulianHmm, no queuebot?08:34
iulianIs there a log somewhere I can look at to see who did what?08:39
Laneynot sure how far along queue audit is08:39
Laneythere's certainly been some work on it08:39
DavieyI don't believe there is anything of use right now.08:40
* iulian nods.08:40
Laneyhttps://bugs.launchpad.net/launchpad/+bug/88573908:41
ubot2`Ubuntu bug 885739 in launchpad "queue and override manipulations should have an audit trail" [High,In progress]08:41
* iulian looks.08:41
cjwatsonStevenK has been working on an auditor interface, much of which has landed, but I have no idea how to get at the audit logs08:42
=== tjaalton_ is now known as tjaalton
cjwatsoncyphermox: would it be possible to resolve the evolution-related items on http://people.canonical.com/~ubuntu-archive/nbs.html before beta, at least those in main, preferably without taking a whole new upstream of the evolution stack?  I tried rebuilding evolution-exchange but it FTBFS ...08:44
iulianNice.08:44
cjwatsoncyphermox: everything I've tried there so far dies with direct-inclusion errors08:56
Laneysomeone was porting -exchange08:57
Laneyperhaps it was cyphermox, but something in my head is telling me chrisccoulson08:58
chrisccoulsonit wasn't me :)09:02
LaneyRiddell: ScottK: Should we be building kubuntu active for B1?09:14
seb128cjwatson, re evo, those are non trivial, the upstream apis had quite some changes09:17
seb128cjwatson, we should probably drop some of those sources like contacts or dates, stuff that are unmaintained upstream for years09:17
cjwatsonI don't especially care but I'm not removing anything without audit-trail bugs :-)09:21
Laneyok, building a set of images09:22
seb128cjwatson, when do you want that sorted? is end of day today or tomorrow ok?09:22
seb128cjwatson, I want to talk to cyphermox first before dropping stuff, but he's not up before a few hours09:22
RiddellLaney: yes please, although it needs a bugfix first09:23
Laneyok, well it'll build but we can spin it again later09:23
cjwatsonseb128: sure, that's fine, just post-holiday "what's the archive looking like" checks09:26
seb128cjwatson, sorry about that, part my fault, with Didier on holidays I had to step up to help getting the stuff from #ps landing for ff and I didn't manage to do lot of +1 due to that :-(09:27
xnoxPlease accept ubiquity 2.11.27 it fixes bug 1044545 which prevents opening manual partitioning in ubiquity.09:45
ubot2`Launchpad bug 1044545 in ubiquity "ubiquity crashed with AttributeError in on_partition_use_combo_changed(): 'PageGtk' object has no attribute 'partition_format_checkbutton'" [Critical,In progress] https://launchpad.net/bugs/104454509:45
xnoxLaney: ^^^^09:45
Laneyxnox: when the diff appears09:46
xnoxLaney: ok thanks. And I guess I owe 14 birdseeds to the release team by now....09:46
Laneydid you mean to not sponsor it properly for Omer?09:47
seb128Laney, did you guys consider the stuff I mailed the list about on saturday?09:48
seb128like indicator-session09:49
Laneyseb128: not yet09:49
seb128:-(09:49
LaneyI'll look at it in a minute09:49
Laneyyou want indicator-session s-c-p indicator-messages considered?09:50
xnoxLaney: no, I did not mean to sponsor it properly for Omer. I did mean to have multi-maintainer changelog.09:54
Laneyok, well, looks "DOH" enough09:55
* Laney accepts09:55
xnoxLaney: thanks.... and respin later?! =)09:55
Laneyyes. later.09:55
Laneyafter considering these desktop updates09:55
ogra_slangasek, yay, awesome, thanks for testing :)09:56
xnoxalso is the release bot asleep? =)09:56
* Laney wonders how long these guys upstairs need to assemble a desk09:56
seb128Laney, yes09:57
ogra_slangasek, oh, and yes, i have seen the flickering too, but i think thats post-beta stuff, having a desktop at all was my beta target :)10:04
cjwatsonxnox: needs stgraber to fix10:06
xnoxok10:08
xnoxSo am I allowed to upload to quantal-proposed for stuff which is not critical for beta110:12
xnoxe.g. fix for bug 52389610:12
ubot2`Launchpad bug 523896 in shadow "useradd: cannot lock /etc/passwd; try again later." [High,In progress] https://launchpad.net/bugs/52389610:12
xnox?10:12
cjwatsonYeah10:12
cjwatsonOr you can dump it in the unapproved queue and we can ignore it until later :-)10:13
cjwatson(i.e. upload to quantal, if it's relatively unlikely anyone else will need to for that package)10:13
xnoxok.10:14
cjwatsonslangasek: Could you review efilinux-signed in NEW?10:17
=== mmrazik is now known as mmrazik|lunch
Laneyseb128: accepted10:36
seb128Laney, thanks!10:36
Laneynp, will respin later10:36
cjwatsonseb128: is bug 1028363 OK?  compizconfig-settings-manager and compizconfig-python are obvious, I just wanted to check on whether you're fine with dropping the binary package compiz-fusion-plugins-extra from compiz-plugins-extra10:36
ubot2`Launchpad bug 1028363 in compizconfig-settings-manager "Please remove old compiz sources from quantal archive" [Undecided,New] https://launchpad.net/bugs/102836310:36
cjwatsonjdstrand: could you confirm bug 1033107?10:39
ubot2`Launchpad bug 1033107 in ubuntu "Please remove python-pyftpdlib from the blacklist and sync from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/103310710:39
seb128cjwatson, yes, they are all fine, we just support "compiz" in quantal, those 3 sources can be dropped10:39
seb128cjwatson, I commented on the bug saying so10:39
cjwatsonthanks10:39
cjwatsonAh, yes, compiz-plugins-extra exists since natty10:40
Laneypsivaa: hey, do you think you guys could put your nicks on the ReleaseTaskSignup page? I'm not yet familiar with your first names ;-)10:46
* Laney will edit for the names of the RT10:46
psivaaLaney, could i have the link for the page?10:47
Laneypsivaa: https://wiki.ubuntu.com/QuantalQuetzal/ReleaseTaskSignup10:47
LaneyI'm trying to figure out who to ping when respinning :-)10:47
psivaaLaney, sure ill add my nick10:48
Laneythe others too if you know them10:48
Laneysorry for being clueless10:48
=== chrisccoulson_ is now known as chrisccoulson
psivaaLaney, ok no worries, done for the 3 qa contacts10:53
Laneythank you10:53
Laneyso FYI we're currently looking at some respins as listed on the pad http://pad.ubuntu.com/ubuntu-release10:53
Laneybut the first cut images aren't all done yet, so will be kicked off in a few hours10:53
cjwatsonLaney: so I'm still kind of coping with piles of post-holiday stuff; for today, maybe best if you lob things in my direction as needed?10:56
Laneycjwatson: sure, no probs, handling it for now10:56
Laneythe kind gentle folk from across the Atlantic should be along soon too10:57
cjwatsonmostly trying to clean up archive bugs10:57
cjwatsonwhich seem to have got rather behind10:57
seb128Laney, not sure what people you are talking about but it's labor day in the U.S so those people will not be here today10:58
seb128;-)10:58
Laneyoh, really?10:58
* Laney panics10:58
seb128yes...10:58
Laneynot really :P10:58
seb128bit of an unfortunate timing, release people being at plumber on friday and U.S being off on monday10:58
* cjwatson eyes bug 101105311:02
ubot2`Launchpad bug 1011053 in glew1.5 "Please remove libglew1.5-dev and libglewmx1.5-dev and the glew1.5 source from quantal" [Wishlist,Confirmed] https://launchpad.net/bugs/101105311:02
cjwatsonI think the simplest fix for this is: remove libglew1.5-dev and libglewmx1.5-dev binaries, *then* rebuild all the reverse-deps (because libglew-dev Provides: libglew1.5-dev), then remove glew1.5 source11:04
cjwatsonAnyone object to that?11:04
Laneypoor celbalrai11:07
cjwatsonThere are no runtime deps on libglew1.511:07
cjwatsonSorry, libglew1.5-dev11:08
cjwatsonOr libglewmx1.5-dev for that matter11:08
cjwatsonThere are three seeded packages involved that I can see: enblend, hugin, and hugin-tools (all Kubuntu daily-preinstalled)11:11
xnoxcjwatson: well. libglew is at 1.8 now. And did a transition tracker and it shows 43 bad packages.11:18
xnoxso my guess is, no rush?!11:19
cjwatsonYes11:19
cjwatsonWell11:19
cjwatsonI want to clear the archive bug queue11:19
cjwatsonIt's non-urgent +1 work I suppose but it does have to be unstuck at some point11:19
=== mmrazik|lunch is now known as mmrazik
Riddellno bot for the queue this time?11:43
Laneyit's down11:43
cjwatsonRiddell: 11:06 <cjwatson> xnox: needs stgraber to fix11:45
Laneyperhaps we can run it on some shared machine11:46
DavieyLaney: write a juju charm for it. :)11:50
cjwatsonSay his name and he shall appear11:50
cjwatsonRiddell: Is startactive for beta-1?11:51
Riddellcjwatson: yep11:54
cjwatsonOK, accepted11:54
cjwatsonDaviey: can you write a juju charm to keep server team MIRs up to date?12:04
Davieycjwatson: Unlikely.12:05
cjwatsonI guess that needs more resources than are readily available in the cloud12:05
DavieyYeah.  It might be easier to write a charm to distill flippant people :)12:06
cjwatsontouché12:07
cjwatsonthough seriously, having horizon uninstallable due to unfiled MIRs three days before beta seems kind of suboptimal12:09
cjwatson(well, uninstallable when using only main)12:10
cjwatsonand something in that stack is trying to pull python-support back in12:10
Davieycjwatson: it doesn't require a MIR.. It requires work to remove the the C-M12:12
cjwatsonOK ... is that work in progress?12:12
Davieycjwatson: we don't want to pull node into Main.  It's only needed to compress some CSS.. which should be done at source package creation time IMO.12:13
Davieycjwatson: yeah, it is.12:13
cjwatsonOK, good12:13
Davieycjwatson: well, two approaches are being investigated atm.. Compressing at source package creation time or making less,node/universe a suggests and doing a posh [ -f /usr/bin/node ] compress() at runtime.12:14
=== henrix is now known as henrix_
=== henrix_ is now known as henrix
psivaaLaney, just a smal Q :)..12:28
psivaaLaney, I have just seen a few rebuilding but the pad does not say that in the history, will that be updated later?12:29
cjwatsonpsivaa: it's probably not realistic to rely on the pad having a full history, since it's pretty cumbersome to update12:30
psivaacjwatson, ahh ok, thanks12:31
cjwatsonPersonally I think adding that to the pad was a bad idea - if history's important, can't we track this some other way that would be more reliable?12:31
cjwatsonI guess reasons are hard to capture automatically though12:31
psivaacjwatson, yea thats true, i was just wondering cuz i missed that there is a respin at the moment, but the iso tracker shows it though so that's fine by me12:33
Davieycjwatson: I agree that pad's suck for this.  bzr would be far superior IMO, but at the very least wiki.12:33
cjwatsonWell12:34
cjwatsonWhat I'd actually like to do is complete and land my python rewrite of the cdimage tools, then write something on top which respins an image or set of images and reports the reason to some service12:34
cjwatsonAny system where we have separate action and tracking-of-action is bound to fail12:35
Davieyoooo, that sounds ideal.12:35
cjwatsonLaney,QA: So, respin status - how would that be affected by accepting c2esp?12:55
cjwatsonWill let us fix a problem showing up on http://people.canonical.com/~ubuntu-archive/testing/quantal_probs.html12:56
cjwatson(Which IMO should be clear before anything is even considered as a candidate, but what do I know ...)12:56
cjwatsonBinaries from that source package are in nearly all non-core images, though12:56
Davieycjwatson: horizon isn't shipped.. so no a candidate blocker IMO.12:57
cjwatsonRight, that's supported-misc-servers so we can get away with that, but it would still help clear noise if it were fixed12:57
cjwatsonThe problem with ignoring noise manually is that we can't just say "it's green, next check"12:58
xnoxLaney or others: above ubiquity fixes the warning label in ubiquity / arm images13:02
cjwatsonAnd if we accept that, we'll need to respin most of everything anyway, so I think we should take c2esp too13:02
cjwatsonpsivaa: ^- above ten lines or so, assuming you're current QA contact on duty13:04
psivaacjwatson, just reading it :)13:04
cjwatsonI only see five test results posted so far, and those are on netboot13:05
psivaacjwatson, i do not have any objections in including that on a respin if thats the question is..13:10
cjwatsonIt is, thanks13:11
seb128is there any chance we could get libreoffice considered if we respin?13:15
* ogra_ thought that was already considered anyway 13:15
cjwatsonWhat's its build status?13:15
seb128the armel build is running dh_builddeb13:15
seb128which is the last build to complete13:15
cjwatsonogra_: it's not on the pad13:15
ogra_oh, ok13:16
ogra_its just because so many people cared on the weekend that got me this impression13:16
LaneyIf it can be copied to -release then sure13:16
seb128well, we really should get the new one, the current archive one spams dbus appmenu to no end and creates 100% cpu use while lo is running13:17
cjwatsonpsivaa: ^- any objections?  don't know if much libreoffice testing has been done yet13:17
seb128it's spamming so much that unity,dbus keep using 100%cpu for a while after libreoffice is closed13:17
ogra_i should test on arm them with the current one ... sounds liek a good CPU stresstest :)13:17
ogra_*like13:17
seb128ogra_, ahah13:17
cjwatsonseb128: ouch13:17
seb128cjwatson, yeah, they didn't the "update menu" plugged in at ff time and they though that having a "refresh every second" callback would be a good workaround13:18
seb128didn't have*13:18
ogra_hmm, apart from the fact that we dont seem to ship it currently13:18
ogra_on arm13:18
ogra_thats a histroical change we should probably revert13:19
Laneywhy is it like that?13:19
ogra_because we constantly had issues making the milestones due to slow builders13:19
seb128Laney, I guess it was not working on arm at some point...13:19
Laneyhmm13:20
seb128or that ;-)13:20
cjwatsonWe've had to do that in the past as an emergency milestone band-aid, yeah13:20
cjwatsonIt's easy to forget to undo it after the milestone13:20
ogra_it always worked (somehow) but it always got in the way during milestones13:20
Laneyshould we undo it now?13:20
psivaacjwatson, we do not do any manual release time libreoffice testing at the production level, so i would say that it does not affect ys13:20
psivaa8us13:20
psivaa*us13:20
Laneystill have a couple of publishers to wait at a minimum13:20
* ogra_ greps for arm in the seeds ...13:20
cjwatsonOK, so as long as it's installable basically13:20
ogra_... and finds gnucharmap :P13:20
cjwatsonhttp://people.canonical.com/~ubuntu-archive/testing/quantal-proposed_probs.html has nothing relevant13:21
ogra_oh, its [i386 amd64] ... not [!armhf]13:21
ogra_so we dont ship it on ppc either13:21
* ogra_ will revert that but keep that change for after beta so we can test first13:29
Laneyyay, LO finished13:56
seb128Laney, \o/13:57
plarsthe -server versions are good I assume since they don't seem to be expected to be impacted by the things causing respins elsewhere?14:01
Laneyright, the respins are all desktoppish so far14:01
cjwatson-server ships oem-config which comes from ubiquity14:01
Laneyhmm14:02
cjwatsonThough it won't actually be affected by the bug in question - it'd just be for the sake of version consistency14:02
cjwatsonSo I'll drop [6] from the pad there14:02
cjwatsonRiddell: is kubuntu-active-meta for beta-1?14:05
cjwatsonLooks likely, and you're respinning anyway I believe14:05
cjwatsonAh, there goes libcupsdriver1{,-dev}14:07
cjwatsonSo just evolution-exchange and horizon on quantal_probs now14:07
Riddellcjwatson: yep14:11
cjwatsonOK, accepted14:12
tjaaltonhey, I'm updating mesa to a newer snapshot, but there are two issues: it requires a newer libdrm (2.4.39 vs. 2.4.38 quantal has), and libglu has been split off from it, requiring a new package14:17
tjaaltonlibglu is packaged, but would need to go through NEW14:17
tjaaltonlibdrm would just need an ack to upload, not much changed there14:20
cjwatsonI'm removing the whole sync-helper / backport-helper / mass-sync edifice from ubuntu-archive-tools; we haven't had any bugs that required their use for at least a month or two now, and with that flow it's perfectly feasible to just use syncpackage / backportpackage for the odd exceptional case14:28
cjwatsonDocs updated accordingly14:34
tumbleweedwhich reminds me. ScottK: now that we have ubuntu-archive-tools' queue, do you still need dgetlp?14:34
skaetgoodmorning cjwatson,  am about to start reading the logs, but anything on the urgent list from QA for today's images?14:39
cjwatsonnot AFAICS but I have mostly been clearing the archive bug queue14:40
cjwatsonthere's a pending respin of $most14:40
cjwatson(due mainly to a fairly important ubiquity bug)14:41
cjwatson[6] on the pad14:41
* skaet seeing...14:41
cjwatsonAnd I think there was consensus to copy over the new libreoffice14:42
tjaaltoncan I upload the new libdrm? only seven upstream commits on top of the current one http://paste.ubuntu.com/1183673/14:42
cjwatsonLaney: ^- did that happen?14:42
Laneystill publishing armel afaics14:42
cjwatsontjaalton: You can upload in any event and it'll land in the queue14:42
ogra_armel has no images14:42
tjaaltoncjwatson: ok14:42
Laneyit still needs to happen for the copy14:42
cjwatsontjaalton: We prefer to review things from the queue where possible - better tools for the job14:42
tjaaltoncjwatson: understood14:42
ogra_ah, k14:42
cjwatsonLaney: It's publishing at the moment - took it ~20 minutes to think about the attached translation tarball14:43
cjwatsonMust fix that, that really doesn't have to be done on pepo14:43
Laneysuch joy14:43
cjwatsonIt's in ls-lR now, shouldn't be much longer14:44
cjwatsonActually it's published in every sense that matters for copying14:44
cjwatsonSo you might as well copy it now if you're going to14:44
LaneyI've never copied anything14:45
Laneywhat's the incantation?14:45
cjwatsonsru-release -r quantal libreoffice14:45
cjwatsonin this case14:46
Laneyah14:46
LaneyI would have reached for copy-package14:46
cjwatsonThat's the general form for -proposed => release copying14:46
cjwatsonIt's possible with copy-package too, but easier to use the canned tool even if it is a bit oddly named heree14:46
Laneywill it break because I can't delete from -proposed?14:46
cjwatson*here14:46
cjwatsonNo - it won't delete14:46
cjwatsonThat gets GCed later semi-manually14:46
Laneyfair14:47
* Laney fires14:47
cjwatsonAlthough, you have just as much access to -proposed as you have to the release pocket, no14:47
cjwatson?14:47
cjwatsonQueue Administration Rights for ubuntu-release: archive 'primary', pocket 'Release' in quantal14:47
cjwatsonQueue Administration Rights for ubuntu-release: archive 'primary', pocket 'Proposed' in quantal14:47
LaneyI wasn't aware that let me delete14:47
cjwatsonOh, looks like deletion is restricted to the archive owner14:49
cjwatsonOK *shrug*14:49
Laneynae mind14:49
Laneyseems the copy worked anyhow14:49
cjwatsonYeah, like I say no deletion involved14:49
* skaet marked Quantal Daily as released on iso tracker to avoid confusion now that Beta1 is online.14:49
Laneyskaet: wasn't expecting to see you today ;-)14:50
cjwatsonhttps://launchpad.net/ubuntu/quantal/+source/libreoffice/1:3.6.1~rc2-1ubuntu3 indeed14:50
skaethiya Laney,  needed to finish off a couple of things, so figured better to work than worry.14:50
Laneyfair cop14:52
Laneyshould be able to respin $world after next publisher then14:52
cjwatsonI have to go out for a bit to return a couple of hired suits to the shop14:59
cjwatsonGuess it'll take me an hour or so15:00
Riddellyay, queuebot!15:04
=== doko_ is now known as doko
iulianNow we've got two of them!15:26
Laneyruh roh15:27
iulian:)15:29
LaneyubQueBot is running in the Canonical cloud15:30
tumbleweedbut who is running it. Can we kill it now?15:32
LaneyIt Is A Mystery15:33
tumbleweedthanks to the unaddressed command syntax we can't just ask one to mute itself. (although we could kick one)15:33
skaetcjwatson, https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/987418 - do you know if we're likely to get a fix for this, this week?15:37
ubot2`Ubuntu bug 987418 in ubiquity "manual partitioner: /dev/sdb (installation media) selected by default as device for boot loader installation" [High,Triaged]15:37
Laneyok, we apparently have LO published now15:37
Laney→ spinning15:37
skaetLaney, can you take note of the time it gets for all of them to be spun now?   I'm estimating it will be about 3 hours.15:39
LaneyOK, but I will be out in 3 hours15:39
skaetLaney,  did you spin from the commands on the pad?   if so,  I'll use the last published one as the estimate then.15:40
Laneyskaet: yeah15:43
skaetcjwatson,  https://bugs.launchpad.net/ubuntu/+bug/1029351 needs to have a decision made about fix/not and priority assigned.15:43
ubot2`Ubuntu bug 1029351 in ubuntu "ISO testing: Cannot do an OEM installation a UEFI system" [Undecided,Confirmed]15:43
skaetok Laney,  will use that then.15:43
Laneycelbralai is the main bottleneck15:44
Laneybut we're getting another arm image builder I understand?15:44
skaetinfinity will know the details here.  Not sure what will come on line first more arm hardware for the isos or livefs in soyuz work.15:55
ogra_well, we need both :)15:56
ogra_still hoping we will get one of the highbank machines into the DC15:57
ogra_Laney, there is another mandaboax that should have been up since ages (20 pandas in a 4U case)15:58
ogra_*mandabox15:58
Laneyyeah, I saw15:58
Laneyat least one will be an image builder?15:58
skaetogra_, can you look at https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/74613715:58
ubot2`Ubuntu bug 746137 in jasper-initramfs "Page allocation failure on Pandaboard and Beagle XM" [Undecided,Fix released]15:58
Laneyhahahaha, that bug, he loves it15:58
skaetit seems to have stalled out, and it staying in the state "incomplete" seems wrong.15:59
skaet?15:59
ogra_skaet, we have a fix for it apparently, but ppisati want on vacation before we coudl do more with it15:59
ogra_*went15:59
ogra_and then to plumbers ...15:59
skaetogra_, could you add a comment to the bug to that affect and mark it as inprogress then?15:59
ogra_i'll change to confirmed, no idea why jsailsbury has set it to incomplete16:00
skaetthanks16:00
ogra_(surely not on anyones request)16:00
skaetjamespage, could you please provide more info on: https://bugs.launchpad.net/ubuntu/+bug/1028458?  its sitting as incomplete.16:02
ubot2`Ubuntu bug 1028458 in ubuntu "iSCSI root based servers appear to fail to boot completely" [High,Incomplete]16:02
jamespageskaet, yes - missed that one - sorry16:03
skaetthanks jamespage16:03
ogra_skaet, erm, why did you open all these precise tasks ?16:04
skaetogra_, based on infinity's comment it should be backported to precise.16:04
ogra_no, thats not possible easily16:04
ogra_jasper-initramfs handles it in precise16:05
ogra_(since natty actually)16:05
* skaet stomped on ogra_'s update by accident,... unstomped.16:07
ogra_not sure if the kernel team will want to backport it ... its worked around in userspace, while kernel might be cleaner its not actually necessary16:07
skaetLaney,  what's it showing you on the terminal where you kicked things off,  I would have expected some to have published by now and not seeing queuebot reporting them or much on the iso tracker.16:29
skaet?16:29
Laneystill waiting for armhf16:30
skaetnone of the alternates should be awiting on that, so I would have expected them to go through already.16:30
* skaet wondering if 3 sessions were set up or just 1?16:31
Laneyoh whoops, I forgot to do those :P16:31
Laneygoing16:31
* skaet notes that Beta1 Technical Overview notes are now available for editing/updates by the leads.16:32
DavieyAh ubQueBot was me.16:35
Laneysorry about the image failures, I noticed that I was going to respin server so had to kill it16:36
Davieyskaet: Can you mute ubQueBot please?16:36
DavieyLaney: why is server being span, i missed that?16:37
infinityogra_: If there's a kernel fix for that that can be isolated and backported, it absolutely should be.16:37
cjwatsonback, sorry for delay, had to take my bike to the shop for a couple of repairs16:37
infinityogra_: jasper isn't the only installer we have, after all.16:37
cjwatsonskaet: I'll look at those bugs; at the moment, since I've been away for a week, you should assume I don't know much about anything16:37
skaetcjwatson,  fair 'nuf,  and thanks.16:38
LaneyDaviey: it is not. I ran a respin that included server by mistake, but aborted it before it got that far16:38
Davieyahh16:38
cjwatsonDaviey: mute> how about I just kick it?16:38
* Laney wonders how long the lock is held for16:38
Davieycjwatson: Well, seemed easy enough to keep it as a hot-spare.. no?16:39
DavieyI can just kill it if not.16:39
cjwatsonYou can start it up again if needed, surely, we don't need it hanging around all the time :)16:39
cjwatsonI thought the point of the cloud was that you could bring instances up and down quickly16:39
Davieysmarty pants16:40
infinityTouché.16:40
LaneyI have to go out now16:42
Laneyhopefully someone can make it so we can spin alternates again ;-)16:42
* Laney hides a bit16:42
cjwatsonhm what?16:43
cjwatsonUbuntu alternate was intentionally disabled, AIUI16:44
Laneyother alternates16:44
cjwatsonGive me a specific example and I'll look16:44
Laney{x,k,l} afaics16:44
infinityDid you break the fragile locking mechanism somehow?16:44
Laneyyes I did16:44
infinity*slowclap*16:44
Laneyfor-project xubuntu cron.daily16:44
infinityYay for labor day, and my not caring.16:44
Laneysee your nusakan mailbox for much spam16:44
cjwatsonIt only just arrived16:45
infinityOoo, yay, my libreoffice upload actually built on all arches.  That's, like, some sort of miracle.16:45
Laneyyeah, my apologies16:45
cjwatsonOh, I see, OK16:46
cjwatsonI think just removing that file is correct16:46
cjwatsonDone16:46
cjwatsonI'll run Xubuntu alternate now as a test16:46
Laneycool16:46
cjwatsonYeah, that should be working now16:47
cjwatsonskaet: bug 1029351 is an ubuntu-cdimage bug and should be relatively easy to fix, but it'll need any amd64 images built before the fix respun (not livefses)16:49
ubot2`Launchpad bug 1029351 in ubuntu-cdimage "ISO testing: Cannot do an OEM installation a UEFI system" [High,Triaged] https://launchpad.net/bugs/102935116:49
skaetcjwatson,  ok.  have added it to the pad a a rebuild trigger.16:51
skaetah good,  queuebot's announcing again.  :)16:53
* Laney giggles at .716:54
skaetLaney, cjwatson - there's Ubuntu DVD on pad,  that's not part of manifest for Quantal,  must be an oversite from 12.04.1 - removing16:55
cjwatsonLaney: something wrong with it or just the number?16:55
cjwatsonskaet: nowt to do with me :)16:55
Laneycjwatson: just the number yeah16:55
Laneywe haven't been building the dvd, so yeah just delete the line16:55
ogra_infinity, sure, but thats a nice to have, not something that deserves critical or high bug prio16:55
Laneydoing k/l alternates16:57
cjwatsonta16:57
cjwatsonRolled out fix for 1029351 immediately to minimise respin requirements17:01
cjwatsonI think I was in time for Kubuntu17:01
* Laney wonders where live images are17:02
cjwatsonWhich ones?17:02
Laneyah, CD image ubuntu/quantal/daily-live failed to build on 20120903.317:02
Laneywe got Xubuntu but I didn't see Ubuntu come out17:02
Laneyso luckily you'll get your fix there too17:03
cjwatsonHmm, I think I was just a fraction too late for Kubuntu17:03
Laneykubuntu live is still building17:07
Laneylivefs17:07
skaetLaney,  can you add a [9] to all the images that look they need to be respun to pick up cjwatson's latest?17:18
LaneyI think it's just xubuntu17:19
skaetthanks17:19
skaetI wasn't sure from the comments if it was Kubuntu or not as well.17:19
LaneyKubuntu livefses are still going17:20
skaetk17:20
* Laney sees no chinese edition on the pad17:22
infinityMirv: https://code.launchpad.net/~adconrad/unity/gles-fixes/+merge/12255817:27
skaetLaney,  && env UBUNTU_DEFAULTS_LOCALE=zh_CN buildlive ubuntu daily-live && build-chinese-edition; date17:27
LaneyI just added that ;-)17:27
skaetoh17:27
skaet:)17:27
Laneywon't be in the current pipeline though17:27
* skaet nods, ok, let me know if you leave before triggering it, and I'll kick it off from here.17:28
LaneyI definitely will17:28
Laneyloathe to put anything else onto celbalrai right now17:28
cjwatsonLaney: Chinese edition images are amd64/i386 only17:30
Laneyoh17:30
skaetThat one is only for i386, amd64 so shouldn't be an issue though.17:30
cjwatsongrep zh_CN ~/cdimage/etc/default-arches17:30
Laneythere aren't any chinese arm users?17:30
cjwatsonWe don't cater for them in the Chinese edition images17:30
cjwatsonIf PES want it they can ask17:30
skaethttp://china-images.ubuntu.com/quantal/daily-live/current/17:30
Laney10 june eh17:31
Laneythat looks healthy17:31
skaethttp://china-images.ubuntu.com/precise/daily-live/20120902/17:31
Laneyit is spinning17:31
skaethmm... wondering how I got that precise in there...17:32
skaetinteresting,  not seeing any i386 images in the latest quantal ones.17:32
skaethttp://china-images.ubuntu.com/quantal/daily-live/20120831.1/17:32
LaneyI see a fail from the 30th17:33
cjwatsonUh, I thought I'd finally managed to fix the quantal builds17:35
cjwatson(amd64)17:35
cjwatsonamd64 was failing long-term until quite recently17:36
cjwatsoni386 failed for a while following my live-build work17:37
cjwatsonError mail from build-chinese-edition must be buggy; damn those hacks17:37
cjwatsonThe livefses seem to be building fine17:37
cjwatsonOh, livecd-rootfs is meant to produce .iso for that image type but it's only giving us a squashfs17:38
cjwatson+  * Naming resulting binary isohybrid image binary.hybrid.iso from now17:39
cjwatson+    on for consistency with the different hdd images later on.17:39
cjwatsonSigh, GRATUITOUS CHANGES 'R' US17:40
Laneyand we were expecting something else?17:41
cjwatsonbinary-hybrid.iso17:41
Laneyclassy17:41
cjwatsonlive-build upstream likes to change things around pointlessly for "consistency"17:41
cjwatsonit's an utter pain in the arse17:42
cjwatsonBut hey, it must be better, it has an upstream17:42
cjwatsonAnd PES use it17:42
cjwatsonLove and fluffy kittens17:42
cjwatsonlivecd-rootfs 2.82 uploaded; please review once it hits the queue17:43
LaneyI am being summoned to the Organ Grinder I'm afraid17:46
LaneyImportant date with 568.26ml17:46
cjwatsonYes, I have to go shortly as well17:47
cjwatsonskaet: ^- please review livecd-rootfs?  it's a one-liner17:47
cjwatsonWell, once LP gives you a diff in the queue, anyway17:48
cjwatsonOh, it's there now, I wonder why queuediff won't show it17:48
* skaet looking17:49
skaetcjwatson,  done.17:51
cjwatsonThanks17:51
skaetLaney,  what's left to rebuild/kick off again?17:53
* skaet --> lunch, back in an hour or so.17:59
slangasekogra_: is there a bug filed for the flickering?  I'm fine for it to be post-beta, but think it should get on the unity team's radar18:01
ogra_slangasek, seems its a kernel issue, i just talked to rsalveti in #ubuntu.arm18:02
slangasekogra_: ok18:02
ogra_seems he also already has a fix18:02
slangasekcjwatson: looking at efilinux-signed18:02
slangasekcjwatson: btw, I'm working on shim here; need to do some tests to verify that I've got the cert embedding working correctly before I go uploading it18:02
infinitycjwatson: I'm not against switching back to livecd.sh and seeing how long it takes people to notice. :P18:06
ogra_++18:07
ogra_and double plus !18:07
=== Ursinha is now known as Guest39611
slangasekcjwatson: strange; linux-amd64, not amd64, for the arch?18:09
infinityslangasek: As opposed to linux-any or any-amd64, both of which would be wrong, I assume.18:12
infinityslangasek: Though, "amd64" on its own would have the same effect. :P18:12
slangasekinfinity: as opposed to 'amd64', which is the canonical name for the arch :)18:12
infinityslangasek: Maybe it's a subtle hint that, with some mangling, it could be appropriate for any-amd64?18:13
infinityslangasek: Despite the name, I'm guessing it doesn't need to be linux-specific.18:13
slangasekinfinity: I'm not going to speculate randomly about cjwatson's motivation :)18:14
infinityslangasek: It's labour day.  It's either speculate randomly, or accidentally work on your day off.  And you wouldn't be doing the latter, would you?  *suspicious look*18:16
infinityslangasek: Or, you can come share my narcotics.  Whee.18:16
slangasekinfinity: oh, labour day?  I thought this was Libor day; sorry for the misunderstadning18:17
phillwit could not have fallen at a worse weekend :(18:18
infinityphillw: My kidney agreed.18:18
infinitys/agreed/agrees/18:18
phillwinfinity: would http://pastebin.com/vns501PK be okay to send to the testers?18:19
slangasekinfinity: get yourself some jagua fruit juice18:19
phillwthe L-QA ones know me, I'm not sure about cc'ing ubuntu-qa mailing list.18:20
infinityphillw: Seems pretty negative.  I dunno.  Respins happen.  Lots of them just mean that people are paying attention? ;)18:21
infinityphillw: (And paying attention is something I've not been doing this weekend, so I'm not a good person to talk to about this)18:21
phillwinfinity: well, the lack of any beta-1 for the whole weekend with the exception of minimal is quite a major mess up?18:22
phillwinfinity: I'll just send it to lubuntu, we had nothing at all.18:23
phillwkate & nicholas are not about, they usually proof read my emails :)18:24
phillwI'll leave you guys in peace.18:24
phillwinfinity: FYI, http://pastebin.com/SyzRjDCY is what got sent to L-QA18:50
=== henrix is now known as henrix_
Davieyphillw: erm, are you sure you've had 7 spins?20:15
phillwDaviey: not us, but the count is 20120903.7 for some, it was commented upon earlier, else I wouldn't even have noticed :)20:22
Davieyphillw: Maybe  misread your mail, but it sounded like Lubuntu had 7 spins today.20:25
phillwDaviey: not at all, it does state 'some'20:26
=== jbicha is now known as Guest89291
Davieyphillw: "one of the re spins is on .7 (Yes, that is 7 re spins in the same day)".. but ok20:29
jibelphillw, , xubuntu alternate is numbered .7 but have seen only 2 builds not 8, other builds were just attempts blocked by a lock file according to the build logs.20:29
DavieyTo clarify,  .7 doesn't mean that any image was re-span 7 times20:29
DavieyIt's also a global counter, not a per flavour/product/image counter.20:30
gilirskaet, indicator-applications-gtk2 uploaded, new review in NEW queue20:30
skaetthanks gilir, can you remind me of bug number?20:31
phillwDaviey: jibel believe it, or not, I was attempting to reduce the frustration factor of the testers. http://pastebin.com/SyzRjDCY I was being PM'd and had no information to give them20:31
phillwI'm working on this one now.20:32
gilirskaet, sure, bug 104444220:32
ubot2`Launchpad bug 1044442 in ubuntu "Re-introduce indicator-applications-gtk2" [High,In progress] https://launchpad.net/bugs/104444220:32
skaetThanks gilir,  adding to pad.20:32
gilirskaet, thanks20:33
skaetScottK,  could you help out by doing a review on ^ ?20:33
Davieyphillw: oh, sure.. appreciate that.. but i wanted to comment that your mail might have made it sound worse than it is :)20:33
Davieygilir: The tracking bug really lacks, any, erm depth20:34
knomehey gilir :)20:34
phillwDaviey: it gets slightly worse, as Julien (Lubuntu) did not 'pull' lubuntu builds from the Friday build .. it was assumed20:34
gilirDaviey, I can give you any details you want :-)20:36
Davieyphillw: Oh, in Lubuntu world.. i can't comment. :).. But the suggestion of some images up to 7. things being a little haywire in -release, and post-mortems isn't accurate.20:36
Davieygilir: The tracking bug would be better if it documented the reason for it's existence.. a plain "tracking bug" with no expansion is really hard to work out why it is tracking :)20:37
phillwDaviey: I was only refelcting an 'lol' from earlier on today on this channel20:37
skaetgilir,   +1 what Daviey says ;)20:37
gilirok ok, I will add some details :-)20:38
knomeskaet, beta1/techoverview updated to the best of my knowledge20:39
skaetthanks knome.  :)20:39
knomeoh, there's that another section for known issues20:40
gilirskaet, and just to make it clear, if it's not fixed for Beta 1, it's not a blocker for Lubuntu20:40
* knome will reorganize20:40
knome^ done20:40
phillwwhilst not wishing to get anyone into trouble for having a sense of humour ... (17:54:02) ***Laney giggles at .720:41
phillwmy apologies if I have caused offence20:42
skaetgilir, do you know if its a blocker for Xubuntu or Ubuntu Studio?20:42
gilirskaet, probably not if they removed it from the seed, but I can't talk for them :-)20:43
Davieyphillw: oh, none taken.. i just wanted to clear up any ambiguity. :)20:43
skaetgilir,  fair enough.20:43
skaetDaviey,  could you take a pass at reviewing the indicator-applications-gtk2 in new?20:44
skaetI'd like to get those images respun to include it before the testing gets started,  or at least have it ready to go if it does turn out to be a blocker for those teams.20:44
Davieyskaet: it's a real pain not having the full story in the bug, as to why it needs to be reintroduced.. etc.20:49
=== Guest89291 is now known as jbicha_
DavieyIf it's because of the removal bug i'm thinking of.. it thought there was a compat package already?20:49
gilirDaviey, I added more details on the bug, tell me if you need more background about the issue20:50
Davieyah, thanks gilir :)20:50
skaetDaviey,  it came up in the status' last week.  ie.  https://lists.ubuntu.com/archives/ubuntu-release/2012-August/001850.html20:51
Davieygilir: is this just to unlock for beta.. or are you expecting this NEW to be in final quantal?20:51
gilirDaviey, we expect it in final quantal20:54
Davieygilir: The status mail states it's to fix build failures, but the only xubuntu set one i can see is.. https://launchpad.net/ubuntu/+source/libopenraw/0.0.9-3 ?20:54
gilirDaviey, probably because indicator-applications-gtk2 was part of the seed at some point, which may cause a build failure of ISO20:56
Davieyahh, i thought it was package build failures.20:56
gilirDaviey, but I don't think it's now the case, as they remove it from their seed20:57
* skaet not sure why Laney added the preinstalled and ARM builds in with the rest of the desktop.... rearranging pad.21:01
Davieygilir: ugh.. the diff from when this was last in the archive is much larger than i expected.. http://pb.daviey.com/C4DP/21:02
gilirDaviey, because it's rebased on upstream version 12.10.0 which is in quantal, but not in precise21:08
gilirDaviey, and I think most of the diff is autofoo changes because of the new version21:08
Davieygilir: ahh, debian/changelog made me think it was based off precise21:09
skaetseb128, around?21:10
* skaet sees not21:11
=== yofel_ is now known as yofel
cjwatsonslangasek: I was matching efilinux, which is a Daniel Baumann package21:26
cjwatsonHe tends to overspecify21:26
Davieygilir: accepted.21:27
cjwatsonDaviey: the .7 counter is per flavour/product/image, not global21:28
cjwatsonDaviey: you may have been misled by the fact that I never got round to making it per-series21:28
Davieycjwatson: Hmm, I don't follow.. I was sure i had seen flavours jump when other flavours were built inbetween.21:31
cjwatsonI've never been aware of that being the case21:31
cjwatsonIt's been per flavour/image since 200521:31
Davieycjwatson: ok, i must be mistaken.21:32
cjwatsonSTAMP="$CDIMAGE_ROOT/etc/.next-build-suffix-$PROJECT-$IMAGE_TYPE"21:32
cjwatsonis the relevant line21:32
Davieycjwatson: Hmm.. Can you grok why there wasn't a ubuntu-server .1 today? http://people.canonical.com/~ubuntu-archive/cd-build-logs/ubuntu-server/quantal/ ?21:39
gilirDaviey, great, thanks :-)21:39
Davieycjwatson: I mean, it's clear that you are correct.. i just want to understand why i thought i had seen jumps before.21:39
cjwatsonDaviey: As I say, the count (buggily) isn't per-series21:40
cjwatsonDaviey: So if there are precise and quantal builds both happening daily, one will get <date> and the other will get <date>.1, depending on which comes first21:40
Davieyahh21:41
cjwatsonDaviey: compare http://people.canonical.com/~ubuntu-archive/cd-build-logs/ubuntu-server/precise/ and you should find it fills in the gaps21:41
Davieyyep, thanks cjwatson21:41
cjwatsonThis is certainly confusing and I plan to fix it at some point21:42
cjwatsonIt just isn't very high priority :-)21:42
Davieyi'd say it was sub-low priority21:42
cjwatsonIt's only not no priority because it confuses people and thus indirectly takes up time21:43
cjwatsonslangasek: I'm going to move efilinux-signed to universe because it needs to be at least as far out as efilinux, which hasn't been MIRed yet21:45
cjwatson(in order to build)21:45
cjwatsonThough I perhaps ought to deal with a MIR there at some point21:45
=== warp11 is now known as warp10
cjwatsonOK, so working with a current desktop image in kvm is now barely usable again, but unity is horrifically slow and it's even slowing down my host desktop.  Do any of you good folks have a trick for making it reasonable again?  Otherwise I'm going to have serious trouble working on any installer bugs.21:58
cjwatsonWell, it's a little less awful once I get as far as starting ubiquity.22:00
plarsis a respin really going to happen on server? skaet mentioned it earlier, but I haven't seen it reflected on iso tracker yet22:07
skaetplars,  Laney said he started them off on order listed on pad.ubuntu.com/ubuntu-release, and based on that I'd have expected them to have published by now22:15
skaetso,  given that respin wasn't necessary for them, not sure if they should be respun or not at this point.22:16
* skaet is just expecting WUBI to show up now22:16
plarsskaet: that's good by me then :)22:17
cjwatsonThe last ubuntu-server respin that happened started at 12:02 UTC22:17
cjwatsonSomebody with more brain can correlate that22:17
skaethmm,  that seems a bit weird.  one on iso tracker right now is from 12:09 UTC.22:22
cjwatsonThat's consistent.  :02 was the start time.22:24
cjwatson:09 would have been about when the i386 build finished.22:24
skaetyeah, but amd64 finished at :06, and the armhf+omap4 image at :08,  manifests put in there from a couple hours prior.22:26
* skaet suspects the respin is going to happen, its just locked behind WUBI at the moment. :P22:27
skaethttp://cdimage.ubuntu.com/ubuntu-server/daily/20120903.2/22:28
cjwatsonskaet: That all looks entirely normal22:30
cjwatsonI expect there was a long queue of livefs builds in the morning22:30
cjwatsonThe ISO9660 part was the part that started at 12:02, not the livefs building part22:30
slangasekcjwatson: ok22:33
=== hggdh_ is now known as hggdh
bdrungcan someone accept ncurses in oneiric-proposed?23:25
=== Ursinha` is now known as Ursinha
=== Ursinha is now known as Guest21289
=== Guest21289 is now known as Ursinha
xnoxkubuntu is affected by bug 103852223:55
ubot2`Launchpad bug 1038522 in ubiquity "manual partitioning in installer crashes" [High,Confirmed] https://launchpad.net/bugs/103852223:55
xnoxthis is unrelated to the recent ubiquity bugs in the gtk frontend.23:55
xnoxSome comments on the duplicates are rude.23:55

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