/srv/irclogs.ubuntu.com/2014/05/13/#ubuntu-release.txt

slangasekbdmurray: update-manager -d on trusty fails for me with 'Failed to download repository information' - any idea why?00:11
bdmurrayslangasek: try with DEBUG_UPDATE_MANAGER=1 set00:30
slangasekbdmurray: seems fairly nondescript: http://paste.ubuntu.com/7455113/00:31
bdmurrayslangasek: edit /etc/update-manager/release-upgrades.conf from lts to normal00:32
slangasekbdmurray: hmm; surely -d should override that?00:33
slangasek(so I think that's a bug, even if editing it works around it)00:33
bdmurraylts sets lts in the url, so -d with lts just means you want the devel version of the next lts00:34
slangasekah, that's nonintuitive00:34
slangasekanyway, same error00:35
slangasek(assuming that /etc/update-manager/release-upgrades is the right file, since that's the one that exists / is owned by the package)00:35
slangasekhttp://paste.ubuntu.com/7455126/00:36
bdmurraynew dist: <UpdateManager.Core.MetaRelease.Dist object at 0x7f68e3e369b0>00:36
bdmurrayso that looks right to me00:36
slangasekyeah... still gives the error about failing to download repo info00:36
slangasekand does not offer me an upgrade00:36
slangasekso that seems to be because I have some repos in sources.list that are not currently accessible00:37
bdmurrayah yeah that sounds familiar00:37
bdmurrayI can't find the bug right away though00:40
slangasekhmm00:43
slangasekbut after disabling them, I no longer get the error but I also don't get offered to upgrade00:43
slangasekpossibly because it doesn't like me for continuing to postpone the "you must reboot NOW" dialog :)00:43
=== doko_ is now known as doko
=== shadeslayer_ is now known as shadeslayer
cjwatsondoko: Are the powerpc builders just on manual in order to schedule gcc-4.9 on sagari?  If so can they be re-autoed now?  (Guessing as to somebody who might know ...)10:31
dokocjwatson, yes, reenabled10:31
cjwatsonThanks10:32
dokowould take 24+h else10:32
cjwatsonSure, I have no problem with shoving stuff on sagari, just wanted the rest of the queue to clear :)10:33
=== jhodapp|afk is now known as jhodapp
mlankhorstso who's going to work on 12.04.5?12:37
Mirvhi. out of the trusty's unapproved GStreamer updates, if you can work only on one of them, please try to get gst-libav approved which alone fixes a very visible crasher when seeking h.264 files (including any totem thumbnailer usage since it seeks first)12:52
seb128infinity, SpamapS, Daviey, slangasek, arges: hey, is there any chance some of you could spend some time on the trusty SRU queue this week? We have some important fixes waiting for 3 weeks :/14:12
argesseb128: sure i'll spend some time today14:12
seb128arges, thanks!14:13
argesseb128: so bug 1312305 bumps gst* packages to 1.2.4 from 1.2.3. some of these haven't landed in utopic yet. should we wait until these land there and get some testing before updating trusty?14:20
seb128arges, well, we can do that, I was expecting those to be approved to proposed and pocket copied to utopic14:21
seb128which we often do early in the cycle14:21
seb128Laney, ^ I think the ones with changes are yours14:22
seb128(gst and base are synced to utopic already)14:22
dpmhi all, also following up on the previous comment, could someone help with approving the Qt upload in the Unapproved queue? It fixes a Qt regression that affects running and developing the Reminders app on the desktop. https://launchpad.net/ubuntu/trusty/+queue?queue_state=1&queue_text= - ScottK, perhaps?14:22
Laneyarges: I thought they would be copied up when I did them14:38
Laney(IIRC)14:38
LaneyI can upload them too at the same time, would appreciate simultaneous verification in proposed though if possible14:38
argesLaney: I'm just not 100% sure how to handle these, so I'd like to get input from infinity, slangasek, bdmurray, etc about reviewing the gst* packages14:44
Laneywait14:45
seb128arges, just because of the utopic upload thing?14:45
seb128arges, because e.g gstreamer1.0 has 1.2.4-1 in utopics14:45
seb128same for -base14:45
Laneydidn't I upload them all already?14:45
Laneyto U, that is14:45
argesLaney: there are some that are fix committed in 131230514:46
seb128seems you did14:46
seb128Laney, you probably didn't update the bug status14:46
Laneyoh I guess because sync14:46
Laneyyep14:46
seb128those are mine :p14:47
seb128arges, sorry about the confusion, everything is in utopic, I just failed to set to "fix released" the one that got autosynced from Debian14:47
Laneydone now14:48
seb128thanks14:49
argesLaney: seb128 so has any testing been done, or that will be done after it lands in -proposed?14:49
argesin trusty for 1.2.414:49
seb128well, I'm running it locally since it got uploaded14:49
seb128which is as much testing as we do before sending things to proposed14:50
Laneynot for SRU purposes, that'll be done by people when they test proposed and give feedback to the bug14:50
seb128that's why we have the "1 week in proposed" to get things tested14:50
rtginfinity, whats the story on -Werror=cast-align ? libnice started using it, but glib-2.0 is definitely not alignment safe for armhf (and perhaps for other arches I don't care about). https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743233 - Is it OK to just turn it off and continue take the performance hit for alignment traps ?15:43
infinityrtg: For arches that do alignment fixups (like armhf), it's just a performance penalty, so safe enough, but still bugs worth fixing.15:45
rtginfinity, I can fix some, but the glib-2.0 stuff requires deeper thought then I can give it.15:46
rtgplus, the fixes are probably less performant then just taking the trap15:46
jamespagebdmurray, just after you accepted my ceph upload for 14.04 upstream released a 0.80.115:48
jamespagebdmurry: I'm doing some testing via PPA and I'd like to upload that version in the next day or so if that's OK with you15:49
bdmurrayjamespage: sure, just let me know15:50
jamespagebdmurray, ta15:50
infinityrtg: Yeah, if the "fix" is wasting a few hundred thousand cycles on mangling things in C to not misalign, you've lost the game.  But sometimes, it's as simple as padding a struct correctly or something, and you're done.15:50
infinityrtg: Of course, for libraries, fixing alignment on public structs also breaks ABI, so sometimes it's pretty much unfixable without upstream buy-in and an SOVER bump.15:51
rtginfinity, thats what I'm thinking is the case for glib-2.015:51
rtginfinity, it looks like upstream added tihs test, and then never built with a compiler that implements it.15:52
infinityrtg: Of course. :P15:52
rtgdoh!15:52
=== dpm is now known as dpm-afk
infinitybdmurray: Hrm.  Why doesn't sru-release have an option to set phasing?  Do I just need to do it manually and hope to avoid override races?17:06
infinitybdmurray: (Have a tzdata upload to do that's critical because the changed timezone takes effect in two days, so phasing it to 100% pretty much will have to happen)17:07
robruhey guys, we have another unity8 release that needs a version bump. thanks!17:59
infinityrobru: On it.18:00
robruinfinity, thanks!18:00
infinityMan, the new colourful adt results in excuses are distracting.18:00
ogra_haha18:03
robruinfinity, hey. so looking at excuses, we have 4 different things that are blocked by a regression in ubuntu-purchase-service. I just published the fix for that though, so once it lands do I need to do anything special to get those tests to re-run? or will it see he new release, re-run, and then allow those 4 blocked things to migrate?18:07
infinityrobru: The latter, modulo potential bugs in the system.18:08
robruinfinity, sweet, ok thanks, will keep an eye18:08
cjwatsonYeah, I believe that should work.18:08
michagogo|cloudinfinity: tz change with 2 days notice? o_O18:32
infinitymichagogo|cloud: It's possible I've cursed a little bit this morning.18:33
michagogo|cloudinfinity: reminds me: have you seen https://www.youtube.com/watch?v=-5wpm-gesOY yet?18:34
michagogo|cloudThis specific point seems relevant: https://www.youtube.com/watch?v=-5wpm-gesOY&t=4m18s18:35
infinitymichagogo|cloud: Nope.  But given that (a) he's English, and (b) it's about timezones, I can only assume it'll be full of colourful language. ;)18:35
michagogo|cloudinfinity: nah18:35
infinityShame.18:35
michagogo|cloudTom's videos are mostly pretty clean18:35
LaneyBe glad that it's not about something which has already happened18:36
michagogo|cloudHe's done a few for Computerphile, but he also does his own videos on his own channel18:36
michagogo|cloudLaney: hmm?18:36
jpdsinfinity: Got the OpenSSL exception in. ↑ :)18:38
infinityjpds: Snazzy.18:38
infinityjpds: Did you have problems explaining why that was necessary, or was it a low drama thing?18:38
jpdsinfinity: A little bit. Apparently libpam-mount doesn't have the exception.18:39
seb128infinity, hey, you don't want to do some trusty SRU reviews by any chance? ;-)18:39
infinityjpds: Fun.  That should be fixed.18:40
seb128infinity, I guess it's a no? :-(18:41
infinityseb128: I'll do some, yeah.18:42
seb128thanks18:42
seb128sorry for being nagging, but we have important fixes in the queue for almost 3 weeks18:42
infinityseb128: If this is specifically about gst and webkit, we've been chatting about those internally.18:42
seb128those are indeed the oldest one18:43
seb128but gst-libav fixes some of the most reported e.u.c issues18:43
seb128(totem thumbnailer hitting segfaults on building image for mkv files in nautilus)18:43
infinityseb128: Right, will have a poke today.18:45
seb128thanks18:45
infinitymichagogo|cloud: Oh man, I didn't know about the West Bank split timezone.  That's utter madness.18:49
argesinfinity: is it normal to have versions like "1.2.4-1~ubuntu1" (looking at the gst* stuff for trusty) I see 1.2.4-1 is already in utopic...18:50
infinityarges: Normal?  No.  But it sorts correctly, so it's certainly accetable from the archive's POV.18:51
infinityacceptable, too.18:51
argesinfinity: ok yea I understand that... wasn't sure if we normally have versions with ~18:52
infinityThe security team (and I) would probably argue that ~ubuntu0.14.04 is easier to understand, but meh.18:52
infinityarges: We use ~ all over the place.  It literally means "just before the preceding version atom".18:53
michagogo|cloudinfinity: yeah, there's a related darwin award18:53
michagogo|cloudone sec18:53
infinityarges: So, -1 is >> -1~ but -0whee is << -1~18:53
argesinfinity: cool. yup I use it as well.. just didn't want ot get the archive all dirty18:53
michagogo|cloudinfinity: http://darwinawards.com/darwin/darwin1999-38.html18:54
infinityseb128: And when I said "I will look at it", clearly what I meant was "Chris will beat me to it".  But I'll look at more of the queue later to see if we can empty it (or close).19:48
seb128infinity, thanks ;-)19:48
cyphermoxinfinity: could you please look at urfkill in proposed? I'd like to fix the version number if possible ;)20:06
infinitycyphermox: Which series?20:09
cyphermoxutopic, sorry20:09
cyphermoxI should just upload a new version on top without the tilda20:09
infinitycyphermox: Erm, kay.  Nothing for me to look at there, there's no queue involved.20:10
cyphermoxno, there isn't, sorry20:11
=== beidl_ is now known as beidl
rsalvetitrying to understand why dbus-cpp is still not promoted from proposed, and I see a failure at http://people.canonical.com/~ubuntu-archive/proposed-migration/update_output.txt but don't really know what that means20:35
rsalvetirobru: any idea?20:37
slangasekrsalveti: well, there's an soname change; have the reverse-dependencies been rebuilt?20:37
rsalvetislangasek: not the entire rev-dep, no20:38
rsalvetiis that needed for promotion?20:38
slangasekright, all the revdeps need to be rebuilt first so the packages can transition together20:38
infinityrsalveti: What's needed is that upgrading it doesn't cause those other packages to become uninstallable.20:38
slangaseklooks like libconnectivity-cpp0 is the only one missing20:38
slangasek(based on the last error, at the bottom of the file)20:38
rsalvetiright, but would libdbus-cpp2 be removed from the archive after the update?20:39
slangasekyes20:39
rsalvetiright, got it20:39
rsalvetithought it'd stay until nobody is depending on it anymore20:39
infinityIt does stay.20:39
slangasekmmm?  I thought we dealt with NBS in -proposed these days20:40
slangasekdid cjwatson hack britney to do something different?20:40
infinityBritney assumes it'll be deleted.20:40
infinityIt's still removed manually.20:40
rsalvetiright20:40
infinityThis makes things less painful in some cases.20:41
infinityBut the transitions should mostly still happen in -proposed due to britney testing as if the binary was removed.20:41
infinityWhich is good.20:41
slangasekah; yet britney calculates the migrations using the assumption that it will be deleted20:41
* slangasek nods20:41
rsalveticool, thanks guys20:42
infinityAnyhow, just looks like a straight rebuild of connectivity-api is needed.20:42
infinityOr whatever that was.20:42
rsalvetiyeah, checking that20:42
infinityrsalveti: In future, the easiest way to read update_output is to search for the source you care about, and then search backwards (so you get the last mention in the file).20:44
rsalvetiyeah, I saw the failure in there, but thought that having the old package around would already be enough20:44
infinityrsalveti: That'll show the autohinter attempts which, in this case, shows:20:44
infinityleading: dbus-cpp,media-hub,location-service,platform-api20:44
infinity    * i386: libconnectivity-cpp-dev, libconnectivity-cpp020:44
infinityMuch less scary than the first hit you see, that tells you half the distro is broken because of dbus-cpp. ;)20:44
rsalvetiright :-)20:45
=== Ursinha is now known as Ursinha-afk
cjwatsonslangasek: right, partly this is because -proposed being a partial suite makes it tremendously painful to do anything else; but fortunately we get constrained into something that's roughly sane.  ish20:56
=== Ursinha-afk is now known as Ursinha
bdmurrayinfinity: I could add a phased_update_percentage switch if you want21:46
infinitybdmurray: Well, for today, I just hacked it for my needs.21:46
bdmurrayslangasek: what do you think about release apport early? It'll mean slightly less database reapir work21:47
infinitybdmurray: But a switch for either initial-phase or just phased-on/off toggle would work.21:47
bdmurrayslangasek: from trusty-proposed21:47
infinitybdmurray: That logic could be reused so that when calling with --security, we also don't phase.21:47
infinitybdmurray: (Since I assume we don't phase security, so it doesn't make sense to phase the updates copy)21:47
bdmurrayinfinity: we don't phased when called with security21:47
infinitybdmurray: Oh, no?  Kay.21:48
infinitybdmurray: That's not how I read the code.21:48
infinitybdmurray: The way I read it, it'll phase to -updates, but not -security, which makes less sense.21:49
infinityOh, no.21:49
infinityI missed that if.21:49
bdmurray                if (release not in ['lucid', 'precise', 'quantal'] and21:49
bdmurray                        not options.security):21:49
infinityYeah.21:49
infinityDerp.21:49
infinityI missed that cause it was also the series check.21:49
slangasekbdmurray: how well exercised is the fix for bug #1282349?  That's the only one that looks intrusive enough to make me worry about early release21:51
bdmurraywell its been in utopic for a couple of weeks now and the fixed package version doesn't appear in the errors bucket - https://errors.ubuntu.com/bucket/?id=/usr/share/apport/apport-gtk%3AEOFError%3A%3Clambda%3E%3Acollect_info%3Aexc_raise%3Arun%3Athread_collect_info%3Aadd_gdb_info%3Agdb_command%3Awrite%3Aread%3A_read%3A_read_eof%3A_read_exact21:54
slangasekbdmurray: ok, +121:55
bdmurrayinfinity: https://code.launchpad.net/~brian-murray/ubuntu-archive-tools/set-phased-update-percentage/+merge/21944423:18
darkxstcan bijiben and gnome-boxes be dropped from -proposed? they auto-synced but require gtk 3.1223:42

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