[12:05] bmonty_laptop: finally uploaded. don't know what's with my upload bandwidth :-P. === Stormx3 [n=Stormx2@host-87-240-137-127.hi-velocity.net] has joined #ubuntu-motu [12:07] bmonty_laptop: I noticed that uim maintainer dropped the pm-dev build dependency. Thanks for pushing this. :-) [12:07] minghua: no problem [12:07] gn8 folks! [12:07] I just pointed out to him that there was no source file in the package that used the header file pm-dev provided [12:07] gn8 siretart [12:08] bye siretart [12:08] Nafallo: thanks [12:08] sistpoty: good night [12:08] oops, good night to siretart [12:09] hmm, irssi sees to have different nick auto-completion than others [12:09] s/sees/seems/ === selinium [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu === fredix [n=fredix@121.69.97-84.rev.gaoland.net] has joined #ubuntu-motu === selinium [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu [12:35] Hey guys, does anyone know of a problem with the Build-Essential package in Breezy? [12:36] there is no problems? :-) [12:36] in breezy? there's no problem [12:36] There is it seems [12:36] WFM [12:36] Either this guy I was helping on the Forums [12:36] but please tell ask us instead of asking to ask [12:36] really really screwed up [12:37] WFM? [12:37] I'm going to go out on a short limb and say that guy screwed his own sources.list [12:37] Works For Me (And Everyone Else But You) TM [12:38] tseng, I can't tell people on the UbuntuForums that [12:38] but you can help him troubleshoot his sources.list, because that's obviously where it started [12:38] Which I have tried [12:39] We commented out anything that looked sketchy (which was basically the PLF repo) [12:39] oh geez [12:39] comment out everything that isn't *.archive.ubuntu.com [12:39] we did [12:39] the PLF repo was the only sketchy thing [12:40] then forcibly remove/downgrade everything to stock breezy [12:40] -f install should do that correct? [12:40] no, you need to use apt-pinning [12:40] pin-priority >1000 the breezy repo [12:41] I'll look into it [12:41] then dist-upgrade [12:41] people get all sorts of random fsckedness when they use external repos [12:41] but anything from the PLF repo shouldn't interfere with build-essiential right? (I'm not familier with the PLF repo) [12:42] I have never touched PLF, so I have no idea [12:42] Its basically the storehouse for things like w32codecs it seems [12:42] ouch [12:42] heck its in that Script-O-Matic that someone whipped up [12:42] an illegal repo. [12:43] yah no kiddin' [12:43] yeah it sounds alot like BreakMyGentoo [12:43] I don't touch it [12:43] I advise against it whenever I see it, so I don't have to fix it later [12:44] i can only find a mandrake plf [12:44] besides the obvious terror organization [12:44] pretty disingenuous to name yourself after them [12:44] deb http://antesis.freecontrib.org/mirrors/ubuntu/plf/ breezy free non-free <--The line in question [12:44] hehe [12:45] its commented out [12:45] "free" [12:45] its not even available [12:45] in this case it might not be a bad name it seems :-P [12:45] Yah its down now, seems like a recent turn === cfaun [n=cfaun@pool-151-204-79-2.delv.east.verizon.net] has joined #ubuntu-motu === mgalvin [n=mgalvin@cpe-69-205-47-165.nycap.res.rr.com] has joined #ubuntu-motu [12:49] I think plf is the backports-extra replacement [12:50] hey LJ [12:50] hi Kyral [12:50] FlowDesigner devs haven't emailed me back about the problems with libflow [12:51] Kyral: hmm, I didn't know you were having a problem [12:51] It builds, but lintain complains like CRAZY about somethings [12:51] Hey LaserJock [12:51] Kyral: the NMU stuff? [12:51] Hi bmonty_laptop [12:52] LaserJock, no [12:52] libflow.so is in the wrong place, and its causing Lintain to throw fits [12:53] Kyral: oh, ok. and it's something that requires upstream to fix? [12:53] yah it requires messing with the source [12:54] Kyral: seems like they were pretty eager to help so hopefully you will hear from them soon [12:56] I am currently working on a script similar to lucas's to show us the Ubuntu and Debian version of source packages in the math, science, and tex sections [12:56] LaserJock: what do you mean "script similar to mine" ? [12:57] maybe you can explain why mine didn't work for you, so I can improve it instead :) [12:57] lucas: well, it gets the package name, version, and section and will hopefully create a .html similar to yours [12:57] lucas: well, what I am trying to do is sort by section [12:58] ah [12:58] lucas: and learn python along the way [12:59] what I got so far is at http://paste.ubuntulinux.nl/4649 [12:59] but I am getting stuck because it appears that 12 source packages in Ubuntu don't have "Section:" in them [01:00] LaserJock: fix them? compare to Debian? [01:01] Nafallo: well, I have to figure out how to tell which ones are the problem [01:02] hm, true [01:02] Nafallo: And I don't have enough scripting knowledge to figure it out yet [01:04] can't you just output two lists (one with everything except the faulty ones and one with everything) and diff? :-) === lucas [n=lucas@83.179.128.164] has joined #ubuntu-motu === marc_ [n=marc@203-166-239-93.dyn.iinet.net.au] has joined #ubuntu-motu [01:06] arg [01:06] got disconnected just when I was answering [01:06] [00:58:04] lucas: and learn python along the way [01:06] [00:58:32] you just have to change pkglist_from_rdepends.bash by your pkglist_from_section.bash [01:06] [00:58:59] if you do that, you can you all my other scripts [01:06] [01:02:17] grep-dctrl -F section 'math' -o -F section 'science' -o -F section 'tex' -ns Package /var/lib/apt/lists/ftp.oleane.net_debian_dists_unstable_main_binary-i386_Packages [01:06] [01:02:43] this does your "get all binary packages with section in ('math', 'science', 'tex') [01:06] did I miss sthing ? [01:08] lucas: interesting, I'm not sure what to think. I started this before I learned of you script and I wanted to do everything in Python [01:09] LaserJock: I think the best way to deal with that is with small shell scripts that do one thing and do it well [01:09] because everybody has different needs [01:10] good night everybody [01:10] right, this was for my own internal consumption though. I don't plan on replacing anything of yours [01:10] LaserJock: but still, you can rewrite some of my own scripts in python === mgalvin [n=mgalvin@cpe-69-205-47-165.nycap.res.rr.com] has joined #ubuntu-motu === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu === Stormx2 [n=Stormx2@host-87-240-137-127.hi-velocity.net] has joined #ubuntu-motu === LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-motu === bmonty_laptop [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-motu === xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu-motu === spacey [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu-motu === _jason [n=jason@dhcp0534.hrn.resnet.group.upenn.edu] has joined #ubuntu-motu === rob1 [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-motu === ajmitch [n=ajmitch@port161-157.ubs.maxnet.co.nz] has joined #ubuntu-motu === moyogo [n=moyogo@104pc104.ucu-vb.uu.nl] has joined #ubuntu-motu === uniq [n=frode@213.184.199.55] has joined #ubuntu-motu === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === azeem [n=mbanck@host45.natpool.mwn.de] has joined #ubuntu-motu === Ubugtu [n=bugbot@81.171.100.21] has joined #ubuntu-motu === Cimmerian [n=crom@80.239.71.231] has joined #ubuntu-motu === vuntz [n=vuntz@fennas.vuntz.net] has joined #ubuntu-motu === Mirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu === Riddell [i=jr@kde/jriddell] has joined #ubuntu-motu === crimsun [i=crimsun@pdpc/supporter/silver/crimsun] has joined #ubuntu-motu === xhaker [i=xhaker@luna.sublimesp.net] has joined #ubuntu-motu === xtat [n=xtat@gaius.rapidpacket.com] has joined #ubuntu-motu === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-motu === poningru [n=poningru@n128-227-11-184.xlate.ufl.edu] has joined #ubuntu-motu === moquist [n=moquist@pool-70-16-198-174.man.east.verizon.net] has joined #ubuntu-motu === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu === dooglus [n=dooglus@rincevent.net] has joined #ubuntu-motu === Firetech [n=Jocke@amarok/rokymotion/Firetech] has joined #ubuntu-motu === siretart [i=siretart@ubuntu/member/siretart] has joined #ubuntu-motu === \sh_away [n=nsh@ubuntu/member/backslash-sh] has joined #ubuntu-motu === tseng [n=tseng@mail.thegrebs.com] has joined #ubuntu-motu === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu === lool [n=lool@pig.zood.org] has joined #ubuntu-motu === Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu === Treenaks [n=martijn@messy.foodfight.org] has joined #ubuntu-motu === Mortas [n=kris@217.148.89.121] has joined #ubuntu-motu === NigelS [i=nigel@83.166.160.96] has joined #ubuntu-motu === Kaloz [n=kaloz@arrakis.dune.hu] has joined #ubuntu-motu === Akatemik [n=tpievila@vipunen.hut.fi] has joined #ubuntu-motu === hunger_ [n=hunger@p54A61D6F.dip0.t-ipconnect.de] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === Arrogance [n=aks@ottawa-hs-209-217-83-37.d-ip.magma.ca] has joined #ubuntu-motu === susus [n=sz@p5089EF54.dip.t-dialin.net] has joined #ubuntu-motu === chx [n=chx@unaffiliated/chx] has joined #ubuntu-motu [02:03] hi. is there a fresh bzr package somewhere? 0.1.1-0ubuntu1 is ancient [02:03] chx, deb http://people.ubuntu.com/~jbailey/snapshot/bzr/ ./ [02:04] (thats dapper though) [02:05] dapper... will that bzr install then without wanting to upgrade all python packages? [02:06] oh it works === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [02:12] morning all :) === chx [n=chx@unaffiliated/chx] has left #ubuntu-motu ["Konversation] === seth_k [n=seth@asmallorange.com] has joined #ubuntu-motu === LaserJock [n=LaserJoc@ppp-69-227-156-31.dsl.renocs.pacbell.net] has joined #ubuntu-motu [02:25] wb LaserJock [02:26] zakame: thanks, had dinner and made it home. now I can relax ;-) [02:29] good for you :) === LaserJock [n=LaserJoc@ppp-69-227-156-31.dsl.renocs.pacbell.net] has joined #ubuntu-motu === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu === _jason [n=jason@dhcp0534.hrn.resnet.group.upenn.edu] has joined #ubuntu-motu === moyogo [n=moyogo@104pc104.ucu-vb.uu.nl] has joined #ubuntu-motu === Riddell [i=jr@kde/jriddell] has joined #ubuntu-motu === xtat [n=xtat@gaius.rapidpacket.com] has joined #ubuntu-motu === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu === Firetech [n=Jocke@amarok/rokymotion/Firetech] has joined #ubuntu-motu === Kaloz [n=kaloz@arrakis.dune.hu] has joined #ubuntu-motu === NigelS [i=nigel@83.166.160.96] has joined #ubuntu-motu === Mortas [n=kris@217.148.89.121] has joined #ubuntu-motu === Treenaks [n=martijn@messy.foodfight.org] has joined #ubuntu-motu === Nafallo_away [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu === lool [n=lool@pig.zood.org] has joined #ubuntu-motu === sladen [i=paul@starsky.19inch.net] has joined #ubuntu-motu [02:57] I love the COSI [03:02] COSI? [03:02] the Clarkson Open Source Institute [03:02] cosi.clarkson.edu [03:04] Also keeps an Ubuntu Mirror :D [03:04] does anybody here use vim? [03:04] hsss boo! ;P === SloMoSnail [n=slomo@p5487F15B.dip.t-dialin.net] has joined #ubuntu-motu [03:05] Kyral: yeah, yeah I know [03:05] I can't figure out how to do a search&replace [03:06] :s/foo/bar [03:06] vimtutor, lesson 4.4 [03:06] tseng: hmm, all I get is "pattern not found". I can just do a search and it works fine [03:07] yes, read the doc please [03:11] tseng: thanks, weird, but it works [03:11] its not that weird [03:11] very similar to sed or any other regex [03:12] tseng: it just seems weird to me that I have to select all the text before I can do a replace [03:12] but I'm just learning vi so maybe my mind isn't wraped around it yet [03:12] Type :%s/old/new/g to change every occurrence in the whole file. [03:13] i dont see *anything* about selecting text [03:14] well, that is what was in vimtutor lesson 4.4 I thought [03:14] no, you move the cursor to the line [03:14] tip [03:14] to repeat the replace on another line move the cursor there [03:15] and press & in normal mode === zakame [n=zak@ubuntu/member/zakame] has left #ubuntu-motu ["Leaving"] [03:15] cool === tvelocity [n=tony@84.254.13.2] has joined #ubuntu-motu === seth_k|lappy [n=seth@d-ip-129-15-215-138.wireless.ou.edu] has joined #ubuntu-motu [03:19] tseng: nice tip === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu [03:27] chillywilly: I added dyfet to the Ubuntu marketplace earlier. [03:27] He's interested in hacking on Bayonne in Ubuntu. =) === tritium [n=michael@ubuntu/member/tritium] has joined #ubuntu-motu [03:50] hi tritium === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [03:51] hi LaserJock [03:51] tritium: been staying busy? [03:52] LaserJock: yes, putting in long hours at work, and many projects around the house (repairs after renting it out while in grad. school). You? [03:53] LaserJock: and today, this Canonical laptop's hard drive died [03:53] tritium: about the same. I have been trying to landscape the back yard a bit. Are you at sandia? [03:54] LaserJock: yes, how did you know? [03:55] tritium: don't remember. I think you said one time here. I visited Sandia at Livermore once [03:55] tritium: my lab has a collaboration there [03:55] LaserJock: oh, okay. Cool. [03:55] tritium: your Sandia is much bigger isn't it? [03:57] LaserJock: yes [03:58] tritium: I have thought about doing a post doc at a national lab but I don't know if I could get used to all the security [03:59] LaserJock: it takes some getting used to [04:01] tritium: when I was a Sandia-Livermore (not sure what it is called) it took a repair man over 2 hrs to get throught the gate because they had to take every piece of equipment out of his service truck and check it out [04:02] LaserJock: not surprising [04:02] tritium: but the pay seemed better than an academic postdoc ;-) [04:03] yes === spstarr_home [n=sh0n@CPEdeadbeef0000-CM000039d4cc6a.cpe.net.cable.rogers.com] has joined #ubuntu-motu === choudesh [n=choudesh@151.161.173.30] has joined #ubuntu-motu [04:29] Kyral: ping? [04:29] PONG! [04:29] sup [04:29] Kyral: I am trying to set up a couple different pbuilders. [04:30] yah...I gotta get to appending the PBuilderHowto don't I [04:30] Kyral: I am unsure of how to seperate the pbuilderrc files. It seems to alway look for ~/.pbuilderrc [04:31] thats just a pain in the arse [04:31] no matter what I put for --configfile [04:31] Yah it gives me that warning too [04:31] but it still abides by the configfile I give [04:31] so I can ignore it? [04:32] yah [04:32] Its just a warning not an error [04:32] ah, ok [04:32] Actually I have to go update my Pbuilders [04:33] 1 alias for 6 commands === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu [04:38] Ubuntu Breezy, Ubuntu Dapper, Debian Sid, Debian Sarge, Debian Etch === tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu === robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu [05:04] Anyone know if Emacs has a function to link a file you are working on to one on a remote server and upload the file to the remote server when you save it? === mgalvin [n=mgalvin@cpe-69-205-47-165.nycap.res.rr.com] has left #ubuntu-motu [] [05:07] Or do I get the honor of writing this plugin :D === jaldhar [n=jaldhar@pcp04197965pcs.crosky01.pa.comcast.net] has joined #ubuntu-motu === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === rob1 [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-motu [05:28] Kyral: do you have a minute to help me with my pbuilders? [05:28] yah [05:28] Kyral: ok, I think I got breezy and dapper ok, but now I want a sid pbuilder [05:28] Oh LJ, when are we gonna start working on the Ubuntu Packaging Guide? [05:29] LJ you are gonna have to create a Sarge PBuilder and upgrade that oen [05:29] LaserJock: so either specify sid lines in your pbuilder config's sources.list, or pass the distribution explicitly to pbuilder [05:29] Kyral: hmm, well that is kinda up in the air right now. I was supposed to get Unfrgiven's guide but I haven't heard from him in a while [05:30] so do I need sources.list files for each distro? [05:30] I just make separate apt.configs [05:30] sid is usually not debootstrapable though [05:30] thats what I do, and I find it very easy to manage everything [05:30] thats why I said make a Sarge PBuilder and upgrade it [05:30] for maintainability I'd say it's a good idea but don't necessary _have_ to have them for bootstrapping [05:31] Kyral: ok, that is what I have. and also seperate pbuilderrc's? [05:31] right, sid is like dapper in that sense [05:31] and now is really a bad time to build stuff in sid, due to the C++ ABI change [05:31] yeah on multiple fronts :-) [05:32] I am confused because it seems pbuilder looks at /etc/pbuilderrc, ~/.pbuilderrc, and my own ~/.pbuilder/distro/pbuilderrc files [05:33] Unless you override with --configfile [05:34] Kyral: well I had to change /etc/pbuilderrc even when I had --configfile. It looked like it was reading both [05:34] I just made copies of pbuilderrc for each one [05:35] not to mention I flat out deleted the original [05:35] Kyral: I have copies of pbuilderrc for each distro, but I didn't delete the one in /etc [05:35] Ironically it somehow symlinked the one in etc to one of my custom pbuilderrcs [05:36] Kyral: It seems that it just doesn't like having multiple .pbuilderrc's laying around [05:37] Kyral: ok, so do I need to make a pbuilderrc for sarge and another pbuilderrc for sid? [05:38] I guess I could just change one pbuilderrc [05:38] I have three different pbuilder rcs [05:39] ~/.pbuilderrc{.warty,hoary,breezy} [05:39] err, four [05:39] (the one without an extension in breezy dist-upgraded to dapper) [05:39] I keep them in /etc/pbuilder/ [05:40] crimsun: do you have a apt.config for each? [05:40] LaserJock: separate directories, yes [05:40] ~/porting/builder/$foo [05:42] crimsun: ok, that is about what I have. I have ~.pbuilder/{breezy,dapper,sid}/{pbuilderrc, apt.config/} === zoe [n=zoe@gnulinux.good-day.net] has joined #ubuntu-motu === segfault_ [i=carlos@prognus.com.br] has joined #ubuntu-motu [05:43] hmm, I still don't understand --distribution and --override-config are for when you have --configfile [05:46] --override-config is for when you make a change to something in that PBuilder's apt.config [05:46] like if you change the Sources.list to use a different mirror [05:51] I should code a Space Invaders for Emacs :D === segfault [i=carlos@prognus.com.br] has joined #ubuntu-motu [06:07] Night all === chillywi1ly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === segfault [i=carlos@prognus.com.br] has joined #ubuntu-motu === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === chillywi1ly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu === tritium [n=tritium@ubuntu/member/tritium] has left #ubuntu-motu ["Leaving"] === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu === hunger_ [n=hunger@p54A647C2.dip0.t-ipconnect.de] has joined #ubuntu-motu === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-motu === lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu-motu === rob1 [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-motu [08:38] hmm, is libjack0.80.0-dev dropped in dapper? === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === lucas [n=lucas@alabama.imag.fr] has joined #ubuntu-motu [08:40] zakame: yes. [08:40] crimsun: I see only libjack0.100.0-dev , but linphone build-deps on libjack0.80.0-dev... guess I have to update debian/control... [08:40] yes, you do [08:41] okey thanks :) [08:41] we need to do a mini-transition on everything that b-ds on libjack0.80.0-dev | libjack-dev [08:41] they need to be explicitly updated to libjack0.100.0-dev [08:41] dropping the `| libjack-dev' part? [08:42] hmm. [08:42] we differ a bit from Debian in this regard [08:42] We don't have a libjack0.80.0-dev anymore, so we _could_ leave | libjack-dev. [08:43] however, the transition in Debian was to explicitly b-d on libjack0.100.0-dev [08:43] so we should follow Debian [08:43] ah, okey :D [08:43] hi zakame, hi crimsun :) === hunger__ [n=hunger@p54A64240.dip0.t-ipconnect.de] has joined #ubuntu-motu === Stormx2 [n=Stormx2@host-87-240-137-127.hi-velocity.net] has joined #ubuntu-motu [08:44] ei slomo_ :D [08:45] hi slomo_, zakame :-) [08:46] ei crimsun :) === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu === dholbach [n=daniel@i577B0238.versanet.de] has joined #ubuntu-motu [08:51] good morning [08:52] hi dholbach === viviersf [n=cain@rrba-146-96-186.telkomadsl.co.za] has joined #ubuntu-motu [08:52] heya dholbach [08:52] hey zakame, slomo_ === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === mitsuhiko^school [n=chatzill@iserver.borg-hermagor.asn-ktn.ac.at] has joined #ubuntu-motu [09:10] moin [09:10] can anyone tell my why liblinc isn't available in breezy? [09:10] hi mitsuhiko^school [09:10] http://packages.ubuntu.com/hoary/libs/liblinc1 <-- hoary has it [09:11] wb Nafallo [09:11] hi zakame [09:12] thanx [09:12] other packages reference it, but it doesn't exist in breezy [09:12] it was removed [09:13] notice it's not in Debian either === Gloubiboulga [n=gauvain@84.5.52.178] has joined #ubuntu-motu [09:13] hello [09:13] crimsun: so the only solution is to use the hoary version? [09:14] hi Gloubiboulga [09:14] mitsuhiko^school: no, check if upstream has obsoleted it with a new package [09:14] if so, check if it's in the distro [09:14] if not, work to NEW it [09:16] crimsun: where can i check this? [09:16] mitsuhiko^school: check what? [09:16] crimsun: it upstream has obsoleted it [09:16] mitsuhiko^school: check upstream's [old] Web site [09:17] debian/copyright should have a url [09:17] ok. thx [09:22] crimsun: i can't find a note that this packages is deprecated or something similar :( [09:23] mitsuhiko^school: then you will have to use the hoary version. [09:24] bad news [09:26] I started working on https://wiki.ubuntu.com/MOTUTools [09:26] please review & comment & modify etc [09:31] mm gdebi->universe possibly [09:31] that sounds tasty [09:31] :) [09:31] morning, dholbach :) [09:32] hi crimsun :) === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu [09:36] morning dholbach [09:36] (and everyone else) [09:36] hi sivang [09:37] hi siretart [09:37] and sivang [09:42] Could anyone have a look at my Denemo package on revu ? [09:43] (~15 minutes, meeting in progress) === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu === hunger_ [n=hunger@p54A626FC.dip0.t-ipconnect.de] has joined #ubuntu-motu [09:54] can someone please check Malone #4094 and #4095 , linphone and lostirc debdiffs, PendingUpload? thanks in advance :) [09:54] Error: Could not parse XML returned by Malone bugzilla: Connection to Malone bugzilla failed: HTTP Error 404: Not Found [09:54] zakame: sure, a few more minutes remaining in the meeting. [09:55] crimsun: many thanks :) [09:59] binutils cvs => new glibc ... [09:59] something tells me I had better do a system snapshot TODAY. [10:00] :-) [10:00] crimsun: hehe, same thought here ;) [10:02] *sigh* every package i choose to merge depends on something in main to be merged first which itself has some problems... [10:04] slomo_: i can sponsor you uploads [10:05] dholbach: i can't merge the packages because the problems seem to be too hard *shrug* i'll simply do other stuff before ;) [10:05] slomo: what packages? [10:05] i just want to offer it to you [10:06] dholbach: i know... thanks :) [10:06] if there's a problem in main and you (everybody) can fix it, i will gladly sponsor the upload, if that makes things better [10:06] Nafallo: gjdoc for example... FTBFS because of ICE === Mortas_ [n=kris@217.148.89.121] has joined #ubuntu-motu [10:07] slomo_: out of curiosity, have we seen any movement on binary-promoting libpostproc-dev (from ffmpeg) to universe? [10:07] it's holding up a vlc merge [10:07] crimsun: was there a main inclusion report? [10:08] ouch [10:09] crimsun: no, elmo ignores me except for syncs :( [10:09] dholbach: err, afaik ffmpeg source remains in universe with its binary packages being split across universe (libavcodec-dev, libavformat-dev, ffmpeg) and multiverse (libpostproc-dev) [10:09] dholbach: one part of it is in multiverse... caused by a mistake [10:09] crimsun: oh sorry, i misunderstood, nevermind [10:10] dholbach: np [10:12] hm, is the dapper kernel built with gcc4? and the sid kernel too? [10:13] yes [10:13] Linux version 2.6.15-3-686 (buildd@vernadsky) (gcc version 4.0.3 20051023 (prerelease) (Ubuntu 4.0.2-3ubuntu1)) #1 SMP Thu Nov 17 01:14:29 UTC 2005 [10:13] Error: Could not parse XML returned by Ubuntu Bugzilla bugzilla: not well-formed (invalid token): line 189, column 1 [10:14] perfect :) === Fuddl [n=fuddl@faui02g.informatik.uni-erlangen.de] has joined #ubuntu-motu === hunger__ [n=hunger@p54A60DD5.dip0.t-ipconnect.de] has joined #ubuntu-motu [10:31] omg [10:31] why does a package invoke automake etc in clean?! [10:33] slomo: that was I was wondering when moving them to build ;-) [10:37] timestamp skew? [10:38] crimsun: yes :/ === Gloubiboulga is now known as Gloubi_aw === Ubugtu [n=bugbot@81.171.100.21] has joined #ubuntu-motu [10:47] hmm, where is zakame? :/ [10:48] his client timed out [10:48] about 24 minutes ago, apparently [10:49] <\sh> moins [10:50] hi \sh :) [10:51] moin === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu === rob1 [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu === xerxas [n=Miranda@AGrenoble-152-1-80-16.w86-193.abo.wanadoo.fr] has joined #ubuntu-motu [11:45] hi === Ubugtu` [n=bugbot@81.171.100.21] has joined #ubuntu-motu === Gloubi_aw is now known as Gloubiboulga === chillywilly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu [12:25] crimsun: are you sponsoring some of those merge-bugs or shall I dig in? :-) === dredg [n=nsherida@80.169.137.162] has joined #ubuntu-motu === hunger [n=hunger@p54A6347B.dip0.t-ipconnect.de] has joined #ubuntu-motu [12:44] is there a motu bugs e-mail list? [12:44] universe-bugs@lists.ubuntu.com === pietrus [n=pietro@dsl027-180-119.sfo1.dsl.speakeasy.net] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu === bradb [n=bradb@toronto-HSE-ppp3943069.sympatico.ca] has joined #ubuntu-motu === Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu === selinium [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === lllmanulll [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-motu === Hirion [n=Hirion@p5487F15B.dip.t-dialin.net] has joined #ubuntu-motu === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === selinium [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === chillywi1ly [n=danielb@CPE-65-26-222-190.wi.res.rr.com] has joined #ubuntu-motu [02:00] ajmitch, im having problems with grub again lol === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === lucas [n=lucas@alabama.imag.fr] has joined #ubuntu-motu [02:09] bmonty_laptop: have you told elmo to sync all of those ASSIGNED you already verified? [02:14] where is zakame? :-) [02:15] -Architecture: any [02:15] +Architecture: i386 powerpc ia64 amd64 alpha arm mipsel hurd-i386 [02:15] ^ that just looks wrong, no? [02:24] no, it means it's not kfreebsd-i386 for instance. [02:24] and not m68k [02:24] we don't have that one :-) [02:24] and not s390 [02:24] not those either. [02:24] we do have hppa, though [02:24] which is not in the list either [02:25] oh, the inofficals. I always forget about those. === maradong [n=bhentges@213.47.179.227] has joined #ubuntu-motu [02:35] Nafallo: I've sent elmo emails on syncing the packages I marked for sync [02:38] bmonty_laptop: ah, oki. === Nafallo found IRC to go faster ;-) [02:38] Nafallo: also, I'm assuming you uploaded the falconseye package...I made a mistake and didn't mark it as dapper so it was REJECTED [02:38] I'll upload the new debdiff in a few [02:39] oki [02:39] Nafallo: I guess I can give him that huge list of packages in IRC :) [02:39] Mornin' [02:39] hi Kyral [02:41] bmonty_laptop: btw, was breezy -> dapper the only mistake? :-) [02:42] unstable even [02:42] Nafallo: as far as I am aware, yes [02:42] did you find another ? [02:43] bmonty_laptop: nope, but I can do that change locally ;-) [02:44] ok, I've got the debdiff almost done if you want it === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu [02:46] feel free to upload, but I've already given the fixed version to my pbuilder :-) === zakame [n=zak@210.213.72.139] has joined #ubuntu-motu [02:47] ok, I'll just put it there for completeness :) [02:48] hi all [02:48] hi zakame [02:48] hey bmonty_laptop, how's the merge going ? :) [02:48] hi zakame [02:48] the merge is *REALLY* fun...you should help :) [02:49] hi Nafallo :D thanks for another upload :) [02:50] bmonty_laptop: hihi, I am on the merging too, even though I'm just on dialup :) [02:50] zakame: no problem :-) [02:50] zakame: ahh, dialup would be a limiting factor === jamessan|work [n=jamessan@c-24-218-220-129.hsd1.ma.comcast.net] has joined #ubuntu-motu [02:51] bmonty_laptop: yup... nevertheless, its fun though, and I learn as I go :) [02:51] dialup is evil === mgalvin [n=mgalvin@host-66-202-95-170.spr.choiceone.net] has joined #ubuntu-motu [02:51] zakame: same here, the value in doing the merges is touching lots of different packages [02:52] Kyral: which is why I'm seeking bandwith sponsorship :) [02:52] "sponsorship"? [02:52] bmonty_laptop: indeed, we get to learn how other people and DDs do stuff :) [02:53] damn [02:54] I should have updated Standards-Version on falconseye [02:54] I wish I could get the hang of merging [02:54] but school is more important right now [02:55] Kyral: hihi... technically I too should be in (este, on) school right now, but without books, I'm still on sem break ;) [02:55] So I'm helping out with insane amounts of support on the Forums [02:55] Racked up about 70 posts yesterday I think [02:56] wow [02:56] all reading 'Dude, STFU & RTFM!' ? [02:56] :P [02:56] Treenaks: hihi [02:56] Hell no [02:56] I stabbity anyone that says that [02:56] Nafallo: can't you re-upload? :) [02:56] Kyral: I tell people to look stuff up in the starter's guide all the time [02:56] zakame: I'm lazy [02:57] Kyral: because I'm not copy/pasting it for them [02:57] haha [02:57] Treenaks, so do I, but I don't exactly tell the to RTFM :P [02:57] I do, but in a much nicer way :D [02:57] Kyral: RTFM -> read THIS (specific) F M [02:58] Its usually something like "I believe this link will be most helpful" [03:01] Anyway I must be off [03:01] bye Kyral [03:01] Need food before class or else I'm like a computer w/o a power supply [03:03] haha === sistpoty [n=sistpoty@DSL01.83.171.150.53.NEFkom.net] has joined #ubuntu-motu [03:06] hi folks [03:06] hey sistpoty [03:06] heya sistpoty :) === ryu [n=chris@p5487DC1B.dip.t-dialin.net] has joined #ubuntu-motu [03:07] ping slomo | siretart | \sh [03:07] ping s* ? :) [03:07] hehe [03:08] actually the pings are or-d... since I need s.o. to upload a package for me (i hope elmo will add my key to the keyring soon) [03:08] sistpoty: elmo hasn't added you yet? [03:09] zakame: no... but I only asked for it last friday (didn't have to upload anything before) [03:09] oh [03:12] Nafallo: can you check my debdiff for linphone too? :) [03:13] zakame: I've almost dput'd it. [03:15] Nafallo: oh, ok :D [03:16] Nafallo: maybe you could upload s.th. for me? === Travis_Watkins_ [n=travis@216.159.64.253] has joined #ubuntu-motu === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu [03:18] sistpoty: sure :-) [03:19] Nafallo: cool... ghc6 in http://revu.tauware.de/~sistpoty/uploads/ (orig.tar.gz is already in the archives) [03:22] sistpoty: done :-) [03:24] Nafallo: thx :) === hunger_ [n=hunger@p54A642FC.dip0.t-ipconnect.de] has joined #ubuntu-motu === thierry_ [n=thierry@modemcable041.61-131-66.mc.videotron.ca] has joined #ubuntu-motu === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu [03:43] hmmm, is it safe to have a debdiff like 20051029-1 -> 20051029-2ubuntu1 ? [03:43] zakame: do you mean the version number? [03:45] 20051029-1ubuntu1 probably :-) [03:45] sistpoty: yes, this is from ion3... though the REPORT tells that the debian version is 20051029-2, from the raw log MoM got only 20051029-1 [03:46] ion3 | 20051029-2 | http://localhost unstable/main Sources [03:46] so yes, 20051029-2ubuntu1 [03:46] zakame: if the latest debian version is ...-2, then a merged version should be -2ubuntu1... (higher than last debian version, but always below next possible debian version) [03:47] sistpoty: ok... seems that mom pulled the wrong debian base [03:47] I also checked the [bcd] logs and there was no rebuild of it, basing from the morgue [03:48] <\sh> hmmm [03:48] <\sh> grep: /var/cache/pbuilder/build//9902/etc/shadow: No such file or directory [03:48] <\sh> /var/cache/pbuilder/build/9902/etc/shadow [03:48] <\sh> mv: cannot stat `/var/cache/pbuilder/build/9902/etc/shadow': No such file or directory [03:48] <\sh> strange [03:48] <\sh> it happend first time now...after I switched to dapper [03:49] \sh: sudo pbuilder login --save-after-login [03:49] \sh: touch /etc/shadow [03:49] ' \sh: i heard last night in devel, that they are working on this ;) === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu [03:49] that's why i don't update my pbuilder currently *g* [03:49] <\sh> uh..so it's not a broken pbuilder [03:50] no [03:50] \sh: I also got that too just recently while pbuilding lighty [03:50] <\sh> Nafallo: thx [03:50] np === Tifa [n=alucard@cpc3-cove3-5-1-cust39.brhm.cable.ntl.com] has joined #ubuntu-motu === Efwis [n=Efwis@colo-02-199.dsl.netins.net] has joined #ubuntu-motu [03:58] hmm, seems mom's merged.patch for ion3's too much... [03:59] hello, I was wondering if you would be interested in having a .deb version of Gnome configurator for the repos? [03:59] I already have it made on my comp === bipolar [n=bipolar@146.145.26.90] has joined #ubuntu-motu [04:00] Efwis: where's this? and what repos? [04:00] for Breezy repos [04:01] I did the alien command of the rpm it worked fine on my system [04:01] breezy are closed [04:01] for 386/686 systems [04:01] we are now in the dapper development cycle [04:02] and we only take source packages [04:02] I can get the source for you easy enough [04:03] <\sh> Efwis: create a debian package :) and walk the way of a MOTU :) [04:03] I already have the debian package for COG [04:04] it has everything you need short of the libraries that are needed on the comp [04:09] <\sh> Efwis: but you didn't create it with alien, right? u did it manually? [04:10] I have the source in front of me know, I just extracted. that is one of the things I want to learn, but I never got an answer dealing with a file [04:11] <\sh> Efwis: so now you have to learn something about debhelper and dh_make and debian package building environments [04:12] Efwis, see the dh_make part of the debian new maintainer guide [04:12] <\sh> Efwis: some pointers...first http://wiki.ubuntu.com/DeveloperResources most important link: debian new maintainer guide [04:12] show me the way, and I will do my part to help with this great distro. Thius is the first time I used linux but I want to do more then run my bus on it :) [04:13] <\sh> Efwis: second: http://wiki.ubuntu.com/PbuilderHowto (replace all hoary/breezy things with dapper...(if you have dapper running) or update a breezy pbuilder to dapper) [04:13] is wine compiled with gcc 4? [04:13] at last, ion3 debdiff finished. can someone please check #4092 debdiff PendingUpload :) thanks in advance [04:14] <\sh> Amaranth: the last time I compiled it with gcc4 [04:15] zakame: sure [04:15] Nafallo: you're my hero :D [04:15] \sh: http://bugs.winehq.org/show_bug.cgi?id=3852 [04:16] Wine bug #3852: win.c problem with gcc 4.0.1 / Dreamweaver MX 6.1 Product: Wine, Component: wine-user, Severity: normal, Assigned to: wine-bugs@winehq.org, Status: UNCONFIRMED http://bugs.winehq.org/show_bug.cgi?id=3852 [04:16] whoa, me likey Ubugtu` [04:16] bug 4092 [04:16] Malone bug #4092: ion3: merge new debian version Fix req. for: ion3 (Ubuntu), Severity: Normal, Assigned to: MOTU Merge Team, Status: PendingUpload http://launchpad.net/malone/bugs/4092 [04:16] wow, Ubugtu` 's doing good [04:16] <\sh> Amaranth: we have a different version...20050725 [04:18] <\sh> Amaranth: and write them..they should use quanta, or scream or bluefish...so they don't need to buy a coffee machine for their webdevelopment ,) === Nafallo kills the build and changes unstable to dapper for zakame [04:19] Nafallo: whoa, forgot that, sorry :( [04:20] it was a new debdiff, I should fix my emacs to default the distro to dapper [04:20] dch works for me :-( [04:20] :-) even [04:21] actually dch calls gnuclient, which runs debian-changelog-mode [04:23] hmmm one can't delete attachments in lp? [04:29] zakame: ion3 uploading. [04:30] Nafallo: salamat :) === Nafallo blinks [04:30] what's that? something eatable? :-) [04:30] it's `thanks' :) [04:31] oki :-). np. === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu === bradb [n=bradb@modemcable033.130-80-70.mc.videotron.ca] has joined #ubuntu-motu [04:38] If some aspect of a deb does not work without some other deb installed, is that a recommends or a depends? [04:38] hunger_: some aspect, or all of it? [04:39] A user might configure the first deb to work without the second. [04:39] The default config assumes the second deb to be there though. [04:39] hunger_: hmm, that could be a Suggests [04:40] hunger_: if the second deb provides functions that are desirable and enhances the first deb, then you could put that up as a Recommends iirc [04:41] hunger_: looks like a recommends to me... see debian-policy (section 7.2) [04:41] zakame, sistpoty: Thanks! [04:42] hunger_: np ;-) [04:45] quick question if I may, do need to download and install dapper. When I went to build the pbuilder file it said it couldn't find /usr/lib/debootstrap/scripts/dapper [04:46] Efwis: DebootstrapHowto [04:46] thanks [04:46] I'm getting issues atm trying to download updates from the repo [04:46] getting error 100's [04:48] Efwis: oops, it's DebootstrapChroot [04:48] ok, sorry if I'm asking too many questions but this is the only way so far that I have found to be able to assit in the dev of Ubuntu [04:49] i think using PbuilderHowto is better ... [04:49] just install a breezy pbuilder and upppppppppppgrade that to daper [04:49] whoops... kbd error [04:49] ogra: I agree :) [04:49] I did that it said I needed the dapper debstrap [04:50] dang keyboard, be glad when i get my new one [04:50] Efwis, nope, install it for breezy ... then follow the last steps in the howto for upgrading to dapper [04:50] ok ty [04:51] <\sh> Efwis: do pbuilder --create --distribution breezy...then update your pbuilders sources.list to dapper and pbuilder update [04:51] is anyone geting issues with the dapper repo's? [04:51] thanks. working on that now [04:51] Efwis: once you have a breezy pbuilder installed and working, open /etc/pbuilder/apt.config/sources.list and change all the "breezy" to "dapper" [04:53] marc_: what's your mirror? [04:53] archive.ubuntu.com [04:53] I'm getting Sub-process gzip returned an error code (100) [04:54] hmmm... is this due to an apt-get update? [04:54] possibly [05:06] anyone use a thinkpad and the ipw2200 module? [05:09] Nafallo: last request for tonight: bug 4096 meld debdiff PendingUpload :) thanks ulit :D [05:09] Malone bug #4096: meld: merge new debian version Fix req. for: meld (Ubuntu), Severity: Normal, Assigned to: MOTU Merge Team, Status: PendingUpload http://launchpad.net/malone/bugs/4096 [05:10] sistpoty: whassup? [05:11] zakame: our meld looks newer? [05:11] meld | 1.1.2-0ubuntu1 | http://localhost dapper/universe Sources [05:11] meld | 1.1.1-2 | http://localhost unstable/main Sources [05:11] hmmm, indeed, it's newer, don't tell me mom borked again on this :( [05:13] ok, lemme re-debdiff on the new source [05:14] siretart: unping (i just wanted you to upload a package... but Nafallo already did) [05:14] sistpoty: okay [05:14] zakame: why? we are already newer then Debian. no need to merge. [05:15] Nafallo: ah, ok. nothing to be done then, yay! :D [05:15] Treenaks: omg, this is scary http://foodfight.org/about-me :) === Kmirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu [05:16] Hello [05:16] Nafallo: we need to merge changes debian made [05:16] siretart: Hi ! (it's Mirno) [05:16] so I'll just reject 4096 then? [05:16] Nafallo: the version number doesn't ensure we merged all changes [05:16] dholbach: good point [05:16] Does anybody know the Liscence of Opera ? [05:16] is it freely distribuable ? [05:16] zakame: heya [05:16] dholbach: plop [05:17] Kmirno: ei :D [05:17] Kmirno: hi [05:17] Kmirno: what's up with opera? [05:17] zakame: i'd liek to know If I should accept Opera in PLF or you gonna get in MOTU really soon ? [05:17] huhu Kmirno [05:18] plf? [05:18] Kmirno: the problem is, that I did not find any redistribution statment of opera [05:18] siretart: I'd neither [05:18] hi [05:18] dholbach: hmm, right. and it seems you either made a typo on the version number or you didn't wrote you took a new upstream version ;-). [05:18] hi siretart dholbach [05:18] Kmirno: if there is none, the legal situation is unclear, and I doubt the ftpmasters would accept this [05:19] siretart: it looks like this gonna take ages to get in motu if it ever will. Do you have objections if I add it to PLF ? [05:19] ei Tonio_ [05:19] Nafallo: look at the changelog [05:19] Kmirno: wait. I'll ask in #ubuntu-devel if there are some effords [05:20] dholbach: oh. missed that line, sorry :-). you based your version against what debian has now anyway :-) [05:20] Nafallo: ok, I'll build a new merge then, reminding to myself I set dapper, not unstable :) [05:20] Nafallo: yes :) === tvelocity [n=tony@84.254.13.2] has joined #ubuntu-motu [05:20] zakame: no need. dholbach already did the merge it seems ;-). [05:20] siretart: ok [05:20] zakame: ;) [05:21] zakame: http://packages.ubuntu.com/changelogs/pool/universe/m/meld/meld_1.1.2-0ubuntu1/changelog [05:22] Nafallo: ah ok :) so I close 4096 as fixed then... [05:22] zakame: sure. [05:23] Nafallo, dholbach: very well then. :D many, many thanks again! :D [05:23] and good night all! [05:23] gnight :-) [05:23] good night Nafallo [05:24] night zakame === zakame [n=zak@ubuntu/member/zakame] has left #ubuntu-motu ["Leaving"] [05:24] er...zakame....guess I should read back further :) [05:24] bmonty_laptop: not me, zakame :-) === Nafallo jumps in the shower instead ;-) [05:26] siretart: can you upload childsplay for me? (orig-tarball needed). see ~sistpoty/public_html/uploads [05:28] sistpoty: I'm currently at work, I cannot access my gpg key conviniently [05:29] siretart: ok, I'll ask s.o. else then ;) [05:29] sorry [05:29] np siretart [05:30] dholbach: would you mind uploading a package for me? [05:30] sistpoty: not at all [05:30] dholbach: if you have access to tiber, it's in ~sistpoty/public_html/uploads [05:31] dholbach: otherwise: http://revu.tauware.de/~sistpoty/uploads/ [05:31] dholbach: the package in question is childsplay... orig.tar.gz needed [05:31] orig.tar.gz from where? [05:31] debian? ours? [05:31] ah ok [05:31] sorry :) [05:31] hehe [05:32] hmm, does it usually take this long to check the components on main? [05:32] devootstrap ? [05:32] *deb [05:32] I had to rebuild the pbuilderrc package, I goofed up the first time [05:32] yes, it does take quite some time [05:33] ok [05:33] glad I'm not doing this on dial-up lol [05:40] siretart: okay then I'll come back later to see what you decide for opera === Kmirno [n=mirspcm@office.spcmnet.com] has left #ubuntu-motu ["Konversation] [05:43] siretart, dholbach : here is the multiple licence sitribution agreement [05:43] http://composer.opera.com/composer3/agreement.dml [06:08] sistpoty: done [06:09] Tonio_: thanks for the link [06:09] shit, that late, I need to go now [06:10] cu tomrrow folks! [06:10] dholbach: thx [06:10] cya siretart === ogra_ [n=ogra@p5089E658.dip.t-dialin.net] has joined #ubuntu-motu [06:16] siretart: no pb === Kmirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu [06:22] Tonio_: ping [06:22] siretart: hi [06:22] siretart: did you see this ? http://composer.opera.com/composer3/agreement.dml [06:23] Kmirno: siretart is off since ~20 mins... but he already knows about this [06:24] sistpoty: what did he say about it ? [06:25] sistpoty: MOTU or PLF ? :) [06:25] sistpoty: did you get everything uploaded? === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu [06:27] Nafallo: till now yes :) [06:27] Kmirno: he said he needed to go then ;) (he didn't say anything bout opera license) [06:28] :-) [06:28] Kmirno: what do mean with MOTU or PLF? === marcin [n=user@www.e-dev.tele2.pl] has joined #ubuntu-motu [06:30] sistpoty: MOTU is here Universe/Multiverse repositories. PLF are the Ubuntu PLF repositories === pef [n=loic@ubuntu/member/pef] has joined #ubuntu-motu [06:31] sistpoty: Never heard of PLF ? [06:31] sistpoty: http://wiki.ubuntu-fr/doc/plf (english page) [06:31] hello ! [06:32] pef: heya [06:34] Kmirno: nope, haven't heard of it (and the link doesn't work) [06:35] Kmirno: ok, found link *G* [06:35] sistpoty: sorry forgot to ad ".org" to the domain LOL [06:39] ok, gotta go as well... cya later === segfault_ [i=carlos@prognus.com.br] has joined #ubuntu-motu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === Gloubiboulga [n=gauvain@84.5.54.32] has joined #ubuntu-motu [06:48] hi [06:48] Gloubiboulga: heya :) [06:49] pef: salut ! [06:54] am I right in thinking you need your gpg key signed by a known person before you can upload to ubuntu? [06:55] somebody in the closelyconnected set === tvelocity [n=tony@84.254.13.2] has joined #ubuntu-motu === xerxas [n=xerxas@218.107.98-84.rev.gaoland.net] has joined #ubuntu-motu === PlanarPlatypus [n=Peter@cpc3-cove3-5-1-cust39.brhm.cable.ntl.com] has joined #ubuntu-motu === splinux [n=splinux@186-125.240.81.adsl.skynet.be] has joined #ubuntu-motu [07:18] hi all === hunger [n=hunger@p54A637B6.dip0.t-ipconnect.de] has joined #ubuntu-motu === tvelocity [n=tony@84.254.13.2] has joined #ubuntu-motu [07:24] does anybody knows I have this in /etc/fstab: [07:25] /tmp/app/1/image /tmp/app/1 cramfs,iso9660 user,noauto,ro,loop,exec 0 0 [07:25] is it in the initrd ? [07:25] or is it supposed to be an inirtd file ? === dereks- [n=dereks@66.9.7.66] has joined #ubuntu-motu [07:51] Nafallo: feel free to dig in :-) === LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-motu [07:57] crimsun: already did :-). [07:57] Nafallo: sure, just reading away messages :-) [07:58] figured you wasn't here when there was no answer :-) [07:58] :-) === dereks- [n=dereks@66.9.7.66] has left #ubuntu-motu [] === tvelocity [n=tony@84.254.13.2] has joined #ubuntu-motu === edoardo [n=edoardo@213-140-21-235.fastres.net] has joined #ubuntu-motu === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #ubuntu-motu [08:20] slomo: bug 4545 is daniels boog, right? [08:20] Malone bug #4545: amsn crashes on start-up/won't load Fix req. for: amsn (Ubuntu), Severity: Normal, Assigned to: MOTU Instant Messaging, Status: New http://launchpad.net/malone/bugs/4545 [08:21] Nafallo: no idea... what is amsn? ;) [08:22] slomo: the same error was talked about with emacs and vim on devel yesterday :-) === dredg [n=nsherida@80.169.137.162] has joined #ubuntu-motu [08:22] Nafallo: ok, yes... it his problem ;) [08:26] hi [08:26] whey andrew [08:26] who wanted me to review libloki? [08:26] hello daniel [08:27] lfittl? [08:27] ajmitch: how are you? [08:27] alive, I think [08:27] that sounds a bit vague :) [08:28] you feel vague too? [08:28] I feel a bit vague this morning ;) [08:28] ~24 hours of flying to get back [08:28] ouch [08:29] oh yeah, i can imagine [08:29] i thought i was bad with 13 hrs [08:29] so now I have to sit on the sidelines for awhile before I can rejoin MOTU [08:29] and 4 days later i'm still out of it [08:30] heh [08:30] I got back yesterday morning [08:30] though i've started sleeping properly and i can look at my screens without feeling ill [08:30] :) [08:31] still waking up hungry at 2am cos my stomach thinks it's lunchtime though. [08:31] yes, I need to get some food asap :) [08:31] & I need to start bugging elmo [08:32] food first :) [08:32] ajmitch: bug elmo? :-) [08:32] what foolish thing has that man done to anyone? [08:34] Nafallo: I need my gpg key in the keyring === lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu [08:35] good to see that there's another small c++ transition to do [08:35] good? :-) [08:35] yeah, and \sh is doing all the MOTU work again :) [08:35] hehe [08:36] slomo: reassign the bug to daniels :-) [08:36] s/n/ned/ === ajmitch has to get back in touch with what is happening [08:37] wb ajmitch :-) [08:37] Nafallo: no time... please do it ;) === ajmitch sighs === Kyral [n=Chris@hamlin-166-981.hamlin.clarkson.edu] has joined #ubuntu-motu [08:37] Nafallo: but you'll get a new banshee on saturday after debian finally has gtk# 2.4.0 [08:38] dholbach: How exactly should I mention in the changelog that I want to maintain the package? (concerning your comment on libloki in revu) [08:38] slomo: yea, reassigned. not reassign :-). [08:38] lfittl: Maintainer: in debian/control [08:38] lfittl: err, no, not stating, that you want to maintain it, just mention more explicitly what you did to it... but that's fine [08:39] Nafallo: hehe [08:39] ajmitch: you can kick wavpack from your todo list :) [08:39] lfittl: with the merges going on, you should have an idea, how painful this is... but if you say, that you really want to maintain it, ie: get the bug reports, talk to upstream, get new versions in, merge with debian, ... then that's fine :) [08:39] slomo: I can probably drop everything from my todo list? [08:40] you have an todo-list? :-) [08:40] sure === Nafallo just do things and picks up the garbage later :-) [08:41] lfittl: the problem is, whenever there are changes in debian, then we'll want to have them. while i'm strongly in favor of using cdbs, we will always have to carry the delta with us... it was just my question, if you wanted to do that :) [08:42] ajmitch: um no... sure, you can... but that's the only package which is in already... i talked to lool about gst-plugins support for it and he suggested to me that he can sponsor it [08:42] so what else have I missed in the tie I've been gone? [08:42] dholbach: yep I want to do that, because the debian maintainer does not work much on this package (http://lists.debian.org/debian-mentors/2005/06/msg00133.html) [08:43] ajmitch: I've started actually doing things ;-) [08:43] Nafallo: you were doing things before I left [08:43] ajmitch: hmm, nothing big happenend imho... oh, i have no time to do anything atm but that's nothing big ;) [08:43] lfittl: i see [08:43] ajmitch: and bddebian has disappered :-/. [08:43] I DID NOT! :-) [08:43] lfittl: i'll have another look at it then [08:43] disappeared? [08:44] dholbach: ok, thanks [08:44] as in not seen on irc? [08:45] yes. he's been gone since pre-ubz or so :-/ [08:45] hm === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu === tvelocity [n=tony@84.254.13.2] has joined #ubuntu-motu === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [08:57] can you use grep on multiple lines at a time? === dereks-_ [n=dereks@66.9.7.66] has joined #ubuntu-motu === bigcx2 [n=bigcx2@157.182.194.245] has joined #ubuntu-motu [08:59] LaserJock, grep -A === dereks-_ [n=dereks@66.9.7.66] has left #ubuntu-motu [] [08:59] or grep -B [09:00] ogra: I am looking at more of matching the contents of 2 lines. I want it to grep a line containing "foo" followed by a line containing "bar" for instance [09:01] grep -A 2 foo | grep bar [09:01] hi ogra [09:02] or something like that [09:02] hi ajmitch [09:02] LaserJock: try egrep... '.*foo.*\n.*bar.*' or something [09:02] or grep -C :-) === ryu [n=chris@p5487D4DA.dip.t-dialin.net] has joined #ubuntu-motu [09:12] slomo: doesn't seem to work, maybe I will try python === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === doko_ [n=doko@dslb-084-059-099-041.pools.arcor-ip.net] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu [09:28] everybody congratulate lfittl to his first upload: http://lists.ubuntu.com/archives/dapper-changes/2005-November/001093.html [09:28] rockin'! === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu [09:29] thanks :) [09:30] cheers === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu === allee [n=ach@dialin-145-254-254-140.pools.arcor-ip.net] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu [09:58] hi all [09:58] hi raphink [10:02] :) === bipolar [n=bipolar@146.145.26.90] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu === sistpoty [n=sistpoty@DSL01.83.171.150.53.NEFkom.net] has joined #ubuntu-motu [10:09] hi folks [10:09] hi sistpoty [10:10] hi bmonty_laptop === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu === stone [n=stone@c-24-14-85-48.hsd1.il.comcast.net] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu [10:23] have a nice evening [10:25] Idon't get it [10:25] :( === dholbach [n=daniel@ubuntu/member/dholbach] has left #ubuntu-motu ["Ex-Chat"] [10:28] if a package is on the merge list, but the package vesion was only bumped for a rebuild, do we need to do anything? [10:28] ^version was bumped by debian [10:30] bmonty_laptop: so actually it's the same exact same package as we have? [10:30] sistpoty: there are some ubuntu changes that \sh made [10:30] that need to stay in the package [10:30] the package is fbi [10:30] bmonty_laptop: ok, so basically the merge would be to leave the package as is? [10:31] sistpoty: basically it would be to apply the ubuntu patch to the debian package with was only revved for a rebuild [10:31] why would a Sources.gz have packages that aren't available via apt? [10:33] bmonty_laptop: well then, do nothing and close the bug (to mark it as done in the list). If you are eager, you could also comment to the malone bug ;) [10:33] sistpoty: will do [10:33] LaserJock: are your sources up to date? [10:34] sistpoty: actually I didn't open a bug on it yet :) [10:34] sistpoty: yep, and I can see the package on archive.u.c/pool/ but apt won't install it [10:34] bmonty_laptop: then open a bug, just to close it [10:34] haha [10:34] ok [10:34] LaserJock: what does apt tell you? [10:35] sistpoty: E: Unable to find a source package for [10:35] LaserJock: do you have the right deb-src lines in /etc/apt/sources.list? [10:36] LaserJock: or using a mirror, that is flawed? [10:36] sistpoty: yep, and nope [10:37] sistpoty: oh, wait a second [10:37] LaserJock: hm... then that's strange... just retry with apt-get update ... apt-get source (or whatever you were trying) [10:39] sistpoty: ok, found it. I was doing it in a chroot that had us.archive.u.c [10:39] The us mirror seems pretty slow to sync with a.u.c [10:39] what is wrong with the us mirror? [10:40] bmonty_laptop: I had a Sources.gz file from a.u.c but I was trying to apt-get with us.a.u.c [10:40] LaserJock: yeah, but the US mirror has problems with authenticating packages (at least for me) [10:41] bmonty_laptop: I don't care about that though ;-) [10:41] bmonty_laptop: it is kinda annoying though [10:42] it's a shame that ftp.uni-erlangen.de is a really bad mirror (i study at this there *g*) [10:42] s/at this// [10:42] bmonty_laptop: even if the debian version is only a rebuild and ubuntu changes are needed but not in the debian package... please merge to get it from the to-sync list ;) [10:43] bmonty_laptop: jeez bmonty_laptop, you've repackaged the fbi. Maybe you should try the irs :) [10:43] slomo: that's why i told bmonty_laptop to file a bug and close it [10:45] sistpoty: well, i mean to get it from the MoM list... [10:45] slomo: exactly... that's the way the status of the list is updated... malone bug filed -> accepted; malone bug fixed -> done [10:46] sistpoty: not your list... scott's *sigh* i need sleep, nobody understands me :P [10:46] slomo: ah, k *g* === tvelocity [n=tony@84.254.13.2] has joined #ubuntu-motu === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has left #ubuntu-motu [] [11:02] I've got a pb with pbuilder [11:02] can anyone help me find out what's wrong? [11:03] what's the issue? [11:03] (brb) [11:04] since I upgraded to dapper, when I want to build with pbuilder I get errors like : === susus [n=sz@p5089E658.dip.t-dialin.net] has joined #ubuntu-motu [11:04] grep: /var/cache/pbuilder/build//3254/etc/shadow: No such file or directory [11:04] /var/cache/pbuilder/build/3254/etc/shadow [11:04] mv: cannot stat `/var/cache/pbuilder/build/3254/etc/shadow': No such file or directory [11:04] -> Aborting with an error [11:04] I've tried purging pbuilder, reinstalling and resetting it [11:04] then rebuilding the base archive and rrebuilding a package [11:05] I still get the error [11:05] you should be building a breezy pbuilder then dist-upgrading it to dapper [11:05] how do I do that crimsun ? [11:05] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338976 [11:05] I mean how to I dist-upgrade pbuilder? [11:05] just build a normal breezy one [11:05] ok [11:06] raphink, see the bug above [11:06] slomo: is there no way to get a package off the merge list without actually doing a merge? seems like a waste of my time and whoever sponsors the upload for me [11:06] ok [11:06] then change your apt.config/sources.list and ''sudo pbuilder update --override-config'' [11:06] bmonty_laptop: afaik not [11:07] bmonty_laptop: only if it only needs a sync [11:07] then we can just ask for it [11:07] crimsun: I already upgraded to dapper [11:08] crimsun: the ubuntu patches are needed [11:08] the debian maintainer did a rebuild for build deps === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu [11:08] bmonty_laptop: then it has to go through standard merge procedure, sorry. [11:09] sounds like something that needs to be fixed in MoM... [11:09] I'll reopen the bug and put the debdiff up [11:10] bmonty_laptop: how to find out automatically if something is just a rebuild or not? [11:12] automatically? Hmm, I don't even know if there is a way. I've only encountered one such (view3ds) [11:12] slomo: you can't, but after a person looks at it we should be able to mark it as a merge not required [11:12] and I went ahead and merged view3ds just to keep current [11:13] crimsun: I ran sudo pbuilder update --override-config [11:13] and I got : Distribution not specified, please specify [11:13] :s [11:14] while I had run `sudo pbuilder create --distribution breezy' just before [11:14] raphink: did you adjust pbuilder config (i.e. the sources.list for pbuilder) [11:15] sistpoty: pbuilderrc doesn't contain the distribution name [11:15] :s [11:16] I don't see what I shall adjust in the pbuilder config I'm sorry [11:16] raphink: but it should contain s.th. like DISTRIBUTION=... and APTCONFDIR=... [11:17] hmm [11:17] mine actually reads DISTRIBUTION=warty [11:17] there, no malone has generated more emails than that package deserves :) [11:17] but I've dist-upgraded it from warty to hoary to breezy to dapper [11:17] raphink: adjust 1) the distribution in pbuilderrc and the sources.list wherever aptconfdir points [11:17] hmm ok === hunger [n=hunger@p54A641A9.dip0.t-ipconnect.de] has joined #ubuntu-motu [11:17] so I put dapper as the distribution [11:17] no [11:17] isn't it the same as running pbuilder create --distribution dapper? [11:17] leave the distribution whatever you first created it as [11:18] crimsun: then what? [11:18] you can't create a dapper pbuilder right now [11:18] the distribution was commented crimsun [11:18] it just doesn't work. [11:18] crimsun: you can... worked for me some days ago [11:18] oh IC [11:18] slomo: broke for me :/ (amd64) [11:18] so I should keep a breezy one? [11:18] crimsun: hmm, x86 and ppc works ;) [11:18] raphink: create a breezy one, dist-upgrade it to dapper [11:18] hehe, poor crimsun with amd64 [11:18] raphink: breezy and then update to dapper is the preferred way to get a dapper pbuilder [11:19] sistpoty: it's only a box I use for pbuilder, and it's 2000 mi away [11:19] slomo: how do I upgrade pbuilder is what I don't get [11:19] I only know how to create it with pbuilder create --distribution nameofdistro [11:19] raphink: you have a sources.list in your apt.config [11:19] raphink: yes, do that for breezy [11:19] in your pbuilder's apt.config [11:20] crimsun: what is apt.config? where do I find it ? [11:20] raphink: um, you were supposed to specify that in ~/.pbuilderrc [11:20] do you mean the APTCONFDIR ? [11:20] yes [11:20] ok [11:20] I'm seting it in /etc/pbuilderrc [11:20] weehaa. communication problem (hopefully) solved :) [11:20] that works also [11:20] and it should be /etc/apt/ right? [11:21] raphink: no, did you follow the pbuilder instructions in the wiki? [11:21] bmonty_laptop: where is it? [11:21] https://wiki.ubuntu.com/PbuilderHowto [11:21] (I tend to avoid system-wide changes like that, because this box actually hosts several dozen pbuilders) [11:21] thanks bmonty_laptop === Kmirno is now known as Kmirno_AWAY [11:22] raphink: no problem. follows those instructions for breezy, and once that works I'll help you make it dapper [11:22] crimsun that's a good idea... I think I'm still corrupted by "this is my box and I have sudo-powers" [11:23] crimsun: can you have multiple pbuilder configs in .pbuilderrc? [11:23] crimsun: can you ping elmo for moving ffmpeg back to universe? [11:24] I gotta get elmo to check out sync requests I emailed him [11:25] slomo: is it delegated to him? [11:25] if so, sure === Nafallo takes on the x dep-waits we have :-) [11:26] crimsun: afaik yes... at least i was told by someone i can't remember ;) [11:26] why would there be source-packages that don't have binary packages built? [11:27] LaserJock: did they fail? [11:27] specifically, what about packages from the debian-installer section [11:27] slomo: no, I don't think they are even tried [11:28] for instance, I don't see them in http://people.ubuntu.com/~lamont/buildLogs [11:28] hmm [11:28] what package for example? [11:28] aboot-installer [11:29] alpha only iirc [11:29] another one? ;) [11:29] didn't aboot-installer get removed (or aboot)? [11:29] the complete list I'm interested in is : aboot-installer arcboot-installer cobalt-scripts colo-installer delo-installer partman-ext2r0 s390-dasd s390-netdevice srm-reader userdevfs vmelilo-installer zipl-installer [11:30] they are universe source packages that don't have a section [11:30] hmm [11:30] on debian they are all in debian-installer section [11:30] i guess they're all for archs we don't support atm [11:32] check the last two links in the Documentation section on http://www.debian.org/devel/debian-installer/ [11:32] http://wiki.debian.org/DebianInstallerBuild might give you a clearer picture of how it fits [11:33] ok, but is there something wrong with the way it is now or is it ok? [11:34] I'm not concerned about it but it caused a mess in the python script I am working on [11:39] bmonty_laptop: I created the breezy pbuilder following the wiki, now what? [11:39] in /etc/pbuilder/apt.config/sources.list change all "breezy" to "dapper" [11:39] ok [11:39] then "sudo pbuilder update --override-config" [11:40] LaserJock: I'd check with kamion. [11:40] that won't work for updates and backports will it? [11:40] raphink: no, take those out [11:40] ok bmonty_laptop [11:40] thanks [11:42] that was recorded a few years ago [11:43] like 3 years I think [11:43] yeah 3 years ago [11:43] oooops [11:44] sorry [11:44] wrong chan [11:44] lol [11:48] bmonty_laptop: I did as you said [11:48] then tried to build my pbuilder again [11:48] and i still have the same error [11:48] :( [11:48] raphink: did you use build or update? [11:48] I used build for my package [11:49] just before [11:49] after you changed sources to dapper you ran "sudo pbuilder update --override-config" ? [11:49] I used sudo pbuilder update --override-config [11:49] as you said [11:49] yes I did [11:49] it added some packages and rebuilt the base tarball [11:49] did that succeed? [11:49] then I built my package [11:49] yes [11:49] then I built with [11:49] sudo pbuilder build mypackage.dsc [11:50] what was the error with the package? [11:50] grep: /var/cache/pbuilder/build//19578/etc/shadow: No such file or directory [11:50] /var/cache/pbuilder/build/19578/etc/shadow === sebest [n=chatzill@sebest.ovibes.com] has joined #ubuntu-motu [11:50] mv: cannot stat `/var/cache/pbuilder/build/19578/etc/shadow': No such file or directory [11:51] we just need a new pbuilder [11:51] yes :s [11:51] crimsun: yeah, but I don't think that error has anything to do with updating [11:51] to dapper [11:52] well I got that just after upgrading my system to dapper [11:52] 0.128 works fine [11:52] raphink, again, see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338976 [11:52] I saw that ogra [11:52] did you do the one line fix ? === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu [11:52] no ogra [11:53] heh [11:53] I'm using the pbuilder package from dapper on breezy [11:53] do it :) [11:53] in the source of pbuilder yo umean? [11:53] ogra: or you could merge 0.138 ;) [11:54] crimsun: you mean installing from the debian package? [11:54] crimsun, yes, but its nearly 12pm and i have to do some other stuff... i think i'll look into it tomorrow if nobody else grabbed it before [11:54] evening folks [11:54] the harry potter film is great :) [11:54] ogra: no biggie :) Thanks. [11:55] Kmirno_AWAY: around? [11:55] siretart: I have to wait until it comes out on DVD, so don't spoil it [11:55] siretart, you tried audio-convert, correct? the deb package i mean : ) [11:55] bmonty_laptop: I wont ;) [11:55] :) [11:55] crimsun: "Kamion LaserJock: nobody in their right mind cares about source packages without sections" [11:56] edoardo: why do you ask? [11:56] LaserJock: that's the final answer [11:56] if I don't know the answer, I refer you to someone who does [11:57] siretart, i read it in revu. well i wanted to thank you : ) also, it works well, correct? [11:57] ogra: modified the line in the script and trying :) [11:57] crimsun: yeah, makes sense. I just have to work around it in my script, which is ok [11:57] thanks [11:57] raphink, cat >> $BUILDPLACE/etc/shadow ?? [11:58] ogra: no I modified the line as you said, with + if [ ! "$SUTOUSER" = "su " ] ; then [11:58] edoardo: I didn't actually try it. I focused on the packaging. The packaging is fine for me :) [11:58] since this guy said it worked this way [11:58] and it does [11:58] fine [11:58] so thanks much :) [11:58] :) [11:59] siretart, well thankyou for that anyway : ) [11:59] my package is all ready and nice so I was getting crazy not being able to build it nicely [11:59] you guys, how long does it take for a project in revu to be... reviewed? [11:59] usually, i mean [11:59] $RANDOM [11:59] lol [11:59] it really depends when we have time. [11:59] most of us are extremely busy [12:00] me too : ) i was wonderin' if someone was lookin' at my project though. you know, i love to take care of it : ) [12:00] crimsun: I take your work as such : [12:00] $ echo $RANDOM [12:00] 8428 [12:00] is that seconds, minutes, hours, days? [12:00] ;) [12:01] random is random [12:01] raphink: it really depends. I try to get over the list at least once a week [12:01] hehe [12:01] ok siretart :)