/srv/irclogs.ubuntu.com/2007/04/16/#ubuntu-motu.txt

=== Qbal1 [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu
Qbal1tsmithe, i'm watching12:12
tsmitheQbal1: lol you linked that name?12:12
Qbal1duh12:12
=== Qbal1 [n=toby@82-70-109-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu
=== Qbal1 is now known as tsmithe
=== d33p__ [n=d33p@87.217.144.24] has joined #ubuntu-motu
=== geser [i=mb@2002:5361:2a04:0:0:0:0:1] has joined #ubuntu-motu
=== orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-motu
sharmscan anyone take a look at my debdiff: https://bugs.launchpad.net/ubuntu/+source/xnc/+bug/4556912:51
DktrKranzsharms, you should use 5.0.4-2.1ubuntu1 instead of 5.0.4-2ubuntu112:53
sharmsah it was that, but I changed it12:53
sharmsI was using: http://www.ducea.com/2006/06/17/ubuntu-package-version-naming-explanation/   as a guide 12:53
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
DktrKranzyou should also remove /tmp/X2g8TaQUiE/ and /tmp/esulBGkxNB/12:55
DktrKranznobody uses patch -p4 :D12:55
sharmsI was in my directory, ran a dpkg-buildpkg12:55
sharmsthen from that, I did a debdiff on the orig dsc and my dsc12:56
sharmsthen I cut out the irrelevant parts that were somehow changed like build options12:56
=== MatthewV [n=MatthewV@202.183.120.81] has joined #ubuntu-motu
DktrKranzI was referring to lines beginning with that in your debdiff12:57
DktrKranzsuch as /tmp/X2g8TaQUiE/xnc-5.0.4/debian/changelog12:57
sharmsyeah and I was stating how I did it so you can correct my process12:58
DktrKranzthere should be some option to pass to debdiff12:58
Lutinyou're juste missing patchutils12:59
=== firephoto [n=tom@pool-71-115-218-80.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
=== marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu
sharmsok I installed patch utils, so what is the proper process?01:00
sharmsEdit deb, create deb with dpkg-buildpackage, create a debdiff using "debdiff"01:00
DktrKranzgood night, see you.01:01
sharmsthanks for the input01:01
Lutinsharms: if what you want to do is a debdiff, there's no need to build the deb. debuild -S will be fine instead of dpkg-buildpackage01:02
DktrKranzyou're welcome :)01:02
=== ivoks [n=ivoks@19-55.dsl.iskon.hr] has joined #ubuntu-motu
Lutingood night :)01:02
DarkSun88Good night all01:03
=== Simon80 [n=Simon80@rn-v1n5b15.uwaterloo.ca] has joined #ubuntu-motu
=== jml_ [n=jml@59.167.203.115] has joined #ubuntu-motu
=== madc [n=d@71-81-56-119.dhcp.slid.la.charter.com] has joined #ubuntu-motu
=== macd [n=d@adsl-156-75-197.msy.bellsouth.net] has joined #ubuntu-motu
=== aanderse [n=aaron@CPE0015e916db19-CM001225d7436c.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== DarkMageZ [n=richard@ppp38-114.lns2.syd6.internode.on.net] has joined #ubuntu-motu
=== forcerain [n=forcerai@tapthru/resident/NthDegree] has joined #ubuntu-motu
=== forcerain [n=forcerai@tapthru/resident/NthDegree] has joined #ubuntu-motu
=== somerville32 [n=ubuntu@CPE0016b6e69a08-CM001404556626.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== kads [n=kthakore@CPE001310a1899c-CM001692fa7e8e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== dcsmith [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu
dcsmithHey, can someone give me a hand, I'm trying to build my first package, and the locale in my chroot is causing problems02:05
crimsunfirst, is the appropriate/desired locale actually set?02:05
dcsmithwhen I try to set it i get statements about directories missing for certaine environment variables LC_ALL02:06
crimsunwell, use locale-gen02:07
crimsunpass it a whitespace-delimited list of desired first-column locales from /usr/share/i18n/SUPPORTED02:07
dcsmiththat looks like that did it02:08
dcsmithnope02:09
dcsmithit's not a locale issue after all02:09
dcsmithdbus is failing to configure02:09
dcsmithit's complaining about update-rc.d02:10
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
dcsmiththe arguments look incorrect02:10
crimsunif you're building a source package, you should be using sbuild or pbuilder02:11
crimsunwill you at least pastebin the error spew? Guessing isn't going to help.02:11
=== reggaemanu__ [n=manu@ARennes-257-1-74-214.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu
dcsmithcrimsun: in order to get the dependencies I'm trying to just do a configure, make, make install in the chrooted enviroment? Is this right?02:13
=== Ademan [n=dan@h-69-3-235-237.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
crimsunif you mean the trial-and-error approach, well, I suppose that's one way.02:14
crimsunand I presume you mean build-dependencies02:14
crimsunit's much more efficient to simply read the output from the ./configure script [if the package is autotoolised]  to get the build-dependencies02:15
crimsun`./configure --help` is a good place to start02:15
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
dcsmithhttp://pastebin.ca/44205102:16
dcsmithso then why do I need the chroot at all, If I run the thing on my machine, can/should I just package it without the chrooted environment?02:17
crimsunhowever you wish to obtain the list of build-dependencies is your prerogative. I've never favoured the approach you take, but it's certainly valid.02:18
crimsunerr, why are you executing that command?02:18
crimsunwhy not `dpkg --configure -a` ?02:19
dcsmiththe dbus package was02:19
dcsmithwith an apt-get install02:19
crimsunright, so does `apt-get -f [install] ` fail?02:19
crimsun"install" being optional02:20
dcsmithbut do I even need a chrooted environment to build the package if I've already compiled it and am running it on my machine?02:21
dcsmithyes apt-get -f install dbus fails02:21
crimsunno, just `apt-get -f install` or `apt-get -f`02:22
dcsmithyes that fails, it tries to configure dbus and fails02:22
=== damko [n=damko@host177-31-static.106-82-b.business.telecomitalia.it] has joined #ubuntu-motu
crimsunso, backing up, does `dpkg --configure -a` also fail?02:23
dcsmithyes02:23
crimsunpass -D3773 to dpkg02:23
jmgguys the rdiff-backup in edgy and feisty is bugged02:24
crimsunjmg: a bit late to do much about it now...02:24
=== effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu
jmgneeds to be bumped to 1.1.702:25
crimsun...more verbosely?02:25
jmgat some point...02:25
crimsundoes it fail spectacularly when initialising? does it corrupt the stream? etc.02:25
jmghttp://www.mail-archive.com/rdiff-backup-users@nongnu.org/msg01757.html02:26
superm1crimsun, if feisty release does get pushed back due to the kernel regressions, is there a chance in the freeze(s) on universe and such being reverted to reflect the new release date?02:26
crimsunjmg: ok, so it's a one-liner?02:26
crimsunsuperm1: being /reverted/ ? No chance in hade.s02:27
jmgcrimsun: http://packages.debian.org/changelogs/pool/main/r/rdiff-backup/rdiff-backup_1.1.9-2/changelog02:27
crimsunsuperm1: it does generally imply we may be a bit more harried/hurried in getting additional fixes in02:28
jmgcrimsun:      - fixes problem with device files handling as user (Closes: #395096).02:28
jmgcrimsun:     - fixes problems with storing to smbfs/cifs (Closes: #386983, #404947).02:28
dcsmithI get no output from the -D377302:28
crimsundcsmith: dpkg -D3773 --configure -a gives you /none/ ?02:28
dcsmithbut I mean all of this is possibly irrelevant anyway02:28
jmgcrimsun: barf on store to smb/cifsmount02:28
crimsundcsmith: yes, quite - you should create a feisty pbuilder and use it02:28
dcsmithcrimsun: okay I assume that's in the wiki?02:29
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
crimsunjmg: so we can backport that, sure02:30
crimsunjmg: would you like to generate a debdiff?02:30
jmgcrimsun: okay02:30
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has left #ubuntu-motu ["Bye]
crimsundcsmith: https://wiki.ubuntu.com/PbuilderHowto02:30
jmgjmg: whats the procedure?02:31
jmgcrimsun: whats the procedure/02:31
dcsmithcrimsun: Thanks for the help, I appreciate it02:31
crimsunjmg: backport the patch [http://lists.nongnu.org/archive/html/rdiff-backup-commits/2006-01/msg00011.html ]  to the current feisty source package; regenerate the source package; generate a debdiff02:32
crimsun`apt-get source rdiff-backup` for starters02:32
crimsunoh, hmm, it's in main?02:32
jmgyeah02:33
crimsunack, that's even more inconvenient.02:33
crimsunI'd go ahead and forget about trying it for feisty. Aim for feisty-updates.02:33
jmgcrimsun: its an old bug02:33
crimsunjmg: the procedure is outlined here: https://wiki.ubuntu.com/StableReleaseUpdates02:33
jmgcrimsun: thanks02:34
jmgcrimsun: in the meantime i enabled nfs on openfiler02:35
jmg:)02:35
=== Lathiat [n=lathiat@ubuntu/member/pdpc.basic.lathiat] has joined #ubuntu-motu
=== Czessi [n=Czessi@dslb-088-073-029-209.pools.arcor-ip.net] has joined #ubuntu-motu
=== RAOF [n=Chris_@matht464.maths.unsw.edu.au] has joined #ubuntu-motu
=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-motu
=== RedKrieg [n=RedKrieg@ip68-230-209-186.rd.hr.cox.net] has joined #ubuntu-motu
=== tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-motu
=== asantoni [n=alb@bas7-london14-1177945219.dsl.bell.ca] has joined #ubuntu-motu
damkodoes anyone know how to write a message in the gnome "bubbles" / "pop-up"  (the same that u can see when u unplug the AC for ex.)03:02
damkohave to go. bye!!03:05
=== damko [n=damko@host177-31-static.106-82-b.business.telecomitalia.it] has left #ubuntu-motu []
=== tad_ [n=tad@cpe-76-188-55-109.neo.res.rr.com] has joined #ubuntu-motu
=== jdong_ [n=jdong@SIMMONS-FIVE-TWENTY-SIX.MIT.EDU] has joined #ubuntu-motu
=== jdong__ [n=jdong@SIMMONS-FIVE-TWENTY-SIX.MIT.EDU] has joined #ubuntu-motu
=== effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu
=== effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu
=== effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
jmgnice levels... is -20 or +20 idle?03:47
RAOF+2003:48
RAOFBecause it's *very* nice.  Wheras -20 is very not nice :)03:48
jmgRAOF: thx03:48
jmgfunny03:55
jmgwhen renicing rdiff-backup03:55
jmgone must renice sshd as well03:55
jmgas the two are inexorably linked03:56
RAOFNeither of those are likely to be horribly processor intensive, surely?03:56
jmgload average: 3.31, 2.90, 2.2003:56
jmgthey are processor intensive when they have work to do03:57
jmgeg, diffing 60gb of data03:57
jmg(p3-800)03:57
RAOFAh, OK.  Still, they're probably more I/O than CPU bound, and nice doesn't touch I/O sheduling (although I *think* there's an ?experimental? I/O version of nice)03:58
jmgorly03:59
jmgmuch more I/O than cpu bound03:59
RAOFya, rly.03:59
=== RAOF can't believe he just said that :(
jmgbut linux load average counts processes waiting for io03:59
RAOFYay!  Down to a single page of Banshee bugs.04:17
=== mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu
jdongRAOF: ionice04:19
jdongRAOF: not experiemntal; but new on the blocks... works if your'e using the default CFQ io scheduler04:19
jdongs/blocks/block; no pun intended04:19
jdongAFAIK Feisty's kernel will inherit some IO niceness from cpu nice04:19
RAOFAwesome.  Cool.04:20
=== rexbron [n=rexbron@complex1-372-179.resnet.yorku.ca] has joined #ubuntu-motu
jdongit's awsome indeed. A bit of smart ionicing can do wonders to responsiveness04:20
jmgRAOF: banshee looks cool04:21
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== stratus [n=stratus@201.53.55.52] has joined #ubuntu-motu
=== effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu
=== rexbron_ [n=rexbron@complex1-372-179.resnet.yorku.ca] has joined #ubuntu-motu
=== effie_jayx [n=l3ap@190.37.175.250] has joined #ubuntu-motu
ScottKajmitch or crimsun (or anyone else): We just got a patch into klamav and I think we may have fixed it a little TOO well.  The update to a new version of clamav direct from upstream (compiles it on your local machine) now works.  Is that a good/bad thing?  Do we need to break it somehow?04:46
ajmitchexplain further04:47
HobbseeScottK: yes!  more broken packages is even better!04:47
ajmitchyou mean it overwrites the packaged clamav?04:47
ScottKYes04:47
ajmitchhow rude04:47
ScottKIt looks like it works, however.04:47
=== arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu
ajmitchit may make future upgrades a little more annoying, and generally mess up things04:47
ScottKYes.04:48
ScottKOTOH, when user X complains about the clamav freshclam warnings we can point them at klamav with suitable it's not supported warnings.04:48
ScottKBefore the latest patch, klamav would sigsegv when you checked for an update.04:49
ScottKNo it works GREAT.04:49
ajmitchheh04:49
ScottKNo/now04:49
jmgcompare with similar processes in winduhz04:49
jmgvirus scanners regularly swaps out application components in updates04:50
ScottKThe interesting thing is that it compiles right there on the machine.04:50
jmgas long as it doesnt add files that wont be managed by dpkg whats the issue?04:50
RAOFI suppose that just disabling the update mechanism is pretty useless, for a virus scanner.04:50
ScottKI'd built my clamav test packages on that same box, so I had all the build-depends installed already.04:51
ScottKDunno how easy it would be for joe average user to hunt all those up.04:51
jmgOTOH, depending on build-essential and liblkdjfalkjdrlkja needlessly bloats the installing system04:51
jmgright04:51
ScottKWell, except if it's a function of the package to build software, it ought to be able to do that...04:52
jmgperhaps the security archive can carry the clamav components and latest definitions?04:52
ScottKjmg: clamav is in universe, all it takes is more volunteer labor.04:52
jdongjmg: nobody is interested in assuming responsibility for clamav in main, that's the last I heard04:52
jmgok04:52
jmghey wait a minute04:52
jdongjmg: but one's welcome to keep it patched up in universe04:52
jmgwe're on linux.04:52
Hobbseekeescook: effectively does04:52
ScottKThe definitions come through freshclam just fine.  It's the new versions that're the issue.04:52
ScottKHobbsee is correct.04:53
jmgriddle me a point for even running clamav04:53
jdongkeescook: has been wonderful in clamav patching04:53
jdongjmg: file/mailserver for Windows machines04:53
ajmitchjmg: storing windows files on the box04:53
ajmitch& mail04:53
ScottKjmg: I run MS Office throug WINE.04:53
jdonglol04:53
jmgpfft04:53
jdongdid not expect to hear that one :D04:53
RAOFIs wine now good enough to run windows viruses? :P04:53
jdongRAOF: no, it gets partway on some04:53
ScottKAll my customers use Office, so I've go no choice.04:53
jmgScottK: is that because openoffice sucks?04:53
ScottKRAOF: Dunno.04:53
=== reggaemanu [n=manu@ARennes-257-1-74-214.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu
jmgScottK: so what happens when you run a windows virus under wine? does clamav even trap it?04:54
jmgor do you need to run Symantec under wine as well?04:54
ScottKjmg: Because the Office data formats are proprietary and the ooo reverse engineering of them is not perfect.04:54
ScottKjmg: Dunno.  I haven't tried and I don't plan to experiment with it.04:54
ScottKI don't actually use clamav on the desktop, I just run it on mailservers.04:55
ScottKThat was meant as an example.04:55
jmgOk. I can see the rationale for clamav on file/mailservers. 04:55
jmgBut doesnt that make it -server's problem?04:55
ScottKjmg: -server is a kernel.  It's all one distro.04:55
ScottKI also have it on a laptop because I've had to take it into facilities that require ALL computers to run AV software.04:56
jmgkernel and metapackages04:56
ScottKyeah.04:56
jmgwell it seems like you're fracked both ways04:56
ScottKSo, anyway ajmitch...  I've now warned people.  I dunno what the right answer is.04:56
dcsmithso I'm trying to build my first package, and I've built a source package, but when I try to install it, it fails, because it needs root to install into the directory04:57
jmger04:57
ScottKdcsmith: Did you build the binary package?04:58
ScottKThat's what gets installed.04:58
jmgyou need root to install any package04:58
dcsmithScottK: The problem occurs when trying to build the binary package04:58
Hobbseedcsmith: use fakeroot?04:59
ScottKdcsmith: jmg is right.  You need root to install anything.04:59
dcsmithok04:59
dcsmithso let me walk through this04:59
TheMuso!packagingguide | dcsmith 04:59
ubotudcsmith: The packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - See https://wiki.ubuntu.com/MOTU/Packages/New for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources - See also !backports04:59
ScottKAs Hobbsee says you can use fakeroot to get sort of root for building.04:59
jmghey, what do you guys think would be the popularity of a ubuntu-media-center package04:59
dcsmithRight, I'm doing that right now04:59
jmginstalls freevo, mplayer, codecs, lirc et al05:00
ScottKTo actually install the deb, you need to sudo dpkg -i <packagname-version.deb>05:00
dcsmithso I do a dpkg-buildpkg with fakeroot05:00
jmgas a metapackage05:00
dcsmiththen I try to use pbuilder with sudo05:00
jmgdcsmith: check permissions. chown the source tree to yourself05:01
dcsmithand I get a permission denied installing some libraries05:01
jmgdoesnt pbuilder drop privilege?05:01
dcsmiththe src directory is owned by me05:02
dcsmithhttp://pastebin.ca/44224505:05
dcsmithjmg: have you looked on the pastebin?05:07
dcsmithscottK: have you looked at the pastebin?05:08
dcsmithhello?05:10
=== dcsmith_ [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu
ScottKUnfortunately I'm just on my way to bed.  Hopefully someone else will be able to help you.05:10
RAOFI've looked at the pastebin, and I'm not sure about some of the things that it's doing.05:10
=== zen-afk [n=zenrox@pool-71-115-220-136.spknwa.dsl-w.verizon.net] has joined #ubuntu-motu
ScottKdcsmith_: Do know that everyone here is a volunteer.  No one is paid to be here.05:11
dcsmith_I understand05:11
jmgI think he knows that :)05:11
RAOFdcsmith_: *Particularly*, why is it going "rm -rf debian/tmp" and then trying to install stuff from debian/tmp?05:11
dcsmith_and I05:11
dcsmith_'m a volunteer05:11
dcsmith_and I followed the packaging guide to the best of my ability05:11
jmgdcsmith_: try -mentors (is that still going?)05:12
dcsmith_the rm -rf debian temp is from the packaging guide05:12
dcsmith_I copied the pkging guide for the hello pkg05:12
ScottKdcsmith_: You need to remove it from the temp dir after you install it.05:12
jmgdcsmith_: url to the guide you used?05:12
ScottKGood night everyone.05:12
dcsmith_as they're both configure/make/make install based I figured it didn't matter05:12
RAOFOoooh, it tooks like the "make install" is trying to install to install systemwide, where as it should be going to debian/tmp?05:12
jmgah05:13
jmg--prefix05:13
dcsmith_http://doc.ubuntu.com/ubuntu/packagingguide/C/basic-scratch.html05:13
RAOFOr $DESTDIR, one of the two :)05:13
dcsmith_wow05:13
TheMuso$DESTDIR is generally better.05:13
dcsmith_ok I get it05:13
dcsmith_i get the problem at least05:13
dcsmith_how do i destdir enable a configure make make install based src file05:14
dcsmith_shouldn't that already be there05:14
=== suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has joined #ubuntu-motu
ajmitchpackaging guide should have at least 1 example05:14
dcsmith_ok05:15
dcsmith_same url I provided?05:15
jmgajmitch: it doesnt05:15
jmgplenty of install -d05:16
jmgand cp05:16
ajmitch$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp05:16
ajmitchthe template created by dh_make has it also05:16
ScottKajmitch: I upgraded to the current packaged clamav from the one that klamav pulled from upstream and it appears to have gone without error, so I think we are likely OK (or at least not in horrible trouble).05:16
dcsmith_ajmitch: do I put that in the control?05:17
jmgrules05:17
ajmitchprobably because the "packaging from scratch" page isn't the best place to start at all05:17
jmgindeed05:17
dcsmith_ok where is?05:17
jmgdcsmith_: i imagine ajmitch is finding you a good place to start05:18
dcsmith_sorry for being a little pushy05:19
dcsmith_thanks guys for all your efforts05:19
ajmitchor ajmitch is busy at work05:19
jmgoh05:19
dcsmith_heh05:19
=== dcsmith [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu
=== suppressingfire [n=burner@cpe-24-24-95-18.stny.res.rr.com] has left #ubuntu-motu []
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== DarkMageZ [n=richard@ppp38-114.lns2.syd6.internode.on.net] has joined #ubuntu-motu
=== Antioch [n=Asdf@ip68-5-14-187.oc.oc.cox.net] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu
=== rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@a88-114-229-220.elisa-laajakaista.fi] has joined #ubuntu-motu
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu
=== mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu
=== snoops [n=blah@203-97-119-118.cable.telstraclear.net] has joined #ubuntu-motu
snoopsHi there, umm I've heard about the new importing system in feisty which imports im settings, desktop favourites etc while it installs.. I would love to add some features to it (but look at the code first)..Can someone give me some guidance on finding the code for it?07:34
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
crimsunsnoops: http://bazaar.launchpad.net/~evand/migration-assistant/trunk07:40
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
evandsnoops: if you have any questions, just ask in here and I'll respond when I can (usually within a few hours)07:44
snoopsthanks evand, I appreciate that07:52
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
evandsnoops: no problem07:56
evandsnoops: whoops, I thought we were in #ubuntu-installer.  Ask questions in there as it's much lower traffic than -motu.07:56
snoopsah, cool07:59
=== azeem_ [n=mbanck@ppp-88-217-41-17.dynamic.mnet-online.de] has joined #ubuntu-motu
=== dholbach [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu
dholbachgood morning08:14
=== DarkMageZ_ [n=richard@ppp6-91.lns4.syd7.internode.on.net] has joined #ubuntu-motu
=== reggaemanu [n=manu@ARennes-257-1-74-214.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu
=== macd [n=d@adsl-156-75-197.msy.bellsouth.net] has joined #ubuntu-motu
=== macd [n=d@adsl-156-75-197.msy.bellsouth.net] has joined #ubuntu-motu
=== macd [n=d@adsl-156-75-197.msy.bellsouth.net] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
=== thekorn [n=thekorn@a89-182-2-140.net-htp.de] has joined #ubuntu-motu
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-motu
=== Monk-e [n=guidolou@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== dcsmith [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu
dcsmithOkay so I think I've built my first package09:13
dcsmithIs there a way I can get people to review it without officially submitting it?09:14
RAOF!revu09:14
ubotuREVU is a web-based tool to give people who have worked on Ubuntu packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. See https://wiki.ubuntu.com/MOTU/Packages/REVU09:14
RAOFREVU rocks.09:14
dcsmithThanks09:14
RAOFdcsmith: You'll need to have your key added to the revu keychain, though.  Instructions on that page.09:14
=== blackskad [n=blackska@d54C0B7A4.access.telenet.be] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu
=== vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu
crimsundcsmith: when you've added it, ping me, and I'll sync the keyring.09:33
=== damko [n=damko@host177-31-static.106-82-b.business.telecomitalia.it] has joined #ubuntu-motu
raphinksiretart: ping09:33
damkogood morning to all09:33
raphinkgood morning damko09:34
raphink& hi crimsun09:34
crimsunhallo raphink 09:34
raphinkcrimsun: are you talking about REVU ?09:34
raphink(by any chance)09:34
crimsundcsmith: yep, just waiting on his confirmation that he has done the prelim steps so the keyring sync can be executed09:35
RAOFgood morning damko.  In answer to your question, the libnotify-bin package contains the binary that you can use to make popup bubbles.09:35
crimsunraphink: ^09:35
raphinkcrimsun: did you notice that REVU has been broken for 5 days?09:35
raphinkpackages get in, they get in /var/revu09:35
raphinkbut they don't appear on the web interface09:35
crimsunraphink: erck, no09:35
raphinkI've been trying to ping siretart about that09:35
raphinklook on the interface, there's no package listed after the 10th of April09:35
raphinkalthough there are in /var/revu09:36
RAOFraphink: I added a Banshee package yesterday, and it uploaded and appears?09:36
raphinkah right RAOF09:36
raphinkhmmm09:36
RAOFAlthough I suppose that got added to an existing pacakage.09:36
raphinkwell some packages don't show then09:36
RAOFMaybe *new* pacakges don't show?09:36
raphinkno packages got added on the 11th and 12th09:36
raphinkRAOF: maybe09:37
raphinkfor example09:37
raphinktclodbc got uploaded twice in the last 4 days09:37
dcsmithcrimsun: okay I joined the group09:37
raphinkand doesn't appear09:38
raphinkso I guess new packages don't make it in anymore09:38
raphinkdcsmith: welcome ;)09:38
crimsun** keyring sync running09:38
dcsmithraphink: Thanks!09:38
=== vi1 [n=lada@137.121.95.80.ip.b26.cz] has joined #ubuntu-motu
ajmitchraphink: packages after april 10 do show09:41
raphinkyes ajmitch that's right09:41
=== ajmitch sees miniracer there
raphinkajmitch: any example of *new*packages showing after that date?09:42
ajmitch^09:42
raphinkajmitch: several new packages added after the 10th of April (or even before maybe) don't show09:42
ajmitchminiracer09:42
raphinkok09:42
ajmitchfor tclodbc:  File "/srv/revu1-production/scripts/register_upload.py", line 51, in parse                                                                                                          09:42
raphinkthen there's still to figure out what's special about these missing packages09:42
ajmitch    raise 'Did not find maintainer email :('           09:42
raphinkah09:42
raphinkwhere did you see that?09:42
ajmitchany other packages you know of?09:42
raphinkardour209:43
damkoRAOF: thanks a lot for your help. very appreciated :-D09:43
=== ajmitch is reading cron output
raphinkajmitch: do you keep all the emails, or are there logs on tiber?09:44
=== ajmitch keeps all emails
raphinkor mayb in auth.log ?09:44
raphinkok09:44
raphink;)09:44
raphinkthen I'm guilty of removing the emails ;)09:44
Nafalloremove emails?09:44
Nafalloharddrives are cheap :-)09:45
raphinkhuhu09:45
raphink:p09:45
RAOF*Google's* harddrivers are cheaper :)09:45
ajmitchraphink: yeah, you're in the admin group, you should get them :)09:45
raphinkI do get them ajmitch09:45
raphink;)09:45
raphinkbut I remove them regularly (my fault)09:45
=== ajmitch has about 15GB for ~/Mail
damkoajmitch: wowowowo :-)09:46
ajmitchah no, only 12GB :)09:46
crimsunRAOF: banshee available, marked "fix released".09:46
TheMusoraphink: ardour2 was archived09:46
ajmitch-rw-------   1 ajmitch ajmitch  1.8G 2007-04-16 19:41 launchpad09:46
damkoajmitch: ah .... this changes everything .... only 1209:46
ajmitchthe result of subscribing to ubuntu-bugs09:46
RAOFcrimsun: Wooo!09:46
TheMusoAs we aren't taking that route for that any more.09:46
crimsun** keyring sync completed09:47
=== gortiz [n=gortiz@88.87.105.4] has joined #ubuntu-motu
dcsmithcrimsun: Thanks, found a problem w/the pkg, so I wanna fix that before I upload10:08
=== Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu
=== ajmitch is very worried about the health of the monitor here - the screen seems to shrink & expand quickly every so often
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has left #ubuntu-motu ["Leaving"]
highvoltagewhat's that filename where I can specify my name, email address etc where dch gets the information from?10:24
dholbachhighvoltage: 10:25
dholbachdaniel@lovegood:~$ grep DEB .bashrc 10:25
dholbachexport DEBFULLNAME='Daniel Holbach'10:25
dholbachexport DEBEMAIL='daniel.holbach@ubuntu.com'10:25
dholbachdaniel@lovegood:~$ 10:25
ajmitchprobably ~/.devscripts.conf10:25
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
ajmitchsorry ~/.devscripts 10:26
highvoltagedholbach: ah, thanks!10:26
highvoltageajmitch: cool10:26
dholbachnp10:26
=== ajmitch just has them in .bashrc though
ajmitchfor other useful tools like emacs :)10:26
highvoltagehmmm.. .devscripts doesn't exist, is there a tool that creates it? (I vaguely remember something like that)10:26
ajmitchnope10:26
=== ajmitch may be wrong about setting DEBEMAIL & DEBFULLNAME there
=== highvoltage just puts them in .bashrc too :)
=== TheMuso_ [n=luke@dsl-220-235-192-49.nsw.westnet.com.au] has joined #ubuntu-motu
=== davromaniak [n=cyril@AFontenayssB-152-1-22-147.w83-114.abo.wanadoo.fr] has joined #ubuntu-motu
=== TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu
=== CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has joined #ubuntu-motu
CrippledCanaryWhat's the status on revu today? I just uploaded a package but it doesn't show up.10:57
\shmoins10:57
ajmitchhi \sh 10:57
ajmitchCrippledCanary: depends if you're in the keyring10:58
ajmitchand if you uploaded a source-only package10:58
ajmitch& that it was to revu, not upload.ubuntu.com10:58
=== ivoks [n=ivoks@wall2.grad.hr] has joined #ubuntu-motu
CrippledCanaryI was in the keyring previously, it was a source package, perhaps the dput config has been changed.10:59
=== ajmitch has no record of a failed upload
CrippledCanaryOk...10:59
CrippledCanaryThe default has changed from revu to upload.ubuntu. I missed that one.10:59
CrippledCanaryWhat is the current routine for uploading?11:00
ajmitchdput revu file_version_source.changes11:00
CrippledCanarydput I knew about... isnt revu used any more?11:01
CrippledCanaryat all11:01
=== allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-motu
ajmitchyes it is11:02
ajmitchI wrote revu there11:02
CrippledCanaryOhh,.,,, 11:02
CrippledCanarymissed it.11:02
CrippledCanarythanks.11:02
highvoltagewhat's the difference between usint debsign and doing a gpg --clearsign file.dsc?11:04
=== CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has left #ubuntu-motu []
highvoltagesomehow gpg --clearsign works fine, but debsign doesn't, it says that the secret key isn't available.11:04
highvoltagegpg --clearsign works though11:05
ajmitchdebsign probably uses what's in DEBEMAIL11:05
ajmitchor not, looks like it should parse the .changes file for the email address to match11:06
highvoltageI think it gets it from the changelog11:08
=== jekil [n=alessand@host194-229-dynamic.5-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
jekilhello11:12
damkojekil: hi11:13
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
=== cedrick_ [n=cedrick@243.155.98-84.rev.gaoland.net] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
sacaterimbrandon: https://wiki.ubuntu.com/sacater11:22
sacaterimbrandon: how does that look for tommorow11:23
=== dholbach_ [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu
crimsunsacater: be aware that the CC may look for more substantial demonstrated involvement, but if you have hearty advocates, it may not be a problem.11:31
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
crimsunsacater: my suggestion is that you expand your "future plans" section. While noble, it doesn't address Ubuntu users foremost.11:31
crimsun(not that one must neglect the F/LOSS community at large for the sake of Ubuntu)11:32
=== dholbach__ [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
sacaterF/LOSS?11:36
sacatercrimsun: 11:38
shawarmaFree/Libre and Open Source Software11:39
Monk-eSo, is Feisty going to be released withoutn an RC?11:39
=== vorn [n=vorn@82.152.192.134] has joined #ubuntu-motu
=== jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu
=== jikanter [n=jordan@c-24-12-220-77.hsd1.il.comcast.net] has joined #ubuntu-motu
sacatercrimsun: i added more https://wiki.ubuntu.com/sacater11:58
=== freeflying_ [i=root@gobstopper.dreamhost.com] has joined #ubuntu-motu
=== Ferkins [n=Ferkins@106.208.101-84.rev.gaoland.net] has joined #ubuntu-motu
=== TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu
=== dholbach [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu
=== vorn [n=vorn@82.152.192.134] has left #ubuntu-motu ["Leaving"]
=== dholbach_ [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu
=== CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has joined #ubuntu-motu
CrippledCanaryCould someone have a quick look at http://revu.tauware.de/details.py?upid=4822 please.12:41
sacaterof course12:46
sacaterscribe log12:46
sacaterCrippledCanary: what about it?12:46
=== LuisBG [n=d33p@87.217.144.52] has joined #ubuntu-motu
=== dholbach_ [n=daniel@i59F775BE.versanet.de] has joined #ubuntu-motu
CrippledCanarysacater: Is it ok, have I missed something, policy wise or else12:53
=== DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu
TheMusoOk, buy guys. About to pull down my computer setup, so its ready for the move tomorrow.12:55
DarkSun88Hi all12:55
TheMusoWill be back online as soon as the ADSL gods give the green light on the new line12:55
StevenKTheMuso: What, after the Feisty release? :-P12:55
TheMusoStevenK: Unfortunately, yes.12:55
StevenKHmph. I was joking.12:56
TheMusoHey I know that.12:56
StevenKTheMuso: It's more Telstra I'm glaring at. :-)12:56
=== CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has left #ubuntu-motu []
TheMusoStevenK: heh12:56
=== jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu
=== acacs [n=acacs@20132172209.user.veloxzone.com.br] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu
=== slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has left #ubuntu-motu ["Quitte"]
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has joined #ubuntu-motu
=== CrippledCanary [n=Crippled@h144n1fls33o1006.telia.com] has left #ubuntu-motu []
=== EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
=== statik [n=emurphy@canonical/launchpad/statik] has joined #ubuntu-motu
sacateris there a developer of the week thing?01:39
=== Ferkins [n=Ferkins@106.208.101-84.rev.gaoland.net] has joined #ubuntu-motu
=== freeflying_ [n=freeflyi@61.240.197.44] has joined #ubuntu-motu
=== Nafallo [n=nafallo@ubuntu/member/nafallo] has joined #ubuntu-motu
crimsunsacater: sort of. There're behindubuntu and behindmotu.01:44
sacatercrimsun: where are they?01:45
sacaters'ok01:46
sacateround01:46
sacaterfound*01:46
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== thekorn [n=thekorn@a89-182-2-140.net-htp.de] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
ScottKAlthough at least last time behind MOTU was more of a "the guy that was on IRC when Laserjock asked" than developer of the week.02:00
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
imbrandonScottK, heh02:02
=== dholbach_ [n=daniel@i59F7635B.versanet.de] has joined #ubuntu-motu
sacaterimbrandon, did you look at my wiki02:06
imbrandonsacater, not yet, but crimsun gave you some good advice02:07
sacateri took the advice and worked to it :P02:07
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
=== Czessi [n=Czessi@dslb-088-073-029-209.pools.arcor-ip.net] has joined #ubuntu-motu
=== danohuiginn [n=dan@p54BEFFE5.dip.t-dialin.net] has joined #ubuntu-motu
=== RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Tonio_ [n=tonio@mst45-2-82-242-83-37.fbx.proxad.net] has joined #ubuntu-motu
=== ivoks [n=ivoks@34-23.dsl.iskon.hr] has joined #ubuntu-motu
=== freeflying__ [n=freeflyi@220.205.4.210] has joined #ubuntu-motu
=== iceman [n=iceman@195.244.169.43] has joined #ubuntu-motu
=== marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu
=== LuisBG [n=d33p@87.217.144.52] has joined #ubuntu-motu
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
bddebianHeya gang02:56
ScottKHeya02:57
geserHi bddebian02:57
bddebianHi ScottK, geser02:57
Hobbseehiya02:57
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
siretartraphink: pong - sorry, I'm on a buisness trip, so I can't look at it seriously until wednesday :(03:02
siretartraphink: if you catch sistpoty, try to ping him, maybe he can help as well03:02
=== EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== paran [n=paran@cust.fiber-lan.snet.lk.212.214.112.112.visit.se] has joined #ubuntu-motu
=== esaym [n=user@cpe-72-183-202-162.satx.res.rr.com] has joined #ubuntu-motu
=== _MMA1 [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
=== caravena [n=caravena@125-152-223-201.adsl.terra.cl] has joined #ubuntu-motu
ScottKI have decided to try and become an Ubuntu member.  If there are MOTUs (or anyone else) that are available and willing to support me in this, the CC meeting is April 17 2007, 20:00 UTC.  My wiki page is at https://wiki.ubuntu.com/ScottKitterman.  Comments if you have them please. 03:36
=== lakin [n=lakin@206.174.196.147] has joined #ubuntu-motu
=== TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
bddebianw00t ScottK03:37
=== EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu
=== _MMA1 is now known as _MMA_
=== luisbg [n=d33p@87.217.144.80] has joined #ubuntu-motu
StevenKScottK: I'd love to, but 2000UTC == 0600 AEST03:41
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
ScottKStevenK: Thanks.  I understand.03:42
crimsunScottK: send me an email (crimsunkg at yahoo) so that it's added to my cal03:42
crimsunI'll try to poke my head in03:42
StevenKScottK: All TechBoard meetings are 2000UTC. It makes attending them not fun.03:42
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
ScottKcrimsun: Sent.  Thanks.03:44
=== effie_jayx [n=l3ap@200.84.120.245] has joined #ubuntu-motu
=== danirus [n=danirus@p5B0D52B1.dip.t-dialin.net] has joined #ubuntu-motu
=== effie_jayx [n=l3ap@200.84.120.245] has left #ubuntu-motu ["Abandonando"]
=== effie_jayx [n=l3ap@200.84.120.245] has joined #ubuntu-motu
=== effie_jayx [n=l3ap@200.84.120.245] has joined #ubuntu-motu
=== snoops [n=blah@203-97-119-118.cable.telstraclear.net] has left #ubuntu-motu []
\shimbrandon: did you test the 0.9.35 packages of wine?04:02
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu
imbrandon\sh, yes, some, so far so good, no regressions that i can tell04:12
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu
=== asantoni [n=alb@bas7-london14-1177945887.dsl.bell.ca] has joined #ubuntu-motu
ScottKdoko: would you be avaialble to look at a potentially troublesome Python bug? Bug #10693904:20
ubotuMalone bug 106939 in Ubuntu "Python update fails because it appears to require itself" [High,Confirmed]  https://launchpad.net/bugs/10693904:20
=== blackskad [n=blackska@d54C0B7A4.access.telenet.be] has left #ubuntu-motu []
=== gnomefre1k [n=gnomefre@adsl-144-154-3.rmo.bellsouth.net] has joined #ubuntu-motu
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
dokoScottK: you need to find out why update-desktop-database core dumps (called from the python2.5 postinst)04:24
ScottKdoko: Thanks.  Any hints on how to do that?  I've had remarkably little success myself with debugging postinst problems.04:25
dokoScottK: ask the bug submitter to run sudo update-desktop-database, and hopefully you'll get a stack trace / apport report.04:26
ScottKdoko: Thanks.04:27
=== d33p__ [n=d33p@87.217.144.52] has joined #ubuntu-motu
=== Lure [n=lure@153.5.60.234] has joined #ubuntu-motu
=== schultmc [i=schultmc@nat/progeny/x-7e79c0d47e399e14] has joined #ubuntu-motu
=== Ferkins [n=Ferkins@106.208.101-84.rev.gaoland.net] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== GNUro [i=GNUro@gateway/tor/x-ca653902a843667b] has joined #ubuntu-motu
\shimbrandon: cool :) thx :)04:57
=== \sh needs to go...looking for a flat
=== effie_jayx [n=l3ap@190.37.175.250] has joined #ubuntu-motu
=== Ash-Fox [i=UNKNOWN@fgd182.internetdsl.tpnet.pl] has joined #Ubuntu-motu
=== GNUro [i=GNUro@gateway/tor/x-ca653902a843667b] has left #ubuntu-motu ["(gdb)]
=== fowlduck [n=nate@205.213.123.21] has joined #ubuntu-motu
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== allee [n=ach@allee.mpe.mpg.de] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== marcin_ant [n=marcin@194.114.146.126] has joined #ubuntu-motu
=== jekil [n=alessand@host194-229-dynamic.5-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== marcin_ant_ [n=marcin@194.114.146.126] has joined #ubuntu-motu
=== xhaker [n=xhaker@84.90.227.168] has joined #ubuntu-motu
=== ivoks [n=ivoks@21-23.dsl.iskon.hr] has joined #ubuntu-motu
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== mrpouit [n=mrpouit@sd-4358.dedibox.fr] has joined #ubuntu-motu
=== Sp4rKy [n=Sp4rMy@ubuntu/member/sp4rky] has joined #ubuntu-motu
=== Sp4rKy [n=Sp4rMy@ubuntu/member/sp4rky] has joined #ubuntu-motu
=== GNUro [i=GNUro@gateway/tor/x-5f5b168ed09c01e8] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== xtknight_ [n=xtknight@c-68-43-122-102.hsd1.mi.comcast.net] has joined #ubuntu-motu
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu
=== CrippledCanary [n=a130494@h144n1fls33o1006.telia.com] has joined #ubuntu-motu
jdongcrimsun: does our VLC build against system or internal ffmpeg?06:29
=== TomaszD_ [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
Lathiatheh qdb.us06:50
Lathiat<Trinexx> I've come to the conclusion that my spare computer sucks ass.06:50
Lathiat<Trinexx> I tried to install Xubuntu on it, and it gave me an OOM error.06:50
ScottKLathiat: How much RAM?07:00
Lathiatheh no idea07:00
Lathiatas i said, qdb.us :)07:00
ScottKAhh.07:01
jdongScottK: not enough ;-)07:01
ScottKThat or some other problem.07:01
=== kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu
=== jekil [n=alessand@host42-236-dynamic.9-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== blackskad [n=blackska@d54C0B7A4.access.telenet.be] has joined #ubuntu-motu
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu
LaserJockdholbach: quick question about MOTU Mentors. Have you filed a request for a mailing list?07:27
dholbachLaserJock: no07:27
dholbachi thought there'd be more discussion about the topic07:27
LaserJockwell, everybody I talked to thought it was a great idea07:27
LaserJockboth MOTUs and MOTU Hopefuls07:28
LaserJocka couple did send emails with a "+1"07:28
ScottKLaserJock: I'm planning on trying to become an Ubuntu member tomorrow at the CC Meeting.  Any chance you would show up and speak on my behalf? (2000 UTC)?07:28
LaserJockI might be able to07:28
dholbachLaserJock: can you drop a mail to MC about that? somebody should take care of filing an RT request and making sure it gets done07:29
=== ScottK would appreciate it if you could.
=== dholbach -> dogwalk - seeyou later
LaserJockmy schedule has been kinda crazy but I'll certainly try07:29
LaserJockdholbach: ok, I'll send it07:29
dholbachsuper thanks07:29
ScottKUnderstand having a crazy schedule.07:29
=== Monk-e [n=guidolou@c529dd229.cable.wanadoo.nl] has left #ubuntu-motu []
=== fowlduck [n=nate@205.213.123.21] has joined #ubuntu-motu
marcin_ant_hi all is there someone that could talk with me about dbconfig-common?07:37
=== kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu
imbrandonwow 32+ dead at VA school, man o man, this aint gonna be good07:45
imbrandoncrimsun, semi close to home for you ( eastern USA )07:46
=== ScottK knows people that went there.
marcin_ant_stupid country with more guns than people07:47
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== imbrandon glares at marcin_ant_ [..]
jdongouch, virginia tech....07:49
jdongironic that it'd happen on patriot's day :-/07:50
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
marcin_ant_imbrandon, glare at all gun manufacturers and at law in usa that allows to have weapon at home07:52
marcin_ant_anyway any dbconfig-common maintainer/user/developer here?07:52
ScottKmarcin_ant_: This really isn't the time or place for that sort of comment.07:53
imbrandonmarcin_ant_, me being one of those people , a voteing person that stand firmly behind those laws and our consitution, tread lightly where your about to go because this is not the place, nor am i the one07:53
=== Neonightmare [n=neonight@252.105.62.81.cust.bluewin.ch] has joined #ubuntu-motu
=== Neonightmare [n=neonight@252.105.62.81.cust.bluewin.ch] has left #ubuntu-motu []
imbrandonmarcin_ant_, also all universe packages are maintained in a group effort, so just simply stating a package name will do you little good in getting help /most/ of the time, its better to state specific question then myself or someone familiar with the situation might be able to help07:57
imbrandonor atleaste point you in the right direction07:58
=== imbrandon is afk a few
marcin_ant_ScottK, tell the same to imbrandon - this is also not a place to talk about this at all, eot from me07:59
=== jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu
marcin_ant_imbrandon, sure but in dbconfig-common is mentioned that maintainer is motu08:00
ScottKmarcin_ant_: That's true for all Universe packages that have Ubuntu specific changes.  He's giving you good advice.08:00
imbrandonand MOTU is a group of 50+ people, as i said a group effort08:00
=== Lin [n=igor@unaffiliated/LinCity] has joined #ubuntu-motu
=== RedKrieg [n=RedKrieg@ip68-230-209-186.rd.hr.cox.net] has joined #ubuntu-motu
Linhi all.08:00
ScottKHello08:00
marcin_ant_imbrandon, and I got a problem with this tool (and propably not only me while a lot of packages that depends on dbconfig-common doesn't work properly on my machine)08:01
Linwho/how is created /var/run/network/ifstate?08:01
geserLin: ifup/ifdown08:01
marcin_ant_imbrandon, so I though that maybe there will be more people that could talk about bugs and eventually solutions for dbconfig08:02
Linhm.... something weird happened on my instalation. ifup didn't started my loopback. :-/08:02
marcin_ant_imbrandon, anyway this channel is somewhat quiet nowadays so no problem I will try to find some help elsewhere08:03
imbrandonmarcin_ant_, well if its just about "bugs" #ubuntu-bugs would be far more helpfull, also "dosent work" is hard to decern what is wrong without more info, this channel is more for the packageing of software08:03
imbrandonalso launchpad.net is a good place to start / search if there are others 08:04
imbrandonwith the same issue08:04
marcin_ant_imbrandon, ok I will shortly define what doesn't work - dbconfig-common simply doesn't create new database, so I need to create empty database and then install package...08:06
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu
=== gortiz [n=gortiz@88.87.105.4] has joined #ubuntu-motu
Lingeser: is it created when you install the package or while running the command it self?08:14
=== alleeHol [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-motu
geseras /var/run is on tmpfs it's recreated after boot08:16
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
=== aanderse [n=aaron@CPE0015e916db19-CM001225d7436c.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
sacaterhey guys... latest linux kernel is 20+ and we are using 15, is there a way for me to get that kernel... compile from source i expect... but would everything still work, eg be compatable08:20
gesersacater: I've here 2.6.20-15-lowlatency08:21
geser15 is the Ubuntu API version08:21
imbrandonwe have .20+ sacater , -15 is *our* version08:22
imbrandonerr better revision08:22
sacater[sacater@neo ~] $ uname -r    08:22
sacater2.6.20-15-generic08:22
sacater[sacater@neo ~] $ 08:22
sacateri would like 20+...08:22
sacaterif i can get it...08:22
imbrandonexactly, 2.6.20 :) -15 is the revision from us08:22
imbrandonthere is no -20 that exists08:22
sacaterwhat... not anywhere?08:23
imbrandonno not anywhere08:23
sacaterimbrandon: you still coming to meeting tommorow?08:23
DktrKranzsacater, as of today you can get 2.60.21-rc7 from kernel.org08:23
imbrandonsacater, yea i will try08:23
sacaterDktrKranz: aha thanks08:23
sacaterimbrandon: cool, thanks08:23
sacaterLaserJock: can you do the meeting tommorow?08:23
DktrKranzwhat time will it be?08:24
sacater20:00 UTC08:24
=== imbrandon wonders when the next BehindMOTU from LaserJock is comming :) ( you should really get a subdomain/blog dedicated to that imho , like behindmotu.{blogger.com,wordpress.com} )
sacaterimbrandon: i couldnt find behindmotu in a google search :(08:25
=== alleeHol [n=ach@lapex-mcallee.mpe.mpg.de] has joined #ubuntu-motu
LaserJocksacater: I can try08:26
sacaterLaserJock: great, thanks08:26
DktrKranzthere are still some [could-not-install]  bugs open08:28
DktrKranzdid anyone work on them in the past?08:28
sacaterDktrKranz: kernel.org aint existing08:30
DktrKranzif not, I can work on some of them in the next days08:30
DktrKranzsacater, they had some troubles recently08:31
sacaterDktrKranz: so some people are going without kernels :P08:32
DktrKranzyou can use a mirror08:32
DktrKranzwww.[countrycode] .kernel.org08:34
DktrKranze.g. www.it.kernel.org08:34
=== Q-FUNK [n=q-funk@cs27009116.pp.htv.fi] has joined #ubuntu-motu
Lingeser: even weirdier.. my /var/run lacks of network directory. did you know where the problem should be?08:38
gesercheck if /etc/init.d/loopback is still linked in /etc/rcS.d/08:40
Linwhich package configure /var/run as a tmpfs?  cause mine isn't in a tmpfs08:41
geser/etc/init.d/mountkernfs.sh08:41
=== Monk-e [n=guidolou@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
Linloopback has a link at rcS.d called S08loopback. Its all right.08:43
geserhere too08:44
=== kjcole [n=kjcole@ubuntu/member/kjcole] has joined #ubuntu-motu
Lingeser: mount kernfs.sh too as S0108:45
LinI will reboot to check at console.08:45
=== jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu
Linhmm its complaing about /var/run and /var/tmp do not exist :-/08:47
crimsunimbrandon: my mum's alma mater08:48
sacaterDktrKranz: well, i will try and get that kernel running...08:50
sacaterDktrKranz: when i go to download it.... its called a 'patch-#-#-#-.bz208:51
sacaterDktrKranz: is that right08:51
DktrKranzit's right, given the fact you have a full 2.6.20 kernel08:52
LaserJockok people, does http://behindmotu.wordpress.com/ look very Ubuntuish?08:52
DktrKranzbut you can download it easily08:52
LaserJockseems a bit to orangy to me :/08:53
sacaterLaserJock: yeh mate, dim down the orange08:53
LaserJockhow about now?08:54
jdongnow it's brown :-/08:54
jdongnot that... I have anything against browns08:54
jdongI vote democrat.08:54
LaserJockbrown's good, right?08:54
LaserJockit's Ubuntu08:54
sacateryeh sure08:54
jdongorange looks livelier though08:55
sacaterDktrKranz: im downloading the full kernel source08:55
imbrandonwow looks like a drupal theme :)08:55
LaserJockyep08:55
LaserJockit is actually08:55
LaserJockthey made a wordpress theme from garland08:55
imbrandonnice08:55
LaserJockwhich is what I'm using on my site08:55
imbrandonfooooood brb08:55
imbrandonyea i have that theme on ubutnuwire.com ( but its actualy drupal )08:56
imbrandon:)08:56
DktrKranzif you have a ubuntu.com-like theme in handy, it could be great :)08:56
sacaterDktrKranz: when i compile the source... it puts the correct files/boot right?08:57
DktrKranzwhat do you mean?08:57
=== fowlduck [n=nate@205.213.123.21] has joined #ubuntu-motu
=== danohuiginn [n=dan@p54BEFFE5.dip.t-dialin.net] has joined #ubuntu-motu
sacaterDktrKranz: meh forget it, what am i supposed to do with this patch file thing09:03
=== psusi [i=hidden-u@iriserv.iradimed.com] has joined #ubuntu-motu
DktrKranzfirst, untar linux-2.6.2009:05
DktrKranzcd in it09:05
sacatermmk09:05
DktrKranzand run bzcat ../patch-2.6.21-rc7.bz2 | patch -p109:05
sacateri have 2.6.20.709:06
DktrKranz-rc7 is against 2.6.2009:07
DktrKranzI think you will have troubles in applying on a 2.6.20.709:07
sacatererm no09:07
sacateri meant the .bz209:07
=== bronson [n=bronson@66.237.74.66.ptr.us.xo.net] has joined #ubuntu-motu
sacaterlinux-2.6.20.7.tar.bz209:08
DktrKranztar fjx linux-2.6.20.7.tar.bz2, but I suggest you to take 2.6.2009:09
sacaterok09:09
sacaterlet me download it09:09
=== doko [n=doko@dslb-088-073-122-210.pools.arcor-ip.net] has joined #ubuntu-motu
sacateri cant see anything with that number09:09
sacaterhttp://kernel.org/09:10
sacaterwhich one09:10
=== Monk-e [n=guidolou@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
sacaterDktrKranz: dont want to spam motu, can we do this is #sacater09:10
=== Q-FUN1 [n=q-funk@a88-114-229-220.elisa-laajakaista.fi] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@a88-114-229-220.elisa-laajakaista.fi] has joined #ubuntu-motu
ScottKPackaging question??  Does a native package that is Ubuntu only (not in or intended for Debian) get an Ubuntu specific version number?09:17
geserafaik you don't need to add ubuntuX to the revision in these cases09:18
ScottKgeser: Thanks.09:20
Linsorry to ask, but where is /etc/inittab?09:21
=== GNUro [i=GNUro@gateway/tor/x-1688e31acd608940] has joined #ubuntu-motu
=== jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu
DktrKranzLin, upstart does not provide it09:24
LinDktrKranz: do you know the first thing loaded after init()? (i know that everyone here hates short answers)09:24
=== micahcowan [n=micahcow@adsl-76-199-97-79.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu
LaserJockok everybody, behindubuntu.wordpress.com is up09:42
=== enyc blinks at LaserJock
superm1you sure: The blog you were looking for, behindubuntu.wordpress.com doesn't exist but you can create it now!09:43
LaserJockbah09:44
LaserJockbehindmotu.wordpress.com09:44
LaserJockI got mixed up09:44
superm1:)09:45
bddebianDamnit, why do I keep getting all the mentor requests?  I'm probably the worst MOTU of the bunch09:46
=== cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu
geserwhich mentor requests?09:46
crimsunbecause you're the most friendly, duh09:46
superm1lol09:46
crimsunif you're an asswipe like me, no one asks :-)09:46
=== cbx333 [n=pete@84-45-238-195.no-dns-yet.enta.net] has joined #ubuntu-motu
crimsunbesides, as part of the motu trinity, you should know that you're going to be accosted for mentoring ;-)09:47
ScottKHeya bddebian.09:47
=== forcerain [n=forcerai@tapthru/resident/NthDegree] has left #ubuntu-motu ["Leaving"]
bddebianHeya ScottK09:47
ScottKYou are very willing to help people who know less than you, so that's what you get for being nice.09:48
bddebiancrimsun: You are not an asswipe and it doesn't help if I can't teach them anything :-(09:48
LaserJockbddebian: yeah, I got one too09:48
bddebianScottK: Well very few know less than me :-)09:48
LaserJockbddebian: I sent an email to motu-council to see if we can get a motu-mentors list of pronto09:48
ScottKSo you say.09:48
crimsunbddebian: you don't need to teach them anything, only show them ways to avoid the monsters with sharp, pointy teeth09:48
LaserJock"stay away from crimsun and ajmitch"09:49
crimsunO:-)09:49
LaserJock"they will eat you alive"09:49
bddebianheh09:49
ScottKbddebian: I'm going for Ubuntu membership tomorrow.  Any chance you can show up and speak for me? 2000UTC.09:49
bddebianScottK: Probably.  Hit me up tomorrow so I remember :-)09:49
ScottKWill do.  Thanks.09:49
=== _czessi [n=Czessi@dslb-088-073-015-148.pools.arcor-ip.net] has joined #ubuntu-motu
pochubddebian: would you mind to mentor me? :p09:50
crimsunmind the holy hand grenade09:51
LaserJockbddebian: would you mentor me? I don't know crap :(09:52
=== bronson_ [n=bronson@66.237.74.66.ptr.us.xo.net] has joined #ubuntu-motu
pochuLaserJock: lol :) Can you add behindmotu to the planet? It's really interesting09:54
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
LaserJockpochu: no, I'm not adding it to planet10:03
LaserJockI'll try to get it onto the fridge and UWN10:03
=== jussi01 [n=jussi@dyn3-82-128-187-225.psoas.suomi.net] has joined #ubuntu-motu
pochuSounds good too :)10:05
LaserJockwell, we are trying to not have any non-personal  blogs on planet so I don't want to add to the problem10:05
pochuhehe, didn't know it :)10:05
pochuSo the debaday feed will leave the planet?10:06
LaserJockwell ...10:06
=== ajslater [n=aj@netblock-66-159-226-33.dslextreme.com] has joined #ubuntu-motu
pochubtw, I'm also subscribed to the fridge, and I receive the uwn, so I don't mind ;)10:06
LaserJockI don't know that it will, but there were a fair amount of people that didn't really want it there10:06
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
LaserJockdebaday isn't on planet debian for that reason10:06
pochuAt least it's more likely debaweek than debaday ;)10:07
ajmitchLaserJock: kind of you10:08
LaserJockajmitch: what is?10:08
=== DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu
ajmitch07:49 < LaserJock> "stay away from crimsun and ajmitch"10:11
LaserJockhehe10:11
LaserJockdid I say that? ;-)10:11
=== DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu
=== fredix [n=fredix@86.67.45.203] has joined #ubuntu-motu
ajmitchlooks like it10:12
=== ajmitch is going to go off & cry now
LaserJocklol10:13
=== Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-motu
ScottKLaserJock: Thanks.  I put up a link to that on my family blog (not public) so now my cousins will think I'm all famous and stuff.10:31
=== ivoks [n=ivoks@17-147.dsl.iskon.hr] has joined #ubuntu-motu
LaserJockScottK: glad to be of service ;-)10:33
ScottKSome of them are pretty hard core geeks.  There's a non-zero chance it'll get as a recruit.10:33
ScottKas/us10:34
=== forcerain [n=forcerai@tapthru/resident/NthDegree] has joined #ubuntu-motu
=== stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-motu
=== ajmitch wishes he could be as famous as ScottK :)
ScottKAll it takes is being here on irc when LaserJock asks.  It looks way better than it is, but I am adding it to my wiki page for the CC meeting tomorrow.10:43
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
ajmitchhi ogra 10:44
ograhey hey10:45
cbx33ogra, hi10:48
cbx33did you get my mail?10:48
bddebian!packagingguide10:48
ubotuThe packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - See https://wiki.ubuntu.com/MOTU/Packages/New for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources - See also !backports10:48
ograi didnt get any mail today i was testing isos the last 24h10:49
cbx33ogra, 10:49
cbx33ok10:49
cbx33can you do me a big favour10:49
cbx33can you get me an ldm login screenshot?10:49
cbx33for feisty10:49
cbx33for the book chapter?10:49
ogranot tonight anymore10:49
ograi'm working since 20h10:49
ograi need sleep10:49
cbx33ok10:50
cbx33I still can't get clients to boot here10:50
ograbut i can do one tomorrow10:50
cbx33please10:50
cbx33 hey ajmitch 10:52
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
ajmitchhello cbx33 10:54
=== dcsmith [n=dcsmith@ool-4351bc6d.dyn.optonline.net] has joined #ubuntu-motu
dcsmithOkay, I'm actually building a package now, but none of the binaries are in it10:56
dcsmiththe files compile10:56
=== slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
dcsmithbut i don't believe that make install is working properly10:57
dcsmithI see that make install-exec-am is being called by pbuilder10:57
dcsmithwhich when I run in standalone nothing happens10:57
dcsmithhowever if I run make install it works10:57
dcsmithi'm using the rules from debianhelper10:58
dcsmithanyone here?11:05
=== Burgwork [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== ailean [n=ailean@82-40-205-105.cable.ubr07.uddi.blueyonder.co.uk] has joined #ubuntu-motu
LaserJockdcsmith: have you looked at the .deb to see if stuff is getting installed?11:06
dcsmithlaserjock: i've done a dpkg --contents on the deb and nothing is in the package11:07
geserhave you checked if it installs in debian/tmp?11:08
=== fowlduck [n=nate@205.213.123.21] has joined #ubuntu-motu
dcsmithgeser: right I think it might be a problem with the make file, I'll pastebin the pbuilder output11:10
=== arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu
=== reggaemanu [n=manu@ARennes-257-1-74-214.w81-53.abo.wanadoo.fr] has joined #ubuntu-motu
damkoLaserJock: http://behindmotu.wordpress.com/  it's very nice. good job! :-)11:14
LaserJockdamko: thanks11:15
ajmitchhe needs to interview more people11:15
LaserJockyep11:15
LaserJockI'm setting up to send out a number of emails11:15
ajmitchah11:16
LaserJockI need to do a bunch at one time rather waiting until I remember then asking somebody last minute11:16
dcsmithokay so here's the pastebin http://pastebin.ca/44352711:17
ajmitchplus it's easier to get responses to put in11:17
ajmitchI see there's a request there to interview cbx33 11:17
cbx33eh?11:18
cbx33there?11:18
ajmitchhttp://behindmotu.wordpress.com/2007/03/24/behind-motu-barry-defreese/#comments11:18
cbx33haha11:18
LaserJockit seems cbx33 has a stalker/fan11:18
cbx33he's my GSoC student ;)11:19
ajmitchwonderful ;)11:19
ajmitchLaserJock: how many stalkers have you collected?11:19
LaserJocknone that I know of11:19
=== ajmitch stalks
LaserJockat least none that I would consider stalkers11:20
dcsmithanyone have any ideas on the pastebin?11:20
LaserJockdcsmith: can you also paste your debian/rules ?11:21
ajmitchyou may not want to install into debian/tmp if it's a single binary package11:21
ajmitchbut *maybe* into debian/evolution-remove-duplicates-plugin11:21
ajmitchwhich means changing DESTDIR in the make install line11:22
dcsmithhttp://pastebin.ca/44354711:23
ajmitchso line 75 in that file11:23
dcsmithOkay, but one question11:23
dcsmithin the output of pbuilder it appears that make install does nothing11:24
dcsmithbecause it's calling make install-exec-am instead of make install?11:24
dcsmithis that right?11:24
ajmitchno, that's fine11:24
ajmitchjust change what I said11:24
dcsmithajmitch: Okay, thanks for the help11:26
=== arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu
dcsmithajmitch: nope nothing11:30
dcsmithajmitch: wait11:31
dcsmithajmitch: nope the package is still empty11:34
=== arejay [n=rj@unaffiliated/rj-] has joined #ubuntu-motu
ajmitchwhat do you have in debian/rules now?11:36
dcsmith DESTDIR=$(CURDIR)debian/evolution-remove-duplicates-plugin install11:36
ajmitchstick a / between $(CURDIR) & debian11:37
dcsmithtrying11:38
=== Ferkins [n=Ferkins@106.208.101-84.rev.gaoland.net] has joined #ubuntu-motu
dcsmithagain nothing11:40
dcsmithare you sure the fact that make install does nothing for the actual binaries is ok?11:41
ajmitchas long as make install is calling the right make targets & it installs files, it should work11:41
dcsmith/usr/bin/install -c .libs/liborg-gnome-remove-duplicates.so /tmp/buildd/evolution-remove-duplicates-plugin-0.0.2/debian/evolution-remove-duplicates-plugin/usr/lib/evolution/2.10/plugins/liborg-gnome-remove-duplicates.so11:42
dcsmithwait11:43
dcsmithi was misreading the contents11:43
ajmitchoh good11:43
dcsmithajmitch: sorry11:43
damkocbx33: what's a GSoC student ?11:44
cbx33Google Summer of Code student11:44
=== asantoni [n=alb@bas7-london14-1177945887.dsl.bell.ca] has joined #ubuntu-motu
damkocbx33: thanks11:44
damkocbx33: now I got11:44
=== TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu
cbx33;)11:46
ajmitchcbx33 is one of these legendary mentors11:46
dcsmithit works!!!!!!!!! yes!!!!!!!! Thanks to everyone who helped11:46
cbx33ajmitch, HAHAHAH11:47
damkou know guys I'm really new in this room .. but I loose my sleep just to stay here and read. very good environment. hopefully I'll learn something11:47
cbx33that's funny....11:47
cbx33damko, I learnt more here in a year than my entire time 3 years at uni11:47
=== ajmitch is just another irc lurker
damkocbx33: agree. in 2 days I built my first (personal) deb. package. it's a drop in the sea .. but it's a lot for me11:48
=== LaserJock check planet
LaserJock\o/11:49
ajmitchuh oh11:50
ajmitchLaserJock: you mean planet mako? :)11:50
LaserJockhehe11:50
LaserJocktry refreshing it11:51
ajmitchyeah I saw your post there, don't worry11:51
LaserJockI got planet mako a few minutes ago11:51
LaserJockbut now it seems to be ok11:51
=== stratus [n=stratus@201.53.55.52] has joined #ubuntu-motu
=== rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu
=== comhack [n=comhack@c-71-207-191-33.hsd1.al.comcast.net] has joined #ubuntu-motu
=== iceman_ [n=iceman@cable-87-244-154-165.upc.chello.be] has joined #ubuntu-motu
=== _phantom_ [n=phantom@82-46-12-56.cable.ubr07.azte.blueyonder.co.uk] has joined #ubuntu-motu
=== LaserJock [n=mantha@ubuntu/member/laserjock] has left #ubuntu-motu []
damkois pastebin definetely dead ?12:03
pochudamko: why?12:04
pochu!pastebin | damko12:04
ubotudamko: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic)12:04
jmgdamko: wfmtm12:04
damkojmg: Query failure: Can't open file: 'pastebin.MYI'. (errno: 145)12:05
damkojmg: thanls12:05
jmghttp://paste.ubuntu-nl.org/16023/12:05
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
pochudamko: works pretty fine here12:08
damkopochu: yes yes I was refering to pastebin.org12:12
damkohere is not working since friday12:12
damkoanyway http://paste.ubuntu-nl.org it's ok too12:12
pochuoh :)12:12
pochudamko: I use paste.ubuntu-nl.org or pastebin.ca12:13
jmgpastebin.org works too12:13
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
jmgoh wait no it doesnt12:13
jmgits been sniped12:13

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