[12:04] hmm, anyone got that video with mdz and sabdfl that got blogged @ planet.debian.org? [12:04] seems the link doesn't work anymore [12:05] when was it posted? [12:06] 2005-07-16 08.07.00 [12:06] Joey Hess: thanks.. [12:06] wow, classpath has 1mil lines of code [12:08] Gnobody: I don't need naked pictures of cristina scabbia, I have 1 million lines of code! [12:08] :0 [12:10] yes and in that world there are two sexes; emacs, and vi [12:11] then tell me what nano is! [12:16] there was an announcement about an ubuntu-artwork team. is there a wiki/web page about it somewhere? (sorry, lost original email) [12:17] yes [12:17] ArtworkTeam [12:17] or ArtTeam [12:17] https://wiki.ubuntu.com/ArtTeam [12:17] (the wiki search is really good btw) [12:18] i just seemed to have entered the wrong keywords. [12:20] fair enough [12:21] Nano R0x! :-) [12:27] Connecting to archive.ubuntu.com[82.211.81.151] :80... failed: Connection refused. [12:27] feh [12:27] http://www.pumuki.org/?q=node/119 [12:27] owned. === bob_too [~chris@rrcs-24-153-179-246.sw.biz.rr.com] has left #ubuntu-devel [] === seth_k [~seth@24-117-104-21.cpe.cableone.net] has joined #ubuntu-devel [12:43] Nafallo: I saw it on somebody's laptop here before it got uploaded, I forget who it was though [01:01] bye ! === darkling [~hugo@81-5-136-19.dsl.eclipse.net.uk] has joined #ubuntu-devel [01:28] daniels: libxcursor still mentions libXrender.la, can I do an upload to fix that? [01:30] I've already uploaded a xcursor package 2 days ago [01:30] you should better ping a buildd guy to know why there is no build log for it [01:31] http://archive.ubuntu.com/ubuntu/pool/main/x/xcursor/ [01:31] dcop, bonobo and dbus do the same thing, will dbus get standard? [01:31] there is no build for the 1.1.4 packages [01:31] they don't do the same thing [01:31] lamont: back from your wanderings? [01:32] seb128: they can do the same thing [01:32] no [01:32] dbus is not a bonobo replacement [01:32] hm. ok [01:32] it's simpler [01:32] bonobo is simpler? [01:32] no, dbus [01:32] mitsuhiko: dbus will replace dcop if someone can make nice enough bindings for KDE [01:33] bindings as nice as dcop has :) [01:33] thanks for the informations [01:33] so I can use bonobo for my python project [01:33] depending of what you try to do [01:33] if dbus does what you want better to use it [01:33] bonobo is beeing dropped because it's to complex to use [01:34] so bonobo is dying? [01:34] I would not say that [01:34] he's standing where it is [01:34] but new code is not using it [01:34] ok. thx [01:35] np [01:35] my problem is that i'm using hoary at the moment and there is the old dbus api which is not compatible to the new one [01:35] xcursor is dep-wait pkg-config but pkg-config is installed fine [01:35] tsk [01:36] <\sh> grmpf [01:36] where do you get the dep-wait? [01:36] http://people.ubuntu.com/~lamont/buildLogs/Lists/breezy.all.i386 [01:36] thanks [01:37] probably needs lamont to poke it [01:37] wake up infinity, fix xcursor so me and seb128 can go to bed :) [01:37] that too :) [01:37] 23:31 * lamont wanders off [01:38] bah [01:40] <\sh> so..we should go and sleep....today is another day to kick [01:40] <\sh> oh [01:40] <\sh> esc+4 != esc+5 [01:41] <\sh> anyways...off to bed === stratus [~stratus@200216029229.user.veloxzone.com.br] has joined #ubuntu-devel === Jimbob [jcape@c-24-14-115-101.hsd1.il.comcast.net] has joined #ubuntu-devel === terrex [~terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel === Unfrgiven [~ankur@202.76.176.94] has joined #ubuntu-devel === carstenh [~carstenh@p54A629E5.dip0.t-ipconnect.de] has joined #ubuntu-devel [02:49] hey, when I do make on a program i do the following: ./configure 'CFLAGS=-march=athlon-xp -pipe -O3' 'build=i686-linux' 'CXXFLAGS=-march=athlon-xp -pipe -O3' 'build_alias=i686-linux' [02:49] how do i point it to gcc 4 [02:49] with make not ./configure [02:49] you use breezy, which has gcc 4.0 as the default [02:49] using gcc 4.0 with c++ code on hoary will break [02:49] i have gcc 4 installed through backports [02:50] that'll work awesomely then [02:50] but as above [02:50] i don't have to do a 'gcc=4'? [02:51] if this program involves C++ code, you can't use gcc 4.0, sorryy [02:51] unless it's so simple it uses nothing but libstdc++ [02:51] na, it's gimp [02:51] lol [02:51] i'm working on a more optimized version for distribution [02:52] and i hope all those options will work like that, it has in the past [02:52] then set the C compiler when running ./configure [02:53] you're doing benchmarks to find if gcc 4.0 is usefully faster? [02:53] so, do this instead? ./configure 'CFLAGS=-march=athlon-xp -pipe -O3' 'build=i686-linux' 'CXXFLAGS=-march=athlon-xp -pipe -O3' 'build_alias=i686-linux' 'gcc=4.0' [02:53] no [02:53] no, i just want to make an athon/i686 optimized version of it [02:54] ./configure 'CFLAGS=-march=athlon-xp -pipe -O3' 'build=i686-linux' 'CXXFLAGS=-march=athlon-xp -pipe -O3' CC=gcc-4.0 [02:54] with O3 [02:54] er... [02:54] if you're not planning to see if it's faster, what's the point? [02:54] well, a little of both [02:54] i can't seem to download my breezy packages: get connection refused from the various archives.ubuntu.com I've tried. Does anyone know what might be up? [02:55] OddAbe19: I mean "what's the point of making your own k7-specific package if it's not actually faster?" [02:55] it sort of is, loads faster [02:55] and some of the plugins work better [02:55] that's why [02:55] it's because i'm a speed whore and want to get every last bit [02:55] lol [02:56] ah, so, you have benchmarked it and found it faster [02:56] meh [02:56] lol [02:56] if by benchmark you mean stopwatch [02:56] lol [02:56] human error [02:56] tenth of seconds faster [02:56] but i'm a speed whore [02:59] OddAbe19: how much time do you spend to optimize your system? [03:00] not much [03:00] just most packages i use usually [03:00] and my kernel === jp [~jp@200-126-69-102.bk5-dsl.surnet.cl] has joined #ubuntu-devel === sfvt [~sfvt@pool-64-222-117-63.burl.east.verizon.net] has joined #ubuntu-devel === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel [03:45] "my name is nikolai, and I'm that annoying guy who keeps pushing his idea of a new logo/mascot for ubuntu: the medicine mask!" [03:45] speachless. [03:47] tseng: -devel/-users? [03:47] tseng: lol [03:47] sladen: http://lists.ubuntu.com/archives/ubuntu-art/2005-July/thread.html [03:47] sladen: he posted in triplicate (html) [03:48] THE MASK CONQUERS ALL === ugo [~ugo@CMU-147125.WV.CC.cmu.edu] has joined #ubuntu-devel [03:48] ugo: the list, not the channel [03:49] im not pasting anything here bob2 [03:49] jeeze...lighten up [03:49] bob2 is the channel hammer dude [03:49] oh, in an HTML stripped part, even better [03:50] yeah he did a fine job on two "sweethearts" about an hr ago === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel [03:59] cool, debian's udev problem got resolved === niran [~niran@cpe-67-10-213-51.houston.res.rr.com] has joined #ubuntu-devel === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel [04:04] sabdfl and mdz got drunk and started dancing together? i can't see the video, it's gone [04:04] Hmm === niran [~niran@cpe-67-10-213-51.houston.res.rr.com] has joined #ubuntu-devel === tritium [~tritium@12-208-96-155.client.insightBB.com] has joined #ubuntu-devel === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel [04:29] eh? [04:30] Riddell: what do you need poked? [04:31] xcursor. rigth. [04:31] dep-wait cleared. === seth_k [~seth@24-117-104-21.cpe.cableone.net] has joined #ubuntu-devel [04:38] *blinks* [04:39] so sorry to disturb but does anyone know if its possible to have gcc3 and gcc4 on the same box [04:39] aye [04:39] Should be fine [04:39] I have /usr/bin/gcc-4.0 and /usr/bin/gcc-3.4 === OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel === seth_k has those and 3.3 too [04:40] Armanath im guessing this isn't the proverbial aptitude install [04:40] daniels: you have an ETA on the xdpyinfo/xhost/xrandr/xsetmode/xsetpointer packages? [04:40] TerminX: Next week, maybe. [04:41] d'oh [04:41] I thought that he'd said "tomorrow" when asked about it yesterday [04:41] I guess I was mistaken :) [04:43] btw that Nikolai guy is insane, the medicine mask guy. He does not understand the concept of mailing lists at all [04:43] plus his mask sucks, because 1) it's too complex for a logo, 2) it doesn't represent Ubuntu, 3) it is rather stereotypical, 4) it is ugly (opinion) [04:45] seth_k: the artwork itself is good. Whether it fits is, as your say, another matter === jsgotangco [~jgotangco@info1-182.info.com.ph] has joined #ubuntu-devel === retrix [~sam@ppp225-190.lns3.adl2.internode.on.net] has joined #ubuntu-devel === ealden [~ealden@219.90.91.169] has joined #ubuntu-devel === Gnobody [~jason@blk-222-50-94.eastlink.ca] has joined #ubuntu-devel === lakin [~lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel === moquist [~moquist@pool-70-16-195-138.man.east.verizon.net] has joined #ubuntu-devel === Amaranth [amaranth@amaranth.user] has joined #ubuntu-devel === Safari_Al [~tr@ppp241-209.lns2.adl2.internode.on.net] has joined #ubuntu-devel === poningru [~poningru@pool-71-101-7-23.tampfl.dsl-w.verizon.net] has joined #ubuntu-devel === slomo [~slomo@p5487E108.dip.t-dialin.net] has joined #ubuntu-devel === tritium [~tritium@12-208-96-155.client.insightBB.com] has left #ubuntu-devel [] === highvoltage [~Jono@196.7.130.34] has joined #ubuntu-devel === highvolt1ge [~Jono@196.25.192.240] has joined #ubuntu-devel === vedran [~vedran@195.130.52.250] has joined #ubuntu-devel === mitsuhiko [~mitsuhiko@80.122.201.98] has joined #ubuntu-devel === astro76 [~james@pcp08471841pcs.elztwn01.pa.comcast.net] has joined #ubuntu-devel === wasabi [~wasabi@c-67-174-81-195.hsd1.tx.comcast.net] has joined #ubuntu-devel === wasabi_ [~wasabi@c-67-174-81-195.hsd1.tx.comcast.net] has joined #ubuntu-devel [09:54] do you guys agree with this: "If 'Aunt Tilly' needs to use distutils we've already failed."? [09:54] probably [09:54] python distutils? [09:55] yeah [09:55] Amaranth: is aunt tilly a web developer? [09:55] (or above) [09:55] no, aunt tilly is esr's fictional end-user [09:56] she _might_ know what firefox is [09:56] end users can be low end developers [09:56] maybe [09:56] if her nephew has explained it to her more than once [09:56] but if she's specifically not, then yes, it's absolutely insane [09:56] jdub, can you give me a quick opinion on the wiki page death I just sent to the -devel list? [09:57] Basically if someone knows what distutils is, they should know how to get it or how to get help. [09:57] If they don't know what it is and need to use it, we've failed. [09:57] Burgundavia: dunno [09:58] jdub, that was quick but no exactly what I was looking for ;) [09:59] you're not really asking the right person [09:59] who should I ask? [10:03] Burgundavia: you've posted your question to the right list [10:03] "It's target audience is high school students and Refugees." [10:03] ^ awesome [10:03] that is one heck of a target market specification [10:03] that apostrophe is grating on my eyeballs [10:04] jdub: second-hand bookstore? [10:04] jdub, cheers and I understand you just got back from japan [10:05] Burgundavia: i did? rad. [10:05] oh [10:05] did you enjoy your non-trip? [10:06] someone really needs to fix the launchpad SSL key [10:06] Treenaks: ubuntu lite [10:07] jdub: Cool === GNULinuxer [~ghoseb@59.95.3.132] has joined #ubuntu-devel [10:17] morning === highvoltage [~Jono@196.25.192.240] has joined #ubuntu-devel [10:19] jdub: ping? === madduck [~madduck@madduck.developer.debian] has joined #ubuntu-devel [10:29] when and where is ubuntuconf? is there a url? [10:29] not announced yet [10:29] mh, ok. === rob^ [~rob@rob-ubuntu.student.supporter.pdpc] has joined #ubuntu-devel === pef [~loic@erodia.net] has joined #ubuntu-devel [10:46] hi === Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel === davyd [~davyd@oracle.bridgewayconsulting.com.au] has joined #ubuntu-devel [11:14] hey, does anyone have links to an amd64 binary for xbase-clients -36? [11:16] ok, possibly ignore me on that front [11:17] hehe [11:17] still need it? [11:18] I didn't get around to fixing it last night [11:18] I saw the xlibs links though, now I just need to grab them [11:18] mmm, w3m [11:18] ok... [11:19] still need it? [11:19] yes or no please, it's 4am [11:19] doesn't matter anyway, morgue.ubuntu.com doesn't have them [11:20] morgue seems to be dead [11:20] yeah [11:21] ok, I seem to have found them [11:21] http://archive.ubuntu.com/ubuntu/pool/main/x/xorg/xbase-clients_6.8.2-36_amd64.deb [11:21] err [11:21] oh yeah, the amd64 buildds fell over [11:21] you shouldn't have any problem on amd64, it looks like the latest X you have is -36 anyway [11:22] yeah, except for xlibs [11:22] which is arch 'all' [11:22] xlibs -42 is fine here? [11:22] wait, no it isn't [11:22] -41 was [11:22] -42 shouldn't be any more broken than -41, certainly [11:22] at least, I don't think [11:23] but xlibs is just a metapackage, isn't it? [11:23] davyd: if it's any consolation, my laptop is stuck in console mode, my amd64 won't accept any keyboard input, and my powerpc is also in the console === Amaranth giggles [11:23] i guess that's great motivation to fix something though :D === tvo [~tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel [11:23] yeah -- specifically, the modular server [11:24] which I'm fixing now [11:24] btw, are the all changes you're making going into xorg cvs? [11:24] trying to track down exactly how gcc4 miscompiles i810_drv.o, making the modular server happy with big-endian machines, and stuff [11:24] yeah, they are [11:24] gcc bugs are always fun [11:24] daniels ; are you in Melbourne at the moment? [11:24] did it work on 4.0.0? [11:24] davyd: yeah [11:25] daniels ; someone said you weren't [11:25] Amaranth: pretty sure it didn't [11:25] daniels ; is there some sort of mail order liquor store in Melbourne? [11:25] davyd: uhm nope, I've been here for a fair while now [11:25] davyd: since LinuxTag [11:25] davyd: not that I'm aware of ... [11:25] daniels ; hmm [11:26] I was going to send you a sixpack, but I'm too stingy to fedex it from Perth [11:26] haha [11:26] dude [11:26] what for? [11:26] daniels ; because I said I would, and you refused to fix my Xserver till I do [11:26] hey everyone [11:26] and maybe then you'd feel guilty and drunk [11:26] and perhaps you'd fix it [11:27] I need to buy more Squire, so that I can read chapters 2, 3 and 5 of the fucking story [11:27] because my six-pack only had chapters 1, 4 and 6 [11:27] twice! [11:28] also, it seems wrong to be using a console on a 20" LCD screen [11:28] daniels ; what's your ETA for getting some sanity into this? === davyd discovers there is no version of xvinfo for amd64 [11:29] that seems to be messing up my dependancy tree pretty bad [11:30] <\sh> amd64? [11:30] <\sh> it's out of order..,-) [11:30] davyd: amd64's buildds are all dead [11:30] go GCC-4.0 it's your birthday! [11:30] daniels ; oh man, still? === eruin [~eruin@85.89.192.56] has joined #ubuntu-devel [11:31] davyd: well, elmo's been on holiday ... [11:31] davyd: making xbase-clients and xlibs installable are my first priorities, bugger everything else [11:31] daniels ; righto [11:31] i'm forecasting tuesday [11:31] I can start building things [11:31] do source packages still get updated when the binaries don't? [11:31] because at this stage, I need to modularise every single remaining library before xdpyinfo can be built === davyd builds a new xvinfo [11:33] excelltn, now I can install gdm [11:33] I feel like a gentoo user [11:34] <\sh> davyd: oh u r using this funny little filemanager as well? *lol* [11:35] hmm? === davyd builds gnome-panel [11:35] how hard is it to set up a buildd? [11:35] http://packages.ubuntu.com/breezy/x11/gentoo [11:36] oh, I know about that thingy [11:37] I almost installed fc4 on this machine [11:37] disturbingly ugly [11:37] because it has the tools I need === Amaranth whips davyd [11:37] should I create an enh.bug on the ubuntu bugzilla if I'd like to see some added functionality for shares-admin ? [11:37] naughty! [11:37] but I would have no idea how to install Mono on it [11:37] or a chroot [11:37] dchroot and debootstrap are wonderful tools [11:37] or should I take the discussion to the seemingly dead system-tools list on mail.gnome? [11:38] eruin ; why not file it in the GNOME bugzilla? [11:38] <\sh> davyd: it's funny that u can do a `emerge debootstrap` on Gentoo ,-) [11:38] that's probably the best now that you mention it :) [11:38] \sh ; does it work the same? [11:38] ie. install a Debian chroot? [11:38] <\sh> davyd: yes [11:38] \sh: any idea why wine is still uninstallable in breezy? [11:38] \sh: (the GLU mess?) === davyd laughs [11:38] daniels: i thought you said you could only get xbase-clients done by tuesday if you worked non-stop through the weekend and didn't have any problems [11:39] <\sh> treenaks: it builds ... lemme check [11:39] I didn't realise how patched Fedora was till I started using it at work [11:39] Treenaks, its due to xorg being broken [11:39] eruin: GLU madness [11:39] Yeah, blame everything on xorg being broken! [11:39] :) [11:39] but it did ship with GCC-4.0, which was a nice touch [11:39] xrandr not split out etc [11:39] Amaranth: but wasn't xorg broken because of GTK boogz? [11:39] <\sh> treenaks: i will give it a punch in the face...now [11:39] haha === davyd snerks [11:40] \sh: \o/ [11:40] <\sh> or me? [11:40] "it's a bug in GTK" then it got fixed in xorg :) [11:40] \sh: I'm building the current source locally now.. see if it works [11:40] daniels ; non the less, if you locate some sort of online beer mail order system, located in fair Melbourne, let me know === robtaylor_ [~robtaylor@a130-233-4-225.debconf5.hut.fi] has joined #ubuntu-devel [11:40] <\sh> no I don't blame anybody for doing mistakes... [11:40] davyd, oooh, no more leaving the house? [11:40] davyd: That'd be stupid, kids would be ordering beer. [11:41] davyd: heh, sure [11:41] dude, this is Australia [11:41] kids can already buy beer :p [11:41] kids already buy beer [11:41] you see them on the foreshore drinking EB [11:41] Amaranth: i think if I work non-stop through monday and tuesday with no problems, I can sort it [11:41] any timeframe on the new live/install work landing? [11:41] Amaranth: i'm actually using my weekend as a weekend; it's novel [11:41] thankfully they stopped making Swan Gold [11:41] (hacking on the modular server instead) [11:41] daniels: wtf are you doing on IRC then? [11:42] haha [11:42] davyd: eep, swan is terrible [11:42] Amaranth: sucker for punishment [11:42] <\sh> hmm [11:42] this exa stuff seems pretty buggy [11:42] daniels ; exactly === davyd still has a Coopers Pale in the fridge [11:43] eek, i accidently found the detach tab keyboard shortcut in xchat [11:43] <\sh> strange dependency [11:43] ctrl-I [11:43] whew [11:43] i couldn't get it back [11:44] the problem with working in open source is that the idea of a weekend becomes blurred [11:44] <\sh> aye [11:44] hmm [11:44] I am experiencing a similar problem with this working from home thing [11:44] <\sh> mesa-common-dev [11:44] weekends are when your users will bitch the most [11:44] <\sh> is seriously b0rked [11:44] my rhythmbox craches ;-) [11:44] brilliant idea, write it down, explore it a bit, find you've implemented it [11:44] Nafallo: Mine plays the flute. [11:44] or really, it crashes :-) [11:44] <\sh> ok...fixing first the mesa deps in mesa-common-dev [11:45] hmm, it's always the -data packages [11:45] Amaranth: I'm on amd64, I guess I build it locally soonisch :-) [11:45] anyone here have xbase-clients -36 ? [11:45] the buildd dies and it all goes to shit [11:45] because there are still new -data packages [11:45] haha [11:45] someone has a mirror of them too [11:46] if you can find them in the logs [11:46] Amaranth: baah, I got a pbuilder :-). the only problem is getting source over this crappy ADSL of mine ;-) [11:47] Nafallo: i meant xlibs-data 6.8.2-36 :) [11:47] Amaranth: ahh *s* [11:47] my muine and rhythmbox both suck [11:47] something somewhere forgot to check for errors [11:47] grab sonance cvs :) [11:47] well, i wanna help out two (: [11:47] probably in id3 reading, everyone seems to suck at that [11:48] sonance cvs starts, randomly [11:48] ehehe [11:48] i mean, sometimes i get a real GUI, sometimes i get half a gui overlapping itself [11:48] that is insensitive [11:48] that's cute [11:48] but some of the things still prelight [11:48] daniels, when should I start reporting X autoconfig regression bugs? [11:49] hey if i want to help out packaging what should i do? [11:49] cat, talk to the people in #ubuntu-motu [11:49] cat: join the MOTU :) [11:49] cat: basically repeat that sentence in #ubuntu-motu :-) [11:49] alright (: [11:50] <\sh> hmmm... [11:50] <\sh> actually... [11:50] <\sh> I know where this comes from... [11:50] <\sh> wine_0.0.20050628 is not in the archives.. === icaro [~icaro@adsl-ull-127-28.44-151.net24.it] has joined #ubuntu-devel [11:51] <\sh> the source yes...but not the binaries === \sh 's looking around for some NEW love ,-) [11:51] \sh: then there was a build error [11:51] <\sh> no [11:51] no? [11:51] <\sh> it's in new i think [11:51] \sh: wine is already packaged.. how can it be in NEW [11:52] \sh: it should just replace it [11:52] <\sh> no...i will replace a lot of old bins...and I think it's stucked somewhere [11:52] <\sh> i386 is build [11:52] <\sh> http://people.ubuntu.com/~lamont/buildLogs/w/wine/0.0.20050628-1/ [11:54] <\sh> Treenaks: have the same problem with gfccore [11:56] <\sh> but it's a good time to upload it with the right version number ,-) === chris^duschen [~chris@ACB50292.ipt.aol.com] has joined #ubuntu-devel === chris^duschen is now known as chris` === bonvenon [~linus@83.233.1.197] has joined #ubuntu-devel === littlepaul [~littlepau@p5084FC84.dip.t-dialin.net] has joined #ubuntu-devel [12:15] <\sh> guys...can anyone approve my theory, that right now, "empty the trash" in gnome is not working? [12:17] you have something in there you aren't allowed to delete? [12:17] \sh, in my breezy it works fine... [12:18] <\sh> hmmm... [12:18] <\sh> Amaranth: no [12:18] <\sh> oh [12:18] <\sh> moment [12:18] <\sh> funny [12:18] \sh it works for me too [12:19] <\sh> empty trash doesn't update the trash ...clicking on the files with the right mb..disappeared...strane [12:20] <\sh> can someone kick kdelibs4 again,pls? === gbon121 [~chatzilla@d81-211-184-97.cust.tele2.it] has joined #ubuntu-devel === shackan [~shackan@host81-81.pool8257.interbusiness.it] has joined #ubuntu-devel === pitti [~pitti@195.227.105.180] has joined #ubuntu-devel [12:41] <\sh> moins pitti [12:41] pitti: Hey Martin :-) === pitti is back and enjoys is brand new amd64 [12:42] pitti: do you have pmount in a baz archive somewhere? [12:42] Mithrandir: it's in bzr === littlepaul is now known as littlepaul_eat [12:43] pitti: hm, ok. [12:43] Mithrandir: http://people.ubuntu.com/~pitti/bzr/pmount [12:43] pitti: shame you left already, I wanted to discuss some stuff about mmount with you. Basically what hooks would be good for you to have. === nasdaq7 [~gfhgfa@tkp-ip-nas-1-p218.telkom-ipnet.co.za] has joined #ubuntu-devel [12:44] Mithrandir: mmount the successor to pmount? :-) [12:44] sivang: no, the modular mount which is the successor to the current mount. [12:44] hopefully. === shackan_ [~shackan@host165-79.pool8257.interbusiness.it] has joined #ubuntu-devel === jdthood [~jdthood@aglu.demon.nl] has joined #ubuntu-devel [12:47] Mithrandir: so far I need hooks for "authentication" (removable, fstab, /etc/pmount.allow) and some device map checks (is a device encrypted and devmapper needs to be set up?) === OculusAquilae [~bastian@p548D1F4F.dip0.t-ipconnect.de] has joined #ubuntu-devel [12:47] pitti: pmount shouldn't care about encrypted stuff, that should be a luks plugin. [12:47] pitti: plugins should be stackable [12:48] have to run now, I'll be back in half an hour or so === chris` [~chris@ACB50292.ipt.aol.com] has left #ubuntu-devel ["Verlassend"] [12:57] pitti: I want to reassign a bug. In what package would a new button on System|Preferences|Sound be implemented? [12:58] jdthood: I think it's control-center [12:58] k [12:59] There is also a 'gnome-control-center'. Not that, eh? [12:59] jdthood, that is it [12:59] thanks === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-devel [] [01:04] hi pitti [01:05] <\sh> I wonder if it's possible to build wine on amd64 === mdke [~matt@mdke.user] has joined #ubuntu-devel [01:12] hmm, I still can't start X [01:13] <\sh> davyd: fixed font? [01:13] \sh ; wine will work in a chroot, I don't like your chances of making it work in 64-bit === camilotelles [~Camilo@201.32.194.57] has joined #ubuntu-devel === camilotelles [~Camilo@201.32.194.57] has left #ubuntu-devel ["Leaving"] [01:13] <\sh> davyd: no..i mean using 32bit compat libs for amd64 e.g. [01:14] \sh, just building it... [01:14] <\sh> ogra: nice :) [01:15] <\sh> looking at the time... [01:15] \sh, lets see.... needs about 100 pkgs not in my pbuilder yet [01:15] meh [01:15] Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xorg/libxaw7_6.8.2-34_amd64.deb [01:16] hmm, I don't like the error that Xorg is giving me === ogra updates his pbuilder [01:17] failed to load module keyboard [01:17] failed to load module mouse [01:17] failed to load module nvidia [01:17] <\sh> change "keyboard" to "kbd" [01:17] Hi shackan_ [01:18] \sh ; where does this change come from? [01:19] this is xorg-36 [01:19] <\sh> oh.. [01:19] <\sh> I have -42 [01:19] <\sh> yeah...-36 should be keyboard [01:20] hmm, it's a bit strange [01:20] I got -36 and has to use kbd, fwiw [01:20] well, what about the other two? [01:21] incidently 'kbd' doesn't fix it [01:21] davyd: you will want xserver-xorg-input-{kbd,mouse} [01:22] aah, nice [01:22] xserver-xorg-driver-nv should be nvidia :-) [01:22] +1 funny [01:25] ok, so I have everything bar whatever is needed to make nvidia work === davyd guesses he needs nvidia-glx [01:27] which is nicely uninstallable [01:27] davyd, that in l-r-m .... we dont have it yet [01:27] thats even [01:28] ogra ; I built the kernel module by hand [01:28] ah [01:28] using make-kpkg, the old fashioned way [01:28] nvidia-glx appears to have what I want, I might have to have a crack at building it later [01:28] \sh, wine with gcc4 seems not to work on amd64 [01:28] checking for C compiler default output file name... configure: error: C compiler cannot create executables [01:29] <\sh> ogra: hmmm.... [01:29] ogra ; check config.log [01:29] you may be missing libraries [01:29] davyd, yes... sadly my pbuilder doesnt keep config.log.... [01:29] wine works on !x86? [01:29] ha, no [01:29] it _might_ work on amd64 compiled as a 32-bit app though [01:29] <\sh> --enable-win64 build a Win64 emulator on AMD64 (won't run Win32 binaries) [01:30] tseng, they *wanted* to make it work on amd64 and ppc, but i havent heard about it yet, so we are trying [01:30] worthless [01:30] <\sh> but this is not [01:30] <\sh> I want to have a wine for adm64 running 32bit win apps [01:30] the darwine project is the only thing i know about as far as ppc goes [01:31] doesn't that require a 32-bit xserver and everything else wine uses? [01:31] <\sh> what are the 32bit compat libs for amd64 to run 32bit apps? [01:31] ia32-libs ? === \sh is amd64 noob [01:33] <\sh> ogra: put it into the b-d ,-) what ever === spacey [~spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel [01:34] i'm just trying to figure out where the -m32 compilerflag comes from... [01:34] probably disabling that is enough [01:35] <\sh> configure.ac [01:35] <\sh> if test "x$enable_win64" != "xyes" [01:35] <\sh> then [01:35] <\sh> test -n "$CC" || CC="gcc -m32" [01:36] <\sh> and ff [01:37] aa === wasabi [~wasabi@c-67-174-81-195.hsd1.tx.comcast.net] has joined #ubuntu-devel === terrex [~terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel [01:41] I think you'll need to run wine as a 32-bit binary [01:41] else how will you link into 32-bit windows DLLs? [01:42] davyd: the same way windows itself does that ? [01:42] davyd: (the 64-bit windows thing) [01:44] treenaks, last time I played with 64-bit windows it was (a) crack and (b) didn't run 32-bit code [01:44] I wonder if they've fixed it [01:45] davyd: Windows is crack anyway.. [01:46] hmm, I need a new xlibmesa-glu [01:46] which apparently means I need the X.org source === davyd wonders if he can compile a single modules from that [01:46] I guess that's why it's being modularized === littlepaul_eat is now known as littlepaul [01:48] davyd: heh, known issue that my battery applet goes up to 135% now? [01:48] tseng ; are you using the HAL backend? [01:48] it seems to do exciting things [01:49] hm I guess [01:49] tseng: it's just a very good battery ;) [01:49] tseng, battery applet will go... [01:49] rather then copy our battery code, that took years to work around all the shitty bugs [01:49] tseng, we'll have gnome-power [01:49] they've started again [01:49] so they're getting all the same issues [01:50] gnome-power or PowerManager or whatever they've now called it, shouldn't have an applet [01:50] davyd, do you use richard huges' acpi backend in HAL ? [01:50] it should just be a policy system [01:50] ogra ; I think he wrote a heap of it [01:50] davyd, yes... i was wondering if you use this for your applet [01:51] today's userfriendly rocks [01:51] http://www.userfriendly.org/ [01:51] gnome-power has a notification area icon...for the battery... and uses libnotify now [01:51] \sh, wine throws a millon warnings about signedness, but compiles now :) [01:52] eeek [01:53] /usr/bin/ld: cannot find -lXext [01:53] GRRRR [01:55] anybody see seb128? knows if he's supposed to come back? [01:55] sivang, its sunday.... and the weather is nice.... === shackan [~shackan@host24-79.pool8257.interbusiness.it] has joined #ubuntu-devel === Simira [~simira@cm-80.111.237.178.chello.no] has joined #ubuntu-devel [01:59] yeah, we're using HAL now, but it might get backed out for 2.12 [01:59] it's a little dodgy in places [01:59] but it does need testing [02:00] because it's our ultimate goal to lose the other backends [02:02] <\sh> ogra: hihi === pitti [~pitti@195.227.105.180] has joined #ubuntu-devel [02:03] davyd, yep, HAL should be the center of the HW world... [02:04] ogra: hehe [02:04] ogra: so why aren't you out in the sun? :-) [02:04] sivang, i have a terrace with wlan ;) [02:06] \sh, sadly my pbuilder gets xlibs-dev -42 but all other X is -36 ..... so libxext is incompatible... wont work before the archive is in shape again :/ [02:09] ogra: woo , makes me wanna come and visit you there even more :-) [02:10] its not as shiny as it appears, but .... :) [02:15] <\sh> ogra: yep [02:15] davyd: hal for what? [02:16] Lathiat_, *all* hardware interaction.... [02:16] Lathiat_, in the curent case for battery monitoring.... [02:18] ogra: right, the problem is, gnome runs on !linux [02:18] and hal runs on *linux [02:18] right? [02:18] nope [02:18] hal also runs on solaris afaik... and they are porting it further.... [02:18] oh? [02:19] didnt know that [02:19] cool [02:19] note, i'm talking about CVS here.... [02:20] pitti: Good news and bad news. Which do you want first? [02:20] ogra: ya, cool none the less [02:21] jdthood: hard choice... good one? [02:21] pitti: The good news is that I have added lsb init function support to the ALSA mixer-level restoring initscript, thus dispensing with the need to patch it. [02:22] yay [02:22] jdthood: you now detect for the lsb-init include file and use it if it's available? [02:22] yep [02:22] jdthood: (that's what I did for postgresql-common) [02:24] http://www.artlebedev.com/portfolio/optimus/ <--i need one [02:25] pitti: The bad news is that the initscript has been split into two. /etc/init.d/alsa now does module (un|re)loading. /etc/init.d/alsa-utils does mixer level restoring. Hopefully this won't cause too many headaches. [02:25] alsa-base and alsa-utils no longer Depend on each other. [02:26] Amaranth: wow. thats cool [02:26] jdthood: that should be fine, thanks for the notification [02:26] jdthood: shouldn't module loading be performed by hotplug? [02:26] Amaranth, the mouse is way ooler :) [02:26] cooler even [02:27] pitti: Yes. [02:27] pitt: /etc/init.d/alsa is no longer linked into the runlevel directories [02:27] ogra: haha, it's goofy [02:27] Arrogance: has this keyboard linux support? [02:27] It gets called from alsa-modules* postinst and from /etc/apm/scripts.d/alsa [02:28] mitsuhiko: This keyboard isn't available yet. [02:28] mitsuhiko: They mention 'open-source' though. [02:28] ... if the user has set "force_unload_modules_before_suspend" to something. [02:28] i want it :) === herzi [~herzi@c197212.adsl.hansenet.de] has joined #ubuntu-devel === colinmcd [~colin@c211-30-196-144.rivrw2.nsw.optusnet.com.au] has joined #ubuntu-devel [02:41] Amaranth: http://www.daskeyboard.com/ <== another good keyboard :) [02:42] http://www.artlebedev.com/portfolio/determinator/caller_id/ sneaky === colinmcd [~colin@c211-30-196-144.rivrw2.nsw.optusnet.com.au] has left #ubuntu-devel [] === Loevborg [foobar@d36-159.dip.axsp.de] has joined #ubuntu-devel [02:43] Amaranth: don't understand a singel word :( [02:43] neither do i [02:43] it's a caller id [02:43] really small, patched right into the line [02:44] hmm, was it X.org 41 or 42 that was broken? === fanch [~hndgkdf@80.125.70.221] has joined #ubuntu-devel === blueyed [~daniel@i528C303F.versanet.de] has joined #ubuntu-devel === fanch [~hndgkdf@80.125.70.221] has left #ubuntu-devel [] === ealden [~ealden@219.90.91.20] has joined #ubuntu-devel === dr88dr88 [~gerrit@h174040.upc-h.chello.nl] has joined #ubuntu-devel === Vindaml [~bbbbvbv@bl6-57-126.dsl.telepac.pt] has joined #ubuntu-devel === jdthood [~jdthood@aglu.demon.nl] has left #ubuntu-devel ["Leaving"] === blueyed [~daniel@i528C303F.versanet.de] has joined #ubuntu-devel === shackan [~shackan@host24-79.pool8257.interbusiness.it] has joined #ubuntu-devel === HiddenWolf [~hidden@136.125.dynamic.phpg.net] has joined #ubuntu-devel === blueyed [~daniel@i528C303F.versanet.de] has joined #ubuntu-devel === LinuxJones [~willy@blk-222-221-81.eastlink.ca] has joined #ubuntu-devel [03:14] both [03:18] <\sh> http://www.joachim-breitner.de/blog/archives/60-Launchpad,-Google-and-why-Microsoft-is-not-the-problem.html [03:20] <\sh> cu later dudes..have to think about this...and have a shower :) [03:36] *yawn* [03:36] It's not Free so it might be evil. [03:37] It's obviously a conspiracy against the people of the world. === GNULinuxer [~ghoseb@gnulinuxer.user] has joined #ubuntu-devel [04:04] \sh: that's you're blog post? [04:08] sivang: naah, joachim breitner. === terrex [~terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel [04:09] Nafallo: interesting mind excersize :-) [04:10] hehe === aris_ [~shackan@host24-79.pool8257.interbusiness.it] has joined #ubuntu-devel === zyga [~zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel [04:29] hello [04:33] zyga, hiya === terrex [~terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel === highvoltage [~Jono@196.25.192.240] has joined #ubuntu-devel === robitaille [~daniel@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel [05:04] is there a preseed expert in here who can answer a few simple wuestions? [05:13] <\sh> sivang: no [05:15] \sh: sure, I guessed it already :-) [05:18] it's JB's second 'attack' on Canonical/Ubuntu in one day :) [05:19] <\sh> lol [05:19] <\sh> they helping us...it's positiv ,-) [05:19] depends on how you look at it :-) [05:20] the tone of the blogposts is quite negative though [05:20] the first one is something we want done and needs help with. [05:20] the second is more an attack on canonical than ubuntu ;-) [05:21] so I guess there is no preseeding/d-i guy in here now..? [05:21] <\sh> Nafallo: well...i wouldn't mind if matthew szulik and mark are sitting the next time together in a small restaurant and talking about kicking ms and sun [05:22] <\sh> but I think matthew is the wrong guy for it..lets talk to bob young :) [05:22] \sh: :-) [05:23] <\sh> a really nice star linux alliance between fedora and ubuntu / redhat and canonical [05:24] Seveas: maybe, though I'm mostly doing Debian stuff today [05:27] Kamion, just 2 simple generic questions: if I install a package via apt-get in base-config/late-command, can I preseed it in the same file? And which task for tasksel installs ubuntu-base? [05:27] (same file refers to the preseeding file) [05:29] Seveas: 1) yes, you can; however it would be easier to preseed base-config/package-selection [05:29] default value is ~tubuntu-standard|~tubuntu-desktop; it's an aptitude pattern, see the aptitude docs [05:29] Kamion, ahhhh, that answers 2) too, simply install no packages with tasksel :) [05:30] Seveas: 2) we do not use tasksel; debootstrap is called from base-installer and installs the base system [05:30] thank you! [05:30] tasksel isn't even in Ubuntu main, actually [05:30] heh :) [05:30] the installer manual does use it :) === HiddenWolf [~hidden@136.125.dynamic.phpg.net] has joined #ubuntu-devel === vedran [~konversat@se400.pppoe401.bih.net.ba] has joined #ubuntu-devel === lakin [~lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-devel [05:33] Seveas: mm, yeah, that would be out of date [05:33] I've updated a lot of the manual, but not all of it [05:33] does this also work for PXEboot installs? [05:34] appendix C-1, the default preseeding file contains this info by the way (in case you are interested) === jbailey [~jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-devel === thesaltydog [~fabio@62.211.45.57] has joined #ubuntu-devel [05:41] Seveas: yes, no difference between cdrom and netboot there === thesaltydog [~fabio@62.211.45.57] has left #ubuntu-devel ["Leaving"] === kafeine [~kori@212.39.73.142] has joined #ubuntu-devel === _one_ [~one@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu-devel [05:46] Kamion, once again: thanks very much! === hola [~Juan@216-155-90-129.bk2-dsl.surnet.cl] has joined #ubuntu-devel === _one_ [~one@cpe-66-87-4-181.ut.sprintbbd.net] has left #ubuntu-devel ["Leaving"] === ogra [~ogra@p5089DE72.dip.t-dialin.net] has joined #ubuntu-devel === darkling [~hugo@81-5-136-19.dsl.eclipse.net.uk] has joined #ubuntu-devel === HiddenWolf [~hidden@136.125.dynamic.phpg.net] has joined #ubuntu-devel === tuhl [~tuhl@p5498B865.dip.t-dialin.net] has joined #ubuntu-devel [06:15] hmmm [06:15] what package is lacking /usr/lib/libXrender.la ? [06:16] what has to be done to fix the broken X? update the system? is this enough? [06:16] fabbione, libxrender-dev [06:17] GRRR [06:17] daniels: ??? [06:17] yep [06:17] it just made gcc-4.0 FTBFS after 10MB of log [06:17] gcc ? [06:17] yes [06:18] why does it depend on xrender ? [06:18] no gcc needs gtk that pulls in xrender somewhere as B-D and linking [06:18] err, and why does gcc need gtk ? seems somewhat strange [06:19] it does.. ask doko :) [06:19] weird === herzi [~herzi@c197212.adsl.hansenet.de] has joined #ubuntu-devel [06:19] we also need to import slang2 [06:20] otherwise quite a bunch of pkgs in main are FTBFS [06:20] hmm... [06:21] sounds like there are other transitions waiting for universe [06:21] Kamion: there are 3 or 4 binaries for sparc waiting to be NEW'ed... [06:21] Kamion: can you be so kind to give them love? [06:21] gcc needs gtk? [06:22] zyga: gcj needs it for some swing stuff, at least. [06:22] ah... [06:22] makes sense then === HiddenWolf [~hidden@136.125.dynamic.phpg.net] has joined #ubuntu-devel [06:22] MOTU's are going to be soon very busy [06:22] the time when your compiler depends on a gui toolkit is troubling though :> [06:23] hmm, they should be split into two packages then... having the main compiler depending on gui stuff doesnt seem sane to me... [06:23] ogra: that's no option with gcc [06:23] :-/ [06:23] fabbione: can't gcc be built withoug java? [06:24] silly questiong [06:24] zyga: than you don't have java [06:24] there are separete packages for gcj and stuff but they all build from gcc [06:24] sorry [06:25] bootstrapping compilers is not exactly simple [06:26] X is still no starting after an update [06:28] fabbione: libXrender.la no longer exists [06:29] fabbione: daniels seems to be happy to be rid of it [06:29] ogra: the main compiler doesn't depend on GUI stuff; it *build*-depends [06:29] tuhl: You'll have to wait for daniels to finish his work on xbase-clients for X to be usable. [06:29] Amaranth: thanks for the info [06:29] fabbione: the sparc binaries are all part of other things; I was kind of planning to leave those to elmo [06:30] Kamion: hmm ok.. [06:31] Amaranth: if daniels got rid of that, than we a have circular B-D problem.... [06:31] because i need new gcc to (probably) fix a bug in the actual gcc... [06:31] have eny decisions been taken on what proxy to use for [06:31] [06:31] NetworkWideUpdates [06:31] ? [06:31] that means i can't build the new gtk to get rid of that .la thingy [06:31] fabbione: kick ass [06:31] :/ [06:32] seb was working on making the GNOME stack stop using it [06:32] gnome-terminal, libraries, gtk, etc [06:32] yeah and gnome is FTBFS due to that gcc bug [06:32] oh, fun [06:32] is that the same one that is making the i810 driver mess up? [06:33] in xorg [06:33] Amaranth: no. it's a specific sparc bug [06:33] oh, sparc [06:33] the -Wl,--as-needed is broken [06:33] yeah, the --as-needed stuff, right? === martinhj [~martinhj@host-81-191-103-214.bluecom.no] has joined #ubuntu-devel [06:33] Woo, working usplash demonstration [06:33] mjg59: gimme :) [06:33] Kamion, thats still not right in my eyes... [06:34] mjg59, the *real* usplash ? [06:34] fabbione: So until you fix gcc you can't fix gtk and until you fix gtk you can't fix gcc. [06:34] Nice [06:34] Amaranth: exactly... [06:34] fabbione: hack time, build gtk without --as-needed once === seb128 [~seb128@ANancy-151-1-46-78.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel [06:34] or talk to seb128 :) [06:34] seb128: ping [06:34] Amaranth: that's what i was planning to [06:34] seb128: did you get my email? === Amaranth goes back to reading harry potter [06:35] ogra: Yes [06:35] anyone want any spoilers :D [06:35] wohoo [06:35] ogra: (I wrote it yesterday) [06:35] yay for mjg59 !!! [06:35] hi [06:35] Amaranth: Needs a bit of work yet, not least to make it buildable [06:35] hi again seb128 :-) [06:35] sivang: calm, that's the WE [06:35] yes I got the mail [06:35] I've to ping jamesh before packaging the lib [06:35] then I can try the patch [06:35] Amaranth: i will need to do a local build in a chroot without exporting the binaries, build gcc, be sure that it fixes the relaxation bug, reinstall gcc, rebuild gnome with relaxation, rebuild gcc, upload gcc and rebuild gnome... [06:36] Amaranth: that's just to be 100% sure not to kill anything [06:36] It's going to need a bit of work to get it to deal with the initrd/root changeover [06:36] seb128: you can try the patch also, if you take the baz archive and make install it in some chroot or a dev machine [06:36] I know how to install a lib, thanks [06:36] that's just the weekend [06:36] seb128: sure, sorry, I didn't mean it that way [06:37] ogra: what is that gcc bug? [06:38] sivang, there is no bug... gcc build depends on gtk through some java dependencys for gjc [06:38] ogra: ah I see [06:40] seb128: ok, so let me know when the pkg is in, as I will continue patching apps using the non pkged version of the lib [06:40] sivang: probably tomorrow === jlje [~agp@AMontpellier-152-1-75-134.w83-201.abo.wanadoo.fr] has joined #ubuntu-devel === Kamion_ [~cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu-devel === Kamion_ is now known as Kamion === thesaltydog [~fabio@62.211.45.57] has joined #ubuntu-devel === Kamion_ [~cjwatson@83-216-156-196.colinw664.adsl.metronet.co.uk] has joined #ubuntu-devel === HiddenWolf [~hidden@136.125.dynamic.phpg.net] has joined #ubuntu-devel === thoreauputic [~prospero@wolax7-051.dialup.optusnet.com.au] has joined #ubuntu-devel === eruin [~eruin@85.89.192.56] has joined #ubuntu-devel [07:01] does anyone have -36 packages of xorg mirrored somewhere? [07:02] tseng, http://tseng.ath.cx/images/cowbell.png - nice battery status :-) === jnc [shadow@c-67-184-244-31.hsd1.il.comcast.net] has joined #ubuntu-devel [07:03] eruin: i think you'll find he has 2 batteries [07:04] that answers my question === jnc peers at topic [07:04] Lathiat_, never seen that before. cute ;) [07:04] Lathiat_: nope. [07:04] Lathiat_: davyd says its the hal backend [07:05] tseng: oh, heh [07:05] now, with X broken occasionally in development, is there a convenient way to make ubuntu boot into multi-user without X11? [07:06] jnc: if it breaks just login and fix it, if your keybaord gets screwed like mine then boot recovery mode from grub :) [07:06] you could remove gdm from your runlevel [07:06] man update-rc.d [07:06] oh [07:07] no ubuntu=xbroken boot flag ? ;) [07:07] Lathiat_, got your keybd fixed? [07:11] eruin: yep [07:11] Lathiat_, mind sharing how in a pm? :P [07:12] Lathiat_: that's a bit more permenant than i was looking for, effective though [07:18] :/ [07:18] it seems like the Xorg drivers are missing, is that what broke X11? [07:18] well, yes and no [07:18] you should be able to install them fine [07:18] okay [07:19] ie xserver-xorg-input-kbd [07:19] and change keyboard in xorg.conf tokbd === jnc apt-cache search's [07:20] but now that I think of it, the latest updates seemed to drag in all the drivers I hadn't installed, so I believe that's fixed [07:20] heh [07:20] xkeyboard-config conflicts with xbase-clients though [07:20] i had a trouble with Xlibs though, it wouldn't fully install [07:20] ah [07:20] rendering my keyboard useless in non-english conversations (and for switching to a terminal) [07:21] :( [07:21] sorry to hear that [07:22] no doubt poor daniel will have it fixed next week :) [07:22] yea [07:22] i'm looking at the output, here it says errors were found while processing xlibs [07:22] eruin: Force it through. [07:22] i remember this happened before, and i had to edit some file and run it manually [07:23] i forgot exactly where that was though [07:23] amd64 users need xlibs and xlibs-data 6.8.2-36 and x86 and ppc users need xbase-clients 6.8.2-36 [07:23] good luck finding these, they aren't in morgue or the archives [07:24] what about i386? [07:24] i said that [07:24] x86 [07:24] I'm halfblid [07:24] blind* :) [07:25] I've got it locally [07:25] yay [07:25] Amaranth: you're referring to using an old version of the package, due to the new one being fubar? [07:25] seb128: ping? [07:30] yes [07:30] hmm xvinfo isn't available on amd64 [07:30] i wonder what that i [07:30] s/i$/is/ [07:30] jnc: the buildds are broken for amd64 last check [07:30] awwe [07:30] and X has some borked stuff too [07:30] xvinfo is a program that shows info about Xv, which provides video overlays [07:31] thanks for the info [07:31] just bare with the Xorg team [07:31] 'k === eruin [~eruin@85.89.192.56] has joined #ubuntu-devel [07:31] hey, on a different yet related topic, why is it that i'm running out of X11 connections over a few days? [07:31] eventually i cannot open new X11 client windows [07:32] they get a message like "maximum X11 clients reached" [07:32] i've seen forum posts about it and the resolve was something like, deal with it just restart X11 every few days [07:32] that's not acceptable IMO [07:32] have you seen this problem? === poningru [~poningru@pool-71-101-7-23.tampfl.dsl-w.verizon.net] has joined #ubuntu-devel === thoron [petri@dsl-hkigw8pb5.dial.inet.fi] has joined #ubuntu-devel === chrissturm [~chris@83-65-246-1.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel === HiddenWolf [~hidden@136.125.dynamic.phpg.net] has joined #ubuntu-devel === azeem [~mbanck@proxy-out.lrz-muenchen.de] has joined #ubuntu-devel === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-devel [08:38] fabbione: pong [08:44] bye ! [08:45] ping [08:48] pong [08:48] marco? [08:51] POLO [08:52] ^||~ [08:52] kitty === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-devel === zeedo [~zeedo@www.reboot-robot.net] has joined #ubuntu-devel === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-devel === mdke [~matt@mdke.user] has joined #ubuntu-devel === pef [~loic@erodia.net] has joined #ubuntu-devel === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-devel === Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-devel === tuhl [~tuhl@p5498B865.dip.t-dialin.net] has left #ubuntu-devel [] === thesaltydog [~fabio@62.211.45.57] has joined #ubuntu-devel === thesaltydog [~fabio@62.211.45.57] has left #ubuntu-devel ["Leaving"] === GNULinuxer [~ghoseb@gnulinuxer.user] has joined #ubuntu-devel === martinhj [~martinhj@host-81-191-103-214.bluecom.no] has joined #ubuntu-devel === thesaltydog [~fabio@62.211.45.57] has joined #ubuntu-devel === thesaltydog [~fabio@62.211.45.57] has left #ubuntu-devel ["Leaving"] === calc [~ccheney@ip70-185-4-246.ma.dl.cox.net] has joined #ubuntu-devel === Lathiat_ is now known as Lathiat === Gman [~Glynn@amfea-proxy-1.sun.com] has joined #ubuntu-devel === madduck [~madduck@madduck.developer.debian] has left #ubuntu-devel [] === Arrogance [~aks@ottawa-hs-209-217-75-55.d-ip.magma.ca] has joined #ubuntu-devel === bskahan [~bskahan@pool-141-149-55-130.ny325.east.verizon.net] has joined #ubuntu-devel === Jimbob [~jcape@c-24-14-115-101.hsd1.il.comcast.net] has joined #ubuntu-devel === jbailey [~jbailey@testhaus.cns.utoronto.ca] has joined #ubuntu-devel === aris_ [~shackan@217.201.2.108] has joined #ubuntu-devel === aris_ is now known as shackan === tritium [~tritium@12-208-96-155.client.insightBB.com] has joined #ubuntu-devel [10:47] does anyone know if there's a python library out there for dealing with deb packages? [10:48] python-apt ? [10:49] i know i can install packages with that, but i'm trying to extract the .desktop files from packages [10:55] seb128: sorry i was out.. i think i found the way to get that gnome stuff fixed.. i am doing a set of test build now, but it will take sometime [10:55] seb128: specially because of that libxrender.la thingy [10:55] cool [10:55] seb128: gtk+2.0 needs to grow a libxfixes-dev B-D [10:56] seb128: that will kill libxrender.la from it (on sparc at least) [10:56] next is libcairo [10:56] what next ? [10:56] (note i am not uploading anything.. just testing locally) [10:56] libcairo has to come before next gtk upload [10:56] because gtk depends on cairo now [10:56] as pango does [10:56] after that i can build the new gcc and see if the -Wl,--as-needed is fixed there [10:57] seb128: i am using a grep in /usr/lib atm to check what is still mentioning libxrender [10:57] just to be able to build the latest gcc [10:57] I does the same here when I get a ftbfs :p [10:57] (long story about gcc..) [10:58] gcc FTBFS at the first run on gnat... today i did give it back for a mistake and it was building till the libxrender :) [10:58] go figure.. [10:58] so i realized of all the mess [10:58] but i need to build gcc before i can really check the liking thing [10:58] it's a one day job at least [10:59] actually.. if i could remember how to disable the test suite... it would be only a few hours... === ogra curses at Xcursor [11:00] bye ! === mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu-devel === thoreauputic_ [~prospero@wolax9-237.dialup.optusnet.com.au] has joined #ubuntu-devel [11:02] I'm trying to make a backup of my laptop since my hard drive is going bad and I need to figure out how to get tar to preserve ownership of directories (NOT files)... does anyone know how to do that? [11:08] mxpxpod: -fprdx iirc [11:08] Lathiat: what's r do? === Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-devel [11:08] and d for that matter [11:08] -r is recursive [11:08] no idea about -d [11:09] oh [11:09] nevermind me [11:09] its 5am, im thinking of copy [11:09] ha === Lathiat crawls back into a hole [11:09] -p doesnt preserve them? [11:10] perhaps 'dump' or 'cpio' would be usefull [11:10] what's cpio? [11:11] man cpio :) [11:11] :P [11:16] Lathiat: I thought p would preserve them, but for some reason it keeps setting all the directories as belonging to root === smurfix [~smurf@run.smurf.noris.de] has joined #ubuntu-devel [11:16] Lathiat: when I extract as root [11:17] shrug [11:17] sorry [11:17] :P) [11:17] there is a good howto on the forum for it [11:18] mdke: for what? [11:18] for making an archive of your installation === Nafallo hugs backuppc * [11:18] mdke: could you give me a link? [11:19] I'd have to use lynx to search and I'm not really up to that [11:19] ah no problem [11:20] http://www.ubuntuforums.org/showthread.php?t=35087 [11:21] mxpxpod, ^ [11:23] infinity: any chance you can take a look at my buildd gtk-sharp2 issue from some weeks ago? [11:24] mdke: awesome, thanks [11:25] why does ubuntu create /dev/dsp and no /dev/dsp0 [11:26] crw-rw-rw- 1 root audio 14, 3 2005-07-17 20:06 /dev/dsp [11:26] crw-rw-rw- 1 root audio 14, 19 2005-07-17 20:07 /dev/dsp1 [11:26] crw-rw-rw- 1 root audio 14, 35 2005-07-17 20:07 /dev/dsp2 [11:26] shouldnt /dev/dsp be a link to /dev/dsp* [11:26] so that you can change the sound device? [11:27] that would be an ecumenical^Wudev matter [11:27] but you can change it in udev configuration anyway, surely? [11:27] then it persists across reboots etc. [11:28] not that I know how, offhand === Mez wouldnt know how either === Mez wouldn't know why it isnt done like that normally like every other linux install [11:30] Kamion: I've been having problems similar to that for a few days with breezy... udev doesn't create /dev/psaux and /dev/input/mice [11:30] Mez: most other GNU/Linux distributions are moving to udev too [11:31] schweeb: there was a bug along those lines in Debian lately; I haven't been following it in detail but I think we'll probably just grab a newer version from Debian [11:31] me being lazy, I just created a shell script to make the dev nodes, lol === Mez cries [11:32] I need to get a sound editor working [11:32] you can always just move the devices around as a temporary hack [11:32] kamion: I wouldnt trust myself doing that. [11:32] Kamion: can i upload a bugfix mono (manual sync with debian) [11:33] oh, you mean renaming them ? [11:33] would that work? [11:33] rename == move [11:33] sure [11:33] and it wouldnt break my comp? [11:33] Kamion: come to think of it, it started happening after your July 13th upload of 0.060-1ubuntu2 :p [11:33] I don't see why anything should fall over just because a sound device got renamed [11:34] schweeb: it was a race condition; it will be difficult to pin down to a single upload. I'm pretty confident my upload changed nothing remotely relevant to that [11:34] Kamion; couldnt I move the compat.rules to /etc/udev/rules.d [11:34] Mez: not if you don't understand udev [11:35] Nafallo: does backuppc backup a computer so that you can restore the backup to a clean hard drive? [11:35] and no, that file is shipped by the package so don't move it around [11:35] tseng: rationale? [11:35] Kamion: yea. that's just when it exhibited itself. although, I can't remember how quickly before that I had rebooted my PC [11:35] Kamion: by the looks of it though, that makes the udev similar to a devfs [11:35] schweeb: 0.060 proper is a more likely candidate [11:35] Mez: run away [11:36] Kamion :P I'm messing [11:36] Mez: we use that in the installer, but only for historical reasons. don't do it just to shift a couple of devices [11:36] Kamion: numerous bugfixes, packaging improvement (it can bootstrap itself properly) [11:36] I jsut need to get this f**king program working so I can edit audio now I've lost Windows [11:36] Kamion: which will fix my earlier DOA upload [11:36] tseng: needed for applications? [11:36] oh, yeah, 1.1.8-0pre3ubuntu2 didn't build [11:36] not specifically [11:37] but it can build on its own power. [11:37] tseng: ok, go ahead [11:37] mxpxpod: I've not tried it. on a clean install I'm almost certain you can do that though :-). [11:37] Kamion: thanks. [11:37] losing that bootstrap madness will be very nice [11:38] mxpxpod: or get partimage or something like that :-) === bskahan [~bskahan@pool-141-149-55-130.ny325.east.verizon.net] has joined #ubuntu-devel === Mez sighs [11:42] wtf? [11:42] this is freaky [11:43] this is scary as hell. [11:44] Nafallo: partimage doesn't work on xfs [11:44] Kamion: oh sorry. i forgot to mention this needs cli-common update also [11:44] Kamion: cli-common is just the dh_* scripts. they are fixed up to use internal mono to bootstrap [11:44] ahah [11:44] not so weird anymore [11:45] mxpxpod: ah, oki. backuppc uses ssh+tar. should work :-). [11:46] tseng: bonus points if you can tell me that we can sync to exactly the Debian version [11:46] Kamion: yes. [11:46] tseng: (and, if so, mail elmo, etc.) [11:46] mxpxpod, also if you wanna good backup, try mondo rescue [11:46] mdke: mondo rescue? === mdke nods [11:46] dot org [11:47] Kamion: would you mind if we synced in the new pkg-config upstream version? It fixes one cosmetic bug, one which doesn't affect us and one which can potentially cause evil build failures (freedesktop #3682). The fix for the last bug is a one-line change. [11:47] Kamion: we can sync cli-common as is. in mono i am doing one change ( use __thread on all archs ) since jbailey is threatening to remove pthread in breezy+1, and __thread is upstream default [11:48] mailing [11:48] mdke: any ubuntu pkgs? [11:48] yep [11:49] universe [11:49] wewt [11:49] now I can like... [11:49] do stuff with audacity [11:49] mdke: what's the package name? I only see mondo-doc [11:49] Mithrandir: looks fine [11:49] mxpxpod, mondo [11:49] Mithrandir: (and a good idea) [11:49] Kamion: great, I'll mail elmo then. [11:50] mxpxpod, mondo is x86 only [11:50] oh, that's nice [11:52] jbailey: ping === GheRivero [~ghe@81.172.89.26] has joined #ubuntu-devel