/srv/irclogs.ubuntu.com/2005/07/22/#ubuntu-devel.txt

Nafallohmm, anyone got that video with mdz and sabdfl that got blogged @ planet.debian.org?12:04
Nafalloseems the link doesn't work anymore12:04
Gnobodywhen was it posted?12:05
Nafallo2005-07-16 08.07.0012:06
NafalloJoey Hess: thanks..12:06
Amaranthwow, classpath has 1mil lines of code12:06
AmaranthGnobody: I don't need naked pictures of cristina scabbia, I have 1 million lines of code!12:08
Amaranth:012:08
Gnobodyyes and in that world there are two sexes; emacs, and vi12:10
eruinthen tell me what nano is!12:11
highvoltagethere was an announcement about an ubuntu-artwork team. is there a wiki/web page about it somewhere? (sorry, lost original email)12:16
JanCyes12:17
mdkeArtworkTeam12:17
mdkeor ArtTeam12:17
JanChttps://wiki.ubuntu.com/ArtTeam12:17
mdke(the wiki search is really good btw)12:17
highvoltagei just seemed to have entered the wrong keywords.12:18
mdkefair enough12:20
bddebianNano R0x! :-)12:21
lamontConnecting to archive.ubuntu.com[82.211.81.151] :80... failed: Connection refused.12:27
lamontfeh12:27
Amaranthhttp://www.pumuki.org/?q=node/11912:27
Amaranthowned.12:27
=== 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
sladenNafallo: I saw it on somebody's laptop here before it got uploaded, I forget who it was though12:43
pef_awbye !01:01
=== darkling [~hugo@81-5-136-19.dsl.eclipse.net.uk] has joined #ubuntu-devel
Riddelldaniels: libxcursor still mentions libXrender.la, can I do an upload to fix that?01:28
seb128I've already uploaded a xcursor package 2 days ago01:30
seb128you should better ping a buildd guy to know why there is no build log for it01:30
seb128http://archive.ubuntu.com/ubuntu/pool/main/x/xcursor/01:31
mitsuhikodcop, bonobo and dbus do the same thing, will dbus get standard?01:31
seb128there is no build for the 1.1.4 packages01:31
seb128they don't do the same thing01:31
Riddelllamont: back from your wanderings?01:31
mitsuhikoseb128: they can do the same thing01:32
seb128no01:32
seb128dbus is not a bonobo replacement01:32
mitsuhikohm. ok01:32
seb128it's simpler01:32
mitsuhikobonobo is simpler?01:32
seb128no, dbus01:32
Riddellmitsuhiko: dbus will replace dcop if someone can make nice enough bindings for KDE01:32
Riddellbindings as nice as dcop has :)01:33
mitsuhikothanks for the informations01:33
mitsuhikoso I can use bonobo for my python project01:33
seb128depending of what you try to do01:33
seb128if dbus does what you want better to use it01:33
seb128bonobo is beeing dropped because it's to complex to use01:33
mitsuhikoso bonobo is dying?01:34
seb128I would not say that01:34
seb128he's standing where it is01:34
seb128but new code is not using it01:34
mitsuhikook. thx01:34
seb128np01:35
mitsuhikomy problem is that i'm using hoary at the moment and there is the old dbus api which is not compatible to the new one01:35
Riddellxcursor is dep-wait pkg-config but pkg-config is installed fine01:35
Riddelltsk01:35
\shgrmpf01:36
seb128where do you get the dep-wait?01:36
Riddellhttp://people.ubuntu.com/~lamont/buildLogs/Lists/breezy.all.i38601:36
seb128thanks01:36
seb128probably needs lamont to poke it01:37
Riddellwake up infinity, fix xcursor so me and seb128 can go to bed :)01:37
seb128that too :)01:37
Riddell23:31  * lamont wanders off01:37
seb128bah01:38
\shso..we should go and sleep....today is another day to kick01:40
\shoh 01:40
\shesc+4 != esc+501:40
\shanyways...off to bed01:41
=== 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
OddAbe19hey, 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
OddAbe19how do i point it to gcc 402:49
OddAbe19with make not ./configure02:49
bob2you use breezy, which has gcc 4.0 as the default02:49
bob2using gcc 4.0 with c++ code on hoary will break02:49
OddAbe19i have gcc 4 installed through backports02:49
bob2that'll work awesomely then02:50
bob2but as above02:50
OddAbe19i don't have to do a 'gcc=4'?02:50
bob2if this program involves C++ code, you can't use gcc 4.0, sorryy02:51
bob2unless it's so simple it uses nothing but libstdc++02:51
OddAbe19na, it's gimp02:51
OddAbe19lol02:51
OddAbe19i'm working on a more optimized version for distribution02:51
OddAbe19and i hope all those options will work like that, it has in the past02:52
bob2then set the C compiler when running ./configure02:52
bob2you're doing benchmarks to find if gcc 4.0 is usefully faster?02:53
OddAbe19so, 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
bob2no02:53
OddAbe19no, i just want to make an athon/i686 optimized version of it02:53
bob2./configure 'CFLAGS=-march=athlon-xp -pipe -O3' 'build=i686-linux' 'CXXFLAGS=-march=athlon-xp -pipe -O3' CC=gcc-4.002:54
OddAbe19with O302:54
bob2er...02:54
bob2if you're not planning to see if it's faster, what's the point?02:54
OddAbe19well, a little of both02:54
mdkei 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:54
bob2OddAbe19: I mean "what's the point of making your own k7-specific package if it's not actually faster?"02:55
OddAbe19it sort of is, loads faster02:55
OddAbe19and some of the plugins work better02:55
OddAbe19that's why02:55
OddAbe19it's because i'm a speed whore and want to get every last bit02:55
OddAbe19lol02:55
bob2ah, so, you have benchmarked it and found it faster02:56
OddAbe19meh02:56
OddAbe19lol02:56
OddAbe19if by benchmark you mean stopwatch02:56
OddAbe19lol02:56
OddAbe19human error02:56
OddAbe19tenth of seconds faster02:56
OddAbe19but i'm a speed whore02:56
carstenhOddAbe19: how much time do you spend to optimize your system?02:59
OddAbe19not much03:00
OddAbe19just most packages i use usually03:00
OddAbe19and my kernel03:00
=== 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
tseng"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
tsengspeachless.03:45
sladentseng: -devel/-users?03:47
slomotseng: lol03:47
tsengsladen: http://lists.ubuntu.com/archives/ubuntu-art/2005-July/thread.html03:47
tsengsladen: he posted in triplicate (html)03:47
tsengTHE MASK CONQUERS ALL03:48
=== ugo [~ugo@CMU-147125.WV.CC.cmu.edu] has joined #ubuntu-devel
bob2ugo: the list, not the channel03:48
ugoim not pasting anything here bob203:49
ugojeeze...lighten up03:49
tsengbob2 is the channel hammer dude03:49
sladenoh, in an HTML stripped part, even better03:49
ugoyeah he did a fine job on two "sweethearts" about an hr ago03:50
=== OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel
Amaranthcool, debian's udev problem got resolved03:59
=== 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
Amaranthsabdfl and mdz got drunk and started dancing together? i can't see the video, it's gone04:04
bddebianHmm04:04
=== 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
lamonteh?04:29
lamontRiddell: what do you need poked?04:30
lamontxcursor.  rigth.04:31
lamontdep-wait cleared.04:31
=== seth_k [~seth@24-117-104-21.cpe.cableone.net] has joined #ubuntu-devel
ugo*blinks*04:38
ugoso sorry to disturb but does anyone know if its possible to have gcc3 and gcc4 on the same box04:39
Amaranthaye04:39
bddebianShould be fine04:39
AmaranthI have /usr/bin/gcc-4.0 and /usr/bin/gcc-3.404:39
=== OddAbe19 [~OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel
=== seth_k has those and 3.3 too
ugoArmanath im guessing this isn't the proverbial aptitude install04:40
TerminXdaniels: you have an ETA on the xdpyinfo/xhost/xrandr/xsetmode/xsetpointer packages?04:40
AmaranthTerminX: Next week, maybe.04:40
TerminXd'oh04:41
TerminXI thought that he'd said "tomorrow" when asked about it yesterday04:41
TerminXI guess I was mistaken :)04:41
seth_kbtw that Nikolai guy is insane, the medicine mask guy. He does not understand the concept of mailing lists at all04:43
seth_kplus 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:43
sladenseth_k: the artwork itself is good.  Whether it fits is, as your say, another matter04:45
=== 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
Amaranthdo you guys agree with this: "If 'Aunt Tilly' needs to use distutils we've already failed."?09:54
Burgundaviaprobably09:54
bob2python distutils?09:54
Amaranthyeah09:55
jdubAmaranth: is aunt tilly a web developer?09:55
jdub(or above)09:55
Amaranthno, aunt tilly is esr's fictional end-user09:55
Amaranthshe _might_ know what firefox is09:56
jdubend users can be low end developers09:56
Amaranthmaybe09:56
Amaranthif her nephew has explained it to her more than once09:56
jdubbut if she's specifically not, then yes, it's absolutely insane09:56
Burgundaviajdub, can you give me a quick opinion on the wiki page death I just sent to the -devel list?09:56
AmaranthBasically if someone knows what distutils is, they should know how to get it or how to get help.09:57
AmaranthIf they don't know what it is and need to use it, we've failed.09:57
jdubBurgundavia: dunno09:57
Burgundaviajdub, that was quick but no exactly what I was looking for ;)09:58
jdubyou're not really asking the right person09:59
Burgundaviawho should I ask?09:59
jdubBurgundavia: you've posted your question to the right list10:03
jdub"It's target audience is high school students and Refugees."10:03
jdub^ awesome10:03
jdubthat is one heck of a target market specification10:03
danielsthat apostrophe is grating on my eyeballs10:03
Treenaksjdub: second-hand bookstore?10:04
Burgundaviajdub, cheers and I understand you just got back from japan10:04
jdubBurgundavia: i did? rad.10:05
Burgundaviaoh10:05
Burgundaviadid you enjoy your non-trip?10:05
Treenakssomeone really needs to fix the launchpad SSL key10:06
jdubTreenaks: ubuntu lite10:06
Treenaksjdub: Cool10:07
=== GNULinuxer [~ghoseb@59.95.3.132] has joined #ubuntu-devel
fabbionemorning10:17
=== highvoltage [~Jono@196.25.192.240] has joined #ubuntu-devel
fabbionejdub: ping?10:19
=== madduck [~madduck@madduck.developer.debian] has joined #ubuntu-devel
madduckwhen and where is ubuntuconf? is there a url?10:29
bob2not announced yet10:29
madduckmh, ok.10:29
=== rob^ [~rob@rob-ubuntu.student.supporter.pdpc] has joined #ubuntu-devel
=== pef [~loic@erodia.net] has joined #ubuntu-devel
pefhi10:46
=== Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel
=== davyd [~davyd@oracle.bridgewayconsulting.com.au] has joined #ubuntu-devel
davydhey, does anyone have links to an amd64 binary for xbase-clients -36?11:14
davydok, possibly ignore me on that front11:16
Amaranthhehe11:17
Amaranthstill need it?11:17
davydI didn't get around to fixing it last night11:18
davydI saw the xlibs links though, now I just need to grab them11:18
davydmmm, w3m11:18
Amaranthok...11:18
Amaranthstill need it?11:19
Amaranthyes or no please, it's 4am11:19
Amaranthdoesn't matter anyway, morgue.ubuntu.com doesn't have them11:19
davydmorgue seems to be dead11:20
Amaranthyeah11:20
davydok, I seem to have found them11:21
Amaranthhttp://archive.ubuntu.com/ubuntu/pool/main/x/xorg/xbase-clients_6.8.2-36_amd64.deb11:21
Amarantherr11:21
Amaranthoh yeah, the amd64 buildds fell over11:21
Amaranthyou shouldn't have any problem on amd64, it looks like the latest X you have is -36 anyway11:21
davydyeah, except for xlibs11:22
davydwhich is arch 'all'11:22
Amaranthxlibs -42 is fine here?11:22
Amaranthwait, no it isn't11:22
Amaranth-41 was11:22
daniels-42 shouldn't be any more broken than -41, certainly11:22
danielsat least, I don't think11:22
Amaranthbut xlibs is just a metapackage, isn't it?11:23
danielsdavyd: 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 console11:23
=== Amaranth giggles
Amaranthi guess that's great motivation to fix something though :D11:23
=== tvo [~tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
danielsyeah -- specifically, the modular server11:23
danielswhich I'm fixing now11:24
Amaranthbtw, are the all changes you're making going into xorg cvs?11:24
danielstrying to track down exactly how gcc4 miscompiles i810_drv.o, making the modular server happy with big-endian machines, and stuff11:24
danielsyeah, they are11:24
Amaranthgcc bugs are always fun11:24
davyddaniels ; are you in Melbourne at the moment?11:24
Amaranthdid it work on 4.0.0?11:24
danielsdavyd: yeah11:24
davyddaniels ; someone said you weren't11:25
danielsAmaranth: pretty sure it didn't11:25
davyddaniels ; is there some sort of mail order liquor store in Melbourne?11:25
danielsdavyd: uhm nope, I've been here for a fair while now11:25
danielsdavyd: since LinuxTag11:25
danielsdavyd: not that I'm aware of ...11:25
davyddaniels ; hmm11:25
davydI was going to send you a sixpack, but I'm too stingy to fedex it from Perth11:26
danielshaha11:26
danielsdude11:26
danielswhat for?11:26
davyddaniels ; because I said I would, and you refused to fix my Xserver till I do11:26
cathey everyone11:26
davydand maybe then you'd feel guilty and drunk11:26
davydand perhaps you'd fix it11:26
davydI need to buy more Squire, so that I can read chapters 2, 3 and 5 of the fucking story11:27
davydbecause my six-pack only had chapters 1, 4 and 611:27
davydtwice!11:27
davydalso, it seems wrong to be using a console on a 20" LCD screen11:28
davyddaniels ; what's your ETA for getting some sanity into this?11:28
=== davyd discovers there is no version of xvinfo for amd64
davydthat seems to be messing up my dependancy tree pretty bad11:29
\shamd64?11:30
\shit's out of order..,-)11:30
danielsdavyd: amd64's buildds are all dead11:30
fabbionego GCC-4.0 it's your birthday!11:30
davyddaniels ; oh man, still?11:30
=== eruin [~eruin@85.89.192.56] has joined #ubuntu-devel
danielsdavyd: well, elmo's been on holiday ...11:31
danielsdavyd: making xbase-clients and xlibs installable are my first priorities, bugger everything else11:31
davyddaniels ; righto11:31
danielsi'm forecasting tuesday11:31
davydI can start building things11:31
davyddo source packages still get updated when the binaries don't?11:31
danielsbecause at this stage, I need to modularise every single remaining library before xdpyinfo can be built11:31
=== davyd builds a new xvinfo
davydexcelltn, now I can install gdm11:33
davydI feel like a gentoo user11:33
\shdavyd: oh u r using this funny little filemanager as well? *lol*11:34
davydhmm?11:35
=== davyd builds gnome-panel
davydhow hard is it to set up a buildd?11:35
Amaranthhttp://packages.ubuntu.com/breezy/x11/gentoo11:35
davydoh, I know about that thingy11:36
davydI almost installed fc4 on this machine11:37
Amaranthdisturbingly ugly11:37
davydbecause it has the tools I need11:37
=== Amaranth whips davyd
eruinshould I create an enh.bug on the ubuntu bugzilla if I'd like to see some added functionality for shares-admin ?11:37
Amaranthnaughty!11:37
davydbut I would have no idea how to install Mono on it11:37
davydor a chroot11:37
davyddchroot and debootstrap are wonderful tools11:37
eruinor should I take the discussion to the seemingly dead system-tools list on mail.gnome?11:37
davyderuin ; why not file it in the GNOME bugzilla?11:38
\shdavyd: it's funny that u can do a `emerge debootstrap` on Gentoo ,-)11:38
eruinthat's probably the best now that you mention it :)11:38
davyd\sh ; does it work the same?11:38
davydie. install a Debian chroot?11:38
\shdavyd: yes 11:38
Treenaks\sh: any idea why wine is still uninstallable in breezy?11:38
Treenaks\sh: (the GLU mess?)11:38
=== davyd laughs
Amaranthdaniels: 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 problems11:38
\shtreenaks: it builds ... lemme check11:39
davydI didn't realise how patched Fedora was till I started using it at work11:39
eruinTreenaks, its due to xorg being broken11:39
Treenakseruin: GLU madness11:39
AmaranthYeah, blame everything on xorg being broken!11:39
Amaranth:)11:39
davydbut it did ship with GCC-4.0, which was a nice touch11:39
eruinxrandr not split out etc11:39
TreenaksAmaranth: but wasn't xorg broken because of GTK boogz?11:39
\shtreenaks: i will give it a punch in the face...now11:39
Amaranthhaha11:39
=== davyd snerks
Treenaks\sh: \o/11:40
\shor me?11:40
Amaranth"it's a bug in GTK" then it got fixed in xorg :)11:40
Treenaks\sh: I'm building the current source locally now.. see if it works11:40
davyddaniels ; non the less, if you locate some sort of online beer mail order system, located in fair Melbourne, let me know11:40
=== robtaylor_ [~robtaylor@a130-233-4-225.debconf5.hut.fi] has joined #ubuntu-devel
\shno I don't blame anybody for doing mistakes...11:40
eruindavyd, oooh, no more leaving the house?11:40
Amaranthdavyd: That'd be stupid, kids would be ordering beer.11:40
danielsdavyd: heh, sure11:41
davyddude, this is Australia11:41
eruinkids can already buy beer :p11:41
davydkids already buy beer11:41
davydyou see them on the foreshore drinking EB11:41
danielsAmaranth: i think if I work non-stop through monday and tuesday with no problems, I can sort it11:41
Burgundaviaany timeframe on the new live/install work landing?11:41
danielsAmaranth: i'm actually using my weekend as a weekend; it's novel11:41
davydthankfully they stopped making Swan Gold11:41
daniels(hacking on the modular server instead)11:41
Amaranthdaniels: wtf are you doing on IRC then?11:41
Amaranthhaha11:42
danielsdavyd: eep, swan is terrible11:42
danielsAmaranth: sucker for punishment11:42
\shhmm11:42
Amaranththis exa stuff seems pretty buggy11:42
davyddaniels ; exactly11:42
=== davyd still has a Coopers Pale in the fridge
Amarantheek, i accidently found the detach tab keyboard shortcut in xchat11:43
\shstrange dependency11:43
davydctrl-I11:43
Amaranthwhew11:43
Amaranthi couldn't get it back11:43
davydthe problem with working in open source is that the idea of a weekend becomes blurred11:44
\shaye11:44
Nafallohmm11:44
davydI am experiencing a similar problem with this working from home thing11:44
\shmesa-common-dev11:44
Amaranthweekends are when your users will bitch the most11:44
\shis seriously b0rked11:44
Nafallomy rhythmbox craches ;-)11:44
davydbrilliant idea, write it down, explore it a bit, find you've implemented it11:44
AmaranthNafallo: Mine plays the flute.11:44
Nafalloor really, it crashes :-)11:44
\shok...fixing first the mesa deps in mesa-common-dev11:44
davydhmm, it's always the -data packages11:45
NafalloAmaranth: I'm on amd64, I guess I build it locally soonisch :-)11:45
eruinanyone here have xbase-clients -36 ?11:45
davydthe buildd dies and it all goes to shit11:45
davydbecause there are still new -data packages11:45
Amaranthhaha11:45
Amaranthsomeone has a mirror of them too11:45
Amaranthif you can find them in the logs11:46
NafalloAmaranth: baah, I got a pbuilder :-). the only problem is getting source over this crappy ADSL of mine ;-)11:46
AmaranthNafallo: i meant xlibs-data 6.8.2-36 :)11:47
NafalloAmaranth: ahh *s*11:47
Amaranthmy muine and rhythmbox both suck11:47
Amaranthsomething somewhere forgot to check for errors11:47
eruingrab sonance cvs :)11:47
catwell, i wanna help out two (:11:47
Amaranthprobably in id3 reading, everyone seems to suck at that11:47
Amaranthsonance cvs starts, randomly11:48
eruinehehe11:48
Amaranthi mean, sometimes i get a real GUI, sometimes i get half a gui overlapping itself11:48
Amaranththat is insensitive11:48
eruinthat's cute11:48
Amaranthbut some of the things still prelight11:48
Burgundaviadaniels, when should I start reporting X autoconfig regression bugs?11:48
cathey if i want to help out packaging what should i do?11:49
Burgundaviacat, talk to the people in #ubuntu-motu11:49
Amaranthcat: join the MOTU :)11:49
Nafallocat: basically repeat that sentence in #ubuntu-motu :-)11:49
catalright (:11:49
\shhmmm...11:50
\shactually...11:50
\shI know where this comes from...11:50
\shwine_0.0.20050628 is not in the archives..11:50
=== icaro [~icaro@adsl-ull-127-28.44-151.net24.it] has joined #ubuntu-devel
\shthe source yes...but not the binaries11:51
=== \sh 's looking around for some NEW love ,-)
Treenaks\sh: then there was a build error11:51
\shno11:51
Treenaksno?11:51
\shit's in new i think11:51
Treenaks\sh: wine is already packaged.. how can it be in NEW11:51
Treenaks\sh: it should just replace it11:52
\shno...i will replace a lot of old bins...and I think it's stucked somewhere11:52
\shi386 is build11:52
\shhttp://people.ubuntu.com/~lamont/buildLogs/w/wine/0.0.20050628-1/11:52
\shTreenaks: have the same problem with gfccore 11:54
\shbut it's a good time to upload it with the right version number ,-)11:56
=== 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
\shguys...can anyone approve my theory, that right now, "empty the trash" in gnome is not working?12:15
Amaranthyou have something in there you aren't allowed to delete?12:17
chris`\sh, in my breezy it works fine...12:17
\shhmmm...12:18
\shAmaranth: no12:18
\shoh12:18
\shmoment12:18
\shfunny12:18
littlepaul\sh it works for me too12:18
\shempty trash doesn't update the trash ...clicking on the files with the right mb..disappeared...strane12:19
\shcan someone kick kdelibs4 again,pls?12:20
=== 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
\shmoins pitti12:41
sivangpitti: Hey Martin :-)12:41
=== pitti is back and enjoys is brand new amd64
Mithrandirpitti: do you have pmount in a baz archive somewhere?12:42
pittiMithrandir: it's in bzr12:42
=== littlepaul is now known as littlepaul_eat
Mithrandirpitti: hm, ok.12:43
pittiMithrandir: http://people.ubuntu.com/~pitti/bzr/pmount12:43
Mithrandirpitti: shame you left already, I wanted to discuss some stuff about mmount with you.  Basically what hooks would be good for you to have.12:43
=== nasdaq7 [~gfhgfa@tkp-ip-nas-1-p218.telkom-ipnet.co.za] has joined #ubuntu-devel
sivangMithrandir: mmount the successor to pmount? :-)12:44
Mithrandirsivang: no, the modular mount which is the successor to the current mount.12:44
Mithrandirhopefully.12:44
=== shackan_ [~shackan@host165-79.pool8257.interbusiness.it] has joined #ubuntu-devel
=== jdthood [~jdthood@aglu.demon.nl] has joined #ubuntu-devel
pittiMithrandir: 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?)12:47
=== OculusAquilae [~bastian@p548D1F4F.dip0.t-ipconnect.de] has joined #ubuntu-devel
Mithrandirpitti: pmount shouldn't care about encrypted stuff, that should be a luks plugin.12:47
Mithrandirpitti: plugins should be stackable12:47
Mithrandirhave to run now, I'll be back in half an hour or so12:48
=== chris` [~chris@ACB50292.ipt.aol.com] has left #ubuntu-devel ["Verlassend"]
jdthoodpitti: I want to reassign a bug.  In what package would a new button on System|Preferences|Sound be implemented?12:57
pittijdthood: I think it's control-center12:58
jdthoodk12:58
jdthoodThere is also a 'gnome-control-center'.  Not that, eh?12:59
Burgundaviajdthood, that is it12:59
jdthoodthanks12:59
=== 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 []
shackan_hi pitti 01:04
\shI wonder if it's possible to build wine on amd6401:05
=== mdke [~matt@mdke.user] has joined #ubuntu-devel
davydhmm, I still can't start X01:12
\shdavyd: fixed font?01:13
davyd\sh ; wine will work in a chroot, I don't like your chances of making it work in 64-bit01:13
=== camilotelles [~Camilo@201.32.194.57] has joined #ubuntu-devel
=== camilotelles [~Camilo@201.32.194.57] has left #ubuntu-devel ["Leaving"]
\shdavyd: no..i mean using 32bit compat libs for amd64 e.g.01:13
ogra\sh, just building it...01:14
\shogra: nice :)01:14
\shlooking at the time...01:15
ogra\sh, lets see.... needs about 100 pkgs not in my pbuilder yet01:15
ogrameh01:15
ograFailed to fetch http://archive.ubuntu.com/ubuntu/pool/main/x/xorg/libxaw7_6.8.2-34_amd64.deb 01:15
davydhmm, I don't like the error that Xorg is giving me01:16
=== ogra updates his pbuilder
davydfailed to load module keyboard01:17
davydfailed to load module mouse01:17
davydfailed to load module nvidia01:17
\shchange "keyboard" to "kbd"01:17
pittiHi shackan_ 01:17
davyd\sh ; where does this change come from?01:18
davydthis is xorg-3601:19
\shoh..01:19
\shI have -42 01:19
\shyeah...-36 should be keyboard01:19
davydhmm, it's a bit strange01:20
NafalloI got -36 and has to use kbd, fwiw01:20
davydwell, what about the other two?01:20
davydincidently 'kbd' doesn't fix it01:21
Nafallodavyd: you will want xserver-xorg-input-{kbd,mouse}01:21
davydaah, nice01:22
Nafalloxserver-xorg-driver-nv should be nvidia :-)01:22
tseng+1 funny01:22
davydok, so I have everything bar whatever is needed to make nvidia work01:25
=== davyd guesses he needs nvidia-glx
davydwhich is nicely uninstallable01:27
ogradavyd, that in l-r-m .... we dont have it yet01:27
ograthats even01:27
davydogra ; I built the kernel module by hand01:28
ograah01:28
davydusing make-kpkg, the old fashioned way01:28
davydnvidia-glx appears to have what I want, I might have to have a crack at building it later01:28
ogra\sh, wine with gcc4 seems not to work on amd6401:28
ograchecking for C compiler default output file name... configure: error: C compiler cannot create executables01:28
\shogra: hmmm....01:29
davydogra ; check config.log01:29
davydyou may be missing libraries01:29
ogradavyd, yes... sadly my pbuilder doesnt keep config.log....01:29
tsengwine works on !x86?01:29
Amaranthha, no01:29
Amaranthit _might_ work on amd64 compiled as a 32-bit app though01:29
\sh--enable-win64          build a Win64 emulator on AMD64 (won't run Win32 binaries)01:29
ogratseng, they *wanted* to make it work on amd64 and ppc, but i havent heard about it yet, so we are trying01:30
Amaranthworthless01:30
\shbut this is not01:30
\shI want to have a wine for adm64 running 32bit win apps01:30
Amaranththe darwine project is the only thing i know about as far as ppc goes01:30
Amaranthdoesn't that require a 32-bit xserver and everything else wine uses?01:31
\shwhat are the 32bit compat libs for amd64 to run 32bit apps?01:31
ograia32-libs ?01:31
=== \sh is amd64 noob
\shogra: put it into the b-d ,-) what ever01:33
=== spacey [~spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel
ograi'm just trying to figure out where the -m32 compilerflag comes from... 01:34
ograprobably disabling that is enough01:34
\shconfigure.ac01:35
\shif test "x$enable_win64" != "xyes"01:35
\sh    then01:35
\sh      test -n "$CC" || CC="gcc -m32"01:35
\shand ff01:36
ograaa01:37
=== 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
davydI think you'll need to run wine as a 32-bit binary01:41
davydelse how will you link into 32-bit windows DLLs?01:41
Treenaksdavyd: the same way windows itself does that ?01:42
Treenaksdavyd: (the 64-bit windows thing)01:42
davydtreenaks, last time I played with 64-bit windows it was (a) crack and (b) didn't run 32-bit code01:44
davydI wonder if they've fixed it01:44
Treenaksdavyd: Windows is crack anyway..01:45
davydhmm, I need a new xlibmesa-glu01:46
davydwhich apparently means I need the X.org source01:46
=== davyd wonders if he can compile a single modules from that
davydI guess that's why it's being modularized01:46
=== littlepaul_eat is now known as littlepaul
tsengdavyd: heh, known issue that my battery applet goes up to 135% now?01:48
davydtseng ; are you using the HAL backend?01:48
davydit seems to do exciting things01:48
tsenghm I guess01:49
Treenakstseng: it's just a very good battery ;)01:49
ogratseng, battery applet will go...01:49
davydrather then copy our battery code, that took years to work around all the shitty bugs01:49
ogratseng, we'll have gnome-power01:49
davydthey've started again01:49
davydso they're getting all the same issues01:49
davydgnome-power or PowerManager or whatever they've now called it, shouldn't have an applet01:50
ogradavyd, do you use richard huges' acpi backend in HAL ?01:50
davydit should just be a policy system01:50
davydogra ; I think he wrote a heap of it01:50
ogradavyd, yes... i was wondering if you use this for your applet01:50
Amaranthtoday's userfriendly rocks01:51
Amaranthhttp://www.userfriendly.org/01:51
ogragnome-power has a notification area icon...for the battery... and uses libnotify now01:51
ogra\sh, wine throws a millon warnings about signedness, but compiles now :)01:51
ograeeek01:52
ogra/usr/bin/ld: cannot find -lXext01:53
ograGRRRR01:53
sivanganybody see seb128? knows if he's supposed to come back?01:55
ograsivang, its sunday.... and the weather is nice....01:55
=== shackan [~shackan@host24-79.pool8257.interbusiness.it] has joined #ubuntu-devel
=== Simira [~simira@cm-80.111.237.178.chello.no] has joined #ubuntu-devel
davydyeah, we're using HAL now, but it might get backed out for 2.1201:59
davydit's a little dodgy in places01:59
davydbut it does need testing01:59
davydbecause it's our ultimate goal to lose the other backends02:00
\shogra: hihi02:02
=== pitti [~pitti@195.227.105.180] has joined #ubuntu-devel
ogradavyd, yep, HAL should be the center of the HW world...02:03
sivangogra: hehe02:04
sivangogra: so why aren't you out in the sun? :-)02:04
ograsivang, i have a terrace with wlan ;)02:04
ogra\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:06
sivangogra: woo , makes me wanna come and visit you there even more :-)02:09
ograits not as shiny as it appears, but .... :)02:10
\shogra: yep02:15
Lathiat_davyd: hal for what?02:15
ograLathiat_, *all* hardware interaction....02:16
ograLathiat_, in the curent case for battery monitoring....02:16
Lathiat_ogra: right, the problem is, gnome runs on !linux02:18
Lathiat_and hal runs on *linux02:18
Lathiat_right?02:18
ogranope02:18
ograhal also runs on solaris afaik... and they are porting it further....02:18
Lathiat_oh?02:18
Lathiat_didnt know that02:19
Lathiat_cool02:19
ogranote, i'm talking about CVS here.... 02:19
jdthoodpitti: Good news and bad news.  Which do you want first?02:20
Lathiat_ogra: ya, cool none the less02:20
pittijdthood: hard choice... good one?02:21
jdthoodpitti: 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:21
pittiyay02:22
pittijdthood: you now detect for the lsb-init include file and use it if it's available?02:22
jdthoodyep02:22
pittijdthood: (that's what I did for postgresql-common)02:22
Amaranthhttp://www.artlebedev.com/portfolio/optimus/ <--i need one02:24
jdthoodpitti: 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
jdthoodalsa-base and alsa-utils no longer Depend on each other.02:25
mitsuhikoAmaranth: wow. thats cool02:26
pittijdthood: that should be fine, thanks for the notification02:26
pittijdthood: shouldn't module loading be performed by hotplug?02:26
ograAmaranth, the mouse is way ooler :)02:26
ogracooler even02:26
jdthoodpitti: Yes.02:27
jdthoodpitt: /etc/init.d/alsa is no longer linked into the runlevel directories02:27
Amaranthogra: haha, it's goofy02:27
mitsuhikoArrogance: has this keyboard linux support?02:27
jdthoodIt gets called from alsa-modules* postinst and from /etc/apm/scripts.d/alsa02:27
Amaranthmitsuhiko: This keyboard isn't available yet.02:28
Amaranthmitsuhiko: They mention 'open-source' though.02:28
jdthood... if the user has set "force_unload_modules_before_suspend" to something.02:28
mitsuhikoi want it :)02:28
=== 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
mitsuhikoAmaranth: http://www.daskeyboard.com/ <== another good keyboard :)02:41
Amaranthhttp://www.artlebedev.com/portfolio/determinator/caller_id/ sneaky02:42
=== 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
mitsuhikoAmaranth: don't understand a singel word :(02:43
Amaranthneither do i02:43
Amaranthit's a caller id02:43
Amaranthreally small, patched right into the line02:43
davydhmm, was it X.org 41 or 42 that was broken?02:44
=== 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
Amaranthboth03:14
\shhttp://www.joachim-breitner.de/blog/archives/60-Launchpad,-Google-and-why-Microsoft-is-not-the-problem.html03:18
\shcu later dudes..have to think about this...and have a shower :)03:20
Amaranth*yawn*03:36
AmaranthIt's not Free so it might be evil.03:36
AmaranthIt's obviously a conspiracy against the people of the world.03:37
=== GNULinuxer [~ghoseb@gnulinuxer.user] has joined #ubuntu-devel
sivang\sh: that's you're blog post?04:04
Nafallosivang: naah, joachim breitner.04:08
=== terrex [~terrex@84-122-73-155.onocable.ono.com] has joined #ubuntu-devel
sivangNafallo: interesting mind excersize :-)04:09
Nafallohehe04:10
=== aris_ [~shackan@host24-79.pool8257.interbusiness.it] has joined #ubuntu-devel
=== zyga [~zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
zygahello04:29
LinuxJoneszyga, hiya04:33
=== 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
Seveasis there a preseed expert in here who can answer a few simple wuestions?05:04
\shsivang: no05:13
sivang\sh: sure, I guessed it already :-)05:15
Seveasit's JB's second 'attack' on Canonical/Ubuntu in one day :)05:18
\shlol05:19
\shthey helping us...it's positiv ,-)05:19
Nafallodepends on how you look at it :-)05:19
Seveasthe tone of the blogposts is quite negative though05:20
Nafallothe first one is something we want done and needs help with.05:20
Nafallothe second is more an attack on canonical than ubuntu ;-)05:20
Seveasso I guess there is no preseeding/d-i guy in here now..?05:21
\shNafallo: 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:21
\shbut I think matthew is the wrong guy for it..lets talk to bob young :) 05:22
Nafallo\sh: :-)05:22
\sha really nice star linux alliance between fedora and ubuntu / redhat and canonical 05:23
KamionSeveas: maybe, though I'm mostly doing Debian stuff today05:24
SeveasKamion, 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
Seveas(same file refers to the preseeding file)05:27
KamionSeveas: 1) yes, you can; however it would be easier to preseed base-config/package-selection05:29
Kamiondefault value is ~tubuntu-standard|~tubuntu-desktop; it's an aptitude pattern, see the aptitude docs05:29
SeveasKamion, ahhhh, that answers 2) too, simply install no packages with tasksel :)05:29
KamionSeveas: 2) we do not use tasksel; debootstrap is called from base-installer and installs the base system05:30
Seveasthank you!05:30
Kamiontasksel isn't even in Ubuntu main, actually05:30
Seveasheh :)05:30
Seveasthe installer manual does use it :)05:30
=== 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
KamionSeveas: mm, yeah, that would be out of date05:33
KamionI've updated a lot of the manual, but not all of it05:33
Seveasdoes this also work for PXEboot installs?05:33
Seveasappendix C-1, the default preseeding file contains this info by the way (in case you are interested)05:34
=== jbailey [~jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-devel
=== thesaltydog [~fabio@62.211.45.57] has joined #ubuntu-devel
KamionSeveas: yes, no difference between cdrom and netboot there05:41
=== 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
SeveasKamion, once again: thanks very much!05:46
=== 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
fabbionehmmm06:15
fabbionewhat package is lacking /usr/lib/libXrender.la ?06:15
tuhlwhat has to be done to fix the broken X? update the system? is this enough?06:16
ografabbione, libxrender-dev06:16
fabbioneGRRR06:17
fabbionedaniels: ???06:17
ograyep06:17
fabbioneit just made gcc-4.0 FTBFS after 10MB of log06:17
ogragcc ?06:17
fabbioneyes06:17
ograwhy does it depend on xrender ?06:18
fabbioneno gcc needs gtk that pulls in xrender somewhere as B-D and linking06:18
ograerr, and why does gcc need gtk ? seems somewhat strange06:18
fabbioneit does.. ask doko :)06:19
ograweird06:19
=== herzi [~herzi@c197212.adsl.hansenet.de] has joined #ubuntu-devel
fabbionewe also need to import slang206:19
fabbioneotherwise quite a bunch of pkgs in main are FTBFS06:20
ograhmm...06:20
ograsounds like there are other transitions waiting for universe06:21
fabbioneKamion: there are 3 or 4 binaries for sparc waiting to be NEW'ed...06:21
fabbioneKamion: can you be so kind to give them love?06:21
zygagcc needs gtk?06:21
Mithrandirzyga: gcj needs it for some swing stuff, at least.06:22
zygaah... 06:22
zygamakes sense then06:22
=== HiddenWolf [~hidden@136.125.dynamic.phpg.net] has joined #ubuntu-devel
fabbioneMOTU's are going to be soon very busy06:22
zygathe time when your compiler depends on a gui toolkit is troubling though :>06:22
ograhmm, they should be split into two packages then... having the main compiler depending on gui stuff doesnt seem sane to me...06:23
fabbioneogra: that's no option with gcc06:23
ogra:-/06:23
zygafabbione: can't gcc be built withoug java?06:23
zygasilly questiong06:24
fabbionezyga: than you don't have java06:24
zygathere are separete packages for gcj and stuff but they all build from gcc06:24
zygasorry06:24
fabbionebootstrapping compilers is not exactly simple06:25
tuhlX is still no starting after an update06:26
Amaranthfabbione: libXrender.la no longer exists06:28
Amaranthfabbione: daniels seems to be happy to be rid of it06:29
Kamionogra: the main compiler doesn't depend on GUI stuff; it *build*-depends06:29
Amaranthtuhl: You'll have to wait for daniels to finish his work on xbase-clients for X to be usable.06:29
tuhlAmaranth: thanks for the info06:29
Kamionfabbione: the sparc binaries are all part of other things; I was kind of planning to leave those to elmo06:29
fabbioneKamion: hmm ok..06:30
fabbioneAmaranth: if daniels got rid of that, than we a have circular B-D problem....06:31
fabbionebecause i need new gcc to (probably) fix a bug in the actual gcc...06:31
Nafallohave eny decisions been taken on what proxy to use for 06:31
Nafallo06:31
NafalloNetworkWideUpdates 06:31
Nafallo?06:31
fabbionethat means i can't build the new gtk to get rid of that .la thingy06:31
Amaranthfabbione: kick ass06:31
Amaranth:/06:31
Amaranthseb was working on making the GNOME stack stop using it06:32
Amaranthgnome-terminal, libraries, gtk, etc06:32
fabbioneyeah and gnome is FTBFS due to that gcc bug06:32
Amaranthoh, fun06:32
Amaranthis that the same one that is making the i810 driver mess up?06:32
Amaranthin xorg06:33
fabbioneAmaranth: no. it's a specific sparc bug06:33
Amaranthoh, sparc06:33
fabbionethe -Wl,--as-needed is broken06:33
Amaranthyeah, the --as-needed stuff, right?06:33
=== martinhj [~martinhj@host-81-191-103-214.bluecom.no] has joined #ubuntu-devel
mjg59Woo, working usplash demonstration06:33
Amaranthmjg59: gimme :)06:33
ograKamion, thats still not right in my eyes...06:33
ogramjg59, the *real* usplash ?06:34
Amaranthfabbione: So until you fix gcc you can't fix gtk and until you fix gtk you can't fix gcc.06:34
AmaranthNice06:34
fabbioneAmaranth: exactly...06:34
Amaranthfabbione: hack time, build gtk without --as-needed once06:34
=== seb128 [~seb128@ANancy-151-1-46-78.w83-196.abo.wanadoo.fr] has joined #ubuntu-devel
Amaranthor talk to seb128 :)06:34
sivangseb128: ping06:34
fabbioneAmaranth: that's what i was planning to06:34
sivangseb128: did you get my email?06:34
=== Amaranth goes back to reading harry potter
mjg59ogra: Yes06:35
Amaranthanyone want any spoilers :D06:35
ograwohoo06:35
mjg59ogra: (I wrote it yesterday)06:35
ograyay for mjg59 !!!06:35
seb128hi06:35
mjg59Amaranth: Needs a bit of work yet, not least to make it buildable06:35
sivanghi again seb128  :-)06:35
seb128sivang: calm, that's the WE06:35
seb128yes I got the mail06:35
seb128I've to ping jamesh before packaging the lib06:35
seb128then I can try the patch06:35
fabbioneAmaranth: 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:35
fabbioneAmaranth: that's just to be 100% sure not to kill anything06:36
mjg59It's going to need a bit of work to get it to deal with the initrd/root changeover06:36
sivangseb128: you can try the patch also, if you take the baz archive and make install it in some chroot or a dev machine06:36
seb128I know how to install a lib, thanks06:36
seb128that's just the weekend06:36
sivangseb128: sure, sorry, I didn't mean it that way06:36
sivangogra: what is that gcc bug?06:37
ograsivang, there is no bug... gcc build depends on gtk through some java dependencys for gjc06:38
sivangogra: ah I see06:38
sivangseb128: ok, so let me know when the pkg is in, as I will continue patching apps using the non pkged version of the lib06:40
seb128sivang: probably tomorrow06:40
=== 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
eruindoes anyone have -36 packages of xorg mirrored somewhere?07:01
eruintseng, http://tseng.ath.cx/images/cowbell.png - nice battery status :-)07:02
=== jnc [shadow@c-67-184-244-31.hsd1.il.comcast.net] has joined #ubuntu-devel
Lathiat_eruin: i think you'll find he has 2 batteries07:03
jncthat answers my question07:04
=== jnc peers at topic
eruinLathiat_, never seen that before. cute ;)07:04
tsengLathiat_: nope.07:04
tsengLathiat_: davyd says its the hal backend07:04
Lathiat_tseng: oh, heh07:05
jncnow, with X broken occasionally in development, is there a convenient way to make ubuntu boot into multi-user without X11?07:05
Lathiat_jnc: if it breaks just login and fix it, if your keybaord gets screwed like mine then boot recovery mode from grub :)07:06
tsengyou could remove gdm from your runlevel07:06
tsengman update-rc.d07:06
jncoh07:06
jncno  ubuntu=xbroken  boot flag  ?  ;)07:07
eruinLathiat_, got your keybd fixed?07:07
Lathiat_eruin: yep07:11
eruinLathiat_, mind sharing how in a pm? :P07:11
jncLathiat_: that's a bit more permenant than i was looking for, effective though07:12
jnc:/07:18
jncit seems like the Xorg drivers are missing, is that what broke X11?07:18
eruinwell, yes and no07:18
eruinyou should be able to install them fine07:18
jncokay07:18
eruinie xserver-xorg-input-kbd07:19
eruinand change keyboard in xorg.conf tokbd07:19
=== jnc apt-cache search's
eruinbut 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 fixed07:20
jncheh07:20
eruinxkeyboard-config conflicts with xbase-clients though07:20
jnci  had a trouble with Xlibs though, it wouldn't fully install07:20
jncah07:20
eruinrendering my keyboard useless in non-english conversations (and for switching to a terminal)07:20
jnc:(07:21
jncsorry to hear that07:21
eruinno doubt poor daniel will have it fixed next week :)07:22
jncyea07:22
jnci'm looking at the output, here it says errors were found while processing xlibs 07:22
Amarantheruin: Force it through.07:22
jnci remember this happened before, and i had to edit some file  and run it manually07:22
jnci forgot exactly where that was though07:23
Amaranthamd64 users need xlibs and xlibs-data 6.8.2-36 and x86 and ppc users need xbase-clients 6.8.2-3607:23
Amaranthgood luck finding these, they aren't in morgue or the archives07:23
eruinwhat about i386?07:24
Amaranthi said that07:24
Amaranthx8607:24
eruinI'm halfblid07:24
eruinblind* :)07:24
eruinI've got it locally 07:25
eruinyay07:25
jncAmaranth: you're referring to using an old version of the package, due to the new one being fubar?07:25
fabbioneseb128: ping?07:25
Amaranthyes07:30
jnchmm xvinfo isn't available on amd6407:30
jnci wonder what that i07:30
jncs/i$/is/07:30
Lathiat_jnc: the buildds are broken for amd64 last check07:30
jncawwe07:30
Lathiat_and X has some borked stuff too07:30
Lathiat_xvinfo is a program that shows info about Xv, which provides video overlays07:30
jncthanks for the info07:31
Lathiat_just bare with the Xorg team07:31
jnc'k07:31
=== eruin [~eruin@85.89.192.56] has joined #ubuntu-devel
jnchey, on a different yet related topic,  why is it that i'm running out of X11 connections over a few days?07:31
jnceventually i cannot open new X11 client windows07:31
jncthey  get a message like "maximum X11 clients reached"07:32
jnci've seen forum posts about it and the resolve was something like, deal with it just restart X11 every few days07:32
jncthat's not acceptable IMO07:32
jnchave you seen this problem?07:32
=== 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
seb128fabbione: pong08:38
pefbye !08:44
Gnobodyping08:45
Gnobodypong08:48
Gnobodymarco?08:48
jncPOLO08:51
jnc^||~08:52
jnckitty08:52
=== 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
nirandoes anyone know if there's a python library out there for dealing with deb packages?10:47
ograpython-apt ?10:48
nirani know i can install packages with that, but i'm trying to extract the .desktop files from packages10:49
fabbioneseb128: 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 sometime10:55
fabbioneseb128: specially because of that libxrender.la thingy10:55
seb128cool10:55
fabbioneseb128: gtk+2.0 needs to grow a libxfixes-dev B-D10:55
fabbioneseb128: that will kill libxrender.la from it (on sparc at least)10:56
fabbionenext is libcairo10:56
seb128what next ?10:56
fabbione(note i am not uploading anything.. just testing locally)10:56
seb128libcairo has to come before next gtk upload10:56
seb128because gtk depends on cairo now10:56
seb128as pango does10:56
fabbioneafter that i can build the new gcc and see if the -Wl,--as-needed is fixed there10:56
fabbioneseb128: i am using a grep in /usr/lib atm to check what is still mentioning libxrender10:57
fabbionejust to be able to build the latest gcc10:57
seb128I does the same here when I get a ftbfs :p10:57
fabbione(long story about gcc..)10:57
fabbionegcc 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
fabbionego figure..10:58
fabbioneso i realized of all the mess10:58
fabbionebut i need to build gcc before i can really check the liking thing10:58
fabbioneit's a one day job at least10:58
fabbioneactually.. if i could remember how to disable the test suite... it would be only a few hours...10:59
=== ogra curses at Xcursor
pefbye !11:00
=== mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu-devel
=== thoreauputic_ [~prospero@wolax9-237.dialup.optusnet.com.au] has joined #ubuntu-devel
mxpxpodI'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:02
Lathiatmxpxpod: -fprdx iirc11:08
mxpxpodLathiat: what's r do?11:08
=== Mez [~Mez@cpc2-lich4-3-0-cust115.brhm.cable.ntl.com] has joined #ubuntu-devel
mxpxpodand d for that matter11:08
Lathiat-r is recursive11:08
Lathiatno idea about -d11:08
Lathiatoh11:09
Lathiatnevermind me11:09
Lathiatits 5am, im thinking of copy11:09
mxpxpodha11:09
=== Lathiat crawls back into a hole
Lathiat-p doesnt preserve them?11:09
Lathiatperhaps 'dump' or 'cpio' would be usefull11:10
mxpxpodwhat's cpio?11:10
Lathiatman cpio :)11:11
mxpxpod:P11:11
mxpxpodLathiat: I thought p would preserve them, but for some reason it keeps setting all the directories as belonging to root11:16
=== smurfix [~smurf@run.smurf.noris.de] has joined #ubuntu-devel
mxpxpodLathiat: when I extract as root11:16
Lathiatshrug11:17
Lathiatsorry11:17
Lathiat:P)11:17
mdkethere is a good howto on the forum for it11:17
mxpxpodmdke: for what?11:18
mdkefor making an archive of your installation11:18
=== Nafallo hugs backuppc *
mxpxpodmdke: could you give me a link?11:18
mxpxpodI'd have to use lynx to search and I'm not really up to that11:19
mdkeah no problem11:19
mdkehttp://www.ubuntuforums.org/showthread.php?t=3508711:20
mdkemxpxpod, ^11:21
tsenginfinity: any chance you can take a look at my buildd gtk-sharp2 issue from some weeks ago?11:23
mxpxpodmdke: awesome, thanks11:24
Mezwhy does ubuntu create /dev/dsp and no /dev/dsp011:25
Mezcrw-rw-rw-  1 root audio 14,  3 2005-07-17 20:06 /dev/dsp11:26
Mezcrw-rw-rw-  1 root audio 14, 19 2005-07-17 20:07 /dev/dsp111:26
Mezcrw-rw-rw-  1 root audio 14, 35 2005-07-17 20:07 /dev/dsp211:26
Mezshouldnt /dev/dsp be a link to /dev/dsp*11:26
Mezso that you can change the sound device?11:26
Kamionthat would be an ecumenical^Wudev matter11:27
Kamionbut you can change it in udev configuration anyway, surely?11:27
Kamionthen it persists across reboots etc.11:27
Kamionnot that I know how, offhand11:28
=== Mez wouldnt know how either
=== Mez wouldn't know why it isnt done like that normally like every other linux install
schweebKamion: I've been having problems similar to that for a few days with breezy... udev doesn't create /dev/psaux and /dev/input/mice11:30
KamionMez: most other GNU/Linux distributions are moving to udev too11:30
Kamionschweeb: 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 Debian11:31
schweebme being lazy, I just created a shell script to make the dev nodes, lol11:31
=== Mez cries
MezI need to get a sound editor working11:32
Kamionyou can always just move the devices around as a temporary hack11:32
Mezkamion: I wouldnt trust myself doing that.11:32
tsengKamion: can i upload a bugfix mono (manual sync with debian)11:32
Mezoh, you mean renaming them ?11:33
Mezwould that work?11:33
Kamionrename == move11:33
Kamionsure11:33
Mezand it wouldnt break my comp?11:33
schweebKamion: come to think of it, it started happening after your July 13th upload of 0.060-1ubuntu2 :p11:33
KamionI don't see why anything should fall over just because a sound device got renamed11:33
Kamionschweeb: 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 that11:34
MezKamion; couldnt I move the compat.rules to /etc/udev/rules.d11:34
KamionMez: not if you don't understand udev11:34
mxpxpodNafallo: does backuppc backup a computer so that you can restore the backup to a clean hard drive?11:35
Kamionand no, that file is shipped by the package so don't move it around11:35
Kamiontseng: rationale?11:35
schweebKamion: yea.  that's just when it exhibited itself.  although, I can't remember how quickly before that I had rebooted my PC11:35
MezKamion: by the looks of it though, that makes the udev similar to a devfs11:35
Kamionschweeb: 0.060 proper is a more likely candidate11:35
KamionMez: run away11:35
MezKamion :P I'm messing11:36
KamionMez: we use that in the installer, but only for historical reasons. don't do it just to shift a couple of devices11:36
tsengKamion: numerous bugfixes, packaging improvement (it can bootstrap itself properly)11:36
MezI jsut need to get this f**king program working so I can edit audio now I've lost Windows11:36
tsengKamion: which will fix my earlier DOA upload11:36
Kamiontseng: needed for applications?11:36
Kamionoh, yeah, 1.1.8-0pre3ubuntu2 didn't build11:36
tsengnot specifically11:36
tsengbut it can build on its own power.11:37
Kamiontseng: ok, go ahead11:37
Nafallomxpxpod: I've not tried it. on a clean install I'm almost certain you can do that though :-).11:37
tsengKamion: thanks.11:37
Kamionlosing that bootstrap madness will be very nice11:37
Nafallomxpxpod: or get partimage or something like that :-)11:38
=== bskahan [~bskahan@pool-141-149-55-130.ny325.east.verizon.net] has joined #ubuntu-devel
=== Mez sighs
Mezwtf?11:42
Mezthis is freaky11:42
Mezthis is scary as hell.11:43
mxpxpodNafallo: partimage doesn't work on xfs11:44
tsengKamion: oh sorry. i forgot to mention this needs cli-common update also11:44
tsengKamion: cli-common is just the dh_* scripts. they are fixed up to use internal mono to bootstrap11:44
Mezahah11:44
Meznot so weird anymore11:44
Nafallomxpxpod: ah, oki. backuppc uses ssh+tar. should work :-).11:45
Kamiontseng: bonus points if you can tell me that we can sync to exactly the Debian version11:46
tsengKamion: yes.11:46
Kamiontseng: (and, if so, mail elmo, etc.)11:46
mdkemxpxpod, also if you wanna good backup, try mondo rescue11:46
mxpxpodmdke: mondo rescue?11:46
=== mdke nods
mdkedot org11:46
MithrandirKamion: 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
tsengKamion: 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 default11:47
tsengmailing11:48
mxpxpodmdke: any ubuntu pkgs?11:48
mdkeyep11:48
mdkeuniverse11:49
Mezwewt11:49
Meznow I can like...11:49
Mezdo stuff with audacity11:49
mxpxpodmdke: what's the package name? I only see mondo-doc11:49
KamionMithrandir: looks fine11:49
mdkemxpxpod, mondo11:49
KamionMithrandir: (and a good idea)11:49
MithrandirKamion: great, I'll mail elmo then.11:49
ogramxpxpod, mondo is x86 only11:50
mxpxpodoh, that's nice11:50
carstenhjbailey: ping11:52
=== GheRivero [~ghe@81.172.89.26] has joined #ubuntu-devel

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!