[00:07] hm. this isn't technically correct, but does the job ( i hope) [00:32] kiko, I'm done with songbird 1.0.0 but apparently, there's an issue with the ppa builders so cprov killed my builds. I have no way to investigate as locally, it's all fine. [00:49] If a package has a substantially larger popcon than the sum of the popcon of all it's rdepends, would that be a reason to think people are using it with something unpackaged? [00:50] I came up dry using Google. [00:53] ScottK: or popcon is on crack. But yes, i'd sya that's probably a reasonable assumption [00:54] popcon doesn't do partial reporting, afaik, so i presume that's the only solution [00:54] ScottK: that's not such a problem though, is it? [00:55] if you need to change something about the package (say the ABI), it it breaks 3rd party stuff, how were you to know? [00:55] ajmitch: It's not a problem, but something accounting for ~200 popcon in Debian that's not packaged might be worth packaging. [00:55] trying to identify what that thing is will be fun [00:55] I'd like to know what it is. [00:55] Yeah. [00:57] If someone is bored, the package in question is python-dns. [00:57] Not something you're likely to install directly. [00:58] so it's either something unpackaged, or people are installing it directly to actually use the module in something they've written [00:58] fta, hmm, I'll ping cprov to figure out what's up [01:00] ScottK: funnily enough, I'm one of the latter [01:01] ScottK: blog about it, and ask? [01:02] ajmitch: You installed it directly? [01:02] it appears so [01:02] Hobbsee: That might work. [01:02] Odd. [01:02] ScottK: planet's always good for those sorts of things [01:02] Yeah. [01:02] * ajmitch does have python-formencode installed, by the look of things [01:03] but I think I did actually look at using python-dns directly [01:04] python-formencode is it's largest (by popcon) rdepend. [01:04] not surprising [01:04] since python-turbogears & python-pylons use it [01:04] Ah. Makes sense. [01:10] Has anybody made the closed source version of Virtual Box available on multiverse? [01:14] can the binary be distributed freely? [01:14] Yep [01:15] http://www.virtualbox.org/wiki/Linux_Downloads [01:15] Wait [01:15] hey i m a newbie...and wanted to be on the MOTU team....i read the wiki page...but there are certain things that i didnt understand [01:15] Does accepting a license count as free? [01:16] Say em DarkKnight, might be a while for someone to reply [01:17] ya i just wished to be one of the developers in ubuntu... [01:17] so wen i referred the wiki page.... [01:17] st33med: http://www.virtualbox.org/wiki/Licensing_FAQ has a fairly clear no on redistribution of binaries [01:17] it said that i had to file a bug or something [01:17] yep FAQ 7 says no [01:17] Ah [01:17] to which i did [01:18] st33med: note all of virtualbox-ose, virtualbox-ose-dbg, virtualbox-ose-source, virtualbox-ose-guest-source, virtualbox-ose-guest-utils [01:18] Yah [01:18] and perhaps a couple of others [01:18] (which are in universe) [01:18] OSE doesn't have USB support, which kinda sucks [01:19] one could, theoretically, do what is done with flash [01:19] ie, create a package which downloads it from their website [01:19] so can anyone tell me where i can getgood info about compiling packages [01:19] but that'd require running dpkg inside a dpkg run, so it's bad [01:20] !packaging [01:20] The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports [01:20] and.. [01:20] !compiling [01:20] Compiling software from source? Read the tips at https://help.ubuntu.com/community/CompilingSoftware (But remember to search for pre-built !packages first) [01:20] stdin: or one could just use the repositories from virtualbox.org, which also work reasonably well ;) [01:21] yeah, much easier. which is probably why no one has ever tried to create such a package === BlueT__ is now known as BlueT_ [01:23] stdin: well, the OSE versions are already there, so... === kiko is now known as kiko-zzz [01:26] And anyone who has heard of it most likely visited the website too [01:26] So yah. [01:35] is there any way to run debuild without getting the DebianMaintainerField error? === erhesrhsrtb54vyh is now known as Elbrus [04:13] * ScottK-laptop starts to wonder if this thing is actually on? [04:30] scottK ping [04:36] leonel: pong [04:36] scottK for the jpeg the code has changed [04:37] scottK in special.c the patch applies fine [04:37] but there are structs changes for example maxreclevel in 0.92.1 is in cl_limits and in 0.94 has been moved to cl_engine [04:38] leonel: Right. So does that mean the patch needs to be adapted? [04:38] I think so [04:38] and in the svn from clamav [04:39] the changelog for the 1266 clamav bug [04:39] does not shows the changes in others.h or in clamav.h for that change [04:40] so I guess I'll first find an exploit for the code test it and if is vulnerable try to adapt the code [04:40] as you asked previously that if 0.92.1 is vulnerable [04:42] leonel: My guess is that unless you find some kind of recursion limit in special.c it's vulnerable, but that sounds good. [04:43] ScottK-laptop: if(ctx->recursion > ctx->engine->maxreclevel) [04:43] return CL_EMAXREC; [04:44] those and another reference is there [04:44] but the maxreclevel is on another struct [04:44] in 0.92.1 [04:46] got to go I'll continue tomorrow morning [04:47] OK. [04:47] leonel: Thanks for working on this. I know it's not simple. [04:48] scottK this must get fixed .. see you tomorrow [04:48] i'm interested in packaging our software and having it included in ubuntu. is this possible? our software is called Emergent and we have been running our own ubuntu repository for years. http://grey.colorado.edu/emergent [04:49] aib: If it's got an appropriate license the answer is generally yes. [04:49] GPL [04:49] where do I start? [04:52] aib: You have experience with Debian packaging then? [04:52] extensive [04:53] OK. Ubuntu essentially follows Debian policy with some minor variations. [04:53] Initial revision for a package not in Debian would be -0ubuntu1. [04:54] Upload target would be jaunty instead of unstable [04:54] "copyright" 599L, 19060C written [04:54] whee :) [04:54] ok, supposing i follow the debian new maintainers guide with the ubuntu modifications, what do i then do with my package? [04:54] is there a doc describing this? i haven't found one yet [04:55] !revu | aib [04:55] aib: REVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU [04:55] aib: We also have some special rules about Maintainer. See https://wiki.ubuntu.com/DebianMaintainerField [04:56] And finally: [04:56] ah, crap, leonel went offline [04:56] !packagingguide [04:56] The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports [04:56] I have the PoC for the JPEG crash -- added it to the clamav test [04:56] kees: He'll be back in the morning. [04:56] Cool. [04:57] kees: Debian needs to patch Etch, can I offer it to them? [04:57] ScottK-laptop, thank you very much [04:58] kees: Or you could just join #debian-clamav on OFTC and offer it yourself ... [04:58] ScottK-laptop: yeah, totally, it's in the upstream bug report: https://wwws.clamav.net/bugzilla/show_bug.cgi?id=1266 [04:58] wwws.clamav.net bug 1266 in libclamav "recursive stack overflow in jpeg parsing code" [Security,Resolved: fixed] [04:58] kees: [04:58] OK. [04:58] Recursion is fun. [04:58] aib: You're welcome. Thank you for showing up and wanting to contribute to Ubuntu. [04:59] kees: sgran is almost certainly asleep right now, but he does read the scrollback. [05:00] ScottK-laptop: looks like hardy isn't vulnerable to it [05:00] (intrepid was, prior to the patch) [05:00] kees: That's what leonel was trying to figure out when he ran out of steam. [05:01] kees: Is it not vulnerable or not vulnerable if MaxRecursionLimit (or something similar) is set to a sane value. [05:02] ScottK-laptop: oh, good point. [05:02] ScottK-laptop: well, I guess I should say "stock install of" ... [05:02] i recently ported our software from autotools to cmake as KDE did - has anyone packaged cmake-based software? does their debian generator create standard compliant packages? [05:02] aib: All the KDE4 packages in Intrepid and Jaunty are cmake. [05:03] as in, `make deb' packages? that would be wonderful but i really doubt it:) [05:03] No, not that simple. [05:04] Most of the Kubuntu devs are in Europe, so this is not the best time of day, but you can discuss cmake stuff here or in #kubuntu-devel. [05:30] Good night all. [05:31] aib: You can ask questions here as you have them. Generally someone here can/will answer. [05:32] night ScottK-laptop [05:52] james_w: wow, that went quickly! === roaksoax is now known as RoAk === RoAk is now known as RoAkSoAx [06:26] good morning [06:26] morning dholbach [06:27] hi fabrice_sp [06:28] dholbach: how are you doing this morning ! :-) [06:28] ? [06:29] fabrice_sp: I'm slowly waking up, but I'm good - also very excited about meeting people at UDS [06:29] fabrice_sp: how are you? [06:30] fine also, thanks! Preparing for going to work :-) [06:30] UDS will be huge! :-) [06:30] yeah [06:30] fabrice_sp: have a great day! [06:31] also for you :-) [06:54] is there any set timeline for a package to get cleared from NEW queue? [06:55] slytherin: not as such [06:55] slytherin: people do have archive days [06:55] but UDS will throw that out, and there are a lot in the queue (and it's not necessarily FIFO) [06:56] which package, and do you need it for something else? [06:56] good morning [06:56] Hobbsee: libhibernate3-java, and I need it to clear at least 3 more DEPWAIT. [06:57] geser: good morning. [06:57] Hi slytherin [06:57] G'morning. [06:58] slytherin: k [06:59] geser: Just FYI ... if we need to move the jboss related packages to universe, they will all need to be moved together. [07:01] slytherin: what do you need given back? [07:04] Hobbsee: I will do it myself thanks. :-) [07:04] slytherin: you can? OK. [07:06] 20 left. obviously it's getting helped along reasonably quickly [07:26] morning & Danke Schöne dholbach :) [07:26] didrocks: :) === dholbach_ is now known as dholbach [08:51] Hobbsee: I didn't need to give back any packages. they were automatically rebuilt. === ziroday is now known as serval === serval is now known as ziroday [10:03] someone has time to review http://revu.ubuntuwire.com/details.py?package=sqliteman ? thaaaaanks a lot :) [10:49] hello... can we haz ScummVM version bump in repositories PLZ? [10:57] https://bugs.launchpad.net/ubuntu/+source/scummvm/+bug/291591 [10:57] Ubuntu bug 291591 in scummvm "new upstream version - ScummVM 0.12.0" [Undecided,Confirmed] [10:58] coo, scummvm [11:03] coo? [11:24] I'm online for comments on http://revu.ubuntuwire.com/details.py?package=metalink thanks in advance! === cprov is now known as cprov-away [12:50] Hobbsee: ping [13:14] geser: Do you mind if I go ahead today with libjogl-java merge? We will sync with Debian once the package in experimental is moved to unstable. [13:15] slytherin: Why not sync from Experimental? [13:15] ScottK: Because it is in experimental. :-) And I don't know the reasons. [13:16] slytherin: OK. Sounds reasonable. [13:17] moonlight 1.0~beta1 packages ready ^_^ [13:24] ScottK: Current merge will help us move package to universe (license change). Where as if we do a sync from experimental it may solve FTBFS on Sparc. But considering that Sparc is not officially supported architecture I don't think sync is urgent. [13:29] * apachelogger waits for JontheEchidna to say "hi" :P [13:30] aib: Hello there, I heard you needed some assistance with a package using cmake? [13:30] JontheEchidna: He's also two hours west of us, so I'm guessing still sleeping. [13:30] makes sense === hefe_bia_ is now known as hefe_bia === kiko_ is now known as kiko [14:21] slytherin: no, I don't mind, go ahead (I'm currently too busy to do it myself) [14:22] geser: Ok. [14:23] geser: By the way, now there are only 3 packages (2 in NEW, 1 in DEPWAIT) that need to be available to check if jboss from Debian builds or not. [14:28] does the one in DEPWAIT wait on one of those in NEW? [14:31] geser: yes it does. [14:32] geser: the package in DEPWAIT is - libhibernate-entitymanager-java, depends on libhibernate-annotations-java which is in NEW [14:39] isnt libhibernate-annotations-java supposed to be libhibernate-commons-annotations-java ? === smarter_ is now known as smarter [14:48] handschuh: those are two different packages. rmadison is your friend. :-) [14:51] slytherin: ok .. thanks quite confusing .. the package is somehow bad, I think === Marce_ is now known as Marce [15:04] handschuh: I am not concerned about shape of package at this point. Only getting them built. :-) === rjune is now known as he-man === he-man is now known as man-at-arms === man-at-arms is now known as Man-at-ARMs [15:31] hello, I have a Q.; I'm maintaining custom kernel with IMQ patch for QoS, and using the guide at wiki.ubuntu.com for building custom kernel, but can't find where to change revision numbers for builded kernel, I've looked at debian/rules but can't find it.. === Man-at-ARMs is now known as rjune [15:32] lod__: try #ubuntu-kernel [15:34] 10x [15:52] Hallo [15:55] Hello MOTUs: I am looking to do an SRU for Intrepid, and have followed the process up to the point where I am requesting the release team to evaluate the report: https://bugs.launchpad.net/ubuntu/+source/libshout/+bug/304843 [15:56] Ubuntu bug 304843 in libshout "SRU Request: libshout3 in intrepid" [Undecided,New] [16:00] allquixotic: that's a main package; you want to subscribe the 'ubuntu-sru' team [16:00] and #ubuntu-devel would be the correct channel to poke if poking were deemed to be necessary [16:01] How would I go about subscribing the ubuntu-sru team? === santiago-pgsql is now known as Guest57461 [16:01] "subscribe someone else"? [16:01] nevermind, I've done it. [16:05] cool. === Guest57461 is now known as santiago-ve === kiko is now known as kiko-fud [16:13] would someone like to speculate why Phoronix benchmarked ext4 using 4 synthetic FS tools and 12 CPU-bound tasks, such as 3D game FPSes? [16:13] I'm not sure Michael understands that ext4 doesn't run on video cards... [16:16] jdong, michael, bless his little cotton socks, doesn't really get benchmarking [16:16] and i say this despite his test suite being a very clever framework (written in php (!)) [16:16] directhex: I think one thing that it DOES show is the variance in his tests [16:16] yes [16:17] directhex: for some reason his gnupg test showed more than 5% difference in performance between the 4 filesystems. [16:17] judging from that I'd consider anything less than a 20% difference in his tests to be statistically insignificant [16:17] jdong, but even when doing a 3d card, he benchmarks ancient games which are ~100% cpu bound on a modern card [16:18] directhex: he also failed to identify even the most basic behavioral characteristics of the 4 filesystems he teste [16:18] d [16:18] i.e. he failed to notice XFS takes 20-200x longer than ext3 and reiserfs respectively to rm -rf a kernel source tree. [16:18] let's not make this a bitching session - but i feel phoronix's benchmarking criteria have always been a little strange [16:18] or that XFS deletes a single 1TB file 20x faster than ext3... [16:19] jdong, running mythtv means you just knows these things instinctively ;) [16:19] directhex: maybe phoronix should run a mythbuntu vs ubuntu 7-zip benchmark. [16:19] jdong, you mock, but..... [16:20] * jdong wonders how on earth LZMA compression differed by 4-8 seconds doing a single-file using the 4 different FSes... [16:21] bless his soul for taking all this time to benchmark stuff; I'm not trying to rag on him or discredit his work.... [16:21] just this clearly demonstrates more than ever that his results need to be taken with scrutiny. [16:22] jdong: 4-8 seconds to a total of .. what? [16:22] 320 seconds or so [16:22] jdong: Representing that as a percentage is much more telling. :-) [16:22] about 1-2% variation [16:23] http://www.phoronix.com/scan.php?page=article&item=ext4_benchmarks&num=7 [16:23] more frightening is the last benchmark there [16:23] GNUPG of a 2GB file [16:24] ext3 and ext4 difered by 11 seconds (more than 10%) [16:24] I don't know what settings he used, but on my system GPG for a 2GB file is somewhat CPU-bound... [16:24] jdong, thing is, benchmarking is BORING. it's not as if a little game of quake4 whilst the bench runs matters, right? that's what multi-core is FOR! [16:25] LOL [16:25] ffmpeg also showed a 7% variation for MPEG2 encoding between ext3 and ext4 [16:25] I also find that extremely hard to believe [16:25] right, that's my coffee finished. to the motorway! [16:25] ffmpeg's mpeg2 encoder at times is slower than its MPEG4-ASP encoder [16:41] Is there a PPA or something to try ext4 on Intrepid? [16:43] RainCT: I've got a HOWTO. [16:44] jdong: cool, URL? [16:44] digging :) [16:44] RainCT: http://ubuntuforums.org/showthread.php?t=973701 [16:45] RainCT: FWIW I've been intensively running two systems with ext4dev on stock Intrepid kernels and have not experienced any disk issues YET [16:45] I think it's a *better* idea to grab the ext4 2.6.27 patchset from tytso's kernel.org directory [16:46] but even without it, I'm noticing dramatically better concurrent IO performance, fragmentation behavior, and REALLY IMPROVED small-file-deletion performance using ext4 compared to ext3 [16:46] i wonder how much difference it'd make if you're using ext3 vs ext4 on top of dm-crypt [16:46] jdong: you know I found out recently while working on the defrag package that fsck considers just about any file over 44k to be non-contiguous in it's little report, since any file over that size will have an indirect block which normally would follow the 11th data block [16:47] psusi: not surprised; I measure fragmentation by cold-read throughput [16:47] jdong: "a better idea" as in it will be faster or as in your computer may not explode? :P [16:47] RainCT: it will be faster and one or two unmount-time potential oopses are fixed. [16:47] RainCT: there is a notable patch that reduces fragmentation in extent allocation behavior [16:48] alright [16:48] IIRC, for a 4GB fedora torrent limited to 200KB/s download speed, the readback on ext3 went at 8MB/s while on ext4 it went at 25MB/s [16:48] disk is capable of 40MB/s sequential sustained [16:48] on XFS it was shockingly close to that 40MB/s number, upper 30's IIRC [16:48] no preallocation of any type was used [16:49] wow, I was going to say neither ext3 nor 4 look good there then [16:50] psusi: well ext4 is looking *BETTER* and this is without the aforementioned ext4 extent patch [16:50] yea, but even 25 sounds not good [16:51] jdong: I guess the "turn on not backwards-compatible stuff" point is optional? [16:52] well, not turning on the new features would kind of defeat the point wouldn't it? [16:52] Well, I think I'll wait. I have / and /boot together, and don't want to mess with the /home partition :P [16:53] jdong: btw, nice forum sig :P [16:57] * invaleed is away (Please give me hug) === invaleed is now known as in[v]aleed === kiko-fud is now known as kiko [17:28] Any volonteers to review my package at http://revu.ubuntuwire.com/details.py?package=sqliteman ? it was previously advocated by DktrKranz ... [17:58] jdong: On the ext4 topic: Is the info on volid vs. blkid from http://ext4.wiki.kernel.org/index.php/Ext4_Howto still valid or valid at all? Is this a problem in real usage? [17:59] Heya gang === bigon` is now known as bigon [18:02] somebody please help. What host do I need to use with dput to upload to Ubuntu archives? [18:04] slytherin: upload.ubuntu.com [18:04] afaik [18:05] dput -H lists the hosts... [18:05] slytherin: https://wiki.ubuntu.com/MOTU/New [18:07] slytherin: In the default Ubuntu config for dput you shouldn't need to list a host. [18:07] Laney: Thanks for link. [18:08] ScottK: got that after reading that wiki page. :-) [18:09] slytherin: Personally I change that to make sure I have to do dput ubuntu to get to the official archive (I once accidentally uploaded a package intended for a PPA to the archive - and it was in Main and it was during a freeze). [18:10] ScottK: thanks for advice. I will be careful. [18:11] well at least it was during a freeze [18:15] Hiya bddebian. [18:15] Hello iulian [18:22] Laney: No, It was a 'soft freeze'. One of the 'please don't upload' ones. [18:26] Oh, that's bad then [18:27] Yes. So I'm very careful now. [18:27] ScottK: I do the same [18:27] By default my dput uploads to a non-existent repo called 'bob' [18:27] my default dput target is invalid [18:28] If you just unset the target it defaults to Debian ftp-master. [18:28] * ScottK uploaded there by mistake too. [18:28] * ScottK had to hunt down a DD to do dcut for him. [18:28] Thus I upload to bob. === smarter_ is now known as smarter [19:01] Request for comments: http://revu.ubuntuwire.com/details.py?package=metalink === doko__ is now known as doko [19:21] hy [19:21] Can you please update the Cherokee webserver to its latest version 0.11.x in synaptic? [19:22] I'm running Xubuntu 8.04. HH and the software availale is of version 0.5.x === kiko_ is now known as kiko [19:41] slytherin: ping === geser_ is now known as geser === fabrice_sp_ is now known as fabrice_sp [19:46] !backports | Aquina [19:46] Aquina: If new updated Ubuntu packages are built for an application, then they may go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging === hefe_bia_ is now known as hefe_bia [20:16] <3 ubottu [20:50] hm [20:50] * directhex summons a vote [20:51] ka-ching [20:52] moon apparently requires cairo 1.8. not a debian problem, but i was hoping for syncability [20:52] do i target experimental (which has it) or make the package build its own static cairo? [20:52] or something else? [20:53] directhex: are you sure you are on the right channel? :) [20:53] pochu, sure. the syncability question matters! [20:53] pochu, or if not, what solution? OOo-style synamic control building? [20:55] directhex: ok, if you can upload to experimental and keep it syncable, I'd go for that [20:55] it won't hit testing anyway ;) [21:00] * directhex gives his sponsor the word [21:05] directhex: Yeah. Sync from experimental! === ogra_ is now known as ogra [21:38] Can anyone spot a problem with this: pbuilder-sid create --othermirror "deb ftp://ftp.uk.debian.org/debian experimental main contrib non-free" - I get "E: Malformed line 1 in source list /etc/apt/sources.list (URI)" [21:42] Laney: looks sane to me. Perhaps it's another line [21:42] Maybe I'll use pbuilder directly [21:42] * Laney smites it [21:42] You've aware that you can just do a pbuilder-experimental create, right? [21:43] Laney: use cowbuilder! [21:43] RAOF: I was not. [21:43] Experimental is a supported dist for pbuilder-dist; it pulls in sid + experimental. [21:44] cowbuilder is much faster than pbuilder [21:44] RAOF: I'm using pbuilder-dist.new. Let's see if it likes that [21:45] * mok0 feels ignored [21:45] mok0: Sorry, I'm not ignoring you. It's just that RAOF is giving me answers that don't require me to learn a new tool :P [21:45] :-) It's more-or-less the same [21:46] is there a cowbuilder-dist? [21:46] "Warning: Unknown distribution «experimental»." [21:46] but it still seems to be doing ok [21:46] Laney: except cowbuilder doesn't need to unpack the tar archive first [21:46] Oh, yeah that takes a couple of seconds [21:46] Laney: it uses a create-on-write filesystem [21:47] Can you make cowdancer build on a tmpfs? [21:47] mok0: Does it implement pbuilder's interface, roughly? [21:47] RAOF: I haven't tried [21:47] Oh, that's the point of cowbuilder. I see. [21:47] Laney: yes, it's almost the same, except for one option [21:48] Laney: you need to specify --base-dir instead of --base-tgz [21:48] Because that's the biggest pbuilder optimisation I've seen. As long as I don't try to build something that saps too much memory ;). [21:48] I should get around to fixing my schroots to use a local apt cache. [21:49] * RAOF used squid for that. [21:50] Cool. So, xserver-xorg-video-nouveau builds (and works) with unmodified Jaunty libdrm. [21:50] http://wiki.debian.org/cowbuilder [21:50] https://wiki.ubuntu.com/CowdancerHowto [21:51] Time to update experimental's nouveau snapshot, polish the dkms nouveau-kernel package, and get some review. [21:51] RAOF: great, is it useful? [21:52] mok0: Maybe you could port pbuilder-dist{.new} in ubuntu-dev-tools to cowbuilder? ;) [21:52] {,.new}* [21:52] ajmitch: Depends on what you want. If you want 3d, no. If you want fast, featureful 2d, yes. [21:52] RAOF: of course I need 3D :) [21:52] Laney: It wouldn't be a huge project... I've just made my own little script [21:53] I imagine it would mostly be s/pbuilder/cowbuilder/ [21:53] Laney: yeah [21:53] ajmitch: Nouveau's 3d got merged into the main mesa repository, so it's getting a little more love; you could try that :) [21:54] RAOF: pbuilder-experimental works. Win! [21:54] \O// [21:56] Have any of you tried adopting an orphaned Debian package? [21:56] RAOF: so in 12 months I can play WoW? :) [21:58] Concievably ;) [21:59] I expect there'll still be a lot of work to do [21:59] In 12 months time? Probably. [21:59] Gah. New mesa won't build because we don't enable dri2 in X. [22:00] Or maybe because we have an obsolete dri2-proto. Who knows. [22:01] hi RainCT [22:25] heh, I did it... [22:28] * ScottK-laptop wonders if he should ask ... [22:32] * handschuh nods [22:33] Gah [22:33] http://pastebin.ubuntu.com/80042/ <- when doing pbuilder-experimental create [22:33] * Laney headdesks [22:34] directhex: How do you testbuild mono stuff? :( [22:43] Laney: Hm. Mine Just Worked(tm). I don't suppose sid+experimental is broken atm? [22:43] I guess so [22:57] Laney, test things in experimental? i had to tweak my pbuilder to pin experimental to the same as sid === RoAkSoAx_ is now known as RoAkSoAx [23:13] slytherin: contentless pong? [23:13] slytherin: and cool === TheGuru is now known as marnold