/srv/irclogs.ubuntu.com/2006/07/19/#ubuntu-motu.txt

imbrandongrr how can i tell wth is using a mount so i can kill -9 it and umount12:09
imbrandonfuser or some such12:09
StevenKfuser -m /mnt12:11
StevenKIf that doesn't work, wield lsof12:12
imbrandonlosf12:13
imbrandonyea fuser -m nothing12:13
micahcowanlsof12:13
micahcowan= list open files12:13
imbrandonthanks12:15
=== tmccrar1 [n=tmccrary@68.78.185.231] has left #ubuntu-motu []
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
=== Fujitsu [n=fujitsu@203.23.49.35] has joined #ubuntu-motu
FujitsuHmm... My apt-watch build failed on the ia64 buildd due to dependencies.12:28
Fujitsu  libpanel-applet2-dev: Depends: libpanel-applet2-0 (= 2.14.2-1ubuntu1) but it is not going to be installed12:29
Fujitsu                        Depends: libgnomeui-dev (>= 2.10.0-1) but it is not going to be installed12:29
HobbseeFujitsu: try installing those other two packages?12:31
FujitsuI don't have control over any ia64 machines, so no.12:31
=== Hobbsee wonders what's up wiht apt-watch anyway.
FujitsuWhat about it?12:33
slomoFujitsu: should be fixed by a give-back on ia64... afaik all gnome packages should be fine on ia64 now12:33
FujitsuAh. Thanks... Will it be automatically rebuilt?12:33
FujitsuI haven't had cause to merge packages before 24 hours ago, so I don't know those packages.12:35
Fujitsu*those processes12:35
slomonot automatically unless it is on dep-wait12:35
Fujitsuslomo, how can I force it to?12:40
slomoFujitsu: ask someone from the buildd admins to do it... https://launchpad.net/people/launchpad-buildd-admins12:42
=== Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu
=== whiprush_ [i=97710266@64.62.190.212] has joined #ubuntu-motu
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu
=== philipacamaniac [n=philip@ip68-228-55-137.tc.ph.cox.net] has joined #ubuntu-motu
=== imbrandon_ [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
philipacamaniacI'm trying to manually build a binary debian package (no source). The program (ghamachi) installs and works great, except that I can't get a menu item added for the life of me. In the debian chroot, I've added a ./usr/share/applications/ghamachi.desktop and a ./usr/share/menu/ghamachi, but it doesn't show up in the menu.01:36
crimsunwhat do you mean in the debian chroot?01:36
philipacamaniacer, umm... you know, you're making a binary package, and you put everything in {packagename-packageversion} folder01:37
philipacamaniacI'm not familiar with terminology, but that's where I build my package from01:38
crimsunchroot has special significance, which is why I was confused01:38
philipacamaniacsorry, my mistake... should I clarify more?01:39
crimsunare the desktop and menu files in debian/  in the extracted source package?01:39
philipacamaniacah - see that's the problem. this particular app has no source, so I'm trying to manually build a binary package. I know that's a no-no, but I want to do it anyway.01:40
philipacamaniacso there is no extracted source package01:40
crimsunok. Are you rerolling the deb with the desktop and menu files in place, then?01:42
crimsunAnd I presume the desktop file is actually valid?01:42
=== pschulz01 [n=paul@150.101.6.36] has joined #ubuntu-motu
crimsun(use desktop-file-validate from the 'desktop-file-utils' package)01:43
Toadstoolgrah... it's 2am and I can't sleep...01:45
crimsunquick, merges01:46
Toadstool:)01:46
crimsun;-)01:46
Hobbseehehe01:47
=== zul cracks the whip
=== Toadstool runs away
Hobbseezul: thought that was my job :P01:50
zulthats for kubuntu isnt it?01:51
=== xopher [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu-motu
Hobbseezul: could be for any of them01:52
zulfine then..*put*01:52
Hobbseehehe01:52
Hobbseezul: go ahead and be the whip cracker today :P01:52
=== Hobbsee is busy uploading
zulmeh...i think ill crack the whip on myself :P01:52
Hobbseehehe01:53
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== FunnyLookinHat [n=funnyloo@c-24-13-21-46.hsd1.il.comcast.net] has joined #ubuntu-motu
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
FunnyLookinHatIs there a reason that we can't use pre-built binaries in creating packages?02:06
crimsunFunnyLookinHat: yes. It has to build from source to be in universe.02:07
micahcowanWhat about bootstrapped packages, like gcc? gcc is obviously core, but other things, such as FreeBASIC...02:10
crimsunadmins by-hand.02:10
micahcowanI'm not grokking that sentence.02:11
crimsunIf something needs to be bootstrapped, the admins by-hand it (do it manually).02:11
micahcowanSo, the source package is created as normal, and the creation of the binaries is handled manually?02:13
crimsuninstallation02:14
crimsunfor instance, gcl02:14
crimsunneed a newer gcl, so it's built as normal and installed in the chroot by the admins02:15
micahcowanBut isn't gcl written in C?02:17
crimsunif something requires a newer gcl02:17
crimsunit's the same process for anything that needs a manual bootstrap02:17
segfaultdid the upload process change?02:18
micahcowanBut for something like FreeBASIC, where it's written in... itself... it can't be built at all without FreeBASIC in the first place.02:18
segfaulti've sent a package using dput, but it didn't show up in revu02:18
crimsunmicahcowan: just like gcc can't be compiled without itself02:18
crimsunmicahcowan: so you use an existing version, which can be built from source, which is hand-installed by an admin02:19
Hobbseesegfault: are you in the group listed in the last link of the /topic?02:19
crimsunmicahcowan: gcc follows a slightly different path, but the idea is that the admin is trusted enough to deal with the binaries02:19
segfaultcrimsun: yes02:20
crimsunsegfault: ?02:20
micahcowancrimsun: I think I'm understanding now... so the admins install the precompiled binaries in the places where they would be expected to be if they'd actually been installed from a package, and then build the packages as normal?02:20
segfaulthobbsee: yes02:20
segfaultoops02:20
segfaultsorry02:20
crimsunmicahcowan: yep02:20
micahcowancrimsun, gotcha: thanks a bunch.02:20
crimsunnp02:21
Hobbseecrimsun: how does one write a hooks script for pbuilder?02:21
Fujitsucrimsun (or another MOTU), I've got two new merges on http://people.ubuntu.com.au/~fujitsu/merges02:21
crimsunHobbsee: ^^02:22
Hobbseeheh02:22
ToadstoolHobbsee: with your favourite text editor? :)02:22
=== Toadstool hides
HobbseeToadstool: yeah, but what sort of thing is it?  like, bash scripting or something?02:22
Toadstoolmine are bash scripts02:23
crimsunsh or perl for starters02:23
HobbseeToadstool: ie, i want it to sudo pbuilder login, cp from the resulting dir to wherever it's now building, dpkg -i *.deb, and apt-get -f install.02:23
crimsunotherwise you need to set up the env yourself02:23
=== Hobbsee writes nothing in perl.
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
crimsundocumented in pbuilder(8) ;-)02:23
HobbseeToadstool: what scripts are you using?02:24
Hobbseeer, hooks?02:24
Hobbseecrimsun: yeah, i'm reading it now02:24
ToadstoolHobbsee: a script launching lintian -i on the .changes files if the build is successful and a login script if the build fails02:24
HobbseeToadstool: nice!  so you never test if it's installable?02:25
Toadstoolyes, of course but i don't do that with pbuilder hooks for the moment02:25
Hobbseeah, you could test if it was installable or not by sudo pbuilder exectute, i suspect02:25
HobbseeToadstool: ah okay.  may i have your other spiffy script?02:26
Toadstoolyep, of course02:26
HobbseeToadstool: to hobbsee@kubuntu.org ?02:26
Toadstoolok02:26
=== Hawkwind Spams Hobbsee's email
=== Hawkwind Hides, quickly
Hobbseehah02:27
HobbseeHawkwind: i already get spammed - gmail filters most of it.02:27
segfaultno clue about revu?02:30
Hobbseesegfault: only that your key isnt synced with the keyring yet02:31
ToadstoolHobbsee: mail sent02:31
crimsunsegfault: the keyrings are still synced by hand02:31
segfaulthumm02:31
HobbseeToadstool: cool :)02:31
segfaultand how do i sync it?02:31
crimsunsegfault: it'll be a little bit before an admin proccesses it.02:31
segfaultah, thanks.02:31
crimsunprocesses.02:31
HobbseeToadstool: got it, thanks02:34
Toadstoolnp02:34
=== Hobbsee looks at how to modify it.
=== _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== FunnyLookinHat [n=funnyloo@c-24-13-21-46.hsd1.il.comcast.net] has joined #ubuntu-motu
HobbseeToadstool: maybe i'm an idiot today, but what about all the other stuff in .pbuilderrc?02:39
ToadstoolHobbsee: always executed02:39
=== Hobbsee doesnt undersatnd
Toadstoolwell, I don't understand what you don't understand :)02:42
ajmitchafternoon02:42
Hobbseehi ajmitch02:42
crimsun'lo02:42
ajmitchcrimsun: need me to resync the revu keyring?02:42
Toadstoolheya ajmitch02:42
HobbseeToadstool: i've already got http://rafb.net/paste/results/VJjsRg10.html in pbuilderrc (well, it's more complicated, because there are two, and in a complex location)02:43
Hobbseeoh hmm...i know...02:43
crimsunajmitch: for segfault, I believe02:43
ajmitchright, it's syncing now02:44
crimsunsegfault: ^^02:44
ajmitchsegfault: what was the package uploaded?02:44
ToadstoolHobbsee: you don't really need what's in my pbuilderrc, it's just random pieces of shell script to have cleaner results imho02:46
HobbseeToadstool: ah okay...so it can be safely ignored?02:46
Toadstoolyep02:46
ajmitchsegfault: never mind, I found it, it'll hopefully be on REVU in a couple of minutes02:48
segfaultajmitch: thanks03:06
=== carthik [n=carthik@pdpc/supporter/student/carthik] has joined #ubuntu-motu
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu
=== nixternal_ [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-motu
ajmitchsegfault: what's the purpose of this update? the only change I see is changing the standards version?03:21
segfaultajmitch: updating to edgy too, and its 0.1b and dappers version is older03:22
=== ajmitch is comparing it to the version previously on REVU
LaserJockack, is there a way to wget all the files in a directory via http?03:23
ajmitchso the one on REVU didn't make it into dapper?03:23
Lathiat--mirror --no-parent03:23
segfaultajmitch: it did, but i uploaded a new version03:24
ajmitchok03:24
segfaultcan anyone review it?03:26
segfaulti have a package which upstream just opened its svn, what do i need to change in my package?03:33
=== sharms [n=mindwarp@cpe-24-208-242-169.twmi.res.rr.com] has joined #ubuntu-motu
=== jaldhar_ [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-motu
FunnyLookinHatI don't see the purpose of using a pbuilder...   if I am creating a package with debhelper how do I invoke using pbuilder (and for what reason)?04:12
sharmsFunnyLookinHat: I make a source package (dpkg-buildpackage -S -us -uc -rfakeroot) then do a sudo pbuilder build package.dsc04:13
sharmsFunnyLookinHat: it allows me to keep my system clean from packages I don't need, and contain the build process in a seperate, and clean environment04:14
LaserJockit lets you know if your deps are right too becuse it is basically the same set of packages that the build machines have04:15
LaserJockso if it builds in a pbuilder it *should* build on the Ubuntu machines04:16
=== nixternal_ [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-motu
FunnyLookinHatAhhh ok.04:21
HobbseeLaserJock: should.04:22
Hobbseeheh04:22
FunnyLookinHatWhy (in this tutorial) is it having me grab the source for hello-debhelper...  that makes no sense because why would I get the source from a repo if it isn't there yet.04:23
LaserJockwell, it depends on if you pbuiler is updated, etc.04:23
LaserJockFunnyLookinHat: because I thought it would be nice to have a real life example04:23
HobbseeLaserJock: it's great, having a real life example04:23
sharmsFunnyLookinHat: I made my build system upgrade to edgy04:23
HobbseeLaserJock: the updating a package stuff is confusing.04:24
LaserJockyeah04:24
FunnyLookinHathmm...  so I am going to just be comparing it to what I create....04:24
FunnyLookinHatGot it.  i think.   ; )04:24
LaserJocksort of, I could have done it a bit better I think, but it was my first try ;-)04:24
LaserJockHobbsee: I'll be digging around for contributions soon ;-)04:25
FunnyLookinHatLaserJock, you did fine, i'm just way too tired to be trying this but it's the first free time I've found  : )04:25
sharmsFunnyLookinHat: did you check out the mentors program?04:26
sharmsHaving a mentor is helping me tremendously04:26
sharmsnot in spelling, but packaging04:26
FunnyLookinHatsharms, I saw a post about it...   I should probably look into it, shouldn't I?04:26
FunnyLookinHathaha04:26
LaserJockwell, I'm hoping we will have a MOTU School session soon for you guys04:27
HobbseeLaserJock: heh.  thought you might be.  i do actually have an old log that's pretty helpful with that04:27
FunnyLookinHatWhat is the purpose of the .ex files (since they appear to only be used in complicated package builds)04:27
LaserJockthey are example files (hence .ex)04:28
LaserJockyou remove the .ex if you are actually going to use them04:28
FunnyLookinHatOoh i see.04:28
LaserJockHobbsee: the new and improved outline is at https://wiki.ubuntu.com/UbuntuPackagingGuide04:31
LaserJockack, I seemed to have lost Kubuntu! :(04:32
=== LaserJock hangs his head in shame
Hobbseeouch.04:33
LaserJockactually, I think my plan was to drop it as a section04:34
LaserJockbut to integrate it throughout, where appropriate04:34
LaserJockbecause I didn't have a lot of material and it seem kinda out of place04:34
LaserJockHobbsee: if you can come up with some Kubuntu specific packaging tips/things people need to know, that's be appreciated04:35
=== rob [i=Robert@freenode/staff/ubuntu.member.rob] has joined #ubuntu-motu
LaserJockalthough I don't have anything Gnome specific so ...04:35
HobbseeLaserJock: okay.  a lot of us are getting bitten by the autoconf bug.04:35
sharmswhat is the autoconf bug04:36
FunnyLookinHatHow exactly do I use gnupg to setup my key (never set one up before... oh dear)04:38
Hobbsee!gpg > FunnyLookinHat04:39
Hobbseesharms: kde whinges about autoconf being too new04:39
FunnyLookinHatty!04:39
sharmsFunnyLookinHat: I recommend using seahorse04:39
FunnyLookinHat!seahorse04:40
ubotuI know nothing about seahorse - try searching http://bots.ubuntulinux.nl/factoids.cgi?db=ubuntu04:40
FunnyLookinHatseahorse?04:40
sharmsif I want to make a package for ogre, and debian only has an old version, can I just package the new one for ubuntu or do I need to request them to upgrade it?04:41
sharmsFunnyLookinHat: GUI key manager, apt-get install seahorse04:41
FunnyLookinHatsharms, ahh ok04:42
=== jsgotangco showers confetti to LaserJock
=== LaserJock takes a bow
LaserJock"First of all I'd like to thank..."04:44
=== Hobbsee mutes LaserJock.
LaserJockeverybody!04:45
=== sharms cheers
Hobbseesharms: you can use the old debian, and upgrade it yourself04:45
HobbseeLaserJock: :_04:45
Hobbsee:)04:45
sharmsHobbsee: Yeah I just didnt know if it was faux pa to jump ahead of debian04:45
LaserJocksharms: I'd ask debian if they plan to update soon04:45
Hobbseesharms: nah, it's not a problem. of course, fi you get the version into debian as well,that's even better :P04:46
LaserJockcould be they are about ready too or have a good reason not to04:46
FunnyLookinHatMay I paste 4 lines of output?  GPG related error with debuild -S04:46
FunnyLookinHator should I pastbin them04:46
HobbseeFunnyLookinHat: yeah, it's quiet enough04:47
=== Hobbsee ducks
FunnyLookinHatgpg: skipped "David Overcash <funnylookinhat@gmail.com>": secret key not available04:47
FunnyLookinHatgpg: [stdin] : clearsign failed: secret key not available04:47
FunnyLookinHatdebsign: gpg error occurred!  Aborting....04:47
FunnyLookinHatdebuild: fatal error at line 791:04:47
FunnyLookinHatrunning debsign failed04:47
FunnyLookinHatThat's the error I am getting  : (04:47
sharmsdid you create a key with a pass phrase etc?04:47
FunnyLookinHatyea, but my key had a comment (which this does not), is that the difference?04:48
HobbseeFunnyLookinHat: why are you signing with debuild at all?  odd.  use -kyourkeyidhere to get rid of that message04:48
FunnyLookinHatI'm just following LaserJock's tutorial!04:48
LaserJockdebuild -S -k<keyid>04:49
HobbseeFunnyLookinHat: ah right, i thought they were using dpkg-buildpackage -S -sa -rfakeroot -kyourkeyidhere04:49
jsgotangcoask the master of packaging monsieur LaserJock04:49
LaserJockugggg04:49
LaserJockI'm going to have to really learn how to package if this continues ;-)04:50
sharmshehe04:50
FunnyLookinHatahh got it04:50
FunnyLookinHatw00t04:50
HobbseeLaserJock: hah.  surely you can package already04:50
LaserJockHobbsee: the reason I didn't use -k was because I've never had a problem04:50
HobbseeLaserJock: ahh...you specified your keyid in ~/.bashrc or something?04:51
LaserJocknope04:51
FunnyLookinHatWhat LaserJock means to say is that he is not uber-noober like me.04:51
Hobbseehow weird04:51
LaserJockI have DEBFULLNAME and DEBEMAIL set in .bashrc04:51
LaserJockthat's it04:51
Hobbseeodd.04:52
=== Hobbsee is off for a while.
LaserJockI only use -k when I need to sponsor an upload04:52
Hobbseebe back tomorrow.04:52
Hobbseeinteresting04:52
Hobbseewell, yeah04:52
FunnyLookinHathmm ok, I'm not following this CDBS page very much...   do i have to do anything with it or can I be done at sudo pbuilder build ../*.dsc04:55
HobbseeFunnyLookinHat: you likely dont.  you're creating the package from scrathc?04:56
FunnyLookinHatHobbsee, yea...    but I just ran that command and I don't see any .deb files  : )04:56
FunnyLookinHat!!!!04:56
ubotuI know nothing about !!! - try searching http://bots.ubuntulinux.nl/factoids.cgi?db=ubuntu04:56
FunnyLookinHatlol ubotu you rox0r04:56
FunnyLookinHat: P04:56
LaserJockFunnyLookinHat: you ran pbuilder?04:57
FunnyLookinHatYup.04:57
FunnyLookinHatsudo pbuilder build ../*.dsc04:57
LaserJockthen it should be in /var/cache/pbuilder/result/04:57
FunnyLookinHatoh looky there!04:57
FunnyLookinHatI made a debian package!!04:57
=== Fujitsu [n=fujitsu@203.23.49.35] has joined #ubuntu-motu
FunnyLookinHatflippin hello world rox0rs my world.04:58
FunnyLookinHatAnd so if I were to submit this to REVU i would upload  the .dsc .changes .deb and .tar.gz right?04:58
sharmshehe I didn't change my DEBFULLNAME or DEBEMAIL, and my system user name was "tv's patrick duffy"04:58
LaserJockFunnyLookinHat: no04:59
LaserJockFunnyLookinHat: we only want the source package04:59
LaserJockso you would dput revu *_source.changes04:59
LaserJocknote the "source" part04:59
FunnyLookinHatI don't upload the package itself?05:00
LaserJockthe .deb? no05:01
sharmsFunnyLookinHat: I believe they have scripts that build them05:01
FunnyLookinHatOh ok.05:01
LaserJockwe have pbuilder :-)05:01
FunnyLookinHatok... so i guess I should try to build this mythtv thing now that I have the basics down, heh05:02
sharmswhen I pbuild I keep getting: dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (1234)05:02
sharmsshould I worry about that?05:02
LaserJocknope05:02
FunnyLookinHatSo, I have checked out all this sourcecode via svn...05:08
FunnyLookinHatshould my dh_make line still be "dh_make -e funnylookinhat@gmail.com -f ../mythtv-0.19.tar.gz" even though no .tar.gz exists?05:09
bluefoxicylooks like lwn won't be running my article this week... Forrest hasn't gotten back to me yet, and I know it needs massive editing.  I was hoping he'd give me a list of issues and I could just grind a fresh one out in an hour05:11
bluefoxicy(I'm very good at post-editing my own articles)05:11
=== carthik [n=carthik@user-142h0oa.cable.mindspring.com] has joined #ubuntu-motu
LaserJockFunnyLookinHat: well, it's not going to work very well if you give it a non-existent file :-)05:13
FunnyLookinHatLaserJock, Right... but should I just remove the whole -f .tar.gz part of the line then?05:14
LaserJockwhy don't you have a .tar.gz?05:14
FunnyLookinHatbecause I got the source from svn05:15
FunnyLookinHatheh05:15
FunnyLookinHatand even tho I am running from the directory with the source it's telling me that I should go to the directory with the source05:15
LaserJockyou should make a .orig.tar.gz anyway05:16
LaserJockeven if it's from svn05:16
FunnyLookinHathmm...05:16
=== FunnyLookinHat googles for creating tarballs
=== FunnyLookinHat starts to look up MOTU mentors as well.
LaserJockit's called tar, dude ;-)05:17
FunnyLookinHatright, but I forgot the parameters05:18
FunnyLookinHat-pczf  : )05:18
LaserJock-czf probably05:19
=== quidam- [n=quidam@200.84.182.130] has joined #ubuntu-motu
FunnyLookinHatooh this was a bad idea for a first package, hahaha05:21
LaserJock!gpg > quidam-05:22
FunnyLookinHatrunning sudo pbuilder build ......    crossing fingers....05:29
FunnyLookinHatdangit05:30
FunnyLookinHatFTBFS05:30
LaserJocklol05:30
LaserJockthe plight of a packager05:30
FunnyLookinHatwhat the crap kind of error is this: "Unknown option "--host=i486-linux-gnu"."05:30
FunnyLookinHatLOL05:30
FunnyLookinHatI bet if I just removed that from the line it would work, lol05:31
FunnyLookinHatWOW, you know I should give up when "grep -R host=i486-linux-gnu *" returns nothing, LOL05:34
LaserJockit's probably being substituted05:35
FunnyLookinHatright, this line05:35
FunnyLookinHatgrep -R i486 * configure:x86_cpus="i386,i486,i586,i686,pentium,pentiumpro,${x86_mmx_cpus}"05:35
FunnyLookinHatconfigure:   elif test x"$cpu_raw" = x"i486"; then05:35
FunnyLookinHatconfigure:       ARCHFLAGS="-march=i486"05:35
FunnyLookinHatso....  the plan would be to.....   just set it to i386 on my lonesome05:36
=== lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu
LaserJockdid anybody have to do something to get their gpg key to work?05:51
LaserJocklike for --clearsign and --decrypt?05:51
FujitsuAlways worked fine for me... Did you import it?05:53
LaserJockimport your own key?05:54
FujitsuWell, get the key to work in what?05:55
LaserJockcommand line05:55
LaserJockjust to sign things05:55
LaserJocketc/05:55
LaserJocketc.05:55
FunnyLookinHatI just have to add -k<key> to my lines05:56
FujitsuI don't have to do anything special.05:56
=== pschulz01 [n=paul@203.30.88.75] has joined #ubuntu-motu
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu
=== _jaldhar [n=jaldhar@c-68-38-202-139.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-motu
FunnyLookinHatLaserJock, I just tried setting up a dev environment on my main desktop box and I didn't need the -k<key> option....  go figure06:18
LaserJockweird06:19
FunnyLookinHatand I'm getting that same FTBFS error on this different box...  which sucks   : )06:20
LaserJockok, time for me to go away06:26
LaserJock12 straight hrs today :/06:26
LaserJockI need to do some real work one of these days06:26
=== Rotund [n=joe@69-179-21-102.dyn.centurytel.net] has joined #ubuntu-motu
=== No1Viking [n=micke@h-83-140-104-30.ip.rixbredband.se] has joined #ubuntu-motu
Toadstool'morning07:10
=== antinobody [n=sean@71-214-89-10.ptld.qwest.net] has joined #ubuntu-motu
=== cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu
=== Cornellius [n=a@142-217-38-112.telebecinternet.net] has joined #ubuntu-motu
zakamehi all07:59
Toadstoolhey zakame08:00
zakameheya Toadstool08:01
=== Fujitsu [n=Fujitsu@c211-28-178-169.eburwd7.vic.optusnet.com.au] has joined #ubuntu-motu
FujitsuHow odd.08:16
Fujitsugnome-sudoku's versioning is stuffed.08:16
Fujitsu0.4.0-2ubuntu3 is in fact based on 0.4.0-108:16
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
Toadstoolhmm... indeed :)08:19
FujitsuWhere can I obtain 0.4.0-1? None of the Debian archives seem to have it?08:19
crimsunsnapshot.debian.net/gnome-sudoku08:19
FujitsuAH.08:19
FujitsuThanks.08:19
Fujitsu:O08:20
Fujitsudholbach did it...08:20
=== polpak [n=polpak@ip68-6-43-90.sb.sd.cox.net] has joined #ubuntu-motu
FujitsuAh.08:21
FujitsuThat looks like a better diff now. No lowering of compat versions...08:21
=== kintaroOe [n=ad0lf@203.177.212.164] has joined #ubuntu-motu
=== Yagisan [n=jamie@doomsday/developer/Yagisan] has joined #ubuntu-motu
=== nixternal_ [n=nixterna@ubuntu/member/nixternal] has joined #ubuntu-motu
=== dholbach [n=daniel@i577B247D.versanet.de] has joined #ubuntu-motu
dholbachgood morning - HAPPY HUGDAY to everybody!08:51
FujitsuHey dholbach!08:51
dholbachhey Fujitsu08:51
=== Fujitsu pokes dholbach with a very pointy stick.
=== dholbach throws something heavy
FujitsuYou made a mistake in gnome-sudoku when you made 0.4.0-2ubuntu1.08:52
dholbachyeah?08:52
FujitsuIt should have been 0.4.0-1ubuntu1 :P08:52
dholbachoh yeah08:52
dholbach10 people told me already08:52
FujitsuAh.08:52
dholbach:-)08:53
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
Toadstool:)08:53
FujitsuWell, 0.5.0-1ubuntu1 is almost done...08:53
=== Yagisan waves to ajmitch and StevenK
ToadstoolFujitsu: ubuntu1? I requested a sync... the only thing that may be merged is the .desktop stuff but when I read seb128's mail on -devel about that kind of merges, I decided to send a patch upstream (which is now included in their svn by the way)08:57
FujitsuHm.08:57
FujitsuAh.08:57
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
FujitsuOK. When did you request the sync?08:57
Toadstoolyesterday :)08:58
FujitsuHmm.08:58
FujitsuI checked this morning and there were no bugs on it.08:58
FujitsuHow many hours ago is your yesterday?08:58
Toadstoolbug 5336108:59
UbugtuMalone bug 53361 in gnome-sudoku "Please sync gnome-sudoku (universe) from Debian unstable" [Untriaged,Confirmed]  http://launchpad.net/bugs/5336108:59
FujitsuAh.09:00
Fujitsu12 hours ago.09:00
Toadstoolyep09:01
FujitsuWouldn't it be nice if MoM were integrated with Launchpad, thus eliminating this sort of stuff?09:02
FujitsuIt doesn't update very often...09:02
FujitsuAnd until they're actually synced it's a little misleading >_<09:02
Toadstool:)09:03
FujitsuCan somebody please deal with two merges and a sync I've got?09:04
ToadstoolI can take a look at the merges09:04
Fujitsuhttp://people.ubuntu.com.au/~fujitsu/merges/09:05
FujitsuJust the two `Outstanding' ones, obviously.09:05
siretartuuh, I hope FunnyLookinHat won't be scared if he checks his inbox and finds a lot of homework :)09:13
=== siretart waves to FunnyLookinHat
siretarthey lucas. I see you passed FD as well (some time ago)? congrats!09:14
lucas:-)09:14
lucasthank you09:14
ToadstoolFujitsu: pdebuilding drivel09:15
FujitsuThanks, Toadstool.09:16
FujitsuFD?09:16
ToadstoolFront Desk?09:16
lucasyes09:16
FujitsuWhat do you mean?09:16
ToadstoolFujitsu: Debian Front Desk, lucas is about to become a Debian Dev ;)09:17
FujitsuAha.09:17
lucasFujitsu: that's a step of the debian new maintainer process09:17
FujitsuNice!09:17
FujitsuCongratulations, lucas!09:17
lucas:)09:17
lucaswell, "about" might not be true09:17
lucasI still have to wait for DAM approval09:17
Toadstool:)09:18
=== Fujitsu pokes his finger, and wonders when it's going to turn on again...
FujitsuIt's sort of... gone white and numb.09:19
ToadstoolFujitsu: ok, drivel uploaded09:24
FujitsuThanks,09:24
=== cbx33 [n=c2df514b@84-45-197-14.no-dns-yet.enta.net] has joined #ubuntu-motu
=== Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu
FujitsuEvening, Gloubiboulga.09:28
Gloubiboulgamorning Fujitsu ;)09:29
FujitsuAha. That's better.09:32
FujitsuFinally, a use for an infinite while-loop. Generating heat from the laptop to warm up fingers :P09:32
Toadstoolheh09:33
Gloubiboulgayou can also use gentoo ;)09:33
FujitsuI was going to compile a kernel or something, but they're large, and my download limit is small.09:33
crimsunusing pbuilder unceasingly works, too.09:33
crimsunincessantly if you prefer.09:34
ToadstoolFujitsu: pdebuilding/testing exim09:34
FujitsuGood, good.09:34
FujitsuI tested it, but best to be safe :)09:34
Toadstoolyep :)09:35
GloubiboulgaToadstool, already working, that's great :)09:35
Toadstoolheh :)09:35
=== nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu
=== bjp [n=bart@82-170-236-40-static.dsl.ip.tiscali.nl] has joined #ubuntu-motu
ToadstoolFujitsu: exim uploaded09:40
Toadstoolthanks for the merges :)09:40
FujitsuThanks.09:41
Toadstoolok, back to bugs :)09:41
FujitsuCould somebody also approve a sync request?09:42
Toadstoolyou already filed the sync request?09:42
FujitsuToadstool, yep.09:44
Toadstoolwhich bug, then? :)09:44
Fujitsuhttp://people.ubuntu.com.au/~fujitsu/syncs/09:44
FujitsuAh..09:44
Fujitsu53406.09:44
Toadstoollet me see09:45
FujitsuHad a look yet?10:07
FujitsuAh.10:07
FujitsuI see.10:07
FujitsuThanks :)10:07
Toadstooloops, yeah, i confirmed the sync :)10:09
=== vud1 [n=vud1@unaffilitated/vud1] has joined #ubuntu-motu
FujitsuOne thing that's been annoying me for ages... Why does pbuilder take sooooo long to consider build-deps?10:19
dholbachFujitsu: it can't be ages10:24
dholbachFujitsu: it started happening with mvo's last apt upload, which is barely 2 weeks ago10:24
Fujitsu> 1 minute for libvte-dev, I think.10:24
FujitsuOh.10:25
FujitsuAs in ages...10:25
FujitsuWell, I only really started using pbuilders regularly 48 hours ago.10:25
FujitsuSeems like ages, though.10:25
dholbachpffft :)10:25
FujitsuHmm.10:25
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== Fujitsu wonders what gphpedit's changelog is doing with the first Ubuntu release saying `resynchronising from Debian'.
=== shenki [n=Joel@ppp168-239.lns3.adl4.internode.on.net] has joined #ubuntu-motu
=== DarkMageZ [n=DarkMage@59.167.27.251] has joined #ubuntu-motu
=== doko [n=doko@dslb-088-073-100-078.pools.arcor-ip.net] has joined #ubuntu-motu
=== polpak [n=polpak@ip68-6-43-90.sb.sd.cox.net] has joined #ubuntu-motu
=== Fujitsu swears.
FujitsuA bug was just filed on my vpnc build... It's apparently broken :(11:00
=== Fujitsu looks.
=== cbx33 [n=c2df514b@84-45-197-14.no-dns-yet.enta.net] has joined #ubuntu-motu
=== Marce [i=marce@meinungsverstaerker.de] has joined #ubuntu-motu
bjpI've uploaded a flamerobin ubuntu package last week to be reviewed. What time does it aproximatically take for a package to be reviewed? The package is available at: http://revu.tauware.de/details.py?upid=268811:11
sladenbjp: lots of nagging!11:12
sladenbjp: http://revu.tauware.de/revu1-incoming/flamerobin-0607120655/linda11:13
FujitsuDoes anybody here use vpnc, by any chance?11:13
sladenbjp: also, http://revu.tauware.de/revu1-incoming/flamerobin-0607120655/lintian11:13
=== Arbiter [n=arbiter@adsl-33-72.37-151.net24.it] has joined #ubuntu-motu
sladenbjp: those points need looking at and fixing11:14
Arbiterhi all11:15
bjpsladen: thanks. It probably is because I've created a binary package first, and then build the source package for revu.11:16
bjpI'll try building the revu package from start and upload that one11:17
sladenbjp: if you use   debuild -S11:17
sladenbjp: then that will clean the package first.11:17
sladenbjp: that accounts for one of the warnings (autoconf files)11:17
sladenbjp: there are a few others;  the Standards-Version mentioned in debian/control11:18
bjpwell IIRC I did use that, but I'll look into it11:18
sladenbjp: have .svn directories11:18
bjpcan I review the error files you've pointed out before I've actually uploaded the package?11:18
sladenbjp: there appears to already be a  flamerobin-0.7.2  in revu, is that yours?11:19
=== pschulz01 [n=paul@202.174.42.5] has joined #ubuntu-motu
bjpsladen: depends on it, where did you found it?11:21
bjpsladen: I just see one flamerobin package on the main revu page11:21
=== Arbiter [n=arbiter@adsl-33-72.37-151.net24.it] has joined #ubuntu-motu
bjpsladen: where did you find the .svn directories, as I've used the official source package which doesn't contain .svn folders. The only thing is that revision.svn is included11:22
cbx33bjp: have you used 3.7.2 for the standard?11:22
sladenbjp: does 'ls -a' show you them?11:22
bjpcbx33: I'm sorry I don't get it exactly.. what do you mean?11:23
sladenbjp: in debian/control  as said above11:23
bjpsladen: I did that, of course :), but is doesn't show them in my source folder11:23
=== Arbiter fixes colorscheme
bjpsladen: ah I see them and will fix it. Thanks :)11:24
sladenbjp: okay, it's probably looking with   find -name \*.svn   see what it does and that might match that file you found11:24
=== Enverex [i=user@host-84-9-189-109.bulldogdsl.com] has joined #ubuntu-motu
bjpsladen: I think the revision.svn file is allowed, isn't it?11:25
cbx33bjp: the compat file should now be 5 not 4 shouldn't it sladen ?11:25
sladenbjp: if this is an upstream tarball, then you shouldn't be using a native package11:25
sladenbjp: native means that it was written specifically for Debian, and that's very rare11:25
sladenbjp: ah there any other files that it matches?11:26
bjpsladen: yeah I've found the .svn dir in debian and removed it. In the next package it will be gone, thanks :)11:26
sladenbjp: how did it get there, presumably you created the contents of debian/11:27
bjpsladen: well the package is used for a debian package and I've derived it to build an Ubuntu package for linking some other dependencies than the Debian has (other library versions)11:27
EnverexThe guide for making with debhelper and uploading doesn't work btw, there are steps missing that mean it doesn't work unless you do them11:28
sladenbjp: in that case, if it's already in Debian, just request a sync for it11:28
cbx33Enverex: which guide?11:29
Enverexhttps://help.ubuntu.com/ubuntu/packagingguide/C/basic-debhelper.html and https://help.ubuntu.com/ubuntu/packagingguide/C/ubuntu-upload.html11:29
bjpsladen: well that's the problem. It takes a very long time for a package to be included in Debian and we're still wondering whether it is every going to be included11:29
EnverexNot to mention dbuild doesn't work properly either, it always craps out with an error on trying to sign the files11:30
cbx33Enverex: ever seen https://help.ubuntu.com/ubuntu/packagingguide/C/index.html11:30
bjpsladen: that's why I've made the Ubuntu package; to offer more convenience to the Ubuntu users of Flamerobin11:30
cbx33oh sorry11:30
cbx33those are chapters in it yes?11:30
cbx33brb11:30
Enverexcbx33, Erm, the pages I just showed you ARE pages of that11:30
Enverexyeah, heh11:31
sladenbjp: right, so where did you find this Debian package, if not in Debian?11:31
Enverexdebsign: gpg error occurred!  Aborting.... debuild: fatal error at line 791: running debsign failed11:31
sladenbjp: (the package that you started with and which are modifying11:31
cbx33Enverex: have you got your gpg key setup?11:32
cbx33do you have gpg installed?11:32
EnverexYup11:32
cbx33hmmm11:32
cbx33when you modifed the changelog did you use the right email address?11:32
bjpsomebody else on the community of Flamerobin has made this package for Debian already and I assumed it was fine. Probably it isn't so I'll create my very own Ubuntu one. I think you're suggesting to do it first of all right? :)11:33
EnverexYes, I can sign things with debsign <file> but not by running debuild11:33
cbx33hmmm11:39
EnverexAlso, the E-UAE thing I uploaded the other day still hasn't shown in REVU, any ideas why?11:39
cbx33key not synced?11:39
Arbiterw00t, there are a lot of old packages ftp://revu.tauware.de/incoming/ that were not updated into REVU11:39
cbx33did you join the revu group?11:39
Enverexcbx33, Yes and Yes11:39
cbx33hey Arbiter hows the pacakge?11:39
bjpsladen: btw, isn't there any possibility to share the debian/ folder between Debian and Ubuntu packages?11:39
EnverexArbiter, : Ha, there it id11:39
cbx33Enverex: have you ever uploaded to revu before?11:39
Enverex*is11:39
Arbitercbx33, i've fixed two more issues11:39
cbx33nice11:39
Enverexcbx33, It's on that site Arbiter just daid11:39
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
phanatichello motu world11:39
Arbitercbx33, * orig-tarball changed. Please use exactly what you downloaded as .orig.tar.gz. (see https://wiki.ubuntu.com/MOTU/Packages/CommonPackagingMistakes/ChangingTheOrigTarball)11:39
Arbiter* debian/copyright: you miss the license in src/core/compat-round.{cc,h}11:39
Arbiter:D11:39
Arbiterfixed & fixed11:39
sladenbjp: yes, but we do it with a diff!11:39
cbx33s it in rejected?11:39
cbx33Enverex: ?11:39
phanaticany MOTUs around here?11:39
EnverexErm, two of the files are in that folder, one is in rejected11:39
sladenbjp: that original package isn't going into Debian, until all the warning are sorted out with it anyway11:39
cbx33phanatic: what;'s up11:39
cbx33I'm not a MOTU11:39
cbx33but just ask your question :p11:39
cbx33then you need to find out why it was rejected11:39
Arbiterowww11:39
phanaticcbx33: sorry, i need a MOTU :) it's about uploading stuff...11:39
sladenbjp: personally, I suggest being a new, non-native package (as normally done) and doing a proper packaging job from scratch11:39
cbx33phanatic: you need stuff uploaded?11:39
Arbiterafter the upload advocates are reset11:39
Arbiterpffff....11:39
Enverexcbx33, Oh, so does that mean those other two files are fine but there's something wrong with just that file?11:39
cbx33Enverex: what is the package name?11:39
cbx33I would think so?11:39
phanaticcbx33: in fact a quick review and an upload :)11:39
bjpsladen: he didn't tell me that the debian package contained errors (warnings) as well. I'll start from scratch and come up with a proper ubuntu package then11:39
cbx33phanatic: I can do a quick review11:39
phanaticcbx33: thanks, http://revu.tauware.de/details.py?upid=258511:39
sladenbjp: so, grab the upstream tarball.   un tar it, mkdir -p debian and make control/changelog (you can look at the other package for ideas, but don't copy the bugs :)11:39
Enverexcbx33, e-uae11:39
phanaticraphink: ping11:39
raphinkpong11:39
Enverexcbx33, The changelog, is that a changelog for the program or for the debian package?11:39
cbx33phanatic: looks like it's already been approved and uploaded11:39
sladenbjp: rocking!  if the upstream is 0.7.2, then we'll assume the Debian version is going to be 0, so you'll have a version of   0.7.2-0ubuntu111:39
cbx33of have you just updated it?11:39
phanaticcbx33: not the latest version11:39
cbx33ah ok11:39
cbx33lemme see11:39
phanaticcbx33: it's for edgy containing some bugfixes11:39
EnverexCan anyone answer that question?11:39
Arbiteroook, advocates: fixed package wants you ;) http://revu.tauware.de/details.py?upid=274211:39
bjpsladen: shouldn't I use the build tools to create the debian directory?11:39
raphinkphanatic: what's up?11:39
cbx33phanatic: looks good to me11:39
phanaticraphink: do you have time for a quick review + upload?11:40
sladenbjp: no.  make your changes;  and at the end,   debuild -S  will produce a  .diff  (we have a .dsc, the orig.tar.gz and the .diff and changes)11:40
raphinkno I don't have time to review11:40
phanaticraphink: actually it was reviewed a several times, just need an upload11:40
EnverexThe changelog file in debian/, is that a changelog for the program or for the debian package?11:40
phanaticraphink: sysinfo package with bugfixes11:40
raphinkphanatic: I'd have to review it myself though11:40
raphinkI'd like to I mean11:40
raphinkso I'll do it later on11:41
phanaticraphink: okay, thanks11:41
bjpsladen: okay. What standards version should I use than? And can I change the compat file to 5?11:41
raphinkis there no other MOTU around who could review it?11:41
sladensiretart: can you put a newer version of linda/lintian on revu11:41
phanaticraphink: nobody put his/her hands up :)11:41
sladenbjp: you might actually be correct, leave it at that for the moment11:41
raphinksladen: we have to plan an upgrade of tiber11:41
cbx33raphink: nice11:41
raphinkto dapper11:41
EnverexAnyone?11:41
cbx33get rid of all those standards errors :p11:41
raphinkit's not planned yet11:42
raphinkhehe11:42
raphinkfor the least we already have an edgy pbuilder :)11:42
Arbiter:D11:42
bjpsladen: alright. I'll change the version of the package to 0.7.2-0ubuntu111:42
bjpsladen: and remove the .svn folder11:42
cbx33Enverex: that's for your package of it11:43
cbx33I believe11:43
EnverexAh, that's why it's rejected then11:43
EnverexI'll go fix11:43
cbx33y?11:43
bjpsladen: and the autobuild stuff, etc. Hopefully I get to upload a new version in the afternoon. Can I contact you again when I've uploaded the newer one? :)11:43
Arbitero.O my karma on launchpad bumped from 449 to 111611:43
azeeminstant karma gonna get you11:44
cbx33heheh karma is such a funny thing11:45
cbx33it means practically nothing :p11:45
Arbiterhee hee hee11:45
cbx33mine is 4107611:45
Arbiteri see11:45
cbx33but it's cos I wrote some specs11:45
Enverexcbx33, I thought it was a changelog for the program11:45
ArbiterO.O11:45
cbx33Enverex: I'm not 100% sure11:46
cbx33to be perfectly honest11:46
EnverexDo you need to run pbuilder for it to make the files which you upload or are those made by debuild?11:46
cbx33Enverex: you should run debuils -S11:46
cbx33to build the source pacakge11:47
cbx33that's what goes up to REVU11:47
cbx33but you should run pbuilder to make sure it builds ok11:47
cbx33before you upload11:47
Enverexyeah, I know, it's just why does dbuilder always crap out and if I  run debsign it says debsign: Can't find or can't read changes file ../ccd2iso_0.2-0ubuntu1_i386.changes!2 which is only built when you pbuilder it11:48
EnverexAlso, it wont let me reupload (even with -f)11:57
EnverexPackage includes an .orig.tar.gz file although the debian revision suggests11:57
Enverexthat it might not be required. Multiple uploads of the .orig.tar.gz may be11:57
Enverexrejected by the upload queue management software.11:57
=== ogra_ [n=ogra@p5089F9F9.dip.t-dialin.net] has joined #ubuntu-motu
=== Enverex [i=user@host-84-9-189-109.bulldogdsl.com] has joined #ubuntu-motu
EnverexStupid network12:08
EnverexDid anyone get anything I said12:08
=== Enverex shakes the channel
EnverexCome on guys, I'm not spending 10 hours on a package again12:10
azeemplease be patient12:11
azeemwe're all volunteers12:11
azeemmaybe you should rephrase your question12:11
EnverexUploading via ftp e-uae_0.8.29-WIP2-0ubuntu1.dsc: Error '553 Could not create file.' during ftp transfer of e-uae_0.8.29-WIP2-0ubuntu1.dsc12:12
EnverexHow do I get it to overwrite the old one?12:12
azeemyou're uploading to REVU?12:12
EnverexYeah12:12
azeemok, sorry, I never did that12:13
=== vud1 [n=vud1@unaffilitated/vud1] has left #ubuntu-motu ["chapo]
azeemmaybe those files get cleaned up by a cronjob every once in a while12:13
azeemso maybe try again in a couple of hours12:13
azeemotherwise, contact the REVU admins, I'd say12:13
azeembut this is just my uneducated gues12:13
azeems/gues/guess/12:13
=== MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-motu
EnverexThey've been there for a while12:14
EnverexSurely there is some way to overwrite them...12:14
azeemdo they belong to a proper prior upload?  Or a halfway-through upload?12:15
EnverexPart of the prior upload has been rejected so I'm trying to upload the new version12:15
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-motu
EnverexDoes anyone know how I remove files from REVU>12:19
Enverex*?12:19
phanaticEnverex: upload with dput -f12:22
phanaticthat'll overwrite the old ones...12:22
EnverexBut it doesn't12:22
EnverexIt still says the site rejected it12:23
phanaticis your key correct and accepted by revu?12:23
=== derjohn [n=derjohn@80.69.37.19] has joined #ubuntu-motu
EnverexYes. It worked the first time to upload both programs but it wont let me overwrite12:23
phanatic:/12:23
phanaticask a revu admin maybe12:23
derjohni have via vt8251-based mobo. that chipset is supported since 2.6.17 only. is there a ubuntu-server install cd out (nightly or such) that is 2.6.17 based?12:24
=== jdmpike [n=jordan@host-87-74-96-69.bulldogdsl.com] has joined #ubuntu-motu
jdmpikehey guys, how hard would it be to create a package called network-manager-xfce4?12:25
EnverexIt'll take you days, and you'll go insane in the process12:25
jdmpikeprobably12:25
jdmpikenetwork-manager-gtk might be more appropriate12:25
jdmpikewhat that a massive undertaking?12:26
jdmpikecreating the kde/gnome versions of the frontends?12:26
Enverexphanatic, PMed you the whole output to see if it makes more sense12:26
=== mpathy [n=mm@stgt-d9bea999.pool.mediaWays.net] has joined #ubuntu-motu
phanaticEnverex: looks like a revu problem. ping one of the revu admins, they can help...12:30
Enverex... which are they? heh12:30
phanaticEnverex: https://launchpad.net/people/revu-hackers12:32
Enverexping ajmitch siretart raphink12:34
siretartEnverex: yes?12:37
Enverexsiretart, I seem to be unable to upload a new version of something to REVU, it let me upload the initial one but I had to change something and it wont let me overwrite the old one12:38
siretartEnverex: which package?12:39
derjohnself-answer (for the logs, if any): http://cdimage.ubuntu.com/daily-live/current/12:39
Enverexsiretart, e-uae and ccd12:40
Enverexerm, ccd2iso12:40
=== freeflying|away [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu
siretartEnverex: the later one was uploaded as binary, which is being ignored by the upload processor and blocks further uploads12:41
siretartjust cleaned the queue, you may reupload now12:41
EnverexThanks, I didn't even mean to upload that in the first place, heh12:42
siretartbut be sure that you only upload *_source.changes, and no *_i386.changes files12:42
EnverexYeah, the guides were confusing and that was my first upload12:43
Enverexdebuilder doesn't work properly and dies when trying to sign12:43
Enverexlol, Ubuntu live support rejected12:46
EnverexOh the irony12:46
mpathyHi there.. What do you think about my feature request here? https://launchpad.net/bounties/compilation-options-checker12:50
EnverexThat's odd, my uploads haven't appeared in that upload folder yet12:57
EnverexOh, it's on the REAL page now, heh12:58
=== ogra_ [n=ogra@p5089F9F9.dip.t-dialin.net] has joined #ubuntu-motu
EnverexJust hope they aren't too borked and get rejected, heh. They both build and install fine through the .deb file as I'm using them now, yay. Heh.01:29
Arbitermpathy, i think that your feature request fits better under specs, unless you want to pay someone for implementing the feature01:42
FunnyLookinHatsiretart, : )   I just woke up and saw your email.  Unfortunately I have to go to work right now but I'll probably start to read it at work  : )01:46
FunnyLookinHatThanks for helping me   : )01:46
siretartFunnyLookinHat: I'm currently at work as well01:46
siretartFunnyLookinHat: I'm happy that I can help you :)01:46
FunnyLookinHatsiretart, See you later!01:46
mpathyArbiter: Can I "move" it?02:01
Arbitermpathy, don't know02:01
Arbiteri never wrote spec or bounties02:02
=== Javier [n=yo@host234.200-82-97.telecom.net.ar] has joined #ubuntu-motu
Javierf02:08
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
tseng< stub> Launchpad will be going down in 15 minutes for some brief unscheduled  maintenance. Downtime will be approx five minutes.02:16
Enverexomg borked02:17
=== \sh [n=shermann@server3.servereyes.de] has joined #ubuntu-motu
Arbiterslomo, ping02:23
=== mettala [n=mettala@letku30.adsl.netsonic.fi] has joined #ubuntu-MOTU
=== ZuZuu [n=ZuZubunt@AVelizy-154-1-89-198.w86-217.abo.wanadoo.fr] has joined #ubuntu-motu
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
=== Viper550 [n=Viper550@d57-121-167.home.cgocable.net] has joined #ubuntu-motu
Viper550Hello02:44
=== Viper550 [n=Viper550@d57-121-167.home.cgocable.net] has left #ubuntu-motu ["Leaving"]
Arbiterslomo, libgimp-cil builds correctly also in pbuilder :)02:57
=== mettala is now known as joumetal
Arbiterslomo, i've uploaded an updated version... you can review it if you want :D03:08
EnverexI'm amazed no-one complained about e-uae not being in Ubuntu, people are likely going to jump all over it when it comes out :P03:09
ArbiterEnverex, :D03:10
EnverexI've installed both of my packages locally and they seem fine, so any rejections are going to be something astetic or silly03:11
ArbiterEnverex, tried to build the package in pbuilder?03:11
EnverexYeah, that's how I got the .deb file to install03:11
Arbitergood03:12
Enverex( I mean I installed via the deb file, not just a manual compilation else that wouldn't prove it worked, heh)03:12
Arbitersure03:12
=== Arbiter loves pbuilder
EnverexMaking packages for ./configure && make && make install programs seems really easy now, heh, but there are programs like oolite that are a bit more complicated03:14
Arbiterhehehe03:14
Arbitermaking an ebuild for gentoo is often more complex :P03:15
Arbiterand there's no pbuilder... :PPP03:15
EnverexTrue but you just "emerge blah"03:17
EnverexAs you don't need to make packages03:18
EnverexIt's more complicated to make but easier to see if it worked properly03:18
Arbiter:)03:18
ArbiterEnverex, i've used gentoo for about a year03:18
Arbiter:)03:18
Arbiterthen i got bored of compiling everytime03:19
Arbiterso i moved to debian firstly, then ubuntu :D03:19
EnverexYeah, heh. It's nice. Pick some programs, install. 20 seconds later (including download time) it's all usable. Rather than 3 hours.03:20
=== NthDegree [n=nthdegre@194-247-233-84.dynamic.dsl.as9105.com] has joined #ubuntu-motu
EnverexIt's also nice to be able to browse through the programs with icons and such too.03:21
ArbiterEnverex, it's better to let the ubuntu's build servers compile the programs for us :D03:21
NthDegreelol03:22
Enverexbut but but.. my -funroll-loops -crazyloops -omgwtf-loops -march=uberpc flags!!03:22
NthDegreeuntil you have submitted enough packages I take it you have to submit .src.debs03:22
Arbitermy CFLAGS under gentoo: -march=athlon-xp -O3 -pipe -fomit-frame-pointer -momit-leaf-frame-pointer -funroll-loops -mmmx -msse -fweb and such things :P03:24
Mithrandiryou know -O3 is generally slower than -O2 or -Os, right?03:24
Enverexmmx and sse are already part of -march=athlon-xp03:25
ArbiterMithrandir, yep it generates bigger executables03:25
ArbiterMithrandir, in fact after some time i did an emerge -e world with CFLAGS="-march=athlon-xp -O2 -pipe" :D03:25
NthDegreeArbiter, dare you to try that with SSP :p03:27
zulhmmm...when did we become #gentoo-motu03:29
=== Bambi_BOFH [n=kgoetz@ppp194-28.lns1.adl4.internode.on.net] has joined #ubuntu-motu
Arbiterzul, hee hee hee03:30
=== robert__ [n=robert@202.134.254.128] has joined #ubuntu-motu
robert__hello all03:30
=== robert__ [n=robert@202.134.254.128] has left #ubuntu-motu ["Konversation]
=== Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-motu
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
Hobbseehi all03:49
zulhey03:49
Hobbsee:)03:49
zulumm...shouldnt you be uploading stuff to universe?03:49
=== ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
imbrandonheh03:49
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
=== FunnyLookinHat [n=funnyloo@167.246.8.60] has joined #ubuntu-motu
=== idrivel [n=idrivel@218.28.177.254] has joined #ubuntu-motu
=== Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu
Gloubiboulgajoin #ubuntu-devel04:28
Hobbseeheh, hi Gloubiboulga04:28
Gloubiboulgahm, it doesn't work04:28
Gloubiboulgahi Hobbsee :)04:28
Hobbsee:)04:28
=== chrisjr [n=usarname@ppp-58.8.23.23.revip2.asianet.co.th] has joined #ubuntu-motu
chrisjrhi04:36
FunnyLookinHatI have a motu-mentor!04:37
bjphi guys, is there any way to view the Linda file before dputting a source package?04:39
azeembjp: which linda file?04:39
Hobbseebjp: linda foo.dsc04:39
bjphobbsee: thanks. Same holds for lintian I guess?04:41
Hobbseebjp: yep04:41
bjphobbsee: great! I'll check it out :)04:41
Hobbsee:)04:42
bjphobbsee: no output is prefered I hope? :)04:42
Hobbseebjp: yes04:42
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
bjphobbsee: okay than linda is finally right :)04:43
Hobbsee:)04:43
=== nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has left #ubuntu-motu ["Out-a-herre"]
azeembjp: run it on a binary .changes files to also get the .debs checked04:43
Hobbseebjp: of course it is.  i can whinge at the maintainer and writer of it, too :P04:43
bjphobbsee: just lintian warns "source: package-uses-deprecated-debhelper-compat-version 1"04:44
bjphobbsee: lol :)04:44
Hobbseebjp: *ouch*  why 1?04:44
Hobbseethat's *way* out of date04:44
=== n3xu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu
bjphobbsee: the lintian warning is because the compat file is missing I guess.. should I add 4 or 5 to the file?04:44
Hobbseebjp: is this package already in debian?04:45
bjphobbsee: nope it isn't. We're trying to, but it gets a lot of delay.04:45
bjphobbsee: so we'd like to have it included in ubuntu for the convenience of our ubuntu users :)04:46
Hobbseebjp: so who set the compat 1?04:46
bjpazeem: thanks, still no errors in linda04:47
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
bjphobbsee: I didn't had the 'compat' file in the 'debian' directory, so I guess it defaults to one (1)04:47
=== Arbiter [n=arbiter@adsl-33-72.37-151.net24.it] has joined #ubuntu-motu
Hobbseebjp: ah.  change it to 5 then04:48
Arbiterhi *04:49
Hobbseehi Arbiter04:49
Arbiterhey Hobbsee04:49
Arbiterhow are you? :D04:49
bjphobbsee: I did that, lintian isn't warnings anymore either04:49
bjphobbsee: is this the right time to dput the package to revu, or can/should I check some additional things too?04:50
ArbiterGloubiboulga, ping04:50
Hobbseebjp: cool :)04:50
Hobbseebjp: dput it to revu04:50
HobbseeArbiter: good, doing some uploads :)04:50
ArbiterHobbsee, hehehehe04:50
Arbiteri'm waiting for my 2nd advocate04:50
=== Spec[x] [n=dragonco@charon.devis.com] has joined #ubuntu-motu
HobbseeArbiter: ah fun.  what for?04:52
bjphobbsee: thanks for you're help! :) It's uploaded now and I will comment the upload as it appears on revu04:52
Arbiteri've fixed some problem reported by sistpoty04:52
=== sharms [n=mindwarp@cpe-24-208-242-169.twmi.res.rr.com] has joined #ubuntu-motu
Hobbseebjp: cool, paste the link here?04:52
Arbiter*problems*04:52
Arbiterhe also advocated the package this morning04:53
Arbiter!spell advocated04:53
ubotuI know nothing about spell advocated - try searching http://bots.ubuntulinux.nl/factoids.cgi?db=ubuntu04:53
Arbiteraw04:53
=== Arbiter needs a spellchecker
Arbiter:D04:53
bjphobbsee: it's the second upload of the flamerobin package, available at: http://revu.tauware.de/details.py?upid=268804:54
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
=== lukketto [n=lukketto@host97-133.pool8257.interbusiness.it] has joined #ubuntu-motu
bjphobbsee: I see trouble with compat now. After changing it to 5 (I've set it to 4 earlier and everything was fine) it errors that it is greater than debhelper version04:57
=== lukketto [n=lukketto@host97-133.pool8257.interbusiness.it] has left #ubuntu-motu []
Hobbseebjp: then change debhelper's version to >=5.0.0 as well, or however they have it04:58
bjphobbsee: I guess I should have Build-Depends debhelper (=>5.0.0) as well?04:58
bjphobbsee: ah :)04:58
Hobbseebjp: yep, that's what i mean04:58
bjphobbsee: alright, now it's fixed. Should I increase the version of the package (0ubuntu2) or should I just dput -f?05:00
Hobbseebjp: ah, try dput -f05:00
bjphobbsee: okay it's there again :)05:02
Hobbseebjp: cool05:02
=== Hobbsee is still fixing whatever broke here.
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
=== nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu
=== nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu
bjphobbsee: I think the package is fine now, both linda and lintian are zero bytes05:09
=== ogra_ [n=ogra@p5089F9F9.dip.t-dialin.net] has joined #ubuntu-motu
=== Xnix [n=xnix@n157s046.ntc.blacksburg.shentel.net] has joined #ubuntu-motu
Hobbseebjp: still trying to un-screw everything here sorry...05:09
=== Hobbsee wants a clean desktop by the time she's finished!
bjphobbsee: that's fine.. maybe you have to time to take a look at it later? :)05:11
Hobbseebjp: after that, i'll probably sleep :P05:11
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== Hobbsee notes that there are other MOTU's hiding somewhere too..
Gloubiboulgano no05:12
zulits a mirage05:12
bjphobbsee: hehe sorry, maybe somebody else can do it.. wasn't my purpose to border you with it :)05:12
Gloubiboulgayou're the only one in here05:12
Hobbseeoh dear :P05:12
Hobbseebjp: :)05:12
ogra_thats the prce you pay for motuness :)05:13
ogra_*price even05:13
bjphobbsee: although, what should I do except for dropping a note here? Since I did that last week and there were no reactions at all ;-)05:13
Hobbseeogra_: heh.  you can review.05:14
ogra_Hobbsee, EBUSY .... :)05:14
Hobbseehehe05:14
ogra_moving houses while creating milestone CDs and melting at 35C05:15
zulogra_: heh...you got our temperature from monday...lucky you05:15
sharmsogra_: is creating milestone cds on the wiki?05:16
Hobbseewhee...libdar*'s broken in debian too.05:16
ogra_sharms, ?05:16
Hobbseeogra_: do try not to melt.05:16
ogra_sharms, i doubt it ...05:16
sharmsogra_: what is the script or program used?05:16
ogra_sharms, there is no script/program ...05:17
ogra_its a lot of manpower (the whole distro team) and launchpads build structure05:17
sharmshrm so an individual would have a hard time making a custom cd?05:17
ogra_i mean, sure there is mkisofs or mksquashfs somewhere wrapped in a script, in LP ....05:18
ogra_thats documented on the wiki somewhere ...05:18
ogra_but customizing is different to building a cd with LP05:18
=== Amaranth [n=amaranth@ubuntu/member/amaranth] has joined #ubuntu-motu
=== nexu [n=nexu@a80-126-56-145.adsl.xs4all.nl] has joined #ubuntu-motu
=== Gloubiboulga [n=gauvain@ubuntu/member/gloubiboulga] has joined #ubuntu-motu
=== ZuZuu [n=ZuZubunt@AVelizy-154-1-19-74.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu
=== bjp [n=bart@82-170-236-40-static.dsl.ip.tiscali.nl] has left #ubuntu-motu ["going]
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
LaserJocksiretart: ping?05:43
=== bigon [i=bigon@imladris.bigon.be] has left #ubuntu-motu ["Quitte"]
siretartLaserJock: pong05:46
=== lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu
Kamping_Kaiserhi all, i'm trying to fix a bug in vim - syntax highlighting. i found a few files that look good, but i was hoping someone could help me check05:58
HobbseeKamping_Kaiser: i know nothing, nothing at all :P05:58
Kamping_Kaiserthats why i didnt ask you :P05:59
Kamping_Kaiser</rudeness>05:59
Hobbsee:P05:59
Kamping_Kaiser:P05:59
Kamping_Kaiserhow are you, btw :)05:59
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
LaserJockKamping_Kaiser: haha, busy I guess :-)06:02
Kamping_Kaiserlol. fraid so :|06:02
=== Kamping_Kaiser suspects sleepy as well
=== Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-motu
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
Kamping_KaiserLaserJock, ping?06:07
LaserJockyeah?06:07
Kamping_Kaiserthis src-deb is a diff, but i cant find the origonal in the directory :| should i just grep for some of the file contents?06:08
=== Kamping_Kaiser tries it
Kamping_Kaiser:( i cant find another. *wonder if he can find martin pitt or sjr about the place*06:09
dholbachKamping_Kaiser: pitti is Martin Pitt06:10
Kamping_Kaiserthanks dholbach , he seems to be away atm, might have to catch him tomorrow06:10
=== Kamping_Kaiser swears the package wasnt this complex last time he tried
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== ogra_ [n=ogra@p5089F9F9.dip.t-dialin.net] has joined #ubuntu-motu
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
=== ryanakca [n=ryan@unaffiliated/ryanakca] has joined #ubuntu-motu
=== fredix [n=fredix@86.67.45.163] has joined #ubuntu-motu
=== ivoks [n=ivoks@lns02-0520.dsl.iskon.hr] has joined #ubuntu-motu
=== Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-motu
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
=== pimeja [n=pimeja@spider.network.lviv.ua] has joined #ubuntu-motu
=== Cornellius [n=Alain@142-217-38-112.telebecinternet.net] has joined #ubuntu-motu
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
=== _jaldhar is now known as jaldhar
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== carthik [i=fargon@silenceisdefeat.org] has joined #ubuntu-motu
=== netgrabber [i=fiHpWLaI@host237-61.pool8248.interbusiness.it] has joined #ubuntu-motu
=== onkarshinde [n=ubuntu-f@59.95.7.36] has joined #ubuntu-motu
onkarshindeI am trying to build a source package. Can someone help me with a problem?10:46
LaserJockask, and hopefully somebody will know the answer10:47
onkarshindeWhen I do 'dpkg-buildpackage -S -rfakeroot', I receive error '/usr/bin/fakeroot: line 150: debian/rules: Permission denied'10:49
LaserJockwhat does ls -lh tell you about debian/rules10:49
onkarshindeLaserJock: -rw-r--r-- 1 onkar users 1.6K 2006-07-20 02:07 debian/rules10:50
onkarshindeLaserJock: Do I need 755 permissions?10:50
LaserJockI think it should be excecutable10:50
onkarshindeLaserJock: Ok. Actually I was refering debian/ubuntu packaging guide. I am new to this.10:51
onkarshindeLaserJock: Oops. I missed that part that this file should be executable10:52
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu
=== micahcowan [n=micah@69.36.252.2] has joined #ubuntu-motu
=== lloydinho [n=andreas@rosinante.egmont-kol.dk] has joined #ubuntu-motu
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
phanaticevening motu world11:41
crimsunhi11:41
Cornelliuslo11:41
=== Pazzo [n=thomas@host130-250-static.72-81-b.business.telecomitalia.it] has joined #ubuntu-motu

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