[12:03] ok crimsun will try that [12:04] crimsun: same result. I think I edited ./configure right [12:05] http://www.reclusivemonkey.com/configure.txt [12:05] hmm, doesn't seem to be loading [12:06] in any case, we know what it's trying to check, and we know what the correct value is [12:07] man, this is just ugly. [12:07] _you_ seem to ;-) === kagou [n=kagou@84.7.25.101] has joined #ubuntu-motu [12:07] your Web site must be blocked from my end [12:08] crimsun: Actually, thinking back I seem to remember on Slack there was some mention of only using official MPlayer releases... but then my memory is not the best [12:08] MPLAYER_MAJOR=1 and MPLAYER_PRE=7 are definitely the correct values [12:09] the changes I mentioned to configure should work. [12:09] try http://reclusivemonkey.homelinux.org/configure.txt === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu [12:11] no go [12:11] here, just mash it in. [12:11] At the top of libogmrip/ogmrip-backend.c and src/ogmrip-crop.c, put the following two lines: [12:11] #define MPLAYER_MAJOR 1 [12:11] #define MPLAYER_PRE 7 [12:12] http://frode.lnix.net/dull/configure.txt in 5 secs. [12:12] mirror for you. === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu [12:14] reclusivemonkey: you mistakenly still have MPLAYER_MAJOR=0 and MPLAYER_PRE=7 defined in ./configure [12:14] reclusivemonkey: and ./configure is still missing the changes I mentioned [12:15] should I be doing "make clean" between each of these? [12:16] make distclean [12:16] here, use http://sh.nu/~crimsun/configure === jose [n=jose@171.Red-217-125-94.staticIP.rima-tde.net] has joined #ubuntu-motu [12:17] nite guys. [12:18] 'night uniq [12:20] crimsun: I used your configure; same result. I have tried different versions of gcc; how do i make sure I am using the correct one now? [12:22] gcc [12:22] err [12:22] gcc -v [12:22] reclusivemonkey: paste your config.log somewhere [12:22] reclusivemonkey: did you use the two defines I gave you? [12:22] the two defines hard-code the correct values, so they should work. [12:23] I used your configure if thats what you mean [12:23] that /should/ work [12:23] the two defines definitely will work. [12:25] config.log pastebin; http://pastebin.ca/67421 [12:26] huh, MPLAYER_PRE is still 0? That's wrong. === jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === ryanakca [n=ryan@unaffiliated/ryanakca] has joined #ubuntu-motu [12:29] cat ./configure | grep MPLAYER_MAJOR [12:29] MPLAYER_MAJOR=`$MPLAYER_PROG | head -n 1 | $SED_PROG -e 's%MPlayer 2:0.99+\([0-1] \).*%\1%'` [12:29] #define MPLAYER_MAJOR $MPLAYER_MAJOR [12:30] right [12:30] luke@mother:/usr/local/src/ogmrip-0.9.0$ cat ./configure | grep MPLAYER_PRE [12:30] MPLAYER_PRE=`$MPLAYER_PROG | head -n 1 | $SED_PROG -e 's%MPlayer 2:0.99+[0-1] \.[0-9] \+pre\([0-9] \+\).*%\1%'` [12:30] #define MPLAYER_PRE $MPLAYER_PRE [12:30] #define MPLAYER_PRE 0 [12:32] change that last line to #define MPLAYER_PRE 7 [12:32] ogmrip is being a nice headache :) [12:32] well, 'night* [12:32] ormrip rocks! how dare you! ;-) [12:32] & good luck :D [12:33] (meh, I missed libogmrip/ogmrip-xvid.c and src/ogmrip-main.c for MPLAYER_PRE) [12:33] yay for coreutils [12:34] crimsun: do I need to add the two MPLAYER lines to those as well? [12:34] to the following files you need to add #define MPLAYER_MAJOR 1 : [12:34] libogmrip/ogmrip-backend.c and src/ogmrip-crop.c [12:35] to the following files you need to add #define MPLAYER_PRE 7 : [12:35] libogmrip/ogmrip-backend.c , libogmrip/ogmrip-xvid.c , src/ogmrip-crop.c , src/ogmrip-main.c [12:37] done and done. Same result [12:38] pastebin? [12:38] make output, that is [12:39] http://pastebin.ca/67424 [12:41] that's due to -Werror [12:41] line 271 [12:42] cc1: warnings being treated as errors ok, is that fixable? In my lager saturated state? [12:42] yes [12:42] remove "-Werror" from line 20146 of configure [12:44] bet you're glad i know my way round vim at least ;-) [12:44] eh, I would have just asked you to use sed otherwise. [12:44] then you would of lost me... === selinium [n=selinium@80-193-7-120.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu [12:50] ok, that seemed to work. make finished without errors, so I sudo make install, but i don't seem to be able to find it???? [12:50] it installs to /usr/local/bin/ [12:51] ls /usr/local/bin/ [12:51] dvdcpy googleearth srttool subp2pgm xwinwrap [12:57] hmm [12:57] which ogmrip [12:57] luke@mother:/usr/local/src/ogmrip-0.9.0$ which ogmrip [12:57] luke@mother:/usr/local/src/ogmrip-0.9.0$ [12:58] find . -name ogmrip [12:58] luke@mother:/usr/local/src/ogmrip-0.9.0$ find . -name ogmrip [12:58] luke@mother:/usr/local/src/ogmrip-0.9.0$ [12:59] then it didn't actually finish [12:59] ok [12:59] do you have a log of the compile? [12:59] would that be config.log? [12:59] no [01:02] make >&somefile.txt === ealden [n=ealden@203.177.233.244] has joined #ubuntu-motu === abelcheung [n=abelcheu@221.127.101.156] has joined #ubuntu-motu [01:05] http://www.reclusivemonkey.com/OGMcompile.log [01:05] remember I can't reach that host... [01:05] oh right, ok let me pastebin [01:06] http://pastebin.ca/67430 [01:10] looks like the Makefile* are broken [01:11] what is dvdrip? [01:12] err, n/m, that would be dvdcopy, not dvdrip [01:12] crimsun: Ok its after midnight here, thats all I can cope with for one night. I *really* appreciate your efforts, but I think I've learned all I can from this experience === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [01:20] heylo [01:21] 'lo [01:21] crimsun: how is it going? [01:22] zul: not bad. Happy I'm able to suspend-to-RAM again :) [01:22] yourself? [01:22] heh..good...just getting xen to build [01:23] excellent === reclusivemonkey [n=reclusiv@host86-133-175-217.range86-133.btcentralplus.com] has left #ubuntu-motu [] [01:32] hi [01:34] 'morning ajmitch [01:36] how are you crimsun ? [01:38] not bad, ajmitch, and yourself? [01:38] alright [01:45] nice, redhat is opening a branch in NZ [01:45] maybe I can try & get a job ;) [01:46] =) [01:47] traitor [01:47] :) [01:48] heh === DarkMageZ [n=DarkMage@ppp15-118.lns2.syd7.internode.on.net] has joined #ubuntu-motu === pschulz01 [n=paul@eth6067.sa.adsl.internode.on.net] has joined #ubuntu-motu === nictuku [n=yves@ubuntu/member/nictuku] has joined #ubuntu-motu === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === ryanakca_ [n=ryan@d226-20-108.home.cgocable.net] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [03:53] morning all [03:53] 'morning s.h. [03:53] Hey there Hobbsee [03:53] hi crimsun and Hawkwind [03:54] How's things in Aussie land today [03:54] oh dear, this'll start people referring to me as sarah, wont it? [03:54] now it will [03:54] just woke up, pretty much [03:55] heh [03:55] lazy person [03:55] hush ajmitch :P [03:55] is it so bad to be known as sarah? [03:55] it feels weird, hearing it online [03:55] Hah. I know that feeling === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu [03:56] Hobbsee: meh, you're on the Kubuntu CC. It shouldn't be /that/ awkward. [03:56] It's very strange to have people call you by your real name on IRC when you don't use any form of your real nick online [03:56] crimsun: true === Hobbsee wouldnt be using her real name at all, except for the fact that she has to for her key. [03:57] Heh. I saw it on your wiki page [03:59] yes, i had to have it there, because of the key. [04:00] or you can take the opposite route, which is to splatter your real name everywhere [04:01] haha [04:01] true [04:01] i think it is, pretty much [04:02] some painter shares my name.. [04:02] It seems once it's out there once, it gets spread pretty rapidly [04:02] I know mine did atleast. But then again I had a lot of dealings with Mandriva over the years [04:03] true [04:03] Especially when you build 300+ rpms a day every day, and each one contains your nick and real name :P [04:06] hehe [04:10] *grumble* grumble* night === phlaegel [n=phlaegel@atdot.ca] has joined #ubuntu-motu === NthDegree [n=nthdegre@212-1-149-56.dynamic.dsl.as9105.com] has joined #ubuntu-motu [04:58] hmm [05:02] hm? === ajmitch blames Hobbsee === Hobbsee blames ajmitch for all the bugs in universe and main. === Hobbsee assigns them all to him. [05:03] thanks === ajmitch delegates the bug fixing to hobbsee [05:03] as long as I get the karma, it's all good === Hobbsee delegates it right back to ajmitch [05:03] heh [05:03] why would you need it? === pontifex [n=pontifex@84-45-197-14.no-dns-yet.enta.net] has joined #ubuntu-motu === popey [n=popey@84-45-197-14.no-dns-yet.enta.net] has joined #ubuntu-motu [05:04] because I have none? [05:09] i thought you had a million [05:10] he probably does - he certainly has enough pretty icons next to his name. [05:12] hehe === No1Viking [n=micke@h-83-140-104-3.ip.rixbredband.se] has joined #ubuntu-motu === Yagisan [n=jamie@doomsday/developer/Yagisan] has joined #ubuntu-motu [05:17] those are just teams I lurk in [05:17] not actual work [05:18] true [05:18] gah, i wish people wouldnt just have debates about artwork, and not actually notify any of the devs who choose the artwork...makes it kinda pointless. [05:19] heh === Yagisan waves to ajmitch and Hobbsee [05:19] hey Yagisan! [05:19] hello Yagisan [05:21] hey guys. I had an interesting weekend. I got a shiny new irc cloak, became supreme overlord of an irc channel, and found a gpl violation on some of my code [05:22] s/on some/of some [05:22] ouch [05:22] exciting [05:23] happy days [05:23] yes indeed. I mean, I writre such bad code, why would you want to pretend it's yours [05:24] it has to be Hobbsee's fault; she's the only other .au person awake and typing in here right now === crimsun flees [05:24] hehe === Hobbsee sets crimsun on fire, and uses him as a heater. [05:25] Tue Jun 20 05:25:24 CEST 2006 [05:25] :o [05:25] its already light here === Yagisan starts warming his hands around the burning crimsun [05:25] hehe [05:27] Don't you love it when people jump on irc and insult you thinking there are no ops around. Hey Yagisan you ************. Your laws don't apply in Sweden so ********* you" [05:27] hah, so you had the great enjoyment of booting them into the middle of next week? [05:27] i thought the gpl was applicable everywher.e. [05:28] maybe not [05:29] Hobbsee: I devoiced him, and he was promptly banned by all support forums by the mods whose stuff he also stole (and it wasn't all open source) [05:29] ah great [05:29] kids :) [05:30] need some slapping :) [05:30] yep. He got scared when I cited case law that means I could sue his arse of fin Aus, and he'd have to come here and defend it. [05:30] I've got logs og him begging forgiveness while I was asleep [05:31] thats cute:) === Yagisan forgot to set his away message, so he thought I was there === FunnyLookinHat [n=funnyloo@71.57.11.218] has joined #ubuntu-motu [05:32] anyone here been to the gccssp/proactive security bof (or whatever it was called this time) ? [05:33] or are you all at home/work like me ? [05:33] i'm at home/work [05:33] i think the people in paris are sleeping [05:34] since it 5:34 there [05:34] just like here btw [05:34] but i just can't sleep [05:37] Yagisan: IIRC ajmitch mentioned something about it [05:38] Hobbsee: I expect he would. I first met him when I turned up for that way back at UDU [05:46] Yagisan: what about it? [05:48] hi ajmitch [05:48] ajmitch: was wondering how it was going (ie any better then the last time ? ) [05:49] all I know is basically what's on the wiki [05:49] hey aj, I got a funny story for you ... [05:49] uh oh [05:49] So, I hung out with our ldap guy today... [05:50] and I was like "hey man, aj is working on network auth for SoC, I think this FDS thing might happen..." [05:50] ajmitch: ok. [05:50] so he's like "hahaha, not really..." [05:50] so I went to his desk, and he showed me what he had to do to get it to build. [05:51] it's *evil* [05:51] he showed me on rhel4, which is kind of "supported". [05:51] we didn't even get to ubuntu, and I was weeping ... [05:52] you're a broken man now? [05:53] we kind of did an unformal estimate of what it would take to make it work. [05:53] 3 guys, 6 months, or 1 dude, 2 years. [05:53] that sound right? [05:53] probably a bit less [05:54] ajmitch: as a point of measurement, we pay $45k a year for a mirapoint applicant, which is openldap. [05:55] RH charges $15k for their academic support. [05:56] ajmitch: so all we need to do is find a nice midway point for support, and we can live like kings. :p [05:56] yeah [05:56] and I get peanuts to package it, right? ;) [05:57] ajmitch: help me figure out how to win the lottery and you can keep all the FDS profit. :D === Hobbsee points whiprush_ to the timemachine. [05:57] thanks :) [05:57] well thats easy [05:57] be lucky [05:58] ajmitch: to be honest, on paper I would have yelled "DO FDS DUDE!", but after seeing the amount of effort to make it work ... I don't envy your work this summer. [05:59] yeah, I said from the start that I'd evaluate FDS [05:59] but wouldn't necessarily choose it [05:59] ugh, and I'm not a fan of openldap either. [06:00] openldap is crap, really [06:00] but it will have to suffice for now [06:00] yeah, like I said, I don't envy your work this summer. [06:00] heh [06:01] after that I get to bum around & be an unemployed person [06:01] how is FDS upstream? is there a community around it or is it a RH-only endeavor? [06:02] afaik, it's fairly RH-centric [06:04] ajmitch: well that's motivational ... [06:04] yep :) [06:06] ajmitch: now that I know what you're up against, I appreciate your work even more. :) [06:06] haha [06:06] that really inspires me [06:06] I think I'll go & crawl under my bed now [06:06] hey so I survived working 9000 and 9001 on gobby [06:07] good idea for tomorrow? [06:07] umm [06:07] I guess? [06:07] were you around for "Drinking from a Firehose"? [06:07] nope [06:07] that started at like 4AM here [06:07] ah [06:08] my teamspeak just stopped working about halfway through.. [06:17] ajmitch: did anyone test plone breezy -> dapper upgrades ? [06:17] I don't know [06:17] being universe, probably not [06:18] ajmitch: ok. just FYI, is doesn't work, ate my site, and corrupted whatever plone stored my site in. And I could get a fresh dapper install running. [06:18] excellent [06:19] ajmitch: yep. I sent two bug reports, but I'm hoping edgy will be better. [06:19] it'll be better if you test it [06:19] ajmitch: the system is a frankenstein of breezy & dapper at the moment === abelcheung [n=abelcheu@210.0.212.180] has joined #ubuntu-motu [06:20] ajmitch: I don't like testing live sites. I'll try to get time to make a vmware system to test with, but there are so many places it can break [06:21] so it breaks when you upgrade only that package, without upgrading the rest? [06:25] ajmitch: I found two packages that completely broke the system (as in site error). bugs filed. one of the other upgrades broke my rss feeds, and I haven't worked out which one that is yet [06:25] I'm just surprised that you did a blind upgrade of a live site like that [06:25] ajmitch: all of the breakage was in zope/plone packages [06:26] ajmitch: it wasn't blind. I had a backup, but most of the time it works fine [06:26] ajmitch: besides, I have faith in you [06:26] s/have/had/, you mean [06:27] ajmitch: so I guess that rules out dapper-updates then [06:28] it's certainly ruled out when there's no clue as to what the bug is [06:29] ajmitch: a sample would be Bug #49894 [06:29] Malone bug 49894 in zope-extendedpathindex "Upgrading from breezy to dapper causes a Site Error with plone." [Untriaged,Unconfirmed] http://launchpad.net/bugs/49894 [06:30] ajmitch: it may make more sense to you [06:30] yes, I was looking at those bugs [06:31] but the problem is generally that you haven't run through the proper migration path [06:31] since upgrading packages isn't enough [06:31] you need to do stuff on the plone side [06:32] ajmitch: such as ? (Why no prompt like other packages do) [06:33] such as portal_migrations in the ZMI === ajmitch has to head out now [06:35] will be back in an hour or so [06:36] no worries === Yagisan is off to investigate why zope now hates his password [06:37] because zope hates * === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu [06:37] it has a PhD in hating [06:37] heh. caps lock :-* [06:42] um, we cant build edgy chroots at the moment, can we? [06:43] sure you can [06:43] meaning "dist-upgrade from dapper" [06:44] ah crap, more bugs [06:44] crimsun: http://pastebin.com/720186 is what i get [06:44] ah ok.. [06:45] no, you can't create an edgy one from scratch [06:46] debootstrap hasn't been taught edgy yet [06:46] yep, right === Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu [06:50] bleh, computer froze. [06:51] hi crimsun [06:52] crimsun: I am applying for grad school tomorrow, and I'm scared out of my mind. Tell me something to make me feel better. :) [06:56] ah, the joys of applying for jobs overseas. [06:57] Hobbsee: computer freeze ? you must not be running ubuntu then ;) [06:57] Yagisan: heh, kubuntu. and i'm not sure why it froze - i was copying files in konq as root, so... [06:59] whiprush_: grad school ?? [07:00] Hobbsee: well, after you mentioned the word root, it all became clear. You were being punished by konq [07:00] heh [07:00] Yagisan: with sudo :P [07:00] er, kdesu [07:01] hmm. I need a photo with my resume. I need someone with good gimp/photoshop skills to make me look good then [07:07] whiprush_: grad school is not that scary :) [07:08] whiprush_: applying's not the hard part. Staying focused during your last quarter/semester is. :) [07:08] robitaille/crimsun: the oss-friendlt prof is moving on this semester, so I'm kind of scared. :-/ [07:09] nah, don't be. Ideology (at least in IT) doesn't get you a degree. :) [07:10] I have fond memories of my grad years; a lot of work...but a lot of good friends and parties...and I met my wife in grad school [07:11] Of course now I barely use at work what I learned in grad school... [07:11] I'm just concerned that people who sponsored my (as staff) trips to OSS conferences in the past are gone, and I'm kind of stuck working on non-OSS stuff. [07:12] on the plus side I'm looking forward to TA'ing stuff that lets me expose people to oss. [07:14] grad school is only a small part of your life; even if you end up doing some non-oss stuff for a bit, you will have many years afterward to do what you really want to do the way you want [07:15] and personally I hated TAing :) [07:15] robitaille: yeah, I just kind of wish that academia was more OSS-friendly than it currently is. === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu [07:16] robitaille: I'm rambling though, I've whined about it on my blog for a long time.... [07:16] and I wish governments where a bit more oss as well since that's where I work now; life is never a perfect [07:16] heh [07:17] whiprush_: most of my research is now 60/40 closed/floss, but nearly all of my non-work time is floss [07:17] :-/ [07:18] there are countless conferences, too, and many of them are floss-friendly if not downright floss entirely === ajmitch is back [07:32] wb [07:32] wb ajmitch === lukketto [n=lukketto@host40-190.pool877.interbusiness.it] has joined #ubuntu-motu === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu === herzi [n=herzi@c184218.adsl.hansenet.de] has joined #ubuntu-motu === siretart [i=siretart@tauware.de] has joined #ubuntu-motu === lukketto [n=lukketto@host40-190.pool877.interbusiness.it] has left #ubuntu-motu [] === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu === neutrinomass [n=pandis@ppp160-173.adsl.forthnet.gr] has joined #ubuntu-motu === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === DarkMageZ [n=DarkMage@ppp15-118.lns2.syd7.internode.on.net] has joined #ubuntu-motu === redguy [n=mati@83.25.99.152] has joined #ubuntu-motu [08:40] If a bug is open in Ubuntu, but Debian has a newer version of the package that fixes it, what do we do (considering that edgy syncs haven't started) ? [08:41] neutrinomass: wait until the edgy syncs start, i think [08:41] you mark it Fix Committed with the explanation that the newer version will be synced/merged. [08:42] you have my permission to subscribe me to any bugs that fall into that category. [08:42] OK, thanks crimsun and Hobbsee (it's just a change in build options that fixes a crasher :-/ ) [08:42] crimsun: Will do, thanks a lot :) === Cas [n=cas@83.98.233.2] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [08:47] edgy syncs have started, but the builds have been failing === lloydinho [n=andreas@ALagny-109-1-2-23.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [08:48] neutrinomass: ideally we get the bug fixed in dapper; either by backporting the fix, or synching a new version. Depending on (a) the severity of the issue, and (b) the intrusiveness just syncing the new version [08:50] if it's something as trivial as adjusting debian/rules, and the adjustment is proven safe (backward compatible, if that makes any sense in that context), then it's a good candidate for dapper-updates [08:51] sladen: (a) It renders 'freewheeling' (some random application that crimsun might know) unusable for at least x86 and (b) It affects nothing else. Seems that I was a little bit off though - I'm not yet absolutely sure it's fixed in Debian, I'm looking into it now ... [08:55] Morning all. [08:56] hey TheMuso [08:56] How is it in Sydney on this Tuesday afternoon? [08:57] cold? === abelcheung [n=abelcheu@210.0.212.180] has joined #ubuntu-motu [08:57] bah [08:57] you call that cold... === Hobbsee has been fighting multiple pbuilders, but suceeded :) [08:57] Hobbsee: it got down to -7 in parts of dunedin last night :P [08:57] ouch! [08:58] ajmitch: yes. i call that cold, and your -7 freezing :P === neutrinomass notes in passing that it was 35C in greece yesterday :P [08:59] neutrinomass: got a plane ticket to greece? [09:00] Hobbsee: I live in Greece :P [09:00] neutrinomass: so i figured :P [09:01] Hobbsee: so when are you coming to visit NZ? [09:02] ajmitch: no idea, when i get an invite? [09:02] you don't have to be invited to come over [09:03] true === doko [n=doko@ALagny-109-1-2-23.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [09:08] mmm nope, not a good idea to attempt to backport fixes now. [09:08] crimsun: why so? [09:09] tired, don't trust eyes-fingers [lack of] coordination [09:09] ah :) === Hobbsee offers crimsun a nice cold bucket of icy water [09:09] that'll do nicely with the smouldering embers in my hair, thanks Hobbsee [09:10] hehe === Hobbsee_ [n=Hobbsee_@ubuntu/member/hobbsee] has joined #ubuntu-motu [09:10] Hobbsee setting your hair on fire as well? === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [09:11] ajmitch, no, i dont think so...it'd take a little long to grow back [09:11] hey jsgotangco [09:11] bonjour! [09:11] Hobbsee_: your hair might - crimsun's is probably a little shorter === Fujitsu [n=Fujitsu@c211-28-181-26.eburwd7.vic.optusnet.com.au] has joined #ubuntu-motu [09:11] true [09:13] jsgotangco: what's happening at the moment? [09:13] we're just discussing on how a spec should be made [09:13] right [09:13] I thought it might be the daily intro time [09:13] the summary would probably be moved at the bottom [09:13] we don't have a sched yet [09:14] there's a schedule up already [09:14] http://people.ubuntu.com/~mdz/schedule/2006-06-20/ [09:14] oh wait [09:14] not sure if it's what you're using or not :) [09:14] yeah i just looked at it [09:14] heh [09:14] merci [09:14] clever [09:14] Apparently debian build-options are not honoured by Ubuntu (or I'm doing something wrong...) .... bug 28560 : Compiling with -O0 and no -f options fixes it ... [09:14] Malone bug 28560 in freewheeling "Abort at startup: *** glibc detected *** free(): invalid pointer" [Medium,Confirmed] http://launchpad.net/bugs/28560 === dholbach [n=daniel@ALagny-109-1-2-23.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [09:15] dholbach!! [09:15] morning daniel :) === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [09:15] hey ogra === Tonio_ [n=tonio@80.11.69.23] has joined #ubuntu-motu [09:16] hi ajmitch [09:16] hi ajmitch! [09:17] hey ogra [09:17] hi dholbach [09:17] neutrinomass: so stripping optimisations, essentially? [09:19] crimsun: Yes. It segfaults with -O1 as well. The Debian changelog says that -finline-functions was removed, along with -O0. I just realised that I didn't build the package correctly (I did ./configure instead of using the debian-way) but -O2 and no f* options fixes the problem. [09:19] neutrinomass: ok (you didn't subscribe me ;) [09:20] that's sane enough for dapper-updates imo [09:20] crimsun: It just finished building, I haven't even commented on it :P [09:20] Edgy will be automagically fixed === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [09:23] crimsun: debian bug 328276 - As I said before , I'm not sure the fixes are in the Debian package - the bug was closed last november, but 0.5pre4-5 has never hit the debian archives (Unless it is a mystical codename for 0.5 -PRE instead of 0.5.4 - PRE , in which case the bug was never fixed) [09:23] Debian bug 328276 in freewheeling "Subject: freewheeling: it does not start." [Grave,Closed] http://bugs.debian.org/328276 [09:25] neutrinomass: it did. [2006-01-30] Accepted 0.5pre4-5 in unstable (low) (Paul Brossier) [09:26] Hobbsee: speak up, we can't hear you :) [09:27] hmm, that's a bit more intrusive than I'd like === vud1 [n=vud1@unaffilitated/vud1] has joined #ubuntu-motu [09:27] rofl! [09:27] :) [09:27] I'd defer that [0.5.2a-1] to a candidate for dapper-backports [09:27] So the packages here http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&version=all&exact=1&keywords=freewheeling are later versions ? Then something went wrong, because they crash as well ... [09:28] seeing how 0.5pre4-5 doesn't just touch debian/rules [09:28] crimsun: Well, the rest of the changelog is pretty irrelevant - the problem is fixed just by changing build options ... [09:28] Hobbsee: I'll try & avoid the australian heckling today [09:28] ajmitch: :P === Hobbsee wont be here for much longer anyway [09:29] neutrinomass: http://packages.qa.debian.org/f/freewheeling.html is your friend :) [09:29] Hobbsee: work calls? [09:29] ajmitch: no, bible study [09:30] ah right [09:30] work was last night [09:30] crimsun: True, it seems helpful ;) - so a regression? [09:31] crimsun: Sorry, missed the -O2 part : "Switched back to -O2" in 0.5.2-1 [09:31] crimsun: Heh, intended breakage then [09:31] neutrinomass: well, the only relevant part is what is in Dapper vs. what was fixed in Debian immediately prior [09:32] and since Dapper has 0.5pre4-5build1, there's something amiss [09:32] oh wait [09:32] this bug report is ooooold [09:32] dolson: ping [09:33] dolson: can you confirm that bug 28560 is no longer an issues on current Dapper? [09:33] Malone bug 28560 in freewheeling "Abort at startup: *** glibc detected *** free(): invalid pointer" [Medium,Confirmed] http://launchpad.net/bugs/28560 [09:33] s/issues/issue/ [09:34] crimsun: I can reproduce it! Judging from the dates, this was originally reported against 0.5pre4-4 at latest... === Tonio__ [n=tonio@80.11.69.23] has joined #ubuntu-motu [09:35] crimsun: No backtraces though, so my rcashing may be a different problem that gets fixed with -O0 (lol, how many of these could there be? ):-/ [09:36] err, no, this can't be the debian/rules from 0.5pre4-5 [09:39] nope, it looks it is. But there's no change for -O0 [09:40] crimsun: From what I understand: app crashes on startup with version 0.5pre4-4. DD fixes the problem in 0.5pre4-5, but then (thinking that upstream fixed it maybe?) returns to using 0.5.2-1 with -O2 which brings the problem back again. We're currently in 0.5.2a-1 that still crashes, and can get fixed with -O2. Some guy said that this is not a problem with GCC3.3, so maybe the DD built it with that and thought it was OK [09:40] "can get fixed with -O2" ---> "can get fixed by using -O0" [09:40] no. [09:40] crimsun@garnish:/tmp/freewheeling-0.5pre4$ apt-cache madison freewheeling [09:40] freewheeling | 0.5pre4-5build1 | http://archive.ubuntu.com dapper/universe Packages [09:40] freewheeling | 0.5pre4-5build1 | http://archive.ubuntu.com dapper/universe Sources === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu [09:41] hello MOTUs! [09:41] hi [09:41] hi crimsun [09:42] LaserJock: where did you go? [09:42] when? [09:42] today? [09:42] crimsun: I'm new to debian/ubuntu and you know better than me :) But at the LP page I see Current version: 0.5.2a-1 :-/ [09:42] umm, I went to lunch and now I'm sitting a couple tables behind you [09:42] we thought you went mad and ran from the hotel looking for a big mac for breakfast [09:42] hehehe [09:43] neutrinomass: from all respects, what Dapper has is 0.5pre4-5 (the build1 suffix was tacked on for "fakesyncing" when soyuz wasn't fully cooperating iirc) [09:43] I just email my wife about that. I think I could probably walk all the way to the airport for a Big Mac or Pizza Hut [09:43] neutrinomass: 0.5.2a-1 is the current Sid source package version [09:44] hi all [09:44] neutrinomass: according to the Debian changelog for 0.5pre4-5, the crashers were fixed via removing -f and using -O0 [09:45] LaserJock: typical culture shocked tourist ;) [09:45] neutrinomass: however, this is where the difference between uploading binaries and sources comes into play. Notice how only Makefile is modified. [09:46] crimsun: Yes, sorry, you're right ... [09:46] ajmitch: I guess, I'm starving, they must not feed a lot of fat people in Paris ;-) [09:46] LaserJock: how good is your french for ordering a pizza? :) [09:46] neutrinomass: since for Dapper source is uploaded, we'll need to adjust Makefile.in [09:46] ajmitch: hehe, I can point and wave my hands around [09:46] hehe [09:47] ajmitch: GIVE ME FOOD! [09:47] neutrinomass: which explains why you're still seeing the crashers, because -fblah and -O2 are still being used [09:47] (since ./configure will eventually chain down to Makefile.in) [09:47] crimsun: I've got 0.5pre4-5build1 and ./configure make compiled with -O2 by default ... In the meantime I still have a lot to learn :) : Isn't debian/rules supposed to control how stuff is built without needing to edit the Makefile.in ? [09:47] LaserJock: and I'm sitting here eating my dinner.. what a shame :) [09:48] doh [09:48] a good thing teamspeak isn't voice-activated on my laptop ;) [09:48] haha [09:49] neutrinomass: occasionally Makefile.in will need to be edited [09:50] neutrinomass: was gcc using -fblah, too? [09:50] crimsun: Thanks a lot for your patience and help. [09:50] (I suspect yes) [09:50] crimsun: Yes.... but I think no -finline-functions [09:51] ok, then it's possible to just force -O0 [09:51] Ah come on LaserJock. The food isn't that bad. === doko [n=doko@ALagny-109-1-2-23.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [09:52] TheMuso: the bloody raw beef wasn't too bad for you last night? [09:52] crimsun: Of course, I have no idea how to do that ... want me to assign it to you ? [09:52] that's "art", dude. [09:52] neutrinomass: I am already subbed and will look later this evening after my plane lands. [09:53] I didn't mind it at all. [09:53] LaserJock: i didnt eat it at all [09:53] crimsun: Ok, have a nice journey :) Thanks again! [09:53] I don't think it was raw either, but I don't know what it looked like. [09:53] maybe it is better I didn't. [09:53] it looked raw [09:53] just sliced so thin [09:53] TheMuso: yes it is, it was raw and bloody on the bottom [09:53] Tasted fine to me. [09:53] I did 1 bite and ate the salad ;-) [09:53] yeah [09:53] heh. [09:53] heh [09:54] had a lot of bread too [09:54] They seem to like that here. [09:54] yes [09:55] Breakfast is quite nice as well. [09:55] But I gues I am just not fussy when it comes to food. === xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu-motu [10:00] LaserJock: yes the beef was really bad ;) [10:00] sladen: good, at least I wasn't making it up [10:01] slomo I mean [10:01] stupid xchat [10:01] hehe === Gervystar [n=gervysta@217-133-96-194.b2b.tiscali.it] has joined #ubuntu-motu [10:02] LaserJock: hey, it's better than fish for each & every meal :) [10:02] yes [10:02] I'm sure jsgotangco has fond memories of that === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu [10:03] at least breakfast is good [10:03] fish... [10:03] breakfast is always the same though [10:04] in montreal, it was chinese food for lunch every day [10:04] jsgotangco: but at least you have some choice :) [10:04] there's a small chinese restaurant at the village outside === dholbach [n=daniel@ALagny-109-1-2-23.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [10:06] slomo: exactly [10:07] I'll probably be sick of breakfast in a few days though [10:07] by then you can go home :) [10:07] eh yeah [10:09] and then you can be sick of plane food instead! :-) [10:10] heh === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === dholbach_ [n=daniel@ALagny-109-1-2-23.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === Whoopie [n=Whoopie@p54A7BE18.dip0.t-ipconnect.de] has joined #ubuntu-motu [10:21] dholbach: is gobby working properly? [10:21] no :-/ [10:21] darn [10:22] but the BOF session has started? === xerxas [n=R67894@AGrenoble-152-1-69-248.w83-201.abo.wanadoo.fr] has joined #ubuntu-motu === dholbach [n=daniel@ALagny-109-1-2-23.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [10:49] dholbach! welcome back :) [10:49] :) [10:50] how much of this do we want to split between 2 gobby documents? === redguy [n=mati@83.25.99.152] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu [11:00] LaserJock: Didn't you say you weren't going to be here? [11:01] no [11:01] I didn't think I was [11:01] but I am [11:01] heh [11:01] coolness [11:01] confused about the state of things today? [11:01] this is a very quiet BOF from my end :) [11:03] lol [11:04] hm, what silent BOF should I 'listen' in on now? [11:06] ajmitch: they all seem silent :) [11:06] yeah [11:06] this teamspeak experiment was interesting for awhile, but doesn't seem to really work yet [11:07] not until there's software that everyone can use, and everyone has a headset or something :) [11:08] ajmitch: indeed :-) [11:08] ajmitch: Yeah. As far as I know, powerpc users are left out in the cold. [11:08] yep [11:09] and it's OSS-using [11:09] which gives a few issues [11:10] Indeed. === tiagoboldt [n=tiagobol@87-196-30-180.net.novis.pt] has joined #ubuntu-motu [11:19] OSS-using is an issue? [11:19] Oh, you mean OSS as opposed to ALSA? [11:22] Fujitsu: Yes. [11:22] Teamspeak is proprietary, isn't it? === Kamping_Kaiser [n=kgoetz@easyubuntu/docteam/kgoetz] has joined #ubuntu-motu [11:24] Hi, Kamping_Kaiser. [11:24] hey Fujitsu [11:24] Got a shiny new cloak, I see. [11:25] yeh. no more will you see my ISP *mwhahaha* [11:26] Nooooo. [11:26] lol [11:27] oh what a shame [11:27] :P [11:29] bbs === doko [n=doko@ALagny-109-1-10-87.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === lloydinho [n=andreas@ALagny-109-1-10-87.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [12:09] hey [12:11] moins [12:11] heya ajmitch how did the easymotu go? i missed it [12:12] Hey all. [12:12] heya TheMuso === imbrandon is trying to dig up all the info from yesterdays meetings so he can post a summary === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === dholbach [n=daniel@ALagny-109-1-10-87.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [12:16] heya dholbach [12:17] re! [12:17] hi dholbach === vud1 [n=vud1@unaffilitated/vud1] has left #ubuntu-motu ["chapo] === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [12:27] Hi, zul. === kelmo [n=kelmo@madwifi/support/kelmo] has joined #ubuntu-motu [12:27] hey Fujitsu === lloydinho [n=andreas@ALagny-109-1-10-87.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu-motu [12:34] Has anyone made a deb for libnotify 0.4.2? [12:36] Does anyone know where I can search for a libnotify deb? === pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has left #ubuntu-motu ["Ex-Chat"] === pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu-motu [12:40] Where can I learn about building libraries? === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-motu === erez [n=erez@CBL217-132-201-50.bb.netvision.net.il] has joined #ubuntu-motu === dholbach [n=daniel@ALagny-109-1-10-87.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === jinty [n=jinty@83-65-231-90.work.xdsl-line.inode.at] has joined #ubuntu-motu === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === Tonio_ [n=tonio@80.11.152.87] has joined #ubuntu-motu === dsas [n=dean@host86-129-18-36.range86-129.btcentralplus.com] has joined #ubuntu-motu === pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has left #ubuntu-motu ["Ex-Chat"] === marcin_ant [n=marcin@194.114.146.122] has joined #ubuntu-motu === spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu === tiagoboldt [n=tiagobol@87-196-30-180.net.novis.pt] has joined #ubuntu-motu === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [01:53] heylo === Lure_ [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === Lie_Ex [n=lieex@222.92.109.226] has joined #ubuntu-motu === netzmeister [n=netzmeis@212.6.247.101] has joined #ubuntu-motu === Lie_Ex [n=lieex@222.92.109.226] has left #ubuntu-motu ["Konversation] === netzmeister [n=netzmeis@212.6.247.101] has left #ubuntu-motu ["Verlassend"] === Kamping_Kaiser [n=Kamp1ng_@ppp100-144.static.internode.on.net] has joined #ubuntu-motu [02:03] hmnm...quiet === lukketto [n=lukketto@host40-190.pool877.interbusiness.it] has joined #ubuntu-motu === lloydinho [n=andreas@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === _ion [i=johan@kiviniemi.name] has joined #ubuntu-motu === luka74 [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === shenki [n=shenki@ppp168-21.lns3.adl4.internode.on.net] has joined #ubuntu-motu === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu === doko [n=doko@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [02:30] hi all [02:30] hey === dholbach [n=daniel@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [02:32] hi Hobbsee [02:33] hi LaserJock and zul === pschulz01 [n=paul@150.101.6.36] has joined #ubuntu-motu [02:42] #ubuntu-au [02:43] doh! [02:45] heh, is there an au channel? ;-) [02:45] <_ion> #ubuntu-english === tuxmaniac [n=aanjhan@60.254.67.17] has joined #ubuntu-motu === lastnode [n=lastnode@unaffiliated/mahangu] has joined #ubuntu-motu [02:46] _ion: that was more a remark than a question [02:46] kelmo: yeah :P [02:47] kelmo: suffering from fast fingers. === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [02:50] hey jsgotangco [02:51] hey === dholbach [n=daniel@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === dholbach_ [n=daniel@ALagny-109-1-9-37.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === dholbach__ [n=daniel@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [03:33] hi all [03:34] hey zakame [03:35] hi zakame === _ion [i=johan@kiviniemi.name] has joined #ubuntu-motu === ajmitch spots a Hobbsee === Hobbsee is spotted! argh! === Hobbsee is in shock. === Hobbsee saw a picture of herself where she actually looked pretty. [03:36] you mean all of them? [03:37] hi aj Ho [03:37] :) [03:37] classic signs of broken tabcompletion [03:37] erm ajmitch, Hobbsee [03:38] heh, I'm just a screen :P [03:38] hah [03:38] ajmitch: no, not all of them :P [03:38] anyhow, I missed the MOTU BOF right? [03:38] yep [03:38] zakame: there's stuff on gobby about it , it looked interesting [03:38] it was fairly hard to follow from the outside anyway [03:38] how did it go [03:38] ? [03:39] alright I guess === Czessi [n=Czessi@dslb-088-073-023-249.pools.arcor-ip.net] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [03:40] wb jsgotangco [03:40] looks like they're still having network issues [03:40] yeah [03:41] yeah, jerome told me they had to switch rooms for the different meets, no wireless [03:42] zakame: there is wireless but since we use TS, we have a lot of switches here per table and its much faster than the wireless itself [03:43] you actually use TS? [03:43] at the moment yes, we're working on an LTSP lab at the moment [03:43] jsgotangco: TeamSpeak, I gather? [03:43] one of the few BOFs that does then [03:44] go to edubuntu dynamic menus channel === LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu === dholbach [n=daniel@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === doko [n=doko@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [03:49] siretart: hi! alive? [03:54] ajmitch_: ping? [03:54] erm, I hope he is :) [03:54] Hobbsee: yes? === neutrinomass [n=pandis@ppp160-173.adsl.forthnet.gr] has joined #ubuntu-motu [03:56] zakame: maybe a better question was "wanna chat?" ;-) i trust he is still living [03:57] hehehe === FunnyLookinHat [n=funnyloo@167.246.8.60] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === ealden [n=ealden@203.76.212.254] has joined #ubuntu-motu === dholbach [n=daniel@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === Rotund [n=joe@207-118-222-191.dyn.centurytel.net] has joined #ubuntu-motu === jwickard [n=jwickard@c-66-41-64-110.hsd1.mn.comcast.net] has joined #ubuntu-motu === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu === lukketto [n=lukketto@host40-190.pool877.interbusiness.it] has left #ubuntu-motu [] [04:33] Heya gang [04:34] hey === hub [n=hub@storm-gw.xandros.com] has joined #ubuntu-motu [04:34] Hi zul === lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu === elkbuntu [n=melissa@203-206-255-153.dyn.iinet.net.au] has joined #ubuntu-motu === Erlang [i=neumann@Toronto-HSE-ppp3760460.sympatico.ca] has joined #ubuntu-motu === Rotund [n=joe@69-179-12-223.dyn.centurytel.net] has joined #ubuntu-motu [04:51] Is everyone in Paris currently? [04:51] no [04:51] no [04:51] i am right her [04:51] e [04:51] Bah, who are you two? ;-P [04:51] Heya tseng [04:51] uh [04:51] What I meant was, is it going on right now? [04:52] yes obviouslyt [04:52] hi tseng and zul and bddebian [04:52] its the middle of the day [04:52] EST + 6 [04:52] tseng: I have been out, I couldn't remember the dates d00d :-) [04:52] d00d? === tseng dies [04:52] bddebian: almost 5pm in paris, [04:52] hehe === Hobbsee hopes that next conference they'll be more successful with online collaboration at meetings === No1Viking [n=micke@h-83-140-104-3.ip.rixbredband.se] has joined #ubuntu-motu [04:53] tseng: 1 4r3 l33t d00d === Hobbsee smacks some sense into bddebian [04:54] hehe [04:54] Hobbsee++ [04:55] <_ion> ion-- [04:55] :D [04:55] I thought that absence was supposed ot make the heart grow fonder and I still get no love :-) [04:57] haha === Hobbsee hugs the now sensible bddebian [04:57] there you go :) [04:57] we do love you - just not that awful number mangling. === bddebian hugs Hobbsee back === freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu === dholbach [n=daniel@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu [05:04] hmm malone 569 is pretty old for a High bug now [05:04] Malone bug 569 in firestarter "Firestarter Help runs Firefox as root" [High,Confirmed] http://launchpad.net/bugs/569 [05:05] hi bddebian dholbach [05:05] heya zakame [05:06] Heya zakame === bddebian hugs dholbach [05:06] zakame: Aye, I have been trying to clean up a lot of the 'old' bugs === zakame hugs bddebian and dholbach, one at a time :p [05:07] bddebian: patch looks ok, right? [05:08] zakame: Dunno but considering it's 'age', is it even still a bug anymore? [05:08] <_ion> [bddebian, dholback] .each {|him| zakame.hug him } [05:09] bddebian: yeah, haven't reproduced that tough, actually I've just taken a fresh look at the list, been out for so long [05:09] zakame: You are the X master now? ;-) [05:10] _ion: python, I gather? [05:10] <_ion> zakame: Nope. Ruby. [05:10] bddebian: erm no, catching up on that too [05:10] :-) [05:10] <_ion> zakame: Python doesn't have such a cool syntax for giving a code block as a parameter to a method call. :-) [05:10] _ion: ooh! I should learn [05:11] <_ion> zakame: Some Ruby propaganda written by me: http://johan.kiviniemi.name/stuff/python-ruby/ === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [05:11] _ion: I don't grok Python much too, as I've been working in Perl lately :/ [05:15] zakame: (regarding firestarter) The patch is sort of OK: it slightly changes the behaviour for some reason (gnome_open_url() would launch XFCE here, whereas now Firefox is launched) . Not sure why though ... [05:15] bddebian: then again the patch for 569 was made _today_ , its even on gnome-bugs [05:15] Oh, hehe [05:16] neutrinomass: oh, in XFCE? that's odd === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [05:16] zakame: Sorry, Galeon ... :P [05:16] ah === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [05:17] wb jsgotangco [05:18] zakame: Maybe because I was on gnome, with firefox "default", but with "don't check for bring default browser" enabled. I install Xfce, galeon becomes "default" and now in gnome the "default" browser is still galeon, since firefox hasn't checked whether it is default, but for some reason file associations have remained with Gnome. As long as it opens though, I don't think its a big issue ... === jsgotangco hates this moving to different rooms [05:19] neutrinomass: yes, that's probably the case [05:19] anyhow the function looks good enough, it does seem to drop privileges [05:20] zakame: Oh, damn. I missed one call to gnome_url_show .... give me a sec please [05:21] neutrinomass: of course, if you can test it with an actual build that's better, I'm still rebuilding my chroots :/ === Tonio_ [n=tonio@80.11.152.42] has joined #ubuntu-motu [05:23] zakame: I verified that it works correctly yesterday before submitting ... unless I missed something :-/ [05:24] zakame: gnome_url_show is used in src/preferences.c as well. This means that I have to change browser_open to be non-static ---> maybe move it to util.c or is that too intrusive ? [05:26] hmm either way you'll still be touching a couple of files === freeflying-g4 [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === neutrinomass [n=pandis@ppp160-173.adsl.forthnet.gr] has joined #ubuntu-motu === Amaranth_ [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu === abelcheung [n=abelcheu@221.127.103.139] has joined #ubuntu-motu === neutrinomass [n=pandis@ppp160-173.adsl.forthnet.gr] has left #ubuntu-motu [] === tinklepants` [n=onel@adsl-72-50-116-203.prtc.net] has joined #ubuntu-motu === neutrinomass [n=pandis@ppp160-173.adsl.forthnet.gr] has joined #ubuntu-motu === redguy [n=mati@83.25.99.152] has joined #ubuntu-motu [05:57] zakame: Ok, new patch attached ... === jdong|coreduo [n=jdong@d149-67-102-201.try.wideopenwest.com] has joined #ubuntu-motu [06:12] anybody know kbrooks? [06:12] Oh man that name sounds familiar.. Hmm [06:13] 18:05 [OPN] -!- kbrooks [n=kbrooks@easyubuntu/developer/kbrooks] [06:14] he trolled big time on #debian in both networks and corrupted the bot fact database [06:14] azeem: Don't know him personally but I've seen him many times in #ubuntu ... [06:14] ok === lbm [n=lbm@0x555298ca.adsl.cybercity.dk] has joined #ubuntu-motu [06:17] He's famous for trolling actually. He used to do it when he ran Mandrake as well === phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu [06:19] hi everyone [06:20] hello [06:22] azeem: yeah, has been helping out recently IIRC === Hobbsee does rmemeber the nick to do with trolling, actually [06:25] well, he was pretty cunningly trolling the channel, but we found out later that he messed up all the useful factoids of the infobot [06:25] Heya phanatic [06:25] 07:50 < stew> !oftc move [06:25] 07:50 < dpkg> extra, extra, read all about it, oftc move is fuck you, debian, for moving #debian to irc.oftc.net. FUCK OFF [06:25] 07:50 < stew> !factinfo oftc move [06:25] 07:50 < dpkg> oftc move -- last modified 7h 23m 5s ago by kbrooks!n=kbrooks@easyubuntu/developer/kbrooks; it has been requested 7 times, last by stew, 10s ago. [06:25] anyway, thanks [06:26] heya bddebian [06:26] azeem: bot has access control now :) [06:26] Hobbsee: the bot in #debian I mean [06:26] it's a different one I think [06:26] oh ok [06:26] yeah === lakin [n=lakin@206.174.196.147] has joined #ubuntu-motu === robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu === popey [n=popey@84-45-197-14.no-dns-yet.enta.net] has joined #ubuntu-motu === pontifex [n=pontifex@84-45-197-14.no-dns-yet.enta.net] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === lukketto [n=lukketto@host40-190.pool877.interbusiness.it] has joined #ubuntu-motu === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === Tonio_ [n=tonio@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu === lukketto [n=lukketto@host40-190.pool877.interbusiness.it] has left #ubuntu-motu [] === Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu === netjoined: irc.freenode.net -> brown.freenode.net === uniq [n=frode@ubuntu/member/frode] has joined #ubuntu-motu === Goshawk [n=vincenzo@d83-176-90-2.cust.tele2.it] has joined #ubuntu-motu [07:05] can someone help me here with pbuilder? === Sp4rKy [n=max@lns-bzn-38-82-253-84-29.adsl.proxad.net] has joined #ubuntu-motu === jpatrick [n=patrick@ubuntu/member/jpatrick] has joined #ubuntu-motu [07:16] /join #ubuntu-meeting [07:16] oops.. [07:17] Goshawk, I can't right now, but certainly in ~20 minutes [07:18] Gloubiboulga: thanks [07:18] btw my problem is crosscompiling with pbuilder [07:19] i'm on x86_64 (amd64) [07:19] and i'm compiling gdc (the gnu D compiler frontend for gcc) [07:19] but i need a x86 environment [07:19] so i did: === redguy_ [n=mati@adf5.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [07:20] sudo pbuilder create --distribution dapper --debootstrapopts --arch --debootstrapopts i386 --basetgz /var/cache/pbuilder/base-i386.tgz --mirror http://archive.ubuntu.com/ubuntu [07:20] but when i build i get error about some packages that do not exist for this arch [07:21] now i'm creating a new i386 image with sudo linux32 pbuilder create ............. with all the upper options === No1Viking [n=micke@h-83-140-104-3.ip.rixbredband.se] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu [07:30] Goshawk, I've never used that but the syntax should not be '--debootstrapopts --arch i386' ? [07:30] Gloubiboulga: i thought as you, but i got that options from the pbuilder user manual [07:30] to build a different arch basefile [07:30] hmm ok [07:31] maybe with the linux32 now should work [07:31] i'm waiting until it finishes === caravena [n=caravena@124-45-112.adsl.terra.cl] has joined #ubuntu-motu === caravena [n=caravena@124-45-112.adsl.terra.cl] has joined #ubuntu-motu === _ZuZuu_ [n=ZuZubunt@AVelizy-154-1-13-26.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu === \sh [n=shermann@server3.servereyes.de] has joined #ubuntu-motu === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-motu === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu === CarlFK [n=carl@c-67-163-39-124.hsd1.il.comcast.net] has joined #ubuntu-motu [07:54] Goshawk, did it work? === NthDegree [n=nthdegre@212-1-140-0.dynamic.dsl.as9105.com] has joined #ubuntu-motu [08:01] Gloubiboulga: wait [08:02] Gloubiboulga: no same error === jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu [08:02] hm [08:03] i'm putting all in pastebin.ca [08:06] http://paste.ubuntu.org.cn/523 [08:06] E: Couldn't find package libc6-dev-i386 [08:18] hmm, is this package listed in your build-depends line? [08:22] yep [08:22] but it's with a | [08:22] -> Considering libc6.1-dev (>= 2.3.5-1ubuntu5) [alpha ia64] | libc0.3-dev (>= 2.3.5-1ubuntu5) | libc0.1-dev (>= 2.3.5-1ubuntu5) | libc12-dev (>= 2.3.5-1ubuntu5) | libc6-dev (>= 2.3.5-1ubuntu5 [08:22] Gloubiboulga: i'm doing pbuilder login [08:22] to see what's wrong === _ZuZuu_ [n=ZuZubunt@AVelizy-154-1-18-111.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu [08:25] libc6-dev is already the newest version. [08:25] I don't why it wants to install libc6-dev-i386 [08:25] don't know* [08:25] # [08:25] -> Considering libc6-dev-i386 [amd64] [08:25] # [08:25] -> Trying libc6-dev-i386 [08:25] # [08:25] -> Cannot install libc6-dev-i386; apt errors follow: [08:26] here is the error [08:26] it should follow this one;: [08:26] # [08:26] -> Considering libc6-dev-amd64 [i386] [08:26] # [08:26] -> This package is not for this architecture [08:27] how can i see what's my arch? === Sp4rKy is now known as Sp4rKy|miam [08:31] very good question [08:32] uname -m === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu [08:33] and maybe i found what's wrong [08:33] uname -m [08:33] i686 [08:33] but [08:33] # [08:33] -> Considering libc6-dev-amd64 [i386] [08:33] # [08:33] -> This package is not for this architecture [08:33] because it sees i686 instead of i386 [08:33] i'm changing it [08:34] Gloubiboulga: do you have i386? can you do uname -m please? [08:38] i686 [08:39] Goshawk, sorry I can't help about this cross compiling I guess [08:40] Gloubiboulga: ok thanks anyway [08:41] time to go for me [08:41] thanks === Goshawk [n=vincenzo@d83-176-90-2.cust.tele2.it] has left #ubuntu-motu ["Ex-Chat"] === TomaszD [n=tom@xdsl-2196.elblag.dialog.net.pl] has joined #ubuntu-motu === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-motu === Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-motu === tiagoboldt [n=tiagobol@87-196-63-220.net.novis.pt] has joined #ubuntu-motu === pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has joined #ubuntu-motu [09:15] Can you guys be sure to put notify-python, the new libnotify and notification-daemons in edgy? [09:17] pianoboy3333: Are they in Debian? [09:18] Hmmm... not sure, I don't use debian [09:18] OK, what version are you speaking of? [09:19] The new libnotify is 0.4.2, notify-python is new, that's only version 1.0, and the new notification-daemon is 3.5 I believe, you can take a look at http://www.galago-project.org/ [09:20] Ah, Debian has 0.4.0-1 [09:20] of libnotify [09:21] I'm just saying, cause I wanted to start developing some stuff with notify-python, but I couldn't cause dapper has 0.3.4 or .2 [09:21] yep, 0.3.2 [09:22] pianoboy3333: Your best bet would be to check and/or enter a bug report requesting the new version [09:22] Right, and notify-python needs at least 0.4 [09:22] I wish I could build deb packages :( === redguy [n=mati@adf5.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [09:22] pianoboy3333, it's a good occasion to start packaging ;) [09:23] Yeah :-) [09:23] pianoboy3333: Well you should at least get 0.4 from Debian in Edgy [09:23] I've tried, but I fail every single time I try, for example, I tried doing alltray today..... Does anyone know of a good program I can practice on? [09:23] Xorg === bddebian hides [09:24] j/k, Don't start with X :-) [09:24] pianoboy3333, you could start with upgrading libnotify [09:24] you get the current source package, look at it, ask questions here if it's not clear, and create a new package for the latest release [09:25] Isn't libraries harder than binaries? === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu [09:25] *Aren't === Sp4rKy|miam is now known as Sp4rKy [09:26] well, not really, you just have to understand how to build 2 binaries from 1 source package [09:26] it's not that hard imo (checking the sources ;)) [09:26] ok, lemme try libnotify [09:27] ok, I have the source, and I've extracted it now? [09:27] :) [09:28] pianoboy3333, did you 'apt-get source libnotify' or you got the upstream tarball? [09:28] the bunzip from the galago homepage [09:28] of the newest [09:29] ok, you should 'apt-get source libnotify' and look what's in the source package [09:29] does anyone package audacious ? [09:30] or can i do it ? [09:31] Gloubiboulga: ok, one moment [09:33] Sp4rKy: I was looking at possibly packaging it some day. Just no time at the moment. I know if you do I want the debs as I really want audacious [09:34] k , so i'll try to do it :) [09:34] Gloubiboulga: ok, look at what in the source pacakge? [09:35] pianoboy3333, the important part is the debian/ folder [09:35] ok [09:35] Sp4rKy: Let me know if you get it built please. I really would like a copy of the debs [09:36] pianoboy3333, I've just seen than libnotify is in main, so you'll have to talk to the main devs to get it in edgy [09:36] pianoboy3333, but anyway, it's a good way to practice ;) [09:36] Gloubiboulga: I don't care, if I can just use this for my self it's fine [09:37] Hawkwind, if you really want a deb for installation on your own system , i can send you in few minutes [09:37] Gloubiboulga: ok, so there are a few files in the debian folder [09:37] Sp4rKy: Thanks. That would be great [09:37] Hawkwind, but if you want good deb(s) for REVU wait a little bit more please [09:37] Sp4rKy: Heh ok. Either way is fine :) [09:38] pianoboy3333, yep, if you've already tried to build packages I guess you already know what most of these files are for, right? [09:39] Hawkwind, if you just want audacious , why don't you simply compil it ? [09:39] Gloubiboulga: uhhh, some of them [09:41] pianoboy3333, which ones don't you know? [09:41] Gloubiboulga: control tells about the project, rules is like the makefile for it, changelog is the changelog, copyright normally has the gnu [09:42] Gloubiboulga: what's the control.in, the .install files, and notify-send.1, and the compat file [09:42] Sp4rKy: I'd prefer to stick with just debs and not compile anything if I don't have to [09:43] k [09:43] i'm packaging :) [09:43] please, what is the package i need for gtk+-2.0 ? [09:43] libgtk2.0-dev [09:43] k , thx [09:44] (please direct future questions to #ubuntu) [09:44] oh [09:44] pianoboy3333, look at the diff between control & control.in, you'll see :) notify-send.1 is a manpage, compat the file which contains the debhelper compatibility [09:44] sorry you are right, i am in the wrong tab === verwilst [n=verwilst@d54C1EB55.access.telenet.be] has joined #ubuntu-motu [09:45] pianoboy3333, .install files install files in a particular package (files listed in libnotify-bin.install will be installed in the libnotify-bin binary package) [09:45] Gloubiboulga: control.in has some spots for the configure script to fill it [09:45] *in [09:45] Gloubiboulga: ok, so now what, go to the new download and do a dh_make and select library? [09:46] pianoboy3333, nop, you'll just update the package withh uupdate [09:46] Gloubiboulga: ok, how? [09:46] again a answer , for B-D , i need or ? [09:47] juste 'cd libnotify-0.3.2 && uupdate ../libnotify-.tag.gz' [09:47] just* [09:47] Sp4rKy: a -dev package is for compiling the program a regular package is for running it [09:47] Gloubiboulga: it's update or uupdate? [09:47] pianoboy3333, k , thx === doko [n=doko@81.80.162.93] has joined #ubuntu-motu === mitsuhiko [n=nnblackb@ringmaster.active-4.com] has joined #ubuntu-motu [09:49] pianoboy3333, uupdate [09:49] Gloubiboulga: ok, now? [09:49] I did that [09:50] go into the new directory created (you have seen a message about this new directory) [09:51] Gloubiboulga: righrt [09:51] and then edit debian/changelog [09:52] ok [09:52] It put me in there [09:52] you already have a new entry [09:52] yes [09:52] you just have to edit it with your name, and add details if you want/need to [09:53] my name is in there and everything alread [09:53] y === mitsuhiko [n=blackb1r@ringmaster.active-4.com] has joined #ubuntu-motu [09:53] Gloubiboulga: one more thing, it said on the release, as a note: Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used in C++ applications properly. [09:54] hum ok [09:54] you need to patch the sources for this [09:54] I'll let you find how to do this 'cause I won't have enough time [09:55] pianoboy3333, have you read the Packaging Guide on the wiki? [09:55] no [09:55] you should ;) [09:56] https://wiki.ubuntu.com/UbuntuPackagingGuide === tiagoboldt [n=tiagobol@87-196-84-207.net.novis.pt] has joined #ubuntu-motu [09:57] actually it's just a spec... [09:57] Gloubiboulga: I read the debian new maintainers guide [09:59] ok [09:59] that wasn't too helpful though, it was good [10:00] http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html [10:00] this could help you I guess [10:00] Gloubiboulga: if you want to see that file, notify.h has been posted to http://pastebin.com/721720 [10:01] I don't know what it means to add those two things though [10:03] pianoboy3333, those things are allready added, you don't have to worry about this [10:04] ok [10:04] pianoboy3333, you just have to create the source package and then build it now, I think it's clearly explained in the doc [10:04] and I have to go... [10:04] yes, I used dpkg-buildpackage -rfakeroot to build it [10:05] yep, but the source package is also very important :) [10:05] yay for airports === Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-motu [10:06] moins crimsun [10:07] moins * [10:07] hey crimsun, imbrandon [10:07] hello Gloubiboulga [10:07] 'lo [10:17] weird, notification-daemon has a problem patching === jelabarre [n=jelabarr@bi-02pt1.bluebird.ibm.com] has joined #ubuntu-motu === bddebian2 [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu === bddebian2 [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu === pianoboy3333 [n=alex@ool-43567d61.dyn.optonline.net] has left #ubuntu-motu ["Ex-Chat"] === chiefofthejojos [n=bradpitc@86.59.25.121] has joined #ubuntu-motu === Sp4rKy [n=max@lns-bzn-53-82-65-54-49.adsl.proxad.net] has joined #ubuntu-motu === chiefofthejojos [n=bradpitc@86.59.25.121] has left #ubuntu-motu [] === chiefofthejojos [n=bradpitc@86.59.25.121] has joined #ubuntu-motu === jelabarre [n=jelabarr@bi-02pt1.bluebird.ibm.com] has left #ubuntu-motu ["Leaving"] === bddebian2 [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu === redguy [n=mati@adf5.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu === nixternal [n=nixterna@71.194.189.213] has joined #ubuntu-motu === paniq [n=braniq@port-212-202-51-166.dynamic.qsc.de] has joined #ubuntu-motu === lukketto [n=lukketto@host40-190.pool877.interbusiness.it] has joined #ubuntu-motu === lloydinho [n=andreas@ALagny-109-1-10-42.w80-11.abo.wanadoo.fr] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [11:04] Hawkwind, if you want i've a package for audacious, but i warn you : it isn't a "advocatable" package , do yo want it ? === imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu === tiagoboldt [n=tiagobol@87-196-20-241.net.novis.pt] has joined #ubuntu-motu [11:08] Sp4rKy: why not put it on REVU so it can be made an advocate-candidate? [11:08] audacious is pretty straightforward to package [11:09] crimsun, i'm creating a "good" package, [11:09] and i'll put it later [11:09] so just put the good one up there [11:09] but actually it's not correct for advocate, but Hawkwind want a .deb to install audacious , so ... [11:10] crimsun, but if you want advocate my packages , you can take a look at devede , yersinia , planfacile :) [11:10] and later audacious i hope :) [11:10] I can look later, sure. [11:11] :) [11:11] I can post my audacious and bmpx and give them to you for general maint if you'd like === Spec [n=dragonco@ubuntu/member/spec] has joined #ubuntu-motu [11:11] you've create a package for audacious ? [11:11] yes, months ago [11:12] so why don't you dput it ? [11:12] UVF and FF [11:12] sorry , what'd UVF and FF ? === linuxmonkey [n=linuxmon@unaffiliated/LinuxMonkey] has joined #ubuntu-motu [11:12] upstream version freeze and feature freeze, respectively [11:13] for the Dapper cycle I didn't do much in the way of packaging because I spent so much time with audio [11:13] k === lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu [11:14] so if you could send me your old package of audacious, and i use it if i can't package it myself :) [11:14] I can post it sometime tonight when I have more reliable Internet access [11:15] k :) [11:15] i'm try to create 3 debs from audacious with dh_install ... [11:15] where'd you split them? [11:17] audacious (bin) , lib and lib-dev ... [11:17] wrong ? [11:17] it's semantically correct, but does anything actually justify the lib* split? [11:19] Gloubiboulga said me i should split them [11:19] do you think i can create a single deb [11:19] right, that's semantically correct, as I mentioned previously, but does anything actually use libaudacious-dev, for instance? [11:19] external plugins and so on [11:20] there is some external plugins [11:20] /home/max/audatmp/usr/lib/audacious/Input: [11:20] libaac.so libcdaudio.so libconsole.so libmpg123.so libsexypsf.so libtimidity.so libtonegen.so libvorbis.so libwav.so libwma.so [11:20] for example [11:21] err, those are internal to audacious, though [11:21] oups, so where external lib could be located ? [11:22] it would be something that an external app/lib could use [11:22] libaudacious === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu [11:23] so actually you think i don't need to split audacious in several debs ? [11:23] audacious fits closely to xmms's packaging style [11:24] where there's no real need to have a libaudacious, but an audacious-dev is conceivable [11:24] and what could be put in audacious-dev so ? [11:24] header file and the static lib [11:24] files^ [11:25] evening raphink [11:25] hi phanatic [11:25] raphink: could you make it to uds? [11:25] no [11:25] I'm in Cannes now [11:26] :( that means you're working? [11:26] yep [11:26] well quite [11:26] it's my first week working [11:26] so I'm not doing much yet [11:28] crimsun, static are .so ? [11:28] .a [11:28] ok, plane's boarding, better scoot [11:29] raphink: i wish you all the best then for your new work ;) === bddebian [n=bdefrees@mail.ottens.com] has joined #ubuntu-motu [11:29] thanks [11:30] You're welcome :) [11:30] hi bddebian [11:30] crimsun, thx , i'll try :) [11:31] Heya Sp4rKy, how goes the battle? :-) [11:31] hey bddebian :) [11:32] bddebian, good, i've dput 3 ackages actually (devede , yersinia & planfacile) and work on audacious === Bazzi [n=Bastian@p5080447D.dip0.t-ipconnect.de] has joined #ubuntu-motu [11:38] crimsun, thx for your help , i've wrote all you said, and i'll work on audacious tomorrow , but now i really must to sleep :) === fredix [n=fredix@86.67.45.147] has joined #ubuntu-motu [11:42] Heya phanatic [11:42] Sp4rKy: good stuff! [11:42] bddebian, thx :) [11:42] really ? [11:43] Of course [11:43] :D [11:43] Gloubiboulga, helps me for devede and yersinia, so i think there are correct , but no help for planfacile , so ... [11:51] can anyone help me, imbrandon was helping me setup chroots: im at the point were I do sudo chroot /var/chroot/edgy32/ and then apt-get update ...is this were I edit the sources file and do dist-upgrade or just when im all done === imbrandon_ [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu