/srv/irclogs.ubuntu.com/2012/04/10/#ubuntu-devel.txt

hyperaircould a core-dev please sponsor Bug #97612004:36
ubottuLaunchpad bug 976120 in liferea (Ubuntu) "liferea is built without libindicate support in Precise" [Undecided,Confirmed] https://launchpad.net/bugs/97612004:36
umangHi, on the beta 2 release notes, it says "Both of these reduces power consumption and thus battery lifetime." It sounds as though they should say "Both of these reduce power consumption and thus increase battery lifetime." (or just life).04:55
umanghttps://wiki.ubuntu.com/PrecisePangolin/TechnicalOverview/Beta204:55
umangI can't make changes, but I hope someone in this room can.04:56
pittiGood morning05:05
ajmitchhi pitti05:06
dholbachgood morning06:35
dholbachcan somebody of the kernel team have a look at bug 975392?06:43
ubottuLaunchpad bug 975392 in kernel-package (Ubuntu) "Sync kernel-package 12.036+nmu2 (universe) from Debian testing (main)" [Wishlist,New] https://launchpad.net/bugs/97539206:43
jibelslangasek, there's a regression with msttcorefonts and the package downloader introduced in update-notifier bug 97781208:06
ubottuLaunchpad bug 977812 in update-notifier (Ubuntu Precise) "package downloader doesn't follow redirects" [High,Triaged] https://launchpad.net/bugs/97781208:06
=== smb` is now known as smb
=== hughhalf is now known as hugh_food
sorenwin 3708:40
sorendoh08:40
dholbachtumbleweed, heya - I just read the log of the DMB meeting - are you going to process the applications by mail now?09:11
tumbleweedwe have always been able to. Although we haven't done any since I joined. Apparently it never worked very well09:12
tumbleweedpeople don't reply with votes, or something like that09:12
henrixpitti: hi! not sure if you're the right person to contact about this... just received an email w/ subject "linux-lts-backport-natty_2.6.38-0~12~oneiric1_source.changes rejected"09:12
henrixpitti: it states that File linux-lts-backport-natty_2.6.38-14.58~lucid1.tar.gz already exists in PPA for Cycklon, but uploaded version has different contents.09:13
pitti"Cycklon"?09:13
pittihenrix: sounds like a LP regression then; different PPAs ought to be able to have different origs09:13
henrixwell, that's what it says09:13
henrixso, shall i just send an email to launchpad-users@lists.launchpad.net?09:14
dholbachtumbleweed, hum, it just wasn't quite clear to me what's going to happen with the applications of yesterday09:14
Laneywe should email them to do it next time09:15
tumbleweeddholbach: the applicant wasn't present, and there wasn't quorum. But yes, we should probably mail the applicant and mention that we rescheduled him09:20
dholbachivoks, you might want to add your application as well :-)09:22
dholbachtumbleweed, alrightie09:22
dholbachthanks a bunch09:22
sabdflpitti, rickspencer3 sent me scrollback on your upgrade testing09:22
sabdflsuperb!09:22
pittisabdfl: thanks!09:22
pittisabdfl: that's the first release ever where we got that right09:23
* pitti bounces09:23
ivoksdholbach: :)09:24
rickspencer3jibel, ^ very nice contribution from the QA team :)09:25
jibelrickspencer3, thanks  \o/09:27
* pitti hugs jibel09:29
pittiwe could never have come that far without you and all that jenkins work09:29
* jibel hugs back pitti 09:31
seb128http://pastebin.ubuntu.com/923047/ (retracers bugs with >=3 dups sorted by count of duplicates since the start of april)09:35
seb128(just for info if some are interested)09:35
pittiah, thanks; I see an udisks bug there whic is already fixed09:40
=== doko_ is now known as doko
seb128pitti, yeah, I don't filter out closed bugs, most of the top bugs have been fixed already09:45
pittino, I mean it was an unclosed duplicate, I duped it now09:46
infinityseb128: Interesting report.  I can't speak for most upstreams, but I wonder if there might be value in snagging all the telepathy-*/mission-control bugs and bundling up the list for an email to the telepathy list.09:48
infinityseb128: (Not that I checked bug statuses, maybe they're all fixed already)09:48
seb128infinity, yeah, I will mention it to kenvandine ;-)09:49
infinitypitti: And congrats on the upgrade testing success!  Does this mean I have nothing to do this month? ;)09:49
pittiinfinity: there are still some conffile questions, and http://people.canonical.com/~ubuntu-archive/nbs.html :)09:50
infinitypitti: (I know :P)09:50
infinitypitti: I'm pretty sure I'll keep myself more than busy from now until release.09:50
infinityAnd then drown myself in gin the night after...09:51
pittiheh, sounds like a plan! although I'd prefer Vodka09:51
infinityseb128: Oh, speaking of desktop things, do we have someone working on libical?09:53
infinityIt's making outdate.txt a sad Panda.09:53
seb128doh09:53
seb128infinity, it's supposed to be me, I keep hopping that Debian would fix the bug since they have it too but no dime :p09:54
infinityA man can dream.09:54
infinityAs long as it doesn't fall off your radar, I'll pester occasionally. ;)09:54
seb128infinity, thanks for the reminder09:56
=== Wellark_ is now known as Wellark
=== kiwinote_ is now known as kiwinote
=== MacSlow is now known as MacSlow|lunch
=== hugh_food is now known as hugh_otp
smoserjust going to rhtrow htis out htere and ask if anyone knows.12:29
=== hugh_otp is now known as hughhalf
smoseri have an ext4 filesystem in a file image (mkfs.ext4 -F foo.img).  It has some files in it.  is there a way to essentially "trim" the image ?12:30
smoseri've done mount -o loop, dd if=/dev/zero of=/mnt/file.img, rm /mnt/file.img, umount /mnt12:30
smoserand that largely works.12:30
smoserbut reading 'e2image' i got the impression it could do it, but i think i'm wrong.12:30
smoser(a copy rather than in-place update would be acceptable here)12:31
sorensmoser: Yeah, there is.12:31
sorensmoser: Let me see if I can remember where it is..12:31
sorensmoser: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/view/head:/e2fs-zero.py12:32
=== MacSlow|lunch is now known as MacSlow
smosersoren, thanks.12:34
sorensmoser: It always gave me the heeby jeebies.12:34
smoserwell, yeah.12:35
smoserdd if=/dev/zero seems less prone to error :)12:35
sorensmoser: Which is why I never integrated it into vmbuilder.12:35
smoserbut in my case, and yours, data loss is not really a big deal.12:35
soren..and instead built the fs outside the image and then copied everything into the image.12:35
sorensmoser: WEll...12:36
sorensmoser: The problem is that any data loss isn't obvious.12:36
sorenIt might not reveal itself until much later and will be extremely hard to debug.12:36
smosertrue.12:36
smoseri would think that e2fs upstream would probably take an e2image patch that also copied data.12:37
soren...and back when vmbuilder has the new hawtness, the state of the art was still to use VM's much like real machines: Long-lived, persistent resources.12:37
smoserhttp://patchwork.ozlabs.org/patch/142316/12:40
smoserwell, fun...12:45
smoser http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.42.2 seems to imply that we should probably sync e2fsprogs from debian.12:46
smoseranyone want to look at bug 978012 ?12:59
ubottuLaunchpad bug 978012 in e2fsprogs (Ubuntu) "Please merge e2fsprogs 1.42.2-2 (main) from Debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/97801212:59
=== _salem is now known as salem_
cjwatsonmvo: can you think of any reason why bug 922949 might not be an apt bug?  all ubiquity is doing here is running 'apt-get -d -y --force-yes -q -o Dir::Cache=/target/var/cache/apt upgrade'13:27
ubottuLaunchpad bug 922949 in ubiquity (Ubuntu Precise) "installation process can crash due to an issue with one package when choosing "install updates" as part of the install" [High,Triaged] https://launchpad.net/bugs/92294913:27
cjwatsonmvo: I suppose I could explicitly go through and check all the checksums, but it seems as though apt ought to have done that already13:28
=== yofel_ is now known as yofel
smoserslangasek, you're last touched on e2fsprogs, do you have thoughts on bug 978012 ? basically, i'm weary of doing a merge that this point, but the debian maintainer seems like he knows a thing or two about ext filesystems.13:46
ubottuLaunchpad bug 978012 in e2fsprogs (Ubuntu) "Please merge e2fsprogs 1.42.2-2 (main) from Debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/97801213:46
mvocjwatson: let me check that one13:50
mvocjwatson: right, apt should do this - its doing this when getting the data from the network into memory, but after it has written the file it does not do another verification of the resulting deb, maybe this is what should be done too13:51
cjwatsonmvo: you mean checking that it's been written to disk correctly?13:52
mvocjwatson: yes, exactly13:52
cjwatsonit's just odd that we're seeing this disproportionately (I think?) during installation13:52
cjwatsonit seems to be doing something more or less plausible when I just run locally with a test proxy that corrupts stuff on the way through13:52
mvocjwatson: not sure, there are a bunch of bugs for apt itself that have similar symptoms - or is this sometihng that started recently in the installer?13:53
cjwatsonI don't think it's particularly recent13:53
mvocjwatson: the way its currently working is that there the  hashsum is updated for each bit of data that comes in, but its not checking the final written file13:53
cjwatsonwait, it *might* be something else, this isn't actually the "download updates during install" bit now that I look at it more closely13:56
cjwatsonit's langpack installation13:56
cjwatsonubiquity installs its own acquireprogress/installprogress implementations there, so it's possible this is ubiquity's fault for omitting some crucial piece of error handling13:57
cjwatsonor that python-apt is missing something13:59
mvocjwatson: ohhh, thats interessting!13:59
barryScottK: need any help on LP: #879405 ?14:00
barrybug 87940514:00
ubottuLaunchpad bug 879405 in pygobject (Ubuntu) "[FFE] Enable cairo support for Python 3" [Wishlist,In progress] https://launchpad.net/bugs/87940514:00
barryor maybe pitti ^^14:01
mvocjwatson: keep me updated if you find out more please14:06
cjwatsonmvo: will do, still investigating14:07
pittibarry: no, I already uploaded it to Debian14:09
pittibarry: I just need a review/ack from a fellow release team member14:10
barrypitti: cool.  that'll help my list for q :)14:10
msvbHello Chris aka Mr. cjohnston, you wrote me today that you can't find me on Launchpad.14:10
msvb…but it seems you're not here either. Maybe out to lunch.14:11
msvbDepending on the timezone. No idea.14:11
* ogra_ seriously wonders about all these locale warnings inside chroots recently 14:11
cjohnstonmsvb: Michael?14:11
msvbAha, you are there. Yes, Michael.14:11
cjohnston:-)14:11
msvbHope you liked my wild guess of writing ideas in the whiteboard. No idea if I committed a giant faux pas with that.14:12
ogra_something weems to have changed that always gets me warnings for LANGUAGE, LC_CTYPE, LC_COLLATE and LC_MESSAGES being set to en_US.UTF-8 ... even though LANG=C was used14:12
cjohnstonOk.. So I spoke with Jono... I don't believe that that blueprint/meeting is the correct place to discuss those topics as that blueprint is more on the actual code and development on Summit.. We do both agree though that there should possibly be a meeting to discuss your points, and others.14:12
msvbShould I start a new general topic on the issue of welcome strategy or something like that?14:13
msvbIs there already a existing topic about these things that you know of?14:13
cjohnstonThat would work..14:13
cjohnstonNot that I know of.. its still quite early in the planning process14:14
msvbI think there's only 15 so far, so as long as I'm not looking in the wrong place then I'll go to it.14:14
msvbI must say that I've proposed four track meetings already and this will be the fifth.14:14
cjohnstonI don't see any in Summit either14:14
cjohnstonmsvb: This one should be against community.14:14
msvbYes, I agree.14:15
cjwatsonmvo: can't seem to reproduce it here, though - I get FetchFailedException when I run the relevant bits of code manually against a broken proxy14:15
msvbCan you tell me if I should use the 'propose meeting' link on the summit.ubuntu.com website or create a new blueprint with sprint or not with sprint and with an attached schedule, or should I do both a blueprint and a meeting proposal?14:16
cjwatsonogra_: LANG is overridden by other LC_*/LANGUAGE environment variables14:16
ogra_is that new ?14:16
cjwatsonno, it's been that way for as long as I can remember14:16
cjwatsonset LC_ALL=C if you want a big-hammer override14:16
ogra_i definitely didnt have these errors in the past for LANG=C chroot foo-chroot14:16
cjohnstonOne or the other.. The Propose a Meeting in summit is brand new.. to give the option of moving away from creating a blueprint just to create a meeting14:17
ogra_now i get them everywhere14:17
cjwatsonsomething may have changed, but it wasn't the environment variable precedence order :)14:17
dokopitti: could you approve icedtea-web as well?14:17
RainCTdidrocks: Hey. Just uploaded Zeitgeist 0.9 to Debian unstable :)14:19
didrocksRainCT: awesome, thanks \o/14:19
mvocjwatson: that is consistent with what I saw a while ago when looking at this, I was using a fault-injection proxy and got the expected hashsum errors14:20
=== Guest10423 is now known as panda|x201
cjwatsonmvo: the only thing I can think of so far is an error somewhere in the complicated circular buffer code in the http method15:01
cjwatsonbut I don't actually have anything definite to show15:01
cjwatsonif it has something to do with slow writes to disk, though, that might explain why we're seeing this during installation when there's lots of stuff going on15:02
cjwatsonmvo: does anything check errors from close()?15:03
cjwatsonmvo: (I'm getting increasingly tempted to work around this by an explicit check in ubiquity, despite what I just said in the bug)15:03
mvocjwatson: close is checked, but it looks like there might be a explicit close missing, let me look at the code some more15:09
mvocjwatson: no, thats not it, its there via explicit destruction15:11
cjwatsonmm, but what happens if it fails?15:11
cjwatsonI don't have much evidence that this is actually the problem, though, I'm just guessing15:12
mvoit will set the internal _error->Error() state and return, this should be transported back to the parent of the http class, but it might be that this is not working, http://paste.ubuntu.com/923431/ may be worthwhile, let me dig some more15:16
cjwatsonmm, possibly15:17
=== dendro-afk is now known as dendrobates
mvo@pilot in15:36
=== udevbot changed the topic of #ubuntu-devel to: Precise: UI and feature freeze Archive: frozen | Dev' of Ubuntu (not support or app devel) | build failures -> http://bit.ly/HaWdtw | #ubuntu for support and general discussion for hardy -> oneiric | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: mvo
* dholbach hugs mvo15:52
* mvo hugs dholbach15:56
dholbach:)15:56
cjwatsonmvo: there doesn't seem to be much in python-apt that would make it sane for ubiquity to do its own validation, even :(16:00
cjwatsonfor instance, it doesn't look like there's a way to ask whether a package has already been downloaded to .../archives/ and if so what its filename is16:00
=== dendrobates is now known as dendro-afk
=== Pici is now known as Guest42174
=== dholbach_ is now known as dholbach
=== Pici` is now known as Pici
RainCTdidrocks: Why does bug #962265 have a Zeitgeist task?16:14
ubottuLaunchpad bug 962265 in zeitgeist-datahub (Ubuntu) "Unity in 12.04 is impossible to use by a newbie because of the empty Dash at start" [High,Triaged] https://launchpad.net/bugs/96226516:14
didrocksRainCT: just to track it, the -datahub change is dependeing on the new zg from what mhr3 told dme16:15
RainCTdidrocks: I don't even see anything file related in the bug description/comments16:15
didrocksRainCT: ping him, but he ensured me that if I uploaded -datahub with our incoming distro patch without the new zg, there will be no more event logged16:16
=== vorian is now known as v
=== krnekhelesh is now known as nik90
jkakarHi!  Updates from yesterday totally hosed my mouse and wireless on my Thinkpad T61... I ended up reinstalling Beta 2 from scratch (was previously running an upgrade from 11.10).17:09
jkakarI poked about Launchpad, but didn't find any related bugs... does anyone know if these issues were reported/have been fixed?17:09
=== deryck is now known as deryck[lunch]
rbasakcyphermox: around? Could you please look at bug 956843? I've attached a debdiff. I think it's a candidate for precise, since evolution calendar is fundamentally broken without this workaround, and will cause evolution to randomly crash when using the calendar.17:37
ubottuLaunchpad bug 956843 in libical (Ubuntu) "Access to freed memory in timezone handling causes crash" [Undecided,New] https://launchpad.net/bugs/95684317:37
cyphermoxrbasak: oh, I thought we had just fixed that17:38
rbasakcyphermox: I'm not aware of anything. Is there another bug?17:38
cyphermoxI once dreamed of seeing a workaround for this in evo which I would have cherry-picked17:39
cyphermoxI'll take a look :)17:39
rbasakUpstream didn't seem to be aware of this issue when I asked. There is another workaround that is present, but it doesn't work for an edge case which I am hitting.17:39
cyphermoxfwiw, evo calendar doesn't really crash for me though17:39
cyphermoxok17:39
rbasakIt depends on what timezones you're using in your calendar17:39
cyphermoxwell, it's definitely worth patching the issue anyway17:39
rbasakIt crashes for me every time without my workaround17:39
rbasakIt's a fundamental issue with memory management in the libical API. My patch is just (yet another) workaround to make an array big enough to start with that it doesn't need to be extended (because if it does get extended then it starts corrupting the heap).17:40
rbasakThanks for looking!17:40
cyphermoxah, I see. we seem to have the workaround for evo but maybe it doesn't catch all the cases17:43
cyphermoxrbasak: patch looks reasonable to me too and it's acked by upstream, I'll sponsor it in a minute17:44
rbasakcyphermox: great, thanks!17:44
cjwatsonjames_w,maxb,vila: I have a UDD branch (openssl) affected by bug 714622, but where I'm actively making use of the ability to merge from the Debian branch.  Just how much does requeue_package.py --full delete?  Would it rewrite history in either the Debian or the Ubuntu branch?18:07
ubottuLaunchpad bug 714622 in Ubuntu Distributed Development "import fails when lp branch has been push --overwrite'n" [High,Confirmed] https://launchpad.net/bugs/71462218:07
* maxb tries to remember18:07
maxb--full means to delete the importer's memorization of where the tags should point in the various branches18:09
maxbI don't recall exactly how it behaves, though, for existing branches when it has no memos18:09
* maxb tries a --zap-revids=precise instead18:10
maxbor would, if the importer wasn't holding a lock on the db18:11
maxbjames_w: The timeout thing hasn't completely fixed matters - I think the storm refactor is leading to the importer holding open a transaction for far too long at some point18:11
maxb And I think that thing must be the driver (at least in part, since it's still locked up, and only the driver is currently running18:13
maxbSIGTERMing the driver18:13
cyphermoxrbasak: what do you do to make evo crash in ical the most?18:14
rbasakcyphermox: I just start evolution. I think it's the contents of my calendar. Something to do with events that use timezones I think. Possibly timezones that don't exist in libical's builtin_timezones array by default. Not sure what timezone that might be.18:15
cyphermoxd'oh18:16
rbasakcyphermox: the problem is heap corruption. The crash may or may not happen. My crashes tend to happen in GUI rendering, so people might just not notice when it corrupts rendering but doesn't actually crash for them. Actually I'd been seeing rendering problems for a while - perhaps that had the same root cause too18:17
cyphermoxrbasak: I was just curious if there was an easy way to reproduce it so I could test it here18:17
rbasakcyphermox: I understand. Sorry, I'm not aware of one. You might try running it under valgrind - that will detect the problem even if it doesn't cause the crash. The valgrind warning I've got in the bug report should go away when the problem is fixed (or worked around)18:18
cyphermoxrbasak: all good -- sponsored.18:18
rbasakcyphermox: thanks!18:18
rbasak(OTOH, you might not see the valgrind warning because that only happens when evolution steps on the heap that libical freed, which might not happen in your case!)18:19
rbasakThis is one of _those_ bugs :-)18:19
james_wmaxb, that's pretty much the same conclusion that I have come to18:26
james_wI don't have any ideas about where that transaction may be yet though18:26
maxbjames_w: When it is in the process of breaking, you can see a meta.db-journal file present on disk18:26
maxbthough, so much is in meta.db, that that does not narrow it down much18:27
=== deryck[lunch] is now known as deryck
cjwatsonmaxb: not to rush you or anything, but roughly how long should I expect to wait for lp:debian/sid/openssl to come up to date now that you've stabbed it (i.e. when should I check again)?18:31
maxbugh, it's died again18:32
maxbTypeError: tuple indices must be integers, not str !18:32
* maxb looks into that18:32
maxbI will ping you here with a conclusion18:32
maxbhmm. looks like --zap-revids=precise... didn't18:36
maxbjames_w: Hmm, how plausible does it sound that requeue-package is missing a commit after the storm refactor, so that the effects of --full or --zap-revids get rolled back, not applied?18:40
maxbAlso does anyone know why jubany doesn't let me forward a ssh key to it?18:42
james_wmaxb, canonical DC machines disallow that globally I believe18:43
james_wmaxb, commit> possible, but my first suspicion would be a unicode issue that means that it is acting on 0 rows instead18:43
maxbThat is unhelpful when you want to push local changes to a bzr branch18:43
james_wmaxb, I bet I missed a unicode() for the argument of --zap-revids18:44
james_wbut if --full doesn't work either then it may be something different18:44
maxbI admit I didn't test --full18:44
maxbthat was just inference18:44
maxbcjwatson: The problem has been overcome and an import is now running18:45
cjwatsonmaxb: cool18:47
gotwighey19:39
maxbcjwatson: openssl import complete19:42
cjwatsonmaxb: brilliant, thanks19:44
=== bladernr_ is now known as bladernr_afk
=== bladernr_afk is now known as bladernr_
ScottKbarry: Looks to me like tumbleweed took care of you.20:34
barryScottK: yep20:34
* tumbleweed likes easy FFes20:36
* highvoltage is glad that tumbleweed is on the release team20:47
highvoltage(not that I've had any FFes this cycle)20:47
* highvoltage is tempted to add a "(yet)"20:47
ajmitchhighvoltage: there's still time20:48
tumbleweed:)20:49
ajmitchhighvoltage: also time to upload fixes, especially for universe :)20:51
rbasakcyphermox: hmm, libical FTBFS on amd64, although I had tested it with sbuild. I'll compare the build logs20:52
cyphermoxugh20:53
cyphermoxI also ran it here on amd64 successfully20:53
highvoltageajmitch: *nod*20:55
cyphermoxrbasak: if you can figure out what is going on there, I'll keep diving into the armel failure.20:55
rbasakIt used -j820:55
rbasakI wonder if the build system breaks with that and it'll work with -j120:56
cyphermoxarf20:57
rbasakcyphermox: it's 2200 here, I'll look at it in the morning. I can look at armel too seeing as I have arm boards for this kind of purpose anyway - do you want to pass on how far you got for me to pick up in the morning, or would you prefer to look at it yourself?20:57
cyphermoxrbasak: I'll give it a shot, then email you with how far I got.20:57
=== dendro-afk is now known as dendrobates
rbasakcyphermox: ok great - I'll sync with you tomorrow20:58
cyphermoxalright20:58
bdmurrayslangasek: do you have any thoughts on the update-manager task in bug 863509?21:13
ubottuLaunchpad bug 863509 in update-manager (Ubuntu Precise) "Upgrading Ubuntu to new version deletes previous wallpapers" [Undecided,Confirmed] https://launchpad.net/bugs/86350921:13
slangasekbdmurray: not something we should commit to21:19
bdmurrayslangasek: okay21:20
=== dendrobates is now known as dendro-afk
bdmurrayslangasek: I also found bug 978124 which seems similar to bug 92322021:23
ubottuLaunchpad bug 978124 in update-manager (Ubuntu) "upgrading to 12.04 beta2 not completed due to problem with packet skype:386" [Undecided,New] https://launchpad.net/bugs/97812421:23
ubottuLaunchpad bug 923220 in update-manager (Ubuntu Precise) "update from oneiric to precise blocked on skype:i386 says updater" [High,Fix released] https://launchpad.net/bugs/92322021:23
slangasekbdmurray: that's caused by glib2.0 being out of sync across architectures today21:36
slangasek("Rompe on" - ugh, why is half of apt.log translated)21:36
cjwatsonslangasek: bah, and I thought there was no arch skew problem with glib2.021:39
cjwatsonhad forgotten about multiarch agan21:39
cjwatson*again21:39
slangasekyeah... I think we're going to want to start shoving lots of libraries through -proposed anymore after betas21:40
cjwatsonor fix apt to do a better job of selecting workable library combinations out of what's available to it in the archive21:41
cjwatson(NP-complete in general, I imagine, but surely that little detail ought not to bother a resolver :-P)21:43
slangasek:)21:46
cjwatsonoh, mind you, not sure we keep the old non-arch-all binaries21:47
bdmurraycjwatson: do you think bug 921889 should be a duplicate of bug 500175?21:51
ubottuLaunchpad bug 921889 in msttcorefonts (Ubuntu) "package ttf-mscorefonts-installer (not installed) failed to install/upgrade: el subproceso script pre-installation nuevo devolvió el código de salida de error 128" [High,Confirmed] https://launchpad.net/bugs/92188921:51
ubottuLaunchpad bug 500175 in aptdaemon (Ubuntu) "Canceling an installation in Software Center crashes debconf with "Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66,"" [Low,Confirmed] https://launchpad.net/bugs/50017521:51
cjwatsonbdmurray: Hard to be sure.  Probably.21:55
bdmurraycjwatson: because it might be bug 442941 or something else entirely?21:56
ubottuLaunchpad bug 442941 in ubiquity (Ubuntu Natty) "debconf failed to upgrade from 1.5.27ubuntu1 to 1.5.27ubuntu2: exit status 128 - Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66" [Medium,Fix committed] https://launchpad.net/bugs/44294121:56
cjwatsonbdmurray: I left a comment.21:57
bdmurraycjwatson: It seems to me like these package install failures are missing some bit of information and are not useful in their current state is that correct?21:59
cjwatsonKind of.  I wrote up my thoughts on this failure type in bug 500175 a while back.22:01
ubottuLaunchpad bug 500175 in aptdaemon (Ubuntu) "Canceling an installation in Software Center crashes debconf with "Use of uninitialized value $reply in scalar chomp at /usr/share/perl5/Debconf/FrontEnd/Passthrough.pm line 66,"" [Low,Confirmed] https://launchpad.net/bugs/50017522:01
cjwatsonSpecifically comment 10.22:01
=== dendro-afk is now known as dendrobates
=== salem_ is now known as _salem
=== dendrobates is now known as dendro-afk
dokonow I think I did fix all build failures for an openjdk-7 update, and then ...22:45
dokocp: writing `/home/packages/openjdk/7/openjdk-7-7~u3-2.1.1~pre1/build/openjdk.build/j2sdk-image/jre/lib/amd64/zero/libjvm.so': No space left on device22:46
dokocp: failed to extend `/home/packages/openjdk/7/openjdk-7-7~u3-2.1.1~pre1/build/openjdk.build/j2sdk-image/jre/lib/amd64/zero/libjvm.so': No space left on device22:46
dokomake[1]: *** [stamps/add-zero.stamp] Error 122:46
doko:-/22:46
* doko removes a few gcc builds22:46
slangasekmaxb, james_w: plymouth's UDD branch suddenly got a merge from the package importer today, resetting it back to the state of the last upload; do you know why that would be?22:57
slangasekjames_w: oh, I see plymouth was one of the ones I asked you about on bug #71462222:57
ubottuLaunchpad bug 714622 in Ubuntu Distributed Development "import fails when lp branch has been push --overwrite'n" [High,Confirmed] https://launchpad.net/bugs/71462222:57
slangasekjames_w: so the result seems to have been the exact opposite of what I was looking for ;22:57
slangasek;)22:57
maxbhm, this surprises me23:01
maxbUgh, the importer has really made a mess of plymouth23:12
slangasekmaxb: well, it seems to be easy enough for me to revert by just dropping the latest commit ;)23:21
maxbslangasek: yeah, I've done that on the precise branch. Now working on the oneiric branch23:25
slangasekmaxb: cheers23:26
maxburgh, except I can't uncommit from the oneiric branch, due to what I assume is a bug with branch stacking23:30
maxband it's trampled the natty branch too23:34
bdmurrayare the apt tasks in bug 659438 still necessary?23:37
ubottuLaunchpad bug 659438 in apt (Ubuntu) "Installation/Removal fails because of package which could not be located (failure in apt.Cache.required_download)" [High,Triaged] https://launchpad.net/bugs/65943823:37

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