[00:02] tumbleweed: ok, lets get on it tomorrow [00:02] if you want to bung it over to samosa in advance that would help [00:50] Laney: http://people.ubuntuwire.org/~stefanor/merged.tar.gz === JackyAlcine is now known as SaintJackyAlcine === SaintJackyAlcine is now known as JackyAlcine === EvilJackyAlcine is now known as JackyAlcine === Resistance is now known as EvilResistance [06:27] good morning [07:43] tumbleweed: looks like you left the eatmydata arg out of the getopt call (line 89) [07:45] broder: thank you [07:48] ...oh, crud. but i'm just about to find out that i can't mk-sbuild a precise chroot, aren't i [07:48] Yes. [07:48] Yes you are. [07:49] Well, actually you kinda can; the bootstrap will fail, but you can manually fandangle the post-bootstrap things that mk-sbuild does. [07:49] ugh [07:49] Indeed. That's why this system doesn't have a precise chroot :) [07:50] wait...actually, where does it blow up? because i've made it to the unpack stage [07:50] It blows up at the point where mk-sbuild acutally wants to install something. [07:51] :-/ [07:51] Why aren't sandybridge dual-core i7s faster? Stupid C++ :/ [07:53] err why is it blowing up? [07:54] Because debootstrap is apparently freaked out that there are two versions of perl-modules in the archive, and one of them doesn't work. [07:54] ah [07:55] i wonder if i can find an archive mirror that predates the transition [07:56] good morning [07:56] broder: given that there's no push syncing atm, that's likely :) [07:57] i have a time machine mirror at work that lets me bring up the archive at a given timestamp [07:57] it's slow as #$%^ but should get the job done [07:59] that would be a useful feature in lp, although non-trivial. It has the data... [08:00] mine works by rsyncing dists/ and then checking it into a git repo [08:00] then redirecting requests on pool/ to launchpad.net/ubuntu/+archive/primary/+files/ [08:00] that works [08:17] debfx, thanks for vbox [08:28] geez. hedgewars has the most absurd set of build-deps [08:28] i've already pulled in qt and ghc [08:42] broder, patches welcome [08:42] i mean, if those are the build-deps, those are the build-deps [08:44] true === popey_ is now known as popey === almaisan-away is now known as al-maisan [11:20] greetings [11:21] * tumbleweed waves [11:22] my shoulders ache [11:22] silly kayaks === dholbach_ is now known as dholbach [12:12] Hello Motu, I am running Oneric Ocelot. To be able to fix bugs, do I need to be running development release version of Ubuntu? [12:12] Or Oneric is fine enough to fix bug in some package? [12:13] no, although it can help to have a machine / vm running the dev release [12:13] it depends how much you want to look for and fix problems, and how much you want to get work done [12:14] Ok. Thanks. I have just started to get familiarized with the whole bug system. [12:17] One more question: Say there is a bug in X package. I will retrieve source from apt, fix the bug in the code. Now, should I send my patch that is in my bzr branch or attach the patch to the bug report? [12:17] either works [12:18] Ok. Thank you. [13:05] Hi, Any useful tag to find bugs that require coding and easy to fix? [13:05] in launchpad [13:06] bitesize [13:06] krish_: bitesize [13:07] but I don't know if there are currenly any bugs open tagged with it [13:07] Ok. I will try it and see [13:08] harvest.ubuntu.com might yield something interesting [13:08] https://launchpad.net/ubuntu/+bugs?field.tag=bitesize === Quintasan_ is now known as Quintasan [13:24] broder,RAOF: I've fixed debootstrap upstream - should get it into Ubuntu soon === yofel_ is now known as yofel === bulldog98_ is now known as bulldog98 === al-maisan is now known as almaisan-away [16:38] Is there any way to search for packages in launchpad whose source is written in certain language? Like C or Python? [16:39] no. https://bugs.launchpad.net/launchpad/+bug/3945 [16:39] Launchpad bug 3945 in Launchpad itself "Support debtags in Launchpad for products and packages" [Low,Triaged] [16:40] but one can get quite far by looking at binary package names, build-dependencies, binary dependencies, filenames, etc. [16:40] krish_: what are you looking for? [16:42] krish_: You could always use debtags via Debian: http://debtags.alioth.debian.org/ssearch.html ... === almaisan-away is now known as al-maisan === al-maisan is now known as almaisan-away [23:03] Laney: i'm looking at SRU'ing hedgewars 0.9.17 into lucid->oneiric, but it build-deps on libghc-utf8-string-dev, libghc-bytestring-show-dev, and libghc-deepseq-show-dev. do you know off the top of your head if those are libraries that were split out from ghc core or something? [23:04] (don't bother digging if you don't know off the top of your head) [23:25] broder: utf8-string used to be in ghc. I don't know about bytestring-show (but probably not) and I don't think deepseq ever was [23:26] install ghc(6) and do ghc-pkg list to see what packages you have [23:26] Laney: ok, thanks