=== RAOF_ is now known as RAOF === asac_ is now known as asac [05:30] Ctrl-Alt-T works again in oneiric! \o/ === tkamppeter_ is now known as tkamppeter === doko__ is now known as doko [07:06] good morning [07:25] Hi, Any packaging experts about? [07:29] Good morning [09:04] pitti, hi [09:05] hey tkamppeter [09:05] pitti, now where the printer drivers are through the MIRs, can you seed them? bug 823545 [09:05] Launchpad bug 823545 in ubuntu-meta (Ubuntu) "New printer drivers need to get seeded: rastertosag-gdi, c2esp, ptouch-driver" [Medium,New] https://launchpad.net/bugs/823545 [09:06] tkamppeter: yep, doing now [09:06] pitti, thanks. === Quintasan_ is now known as Quintasan [09:26] pitti, I have sent a message to the TB list and got a message that it needs moderator approval. Do I need to contact someone else to pass the message through? === abhinav_ is now known as abhinav- [09:33] tkamppeter: I'll moderate it [09:44] Laney: ghc ping [09:45] doko: yeah? [10:41] SpamapS: yow, collectd is actually composed entirely of build failures [10:41] thunderbird and compiz is horrible broken [10:42] how do I get a screenshot from a MacBook keyboard? [11:08] doko: DISPLAY=:0 gnome-screenshot -d 10 &; chvt 7 [11:37] SpamapS: collectd fixed now [11:39] Laney, were you satisfied with 2.10.4-2? [12:02] directhex: yah. I requested the sync already [12:02] cool [12:03] I wonder why those upgrade bugs happen though [12:15] ev: you still build the camera binary from the "bad" source. is this intended? [12:15] doko: I'm halfway through sorting that now [12:43] tkamppeter: Ping (w.r.t rastertodag-gdi) [12:49] cjwatson: may I bug you again about the kubuntu packageset? ;) [12:49] I think these packages should be added: http://paste.ubuntu.com/666466/ [12:51] OdyX, hi [12:52] tkamppeter: Hi. Did you get my mail wrt versioning ? [12:52] debfx: could you mail me, please? [12:52] OdyX, I have seen your mail about the problem of the source tarball not having a version number. [12:52] tkamppeter: I noticed another problem too: the license is said to be "GPL", without versioning nor "or later" cause. This should really be clarified (with -2+ being preferred IMHO). [12:52] sure [12:53] OdyX, I will contact the upstream author about that. [12:54] tkamppeter: other than that, nice (and easy) package, thanks ! === abhinav_ is now known as abhinav- === mpt_ is now known as mpt [14:29] kees: hey. where did you leave ubuntuone-installer at? [14:30] cjwatson: when building an image with "ubuntu-defaults-image --components main,restricted,universe --locale zh_CN" I now get the ubuntu syslinux/gfxboot bits (thanks!), but booting fails with "/casper/vmlinuz: file not found"; indeed there's only /casper/vmlinux-3.0.0-8-generic [14:30] cjwatson: do you know whether something should create an appropriate symlink there, or should the syslinux configuration be changed to the versioned one? [14:31] pitti: i guess kees isn't around yet. trying to figure out where [14:31] https://bugs.launchpad.net/ubuntu/+bug/817133 is at, and what i need to do for it [14:31] Ubuntu bug 817133 in Ubuntu "[needspackaging] ubuntuone-installer needs packaged" [High,In progress] === cmagina-afk is now known as cmagina [14:32] evil paste, pasted a 'RET' instead of my url :-/ [14:32] pitti: yeah, I know, on my queue to look at, I don't know the answer yet [14:32] need to compare against the real images [14:33] cjwatson: the real images actually have /casper/vmlinuz and /casper/initrd.lz, so I guess they should be renamed [14:34] it would be best to match the real ones, yes. [14:44] pitti, cjwatson: ^^ can either of you tell me where ubuntuone-installer is at, and/or what i need to do with it? i can't find it in the queue :-/ [14:45] do we have a general practice for handling pipeline failures in dash scripts? I've tried something like http://paste.ubuntu.com/666566 , but it doesn't appear to be valid POSIX (works well enough in zsh). [14:46] err I copied that incorrectly [14:47] http://paste.ubuntu.com/666571 [14:51] ev: it's a pain, but the approach you've taken should be valid POSIX, I think. What's the error message? [14:51] cjwatson: it looks like the ubuntu cds have EFI grub images on them. do you know where are those coming from? i don't see anything enlightening in ubuntu-cdimage or livecd-rootfs [14:52] cjwatson: syntax error: "}" unexpected (expecting ")") [14:53] broder: debian-installer builds them [14:53] ev: try (...) rather than {...; } then? [14:53] it might not like { ...; } | ... [14:54] actually I think I would take a marginally different tack anyway; let me construct it ... [14:55] the 2>&1 is bad [14:55] cjwatson: for what it's woth, I did try a subshell [14:57] cjwatson: brilliant! Thanks for the spot [14:58] s="$( ((grub-mkimage -O i386-pc ${prefix:+--prefix="$prefix"} -c "$tmp/wubildr-bootstrap.cfg" -m "$tmp/wubildr.tar" $modules; echo $? >&3) | cat /usr/lib/grub/i386-pc/lnxboot.img - > "$tmp/wubildr") 3>&1)" [14:58] [ "$s" = 0 ] [14:58] try that, I think it's a bit simpler and seems to work [14:59] you might even get away without the outer subshell, not sure [14:59] probably not [14:59] infinity: if you do a ocaml test rebuild, please could you use the one from the ubuntu-toolchain PPA? [15:03] doko: I was planning on just re-uploading all the ocaml bits to the archive to take advantage of the current fix... Do we need the linker changes from the PPA as well? [15:03] cjwatson: works perfectly, thanks a bunch! [15:03] doko: And if so, why have them in a PPA? [15:07] infinity, well, then please merge it with the new version [15:08] doko: Sure, happy to merge it with ocaml/jocaml before I re-transition armel. [15:20] hrmm [15:21] what would be the best thing to override with plain dh (%: dh $@), for running regression tests? [15:22] dh_auto_test [15:26] when does that get run? [15:26] you can see the ordering if you read /usr/bin/dh and search for @bd [15:27] it's immediately after dh_auto_build though, which generally corresponds to 'make' or './setup.py build' or that sort of thing [15:27] ah, after build and before install, ok [15:28] OdyX, upstream of rastertosag-gdi is informed and I have renamed the upstream tarball to have the version number 0.1 as the Debian and Ubuntu packages. See http://forums.linux-foundation.org/read.php?30,13489,14202#msg-14202. [15:29] dobey: or, 'dh --no-act binary' shows the complete sequence [15:29] assuming a clean build tree [15:30] doko: Is there a reason that patch drops --no-relax? [15:31] infinity, does it? and if yes, we don't care about alpha [15:32] infinity, join debian, they seem to care about alpha again ;p [15:33] doko: Yeah, I suspect relax/no-relax are probably no-ops on most (all?) of our architectures anyway, but I was just curious if it was dropped intentionally. [15:35] cjwatson: thanks [15:37] tkamppeter: great. [15:39] tkamppeter: on my side, I put some thoughts (and code) on a pkg-printing-tools package that would feature a dh_cupsppdupdate to externalize the big postinst redundancy + eventually a dh_pyppd that would feature automatisation around pyppd + automated depends. [15:41] OdyX, great, then this could all be reduced to a single line. [15:42] … and reduced disk-space footprint, failure possibilities. [15:44] doko: Oh, I was misreading the patch, didn't realise it was just passing no-relax on alpha. Derp. I'm only on my first coffee. ;) [15:44] doko: Will merge, test, and upload today. [15:45] hi all [15:46] who is maintaining couchdb in Ubuntu? [15:46] well, specifically, desktopcouch? [15:50] jono the u1 team might be able to point you in the right direction [15:51] jono talk to dobey, he'll probably be the person, or know the person [15:51] all of the recent uploads are by chad miller [15:54] thanks beuno [15:55] dobey, hi! [15:55] :-) [15:55] dobey, have you seen https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/825280 ? [15:55] mterry, kees, the upstream of colord, Richard Hughes, has answered on bug 823185. [15:55] Ubuntu bug 825280 in thunderbird (Ubuntu) "Repeated Ubuntu One address book errors" [Undecided,New] [15:55] Launchpad bug 823185 in colord (Ubuntu) "[MIR] colord" [High,Incomplete] https://launchpad.net/bugs/823185 [15:59] cjwatson: Thank you! Yes.. collectd is a pretty ambitious union of just about every library that ever existed on servers... ;) === carif_ is now known as carif-afk [16:13] rsalveti: ping [16:13] RoAkSoAx: pong [16:13] rsalveti: howdy!! I was wondering what's the status of PXE on pandaboards? [16:13] RoAkSoAx: working nicely with the packages available at oneiric already ;-) [16:14] RoAkSoAx: did you follow the email i sent a few weeks ago? [16:14] (Hi btw) [16:14] RoAkSoAx: http://rsalveti.wordpress.com/2011/07/11/net-booting-with-tftp-and-pxe-with-pandaboard/ [16:14] rsalveti: awesome thne!! gonna try to pxe now! [16:14] Daviey: howdy!! what email? [16:14] RoAkSoAx: ^^ I emailed that link. [16:15] in response to zul's mail. [16:15] rsalveti: cool, yeah I saw your blogpost was just wondering if all made it to oneiric, which already did [16:15] Daviey: ah yes... I already saw that... but didn't have the required cables/power supply till last week and I was in Austin :) [16:15] Daviey: how did things turn out in London btw? [16:16] RoAkSoAx: mahmoh is our official u-boot pxe user on panda :-) [16:16] RoAkSoAx: hi [16:16] rsalveti: k thanks ;) [16:16] RoAkSoAx: Pretty good.. i have a draft mail. [16:16] he's being using it with the server image for quite a while [16:16] RoAkSoAx: np, let me know if you find any weird bug ;-) [16:17] so what's up? [16:17] mahmoh: howdy!! any recommendations? I'm gonna start playing with it to add the support to cobbler [16:17] * mahmoh was hoping to talk about kernels [16:18] RoAkSoAx: awesome. There's a minor bugs in it now that require config caveats [16:18] RoAkSoAx: what hardware are you using it with? [16:18] Daviey: cool!! I look forward to it. [16:18] mahmoh: as in SD card, or as in pandaboard? [16:19] RoAkSoAx: sounds like pandaboard [16:19] mahmoh: heh yeah pandaboard [16:20] RoAkSoAx: hm, I can give you a list of bugs I'm tracking that may affect you [16:21] mahmoh: Ooo, list of bugs most appreciated [16:21] mahmoh: sure, that would be helpful [16:24] lp bugs: 820124, 808815, 820113,820116, 820121, 820122, 820124- these may affect you [16:24] Launchpad bug 808815 in u-boot-linaro (Ubuntu) "pxe missing kernel_ram and initrd_ram defaults" [Low,Fix released] https://launchpad.net/bugs/808815 [16:24] Launchpad bug 820116 in u-boot-linaro (Ubuntu) "usb start in uEnv.txt fails with test - minimal test >>> like /bin/sh" [Undecided,Confirmed] https://launchpad.net/bugs/820116 [16:24] Launchpad bug 820124 in u-boot-linaro (Ubuntu) "pxe boot ignores pxe config prompt and timeout value - fails to automatically boot" [Undecided,New] https://launchpad.net/bugs/820124 [16:24] Launchpad bug 820113 in u-boot-linaro (Ubuntu) "uboot fails to automatically load uInitrd and boot hangs" [Undecided,New] https://launchpad.net/bugs/820113 [16:24] Launchpad bug 820121 in u-boot-linaro (Ubuntu) "bootp via autoload fails to load uInitrd and continues on to fail with Bad image type" [Undecided,New] https://launchpad.net/bugs/820121 [16:25] bug 820122 and bug 820124 ? ubottu? [16:25] Launchpad bug 820122 in u-boot-linaro (Ubuntu) "running usb start twice hangs u-boot at ethernet discovery" [Undecided,Confirmed] https://launchpad.net/bugs/820122 [16:25] Launchpad bug 820124 in u-boot-linaro (Ubuntu) "pxe boot ignores pxe config prompt and timeout value - fails to automatically boot" [Undecided,New] https://launchpad.net/bugs/820124 [16:26] I think I just found a bug in ubottu [16:26] RoAkSoAx: ^^^^^ [16:26] mahmoh: cool! thanks! [16:27] RoAkSoAx: if you find any new problems feel free to add them in and ping me or GrueMaster [16:27] mahmoh: will do!1 thanks for the info! [16:28] RoAkSoAx: speaking of which, is there a unit test or suite for puppet? /me wonders if we should be using something like that soon to help regression testing [16:28] mahmoh: not that I know of [16:28] RoAkSoAx: I'm usually on ubuntu-arm or ubuntu-server [16:29] RoAkSoAx: well, if you want to collaborate on that at some point let me know, I'd have to take a look at the bugs that have sprung up over the years [16:31] did I say puppet? I meant cobbler. I need to stop multitasking [16:31] mahmoh: cool ;) [16:31] mahmoh: and not there's no unit tests === deryck is now known as deryck[lunch] [16:32] RoAkSoAx: as long as there's no bugs in it we're fine ;) [16:32] * Daviey writes bug free softwares. [16:32] RoAkSoAx: let me know if you have questions [16:33] Daviey: *cough* I have some of the code you wrote to prove that wrong :P [16:33] bug free = feature rich [16:33] :D [16:33] those were easter eggs for you to find [16:34] nigelb: show me the unit test proving otherwise.. kkthnx [16:34] Daviey: hah [16:35] rsalveti: mahmoh this might sound dumb, but do I still need to create a partition in the SD card and place the MLO and u-boot.bin or not anymore? [16:35] RoAkSoAx: yes [16:35] RoAkSoAx: Are you asking when will there be native PXE support on ARM platforms? [16:36] mahmoh: cool, just double checking ;) [16:36] RoAkSoAx: for that stock board you still need to boot MLO and u-boot off of the SD/MMC [16:36] Daviey: was just wondering :) [16:36] mahmoh: ok cool [16:36] RoAkSoAx: from there you can pxe boot and/or install/boot from a usb-sata disk (powered is ideal) [16:36] RoAkSoAx: that depends from board to board [16:37] panda needs MLO and u-boot [16:37] you can have that at your sd card or load it from usb, using omap4boot [16:37] but then you'll need to do that on every reboot [16:37] sd card should be a good start :-) === dendro-afk is now known as dendrobates [16:38] rsalveti: mahmoh awesome then! thanks [16:38] * mahmoh forgot about omap4boot [16:46] does this pastebin mean anything to anyone : http://paste.ubuntu.com/666645/ [16:47] i just uploaded a new euca2ools, with minimal changes, but when i try to install i get that [16:47] python install error about /usr/share/pyshared/euca2ools-2.0.egg-info/PKG-INFO.dpkg-new [16:48] smoser: possibly symlink changed to directory or vice versa; dpkg won't do that itself, you have to clean up the old one in a preinst [16:48] this may have changed due to python helper changes [16:50] thanks. i'll dig a bit. i'd think this would be larger than just euca2ools, though. i wouldn't think it is doing anything special here. [16:52] jono: i have not. maybe rodrigo or chrisccoulson have? [16:53] heh, it's not me ;) [16:53] rodrigo is probably your best bet though === beuno is now known as beuno-lunch [17:01] smoser: yes, I recognised the problem because I've heard of it before, although I can't find a reference [17:01] smoser: I don't know if there's a general solution beyond the (AIUI) small number of affected packages handling it explicitly [17:02] cjwatson, ok.. it seems fairly new, though, as the last upload did not fail this way and occurred last thursday. [17:02] you probably want barry for more than drive-by help === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [17:30] yeah, barry ^ does that ring any bells ? === deryck[lunch] is now known as deryck [17:55] can i get a couple of quick sponsorships to fix some FTBFS in oneiric? [17:55] smoser: it does ring a bell, but i can't place it. there was another package that had a similar issue i think, but we decided not to worry about it because it only affected updates within oneiric alphas. === beuno-lunch is now known as beuno [18:26] Hi, my Ubuntu session doesnt work anymore. Seems that compiz is crashing after login. Known bug? [18:27] Ubuntu 2D works without problems [18:30] jjardon: the right people might not be around. http://launchpad.net/ubuntu/+filebug [18:31] FYI, I'm using Oneiric [18:31] sladen: thanks [18:31] sladen: I know that link ;) === dendrobates is now known as dendro-afk [19:14] mterry: i choose you! [19:15] dobey, you have to catch me first [19:15] mterry: https://code.launchpad.net/~dobey/ubuntu/oneiric/couchdb-glib/fix-824666/+merge/71592 and https://code.launchpad.net/~dobey/ubuntu/oneiric/evolution-couchdb/fix-824669/+merge/71593 [19:15] simple FTBFS fixes [19:17] dobey, looking [19:30] dobey, both pushed, thanks! [19:31] thanks fore review [19:31] now if i can figure out what happened to my other NEW upload [19:47] Yay, dmz-cursor-theme was added back. [19:53] kees: ping? [19:54] dobey: hi! [19:54] dobey: I ran out time last week, sorry about that. :( [19:54] kees: ok, what's the status on ubuntuone-installer, and what do i need to do? [19:56] dobey: hrm, now I can't find the bug for it. [19:56] https://bugs.launchpad.net/ubuntu/+bug/817133 [19:56] Ubuntu bug 817133 in Ubuntu "[needspackaging] ubuntuone-installer needs packaged" [High,In progress] [19:56] ah-ha, thanks. [19:58] dobey: okay, so, I'm not sure I understand one part -- __get_series() seems like it should at least return "oneiric" right now. [19:58] from there, I can upload it at least. [19:58] do i need an FFE for it now though? [19:59] dobey: yes, though nothing depends on it, so it should be easy to do. [20:00] https://wiki.ubuntu.com/FreezeExceptionProcess#FeatureFreeze_for_new_packages [20:01] ok, thanks [20:33] Ursinha, i took a pass at creating a package for unity-launcher-editor [20:37] kees: ok, just attached new .dsc/.debian.tar.gz to https://bugs.launchpad.net/ubuntu/+bug/817133 and I also had to override dh_auto_install to use xvfb-run as well it seems. but there it is :) [20:37] Ubuntu bug 817133 in Ubuntu "[FFe] [needspackaging] ubuntuone-installer needs packaged" [High,In progress] === RAOF_ is now known as RAOF [21:59] kees: I didn't flip 817133 back to incomplete to avoid a reversion war, but (see my comment in the bug) I definitely think it's premature to consider an FFe right now. [22:01] ScottK: fair enough, thanks. === Quintasan_ is now known as Quintasan [22:37] ScottK: the new python-sip seems to break the build of python-qt4; there's a patch (debian/patches/siputils_debian_changes.diff) that short-circuits queries for the library names to link against, which means build-time tests attempt to compile programs without linking to Qt at all... [22:38] Hmmm. [22:38] That patch isn't new (IIRC). [22:38] yep - I guess the upstream behavior changed out from underneath the patch though [22:39] Also the API version didn't change so it's allegedly compatible. [22:39] Urgh. [22:41] The second hunk of the patch bypasses it entirely. === dendro-afk is now known as dendrobates [22:41] I think what's changed us --no-add-needed. [22:41] slangasek: I'm on a $WORK deadline this evening, so I can't promise when I can look at it. [22:42] Unfortunately Torsten Marek is not very active recently. [22:42] ScottK: it's not --no-add-needed - it's spitting out rules that attempt to compile without linking to *any* Qt libs (even -lQtCore for the first test) [22:43] $WORK deadline - understood; just wanted to bring it to your attention [22:43] OK. [22:43] debfx: ^^^ Maybe you can look? === kklimonda is now known as Guest71858 [23:10] SpamapS: around? [23:15] hallyn: here now, sup? [23:16] SpamapS: i uploaded a libvirt to lucid-proposed earlier today, [23:16] but i want to mix in another triival sru [23:16] woudl you mind kicking the one that's there now and i'll re-upload? [23:16] (the other is a text comment added to /etc/default/libvirr-bin) [23:16] hallyn: preparing to kick.. [23:17] hallyn: kicking.. [23:17] thank you SIR may i have anOTHER [23:17] hallyn: kicked! [23:24] * infinity is mildly distubed by the above exchange. [23:24] dpamthnks! [23:24] uh. hm [23:24] SpamapS: thanks! [23:24] new versions pushed [23:25] SpamapS: so regarding upstart jobs reading from /etc/default... [23:25] am i remembering right that we will want to stop that when override files are supported? [23:25] or is there something else it's waiting on? [23:27] hallyn: Its waiting on me doing some tests to actually measure if it slows down the boot. [23:28] ok [23:28] hallyn: override files have been available since the early alphas of 11.04 [23:28] orly [23:29] hallyn: I say if the original package used /etc/default, we're going to have to keep reading it anyway, so only worry about services that have never had a /etc/default file [23:30] hm, ok [23:31] i guess the really fast-booting netbooks wont' have libvirt anyway :) === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates