/srv/irclogs.ubuntu.com/2011/03/18/#ubuntu-za.txt

nuvimoblo fellow geeks05:41
superflymorning nuvimob05:57
Symmetria196.213.108.186 - - [18/Mar/2011:08:21:25 +0200] "-" 400 0 "-" "-" <=== wtf is someone doing on a webserver to create a log line like that06:22
Symmetria(thousands of them)06:22
sakhimorning nuvimob 06:24
sakhimorning #ubuntu-za06:24
linuxboyMaaz: http 40006:53
Maazlinuxboy: http 400 is Bad Request (RFC 2616)06:53
superflyanyone in here a bit more familiar with deb packaging than me?08:40
superflyhey morgs08:41
morgshey superfly!08:41
superflyhow goes?08:41
morgsgood!08:42
morgsNice to be back :)08:42
morgshi sdehaan 08:44
morgsMaaz is a local ibid instance08:44
morgsMaaz, hi08:45
MaazSup morgs08:45
morgsMaaz, ubuntu08:45
Maazmorgs: Excuse me?08:45
morgsMaaz, ubuntu is what we are here for08:45
Maazmorgs: If you say so08:45
morgsMaaz, ubuntu08:45
Maazmorgs: ubuntu is what we are here for08:45
morgsMaaz, seen Vhata08:46
Maazmorgs: Vhata was last seen 1 day, 22 hours, 20 minutes and 15 seconds ago in #ubuntu-za on freenode [2011-03-16 12:26:05 SAST], and has been online on freenode since 2011-03-11 10:34:46 SAST08:46
morgsMaaz, tell Vhata ibid++08:46
Maazmorgs: Righto, I'll tell Vhata on freenode08:46
sdehaannice.08:46
superflyhey morgs, how familiar are you with Ubuntu packaging?08:47
morgssuperfly, I've done some mods to packages but haven't packaged from scratch except as a bit of cargo culting08:48
morgsh<tab><tab>08:48
morgsMaaz, seen highvoltage?08:48
Maazmorgs: highvoltage was last seen 2 months, 2 days, 18 hours, 9 minutes and 25 seconds ago in #ubuntu-za on freenode [2011-01-14 16:39:32 SAST], and has been offline on freenode since 2011-01-15 06:30:52 SAST08:48
superflyok... I'm just trying to figure out why my build is failing08:49
morgssuperfly, on Launchpad?08:49
superflyja08:49
morgslog?08:49
superflyI'll pastebin the exerpt08:49
superflyhttp://pastebin.com/R7ADkG9E08:50
superflylemme get the Makefile for you too08:50
superflyhttp://bazaar.launchpad.net/~openlp-core/openlp/trunk/view/head:/resources/debian/Makefile08:51
morgssuperfly, mkdir: cannot create directory `/usr/share/openlp': Permission denied08:51
morgsThe build shouldn't be trying to make absolute paths08:51
superflymorgs: yes, but why08:51
superflyit isn't... that's from the "install" part of my Makefile08:52
morgshmm08:52
superflyit looks like it's running the install when it runs the build, which is incorrect08:52
* morgs looks for an example he knows08:52
superflybut, that coule be due to an incorrect Makefile08:52
superflycocooncrash helped me with this stuff, but he's in San Francisco at the moment, and probably fast asleep right now ;-)08:53
linuxboywith a little bit of drool hanging out his mouth08:54
morgssuperfly, where is your debian/ folder? Can I see it?08:56
morgsis it in your bzr repo?08:56
superflyyep08:56
superflyhttp://bazaar.launchpad.net/~openlp-core/openlp/trunk/files/head:/resources/debian/debian/?file_id=debian-20110309065215-180lwk9z13pjmsr0-108:56
cocooncrashsuperfly: With ? what?09:04
superflycocooncrash: with the process of creating the deb package09:05
superflyfor OpenLP09:05
cocooncrashsuperfly: Looks like you're missing a DESTDIR in the makefile09:05
cocooncrashi.e. mkdir /usr/share/openlp instead of mkdir $(DESTDIR)/usr/share/openlp09:05
superflycocooncrash: no, my Makefile has it... http://bazaar.launchpad.net/~openlp-core/openlp/trunk/view/head:/resources/debian/Makefile09:06
cocooncrashHrm, then it's not getting set (or set incorrectly)09:07
superflymaybe I'm forgetting to add an argument in my rules file?09:07
cocooncrashsuperfly: If you call make manually in the rules file then you need to specify DESTDIR yourself09:08
superflycocooncrash: do I need to pass something through to "install" ? http://bazaar.launchpad.net/~openlp-core/openlp/trunk/view/head:/resources/debian/debian/rules09:08
superflyno, I don't call make manually09:08
tumbleweedif you are using python distutils, how is the makefile getting called?09:09
cocooncrashHrm, you're using CDBS, so it should take care of that09:09
cocooncrashtumbleweed: CDBS makefile.mk module09:09
tumbleweedoh, can one use two buildsystems at the same time in CDBS?09:09
tumbleweednormally one either uses distutils or a makefile09:09
cocooncrashUm, I assume so, but it might not be the case09:09
superflytumbleweed: yes, it was working with both, but I wasn't using the install target09:10
* nlsthzn waves09:10
cocooncrashMaaz: time in san fracisco09:10
Maazcocooncrash: It is 2011-03-18 04:10:40 COT09:10
* cocooncrash goes to bed09:10
tumbleweedok, but it does look like it isn't passing DESTDIR into make install09:10
superflyhi nlsthzn09:10
tumbleweed(from the log snippet)09:10
superflytumbleweed: yes, so I'm figuring...09:10
nlsthznsuperfly: :) Morning09:11
cocooncrashMaaz: time in san francisco09:11
Maazcocooncrash: It is 2011-03-18 02:11:20 PDT09:11
tumbleweedsuperfly: sorry I'm not much help with cdbs, I have to read the source code whenever I want to fix things like this09:11
* superfly goes to dig up the docs he was reading on CDBS09:11
superflytumbleweed: np, at least I've gotten a little further than I was earlier09:12
tumbleweedsuperfly: DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/openlp09:13
tumbleweedor something like that09:13
superflytumbleweed: ah, OK, thanks09:13
tumbleweedaah, there is a $(DEB_DESTDIR) you can pass09:14
tumbleweedDESTDIR=$(DEB_DESTDIR)09:14
superflythanks tumbleweed, I'll try that09:15
Vhatamorgs: hi09:17
MaazVhata: By the way, morgs on freenode told me "tell Vhata ibid++" 30 minutes and 38 seconds ago09:17
tumbleweedMaaz: morgs++09:18
tumbleweed[[ good taste :P ]]09:18
nlsthznlol09:18
tumbleweedsuperfly: if it's stable enough, get the thing into debian already09:21
superflytumbleweed: I'm hoping to start that process after our release at the end of this month :-)09:21
tumbleweedcool. I suggest filing the ITP bug a week or two before you start work, sometimes they generate a fair amount of comment (but mostly no responses at all)09:22
superflytumbleweed: thanks, I'll do that09:25
superflymeh. DEB_DESTDIR didn't work09:45
tumbleweeddocumentation can lie :)09:45
superflyyeah09:46
nlsthznhttp://www.kathack.com/11:38
=== sdehaan is now known as smn|away
=== smn|away is now known as sdehaan

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