/srv/irclogs.ubuntu.com/2014/01/17/#ubuntu-devel.txt

TheMuso@pilot in00:07
=== udevbot changed the topic of #ubuntu-devel to: Trusty Tahr Alpha 1 released! | Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> saucy | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: TheMuso
cjwatsonshadeslayer: http://qa.ubuntuwire.com/ftbfs/#kubuntu is probably simplest00:07
=== emma_ is now known as em
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
TheMuso@pilot out03:06
=== udevbot changed the topic of #ubuntu-devel to: Trusty Tahr Alpha 1 released! | Archive: open | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> saucy | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
darkxstTheMuso, Thanks!03:26
TheMusodarkxst: np03:34
=== timrc is now known as timrc-afk
=== kirb_ is now known as Guest94590
=== LoganCloud is now known as Logan__
pittiGood morning05:44
pittidoko_: do you happen to have an idea about bug 1270025? i. e. is calling "dot -c" in postinst the right thing to do?06:01
ubottubug 1270025 in graphviz (Ubuntu) "graphviz package does not configure plugins" [Undecided,New] https://launchpad.net/bugs/127002506:02
pittivila: FTR, I can reliably reproduce bug 1269886 locally; you can't?06:03
ubottubug 1269886 in bzr (Ubuntu) "autopkgtest fails in trusty: TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop" [Undecided,Confirmed] https://launchpad.net/bugs/126988606:04
darkxsthey pitti06:04
darkxstwould autopilot work with gnome-shell?06:05
Noskcajdarkxst, Should do. Check "autopilot launch gnome-shell"06:07
NoskcajSince it's gtk3 it should introspect06:07
darkxstNoskcaj, gnome-shell doesnt really use standard gtk3 widgets though06:08
Noskcajdarkxst, good point. As long as it will launch without error via autopilot, it should work. It might be a bit more complex though06:09
pittidarkxst: yes, I don't see why not06:11
pittiNoskcaj: hey06:11
Noskcajhey pitti06:11
pittiNoskcaj: wrt. the libgweather transition: don't worry; some bits were done yesterday, and the two remaining ones are new versions of evolution and evolution-data-server which are prepared (but blocked by the "don't change the phone" ban ATM)06:11
Noskcajok06:12
darkxstwell It launches but getting a ton of unsupported type warnings06:13
darkxstalthough they seem to be standard GTK bits,06:14
Noskcajdarkxst, Provided it's nothing like Gtk-Message: Failed to load module "autopilot", you're good06:14
pittidarkxst: yes; that warning is already silenced in trunk, but it's been a while since we released AP06:15
wolterIs unity launcher api on topic in this channel?06:15
pittidarkxst: in fact we are trying to, currently held up by bug 127002506:15
ubottubug 1270025 in graphviz (Ubuntu) "graphviz package does not configure plugins" [Undecided,New] https://launchpad.net/bugs/127002506:15
pittidarkxst: FTR, autopilot can only introspect simple property types (int, string, float, flags, enums, etc.); it has some special cases for GtkTextBuffer, but for properties of other class types it can't do introspection06:16
pittidarkxst: btw, if you need a particular property and there is a sensible way to represent it as a string, please file a bug against autopilot-gtk06:17
darkxstpitti, I really just want a test to make sure gnome-shell has loaded properly06:17
pittidarkxst: so I guess you just want to check that you can find a few representative widgets and ensure that they are visible?06:17
darkxstyes06:18
pittiyou can also check their globalRect for plausible values06:18
pittidarkxst: does gnome-shell run in xvfb? (i. e. with software rendering)06:18
pittidarkxst: then this could become an autopkgtest, and we'd immediately know when it breaks due to a new upload06:19
darkxstit certainly runs with software rendering06:19
darkxstand yes that would be better, because once gnome-shell breaks, so does gdm ;(06:20
pittidarkxst: note you need to run xvfb like that: xvfb-run -s "-screen 0 1024x768x24" <program>06:20
pitti(without that it runs in 8bpp which doesn't work with rendering)06:20
pittithat's a common trap, in case you don't know06:21
darkxstpitti, that gives XRANR missing06:21
darkxstwhich makes gnome-shell unhappy06:22
pittiah :/06:22
pittidarkxst: the other day there was a  patch floating on the upstream ML for adding xrandr support to Xvfb; but it seems it never got accepted :/06:22
pittihttps://launchpad.net/~pitti/+archive/ppa/ still has an xorg-server package with that patch06:22
pittibut that was for raring06:23
pittidarkxst: X.org with the dummy driver does know xrandr, that might work better06:23
darkxsthow do I run that?06:23
pittidarkxst: https://git.gnome.org/browse/gnome-settings-daemon/tree/tests/gsdtestcase.py#n20206:24
pittidarkxst: you can skip the copy part06:25
pitti$ Xorg -config xorg-dummy.conf -logfile /tmp/log :506:26
pitti$ DISPLAY=:5 xrandr06:26
pittiScreen 0: minimum 320 x 240, current 1024 x 768, maximum 1024 x 76806:26
pittidarkxst: ^ something like that06:26
pittithe rest of that code just does the synchronization and error handling06:27
pittitjaalton, mlankhorst, RAOF: would you happen to know anything about the fate of http://lists.x.org/archives/xorg-devel/2013-January/035114.html ? it works nicely, but it seems it got zero replies06:28
pitti(in a year)06:28
RAOFMy guess: nobody X-ish cares enough about xvfb.06:29
RAOFParticularly since the dummy drivers exist.06:29
pittiyeah, see above, but it's two magnitudes harder to set up than xvfb-run06:29
pittiXvfb is still the #1 tool to run tests during project and package build, or is there something better these days?06:30
RAOFpitti: Really, we should just add a wrapper script that implements xvfb-ish06:31
RAOFAs a regular server + dummy conf.06:32
pittiRAOF: I guess that would look similar to above gsdtestcase.py function06:32
RAOFNote: Not volunteering to implement said server :)06:32
pittiI'm happy to do that, it's not particularly difficult06:32
RAOFRight.06:33
pittibut again, if it stays Debian/Ubuntu specific it's still not something you could put into upstream test suites06:33
pittilike in gnome-settings-daemon and the like06:33
RAOFIdeally you'd do it in something that you can do signals and fd passing in; if you pass in a fd X will write the display it's found and if you set SIGUSR1 to ignore the server will raise that once it's ready.06:34
RAOFThat's something that could be either upstreamed to xorg or as a trivial extra project.06:35
RAOFIt's probably just big enough to be a project you could get everyone to depend upon for their unittests :)06:35
pittihm; all that instead of applying this rather small patch..06:35
pittixvfb-run already implements all that logic, after all (and it's far from trivial)06:36
RAOFMostly.06:36
pittiperhaps I should temporarily subscribe, and poke on the list for a review?06:36
RAOFCould work.06:37
darkxsthmm, xorg segfaulted when I launched xrandr ;(06:39
wolterIs there a complete Unity Launcher API somewhere?07:06
wolterI want to do a Pomodoro timer but I can't find stuff on connecting actions to dbusmenu items07:06
pittidoko_: ah no, the *.postinst/*.postrm scripts just weren't updated for libgvc5-config-update -> libgvc6-config-update, doing07:09
tjaaltonpitti: yeah, I don't see why it couldn't be accepted upstream, and master is open again07:12
=== tkamppeter_ is now known as tkamppeter
vilapitti: haven't tried reproducing locally yet, my hands are full :-( I strongly suspect this bug to be a test-only issue given the past similar test transient failures caused by that MP. I.e. I'm a bit afraid about spending time diagnosing more precisely and ending up with the same conclusion :-/ So if you have a way to just skip this test for the time being, that sounds like the most pragmatic thing to do07:59
pittivila: bzr selftest has an -x, that should work?08:03
vilapitti: yup08:03
vilapitti: you can add that thanks to dep8 right ?08:03
pittiyes, in debian/tests/testsuite08:04
vilapitti: I dislike excluding tests instead of turning them into expected failures, but again, that's the most pragmatic here :-/08:04
dholbachgood morning08:05
pittivila: well, the next upload can't be done without fixing it, as the package will fail to build, so that's ok08:05
pittihey dholbach08:05
dholbachhey pitti08:05
vilapitti: ionce I get to the point where I can add a trusty chroot to http://babune.ladeuil.net:24842/ it will show up again anyway08:05
vilapitti: so nothing will be lost08:05
pittivila: ack, thanks08:05
vilapitti: FTR, it pisses me off to not be able to look at that more closely. On a more positive side, is there a way to have bazaar@lists.canonical.com mailed when such a failure happens ? (Don't worry about not being subscribed, I'll white list when it'll happen)08:10
pittivila: hm, after I hit dput it occurred to me that this probalby won't work -- the test will fail during package build so that never gets into trusty; I'll have to ignore it during package build as well08:11
pittivila: usually the last uploader gets mailed for them08:11
pittiplus jibel and me for all of them08:12
pittiwe don't currently have a more flexible way of subscribing, sorry08:12
vilapitti: no idea who the uploader is this way, ha, too bad, never mind08:12
pittivila: so for now I do the  "ping vila" approach if I see a failure :)08:12
vilas/way/day/08:12
vilapitti: ok ;-D08:12
=== schmidtm_ is now known as schmidtm
zygagood morning08:14
doko_pitti, thanks08:15
=== doko_ is now known as doko
dokoslangasek, I assume the qt5 update will still take a while?08:16
mlankhorstmorning08:24
=== frobware is now known as zz_frobware
=== zz_frobware is now known as frobware
=== mwhudson is now known as zz_mwhudson
zygacan anyone confirm that python3.3-coverage program from python3-coverage package crashes on import09:45
darkxstoh gah, what will happen with modemmanager 1.0 in -proprosed, pretty sure there are rdepends that are non-trivial to port to the new api;(09:45
zygawhat?09:49
zygabarry, doko: is python3.4 the default python now?09:49
seb128doko, e-d-s failing to build ... you commented saying it uses hardening without the corresponding build-depends, but even with hardening-wrapper installed the configure hits the same "Error in `/usr/bin/ld.bfd.real': corrupted double-linked list"09:49
zygapython3-coverage has shebang of python3.409:49
dokoseb128, can you sbeattie how to properly build with hardening-wrapper and pie?  the problem is that configure calls gcc with -static -fpie09:50
dokoin the past this did work by chance09:51
seb128sbeattie, hey09:51
dokozyga, you can answer this question yourself by building in a trusty chroot09:51
zygadoko: I am running trusty and I actually followed your test rebuild archive09:52
zygadoko: I'm trying to understand if this is a bug or is it expected09:52
dokozyga, depends on what the build-dependencies are. in general, we do not want to have version specific shebangs. python3 should it be09:53
zygadoko: python3 is still 3.3 for me, so it seems the coverage package is broken09:53
zygadoko: I think coverage might be a bit special there as you want to use specific coverage if invoked as specific pythonX.Y-coverage script, it just seems those scripts are generated incorrectly (or patched incorrectly, maybe)09:54
zyga(specific python version, not coverage version, sorry)09:54
dokozyga, I'll have a look later, or I'll ask barry to have a look09:54
pittibarry: would you mind looking into the mailman autopkgtest failures? there are a lot of failed tests (reproducible with run-adt-test locally, so it's not a DC/networking issue)10:24
apacheloggerhow do I find out why a package is being held in trusty-proposed?10:33
Laneyapachelogger: https://wiki.ubuntu.com/ProposedMigration is useful10:35
Laneythere's two links at the end of the first section which contain the output10:35
apacheloggerthanks10:36
dokojamespage, b-d golang-go [amd64 armhf i386]10:38
jamespagedoko, for juju-core? not just yet10:38
doko?10:38
dokoit's dep-wait on the other archs ...10:38
jamespagedoko, yes - and it will continue to be until I have done the work to package a separate go tool for use with gccgo10:39
dokoahh, ok10:39
jamespagedoko, davecheney has something working from mainline golang with gccgo - once he's happy with that I'll package and upload10:39
jamespagedoko, for now I'm building with both for existing archs so people can test it out and compare/contrast10:40
=== _salem is now known as salem_
=== MacSlow is now known as MacSlow|lunch
=== MacSlow|lunch is now known as MacSlow
barrypitti: i can look14:15
barryzyga: what's up?14:15
zygabarry: hey14:19
zygabarry: I think python3-coverage is busted14:19
zygabarry: first off, python3-coverage is running python3.414:19
zygabarry: then python3.3-coverage throws ImportError that is really odd14:19
zygabarry: this is on 3.7+dfsg.1-414:20
barryzyga: yep, looks like they are.  can you file bugs and send me the #s14:20
zygabarry: certainly, filing now14:20
zygabarry: https://bugs.launchpad.net/ubuntu/+source/python-coverage/+bug/127016714:25
ubottuUbuntu bug 1270167 in python-coverage (Ubuntu) "python3-coverage uses python3.4 as interpreter " [Undecided,New]14:25
seb128cjwatson, hey, what determines if the grub menu should be open on boot (out of the grub config)? (I guess it writes a file somewhere that is cleaned after a successful boot to do the "open on next boot in the previous boot didnt work")14:26
seb128cjwatson, I'm asking because playing with your new grub I managed to land in a position where it displays the menu at every boot now14:26
barryzyga: subscribed.  i'll double check on debian - i'm in regular contact with the maintainer14:26
cjwatsonseb128: right, it sets a flag using save_env before booting, which is cleared by /etc/init.d/grub-common when we get to the end of rc214:27
cjwatsonusing grub-editenv14:27
seb128cjwatson, the only thing I did is to hammer ctrl/shift to open the menu and ctrl-alt-suppr some of the boots on plymouth beause I didn't manage to open the menu14:27
cjwatsonseb128: check whether /etc/init.d/grub-common is actually being called at boot14:27
seb128what's the easiest way to see that? logs?14:28
cjwatsonhack it to write to some file of your choice14:28
zygabarry: https://bugs.launchpad.net/ubuntu/+source/python-coverage/+bug/127016814:28
ubottuUbuntu bug 1270168 in python-coverage (Ubuntu) "python3.3-coverage crashes with ImportError on startup" [Undecided,New]14:28
zygabarry: thanks a lot14:28
seb128ok14:28
zygabarry: looks like some of the multi-version magic went wrong, I read the debian packaging but it was pretty comples for what is otherwise setup.py install14:29
zygacomplex14:29
seb128cjwatson, otherwise, if that's me pressing shift that leads to open the menu, I think that it opens with the 10s timeout on manual trigger when it used to open without timeout14:29
seb128cjwatson, or my testing/setup might just be buggy14:29
cjwatsonseb128: you might also try "grub-editenv /boot/grub/grubenv list" after boot to see what that says14:29
seb128cjwatson, on the good news side, boots works fine, as do recovery mode etc (my setup is a "boring" 1 disk, 1 OS, no uefi though)14:29
seb128$ grub-editenv /boot/grub/grubenv list14:30
seb128$14:30
cjwatsonseb128: timeout handling has changed around a bit, I may have to double-check that.  wouldn't be a blocker though14:30
cjwatsonseb128: pastebin /boot/grub/grub.cfg?14:30
seb128cjwatson, http://paste.ubuntu.com/6768202/14:31
zygastgraber: hey, pastebinit *stilL* uses /usr/bin/env python shebang, it will still be broken in every python3 virtualenv :-(14:31
cjwatsonseb128: and /etc/default/grub please?14:32
seb128cjwatson, http://paste.ubuntu.com/6768212/14:32
cjwatsonseb128: Hmm, looks like 569766e4 broke this14:36
cjwatsonseb128: Could you mention this in the bug?  I'll have to try to chase this down upstream14:36
seb128cjwatson, done, I'm not sure what details are useful but I guess you will fill those?14:39
seb128cjwatson, let me know if you need more debug infos from my system14:40
cjwatsonNope, I basically just need to think very hard about the timeout stuff, again14:40
barry5ols14:52
seb128cjwatson, was your "commit id creating the issue" comment about the 10s timeout on manual opening or about the menu opening on boot?14:53
seb128cjwatson, the grub-common script is correctly called and it seems the flag is not set from a "list" call, so I guess the menu is opening for another reason (doesn't happen anymore after downgrading to the trusty version)14:53
seb128on that note, time for some exercice, be back in 1h14:56
cjwatsonseb128: they're the same thing15:07
=== catbus is now known as Guest6323
cjwatsonseb128: (Looking at it, I think I'm not quite correct in blaming upstream - the upstream change is trying to preserve previous upstream behaviour, and I dropped a little bit too much of the Ubuntu patch set)15:33
stgraberzyga: I'm pretty sure the release I made yesterday uses /usr/bin/python315:40
zygastgraber: ah, sorry then, it's probably not on my development box yet15:41
stgraberzyga: yeah, I don't take care of the packaging myself, I'm just the upstream for that one. I notified the Debian maintainer but it hasn't been uploaded yet.15:42
=== awe_ is now known as awe|afk
cjwatsonseb128: OK, figured it out, fixed for the next upload16:34
seb128cjwatson, great, thank you!16:34
cjwatsonthanks for the testing16:36
brendanddoko, my packages build is failing seemingly because python3.4 is in py3versions, but python3.4 is not there16:47
brendanddoko, in trusty16:47
dokobrendand, is the package b-d on the python3-all / python3-all-dev package?16:47
brendanddoko, no - python3 (>= 3.2),16:48
dokobrendand, which package?16:48
brendanddoko, it's checkbox-certification. it's only in a PPA16:49
brendanddoko, so it should b-d on python3-all?16:49
dokobrendand, yes16:50
rbasakchiluk: please could you see if bug 1270151 is a possible -proposed regression on mysql-server-5.5 5.5.34-0ubuntu0.12.04.2, or just user error?16:52
ubottubug 1270151 in mysql-5.5 (Ubuntu) "package mysql-server-5.5 5.5.34-0ubuntu0.12.04.2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1" [Undecided,New] https://launchpad.net/bugs/127015116:52
chilukrbasak ... sure16:52
chilukrbasak doesn't look like it.16:54
rbasakchiluk: thanks. Often users misconfigure mysql and then apport files postinst failure bugs because the service doesn't start. So it could be that. I just noticed that it's from -proposed.16:54
chilukI'll verify the upload now though.16:54
rbasakThanks!16:54
chilukrbasak, sure thing... I was pretty careful with that upload... so I don't have much faith that this is a regression.16:55
cjwatsonGrr.  Why does https://launchpad.net/ubuntu/+source/ruby-gettext/3.0.3-2/+build/5470350 fail but https://launchpad.net/~cjwatson/+archive/ppa/+build/5473079 (identical build in a PPA, identical set of build-dependencies installed, same version of launchpad-buildd) succeed?16:55
cjwatsonKernels differ but the chances of that affecting locale-ish tests seem fairly remote16:55
cjwatsonI guess I can try hitting it with LC_ALL=C.UTF-8 but I'm a bit reluctant to do that without some way to reproduce the problem16:55
cjwatsonMaybe if I try a devirt PPA ...16:57
chilukrbasak I was able to install 12.04.1 and upgrade to 12.04.2 without issue.17:06
rbasakchiluk: thank you for verifying, and for doing the work!17:06
chilukrbasak it is entirely possible that he does not have enough free disk space17:07
chilukand the post script is failing due to the new check for free space.17:07
chilukrbasak.. I also don't speek french.. so I'm not entirely sure what the error messages are saying.17:07
rbasakchiluk: it's a postinst failure.17:08
rbasakchiluk: postinst returned error status 117:08
chilukrbasak.. I gathered that much.. I was more curious what MySQLConf.etc.mysql.my.cnf: Error: [Errno 2] Aucun fichier ou dossier de ce type: '/etc/mysql/my.cnf'17:08
chiluk means17:08
rbasakOh17:09
rbasakHmm17:09
tarpmanchiluk: no such file or directory17:09
chilukwell there's your problem.17:09
tarpmanENOENT17:09
rbasakOK so that's the user.17:09
rbasakThanks17:09
* rbasak learns a little more French17:09
chilukI wouldn't expect it to function before the upgrade either.17:10
rbasakThat seems likely. I just wanted to be sure. That makes it clear, and I'm now confident it's not a regression. Thanks!17:10
chilukGoogle translate = "Any file or folder of this type:"  ... not as helpful17:10
rbasak(and thanks tarpman)17:11
tarpman:)17:11
rbasakUsually I guess the translations but I didn't spot that one.17:11
infinitycjwatson: devirts are far more likely to have, as some point, had lp-buildd restarted or upgraded by hand, rather than started by init.17:12
infinitycjwatson: Which leads to the locale environment leak issue you fixed in bzr but we haven't rolled out.17:12
cjwatsonYeah, I was half-thinking that17:12
cjwatsonThe failure reproduces in a devirt PPA17:12
cjwatsonSo I should maybe just try to get that lp-buildd rolled out early next week rather than bothering with an upload.17:13
infinitycjwatson: Well, I think a package that fails its testsuite due to locale issues is still buggy.17:13
infinitycjwatson: It's nice for buildds to provide a consistently sane environemnt, but that's no excuse for shoddy packaging either. :P17:13
infinity(And easy enough to test locally by just building in C, C.UTF-8 and en_US.UTF-8 and seeing what explodes)17:14
cjwatsonI'd be more worried about that if the failure reproduced with sbuild locally17:14
cjwatsonBut let's try it if I force LC_ALL=C17:14
infinityI'd be inclined to test locally in a chroot I can control and know the state of, rather than throwing random hammers at buildds who's environment I'm guessing at.17:15
infinitywhose*17:15
cjwatsonI'm only throwing random hammers out of desperation at being unable to reproduce the failure locally17:16
infinityI ran into one of these a while back that was confusing as all heck to track down.17:16
infinitycjwatson: I bet I can reproduce.  Lemme look.17:16
cjwatsonThat's obviously where I started17:16
cjwatsonOK.  Note that you need to have a bootstrap ruby-gettext in the chroot17:16
cjwatson(Or available via apt sources)17:16
infinityCheck.  The one from your PPA should do, I guess.17:16
cjwatsonYeah, or the one from Debian17:18
infinitycjwatson: Okay, I apologize for questioning your science.  Not only can I not reproduce, but I'm officially confused.17:24
cjwatsoninfinity: I wonder what lp-buildd's env on the builders in question actually says17:29
infinityThrow something at a devirt with "printenv" and "locale" in debian/rules, and aim it at toyol, so we're debugging the same machine?17:30
cjwatsonOr I could ask a webop17:31
infinityWell, that doesn't get you the env during a package build.17:31
cjwatsonFinding the env of lp-buildd would probably do17:32
infinityProbably.17:32
stgraberinfinity: pushing procenv to that buildd should do the trick17:32
cjwatsonLet me do that quickly then17:33
infinityAlready done.17:34
cjwatsonk17:34
infinityWell, once process-upload hears me.17:34
cjwatsonCopies are usually a bit quicker :)17:35
infinityYeah, I wasn't thinking.17:35
infinityhttps://launchpad.net/~adconrad/+archive/ppa/+build/547327217:39
infinityAnd in case i386ness matters:17:40
infinityhttps://launchpad.net/~adconrad/+archive/ppa/+build/547327517:40
infinityHrm, and can't reproduce when mirroring that env either.17:44
infinityDouble-U Tee Eff.17:44
cjwatsoninfinity: I can17:46
cjwatson-       dh_auto_install17:46
cjwatson+       LANG=C LANGUAGE=en_GB: LC_ALL=C dh_auto_install17:46
cjwatsonreproduces it in sbuild17:46
infinitycjwatson: Huh.  Didn't seem to break it here when I just set that in my chroot env.  But yay.17:46
infinityOh.  Balls.  My science was probably crap.17:47
infinityI used debuild, which I bet cleanses.17:47
cjwatsonchanging LC_ALL to C.UTF-8 is indeed sufficient17:49
infinitycjwatson: Or unsetting LANGUAGE would probably also do.17:49
cjwatsonStill fails one test if I do that17:50
infinityFun.17:50
* cjwatson uploads, let's see17:51
=== frobware is now known as zz_frobware
infinitycjwatson: It would appear that you don't win.18:05
cjwatsonhttps://launchpad.net/ubuntu/+source/ruby-gettext/3.0.3-2ubuntu1/+build/5473400  argh18:05
cjwatsonI give up, it's dinnertime anyway.  Feel free to continue beating on it if you get a chance ...18:05
=== bfiller is now known as bfiller_afk
=== Ursinha-afk is now known as Ursinha
jtaylorcan one force push scipy out of proposed?20:06
jtaylorits a minor test failure, and a new upstream release is due in a few days where I will skip it20:06
jtaylorbut py3.4 scipy helps for rdepends20:06
jtayloroh wait builds are against proposed anyway20:07
jtaylorso nevermind, didn'T think about that20:07
=== bfiller_afk is now known as bfiller
hallynall right this sandbox-upgrade-testing script is getting on my nerves.  It's killing my nested kvm with copying host to destination...20:30
=== salem_ is now known as _salem
infinitycjwatson: ruby-gettext hammer applied and forwarded to Debian.22:16
=== _salem is now known as salem_

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