[04:25] i've tried to create an environment using pbuilder-dist unstable create but it spits out errors and aborts, do I need to add any other options to get it to proceed [04:26] sagaci: cna you pastebin the errors? [04:35] micahg: http://pastebin.ubuntu.com/549710/ [04:40] sagaci_: I think that's bug 599695 [04:40] Launchpad bug 599695 in pbuilder (Ubuntu) "pbuilder always passes Ubuntu keyring, even when creating e.g. Debian environments" [Medium,Confirmed] https://launchpad.net/bugs/599695 [04:43] ah ok, thanks. Reading through it now [07:07] street signage in my city - http://farm5.static.flickr.com/4097/4747440725_09fed08e38.jpg [07:07] that is all. === hanska is now known as dapal [11:09] It seems that the wingpanel project has started using waf to build the program, but it requires installing a binary into the source directory. I find this a bit untrustworthy, but it seems that waf has only been in Karmic and no other ubuntu release since, what are the reasons for this? [11:10] ripps: IIRC it was considered evil and pretty broken, DktrKranz knows [11:16] ripps: upstream wanted Debian (hence Ubuntu) to drop waf package because users were reporting bugs because of version mismatch (e.g. software was compatible with waf 1.5.0, while we packaged 1.5.11) [11:17] DktrKranz: should I advice the wingpanel devs to not use it? I have trouble trusting a project that requires an unknown binary to build and install [11:18] ripps: while I personally think having a software which is tremendous backward and forward incompatible every version is plain crazy, upstream thinks this is safe because you have to stick with a given binary blob [11:19] ripps: if I were a project, I'd avoid using waf as buildsystem of choice. If they're sure of waf, make them aware they have to include waf binary in every tarball they release [11:20] and bundling means unpackageable [11:21] ripps: waf binary is basically a self-unpacking bzip2 archive, upstream doesn't want distribution to provide it unpacked, we argued a lot about that and we were threatened to be removed an important part of it just for the sake of making our life harder. [11:21] that's insane [11:21] at that point, I didn't want to fork a project just because of that :) [11:22] DktrKranz: Are you a Motu? [11:22] ripps: yes [11:26] ripps: see http://article.gmane.org/gmane.linux.debian.devel.general/149572 for a summary [11:32] should I mark as a security vulnerability? [12:12] I don't know enough about waf to be making any arguments for or against it, so maybe you guys can take a look: https://bugs.launchpad.net/wingpanel/+bug/696756 [12:12] Ubuntu bug 696756 in wingpanel "Request to not use Waf buildsystem" [Undecided,New] [12:12] He says he uses waf in midori without issue, and that autotools is just as untrustworthy. [12:16] Hi. I have a PPA with some translators' tools for ubuntu, originally written by Sebastian Heinlein and others. Would someone like to help getting this into universe? This will make it easier for non-expert translators to fix translation errors. URL: https://launchpad.net/~askhl/+archive/ppa . [13:04] ripps: yeah, it's just running in cyrcles, everyone has something to say about every buildsystem. waf is free software (if you exclude some doc, deliberately non-free to discourage packagers), but the rest of the code is dfsg-free. It's just a matter of being comfortable with a method. [13:05] personally, I don't like it, as you *cant* simply update to new waf in case embedded waf has security issues or other bugs, as you have to redesign buildsystem due to incompatible changes. If upstream is happy with that, fine. [13:06] * DktrKranz hugs sebner for having thrown the first stone :) [13:07] hahaha [13:07] * sebner hugs DktrKranz back === Quintasan_ is now known as Quintasan === jtechidna is now known as JontheEchidna [15:20] ScottK: could you look at backport clementine? bug 694475 [15:20] Launchpad bug 694475 in maverick-backports "Backport clementine 0.6-0ubuntu3 to maverick" [Undecided,Confirmed] https://launchpad.net/bugs/694475 [15:23] ari-tczew: You already have ubuntu4 in Natty. [15:23] ScottK: bug title is out of date [15:24] ari-tczew: Please update it and then ask again. [15:25] It's important for backports to specify the exact version you want. [16:01] I have a question regarding gpg key? where should i ask? [16:01] c2tarun: here on #launchpad [16:02] s/on/or [16:03] ScottK: if I want to backport to lucid, which target should I point - maverick or natty? [16:04] ari-tczew: Backport to maverick and lucid from natty. [16:04] ScottK: updated bug 694475 [16:04] Launchpad bug 694475 in maverick-backports "Backport clementine 0.6-0ubuntu4 to maverick" [Undecided,Confirmed] https://launchpad.net/bugs/694475 [16:40] hi [16:40] is there a way to make the version 1.1 greater than 1.06 ?? [16:41] initially, the maintainer didn't know 1.0x was treated as 1.x. [16:42] aboudreault: why wouldn't that be greater? [16:42] micahg: (it isn't indeed :)) [16:42] aboudreault: you have two options [16:42] a) epoch. But that's forever [16:42] b) use something like 1.06+really1.1, that will vanish as soon as >= 1.7 arrives [16:43] I see. [16:43] 1.10 seems to work as well [16:44] * micahg is confused still, but dpkg --compare-versions doesn't lie [16:45] micahg: 1.10 is different from 1.1, isn't it? [16:45] those are version numbers, not "math numbers" :) [16:45] dapal: yes, that's what dpkg --compare-versions says [16:46] will use something 1.06+SOMETHING1.1 [16:46] is there something standard I should use, rather than "really" ? [16:46] really is the standard [16:47] Ok [16:47] or at least its what everybody does, so...de facto standard! [16:47] one could always use "omg-damn-you-upstream" [16:50] +upstream sounds better [16:51] (I'd vote for +really) [16:51] but, anything really is ok [16:51] ok ok. will use +really :P [16:51] even 1.06+1.1 [16:57] fyi for anyone building natty python packages: https://lists.ubuntu.com/archives/ubuntu-devel/2011-January/032299.html [17:12] jdstrand: is this also a pbuilder issue? [17:13] aboudreault: I use 1.0.6 for upstreams that do that (of course you have to know they do that, first :) ) [17:15] yeah ^^ [17:18] sebner: yeah. ari-tczew uses pbuilder and he is the reporter [17:19] I checked my natty pbuilder and python2.6-minimal was in state "rc" for me [17:19] I'm checking pbuilder right now === yofel_ is now known as yofel === bilalakhtar_ is now known as cdbs [17:45] how can I delete release from pbuilder-dist? [17:48] RainCT, Laney, persia: are you familiar with pbuilder-dist? looking from manpage [17:51] ari-tczew: Just delete the -base.tgz and _result directory (and the pbuilder- symlink if you created one) [17:52] RainCT: would be nice to create a command 'pbuilder-dist remove' :) [17:54] Yeah, maybe === bilalakhtar_ is now known as cdbs [17:54] «pbuilder-dist create » could also ask if you want a «pbuilder-» symlink [17:57] RainCT: I have aliases in ~/.bashrc like alias pbuilder-natty='pbuilder-dist natty' [18:13] ari-tczew: a symlink achieves that without the need for an alias [18:14] i use env vars [18:14] 'cos that's what i've always used [18:15] DIST=sid ARCH=armel pbuilder build foobar.dsc === pace_t_zulu_ is now known as pace_t_zulu [18:52] micahg: can you please have a look at bug #695728 ? [18:52] Launchpad bug 695728 in pytrainer (Ubuntu) "fails to start in natty" [Undecided,New] https://launchpad.net/bugs/695728 [18:58] BlackZ: weird, it has a py2.7 library [18:59] micahg: the problem can be reproduced with python 2.6 too [19:00] ok, that makes more sense then, probably needs tweaking for xul2.0 [19:01] micahg: there's a newest version in my PPA. I did some tests with it === sresu_ is now known as sresu [19:01] BlackZ: of which? [19:01] micahg: pytrainer [19:02] BlackZ: ah, ok, any other gtkmozembed apps having issues? [19:03] micahg: hmm, I didn't check but you can try with "miro" === Amaranth_ is now known as Amaranth [19:07] BlackZ: ok, I probably won't be able to look at it until later this week [19:08] micahg: not a problem at all. Thanks! :) [19:10] jdstrand: you're right. everyone should recreate his chroot. [19:11] I've recreated natty chroot and python-django built fine. [19:17] it seems that my dh_shlibdeps fails [19:17] dpkg-shlibdeps: error: no dependency information found for debian/libgaul/usr/lib/libgaul.so.0 (used by debian/gaul-bin/usr/bin/gaul_diagnostics). [19:17] here's how I execute dh_shlibsdeps: dh_shlibdeps -a -L libgaul -l debian/tmp/usr/lib [19:17] where am I wrong? [19:19] micahg: it's completely unimportable, so yes they are all probably having issues [19:20] tumbleweed: ok [20:23] ScottK: ping [20:23] ari-tczew: Pong [20:26] can someone please try making a natty pbuilder and tell me if it hangs interminably on I: Unpacking makedev... [20:26] thanks [20:28] ScottK: You wrote on clementine backport bug, that feedbacks should be commented on backport bug. It's pretty bureaucratic and requires me to force that activity on testers. I believe that you can understand that I wouldn't disencourage my testers due to commenting in several places. [20:28] (I'm doing this from lucid--just added a symlink to make natty available for pbuilder-dist, but i dont think host system should matter...) [20:29] maco: works for me (on squeeze) [20:30] ari-tczew: If you had just said in that bug that it runs on maverick (with a reference to the other bugs) that would have been fine. I don't have time to hunt through multiple bugs to find out if it's been tested. I think being unwilling to at least mention in the bug report that it's been properly tested is not respectful of the time I invest in reviewing backports requests. [20:31] ScottK: Does the way which I did was OK? Paste links to feedbacks? [20:31] ari-tczew: Yes. [20:32] Somehow the bug needs to say that the packages builds, installs, and runs in the target environment. [20:32] ScottK: Then it's fine. I thought that I was clear on bug. In future I'll link comments. [20:34] maco: works fine here, too [20:35] hrmm thanks [20:35] BlackZ: are you on lucid? [20:35] maco: yes [20:35] maybe the lucidyness *does* matter... [20:35] oh [20:35] hrmph [20:35] oh! [20:35] maco: works fine on maverick too [20:35] well i just learned something new about screen... [20:36] when you use ctrl+A,Esc to get into "i can scroll now" mode, it stops having any output below where you entered that mode so things LOOK hung til you ctrl+c [20:36] maco: right :P === ari-tczew changed the topic of #ubuntu-motu to: Natty DIF is now over, time to bring the archive in shape! | Want to get involved with the MOTU? https://wiki.ubuntu.com/MOTU/Contributing | Sponsor queue: http://bit.ly/fz6AyQ | http://qa.ubuntuwire.com/ftbfs | http://people.canonical.com/~ubuntu-archive/NBS | http://qa.ubuntuwire.com/bugs/rcbugs/ | Congrats to new Debian Developer: bdrung | New MOTU: angelabad [21:13] micahg: Reading through the gnome shell bugs and I see you're working on it. Is there any way to install gnome shell in natty? [21:13] I have the PPA added but I can't install it [21:14] SpamapS: ATM, not really, I would like to have a build working from the GNOME3 PPA soon, but my list of urgent things is growing [21:14] blast [21:15] If Unity would just work w/ nvidia + multi-monitor I'd use that.. but.. [21:16] SpamapS: isn't the classic desktop available [21:16] ? [21:17] Probably [21:17] but I've never been very happy with that either === Amaranth_ is now known as Amaranth === hanska is now known as dapal === rockstar is now known as rockstar` === rockstar` is now known as rockstar