/srv/irclogs.ubuntu.com/2012/04/30/#ubuntu-motu.txt

dholbachgood morning06:26
gesergood morning06:33
=== dholbach_ is now known as dholbach
=== Whoopie_ is now known as Whoopie
=== lynxman- is now known as lynxman
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
=== dholbach_ is now known as dholbach
bobweaverhello there i am looking for simple easy too fix and package back up projects as I am board. I am not the greatest packager or engineer but i can get around well. any Ideas if there is a team like this? or if there is a way too search on LP to get such bugs ?10:22
sagacibobweaver: search for bugs with tags with bitesize or string-fix10:23
bobweaverthanks sagaci10:23
tumbleweedbobweaver: harvest.ubuntu.com can help find you bitesize bugs10:24
bobweaverthanks tumbleweed  !10:24
=== jacky is now known as JackyAlcine
=== JackyAlcine is now known as jacky
=== Guest49352 is now known as Zic
aboudreaultis doing a $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/usr/ in debian/rules the right way?12:35
tumbleweedthat's problematic12:36
tumbleweedit's useful to separate DESTDIR from PREFIX12:36
tumbleweed$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/ PREFIX=/usr/12:37
aboudreaultyeah, my configure call is like --prefix=/usr12:37
tumbleweed(well, PREFIX is usally applied at configure time)12:37
tumbleweedyes12:37
aboudreaultok, I see, will remove the usr/ from the destdir12:37
tumbleweedbtw, dh should just do the right thing for a package using make like this12:38
aboudreaultumm...will do a few tests to see what was the problem before12:40
aboudreaultalso trying to tell debuild to use my 8 cpus... doesn't seem to work.12:41
aboudreaultwith the -j8 option12:41
tumbleweedthe package needs to support parallel builds12:41
tumbleweedwith dh, there's a --parallel option12:41
tumbleweedall that -j option does is set a flag in DEB_BUILD_OPTIONS http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options12:42
aboudreaultok12:43
aboudreaulttumbleweed, dh doesn't seem to do any make install12:50
tumbleweedit should12:50
aboudreaulthow can I tell it to do it in install-arch ?12:50
tumbleweedby overriding dh_auto_install-indep12:51
aboudreaultor, what dh_ command is supposed to do the make install12:51
tumbleweeddh_auto_install12:51
tumbleweeddh_auto_* is for driving the upsteram build system12:51
aboudreaultdamn libtool... my php ext fails to install when I use a destdir13:26
aboudreaultdue to a missing lib13:27
aboudreaultbut the make works13:27
=== yofel_ is now known as yofel
=== bulldog98_ is now known as bulldog98
aboudreaulttumbleweed, Ok, it's moving forward :)14:41
aboudreaultnow, only getting this error: dpkg-shlibdeps: error: no dependency information found for ... (which point to a lib I just built for my packages)14:42
vibhavIs the archive open now?14:42
aboudreaultIs this the correct solution: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info ?14:42
=== tumbleweed changed the topic of #ubuntu-motu to: Quantal: Archive open | Want to get involved with the MOTU? https://wiki.ubuntu.com/MOTU/Contributing | Sponsor queue: http://bit.ly/fz6AyQ | http://qa.ubuntuwire.com/ftbfs | http://people.canonical.com/~ubuntu-archive/NBS | http://qa.ubuntuwire.com/bugs/rcbugs/ | Fix-It Friday: http://pad.ubuntu-uk.org/KljH7rwo1X
tumbleweedvibhav: ^14:43
vibhavthanks!14:43
tumbleweedaboudreault: that shouldn't produce an error. I can't answer that without looking at it, though.14:45
=== dholbach changed the topic of #ubuntu-motu to: Quantal: Archive open | Want to get involved with the MOTU? https://wiki.ubuntu.com/MOTU/Contributing | Sponsor queue: http://bit.ly/fz6AyQ | http://qa.ubuntuwire.com/ftbfs | http://people.canonical.com/~ubuntu-archive/NBS | http://qa.ubuntuwire.com/bugs/rcbugs/
dholbach(removed Fix-It Friday - I hope to announce some new initiatives after UDS)14:46
vibhavnice14:46
vibhavdholbach: In which room will we be discussing that?14:47
dholbachvibhav, at UDS - http://uds.ubuntu.com/community/remote-participation/ - but this particular session is not scheduled yet14:47
dholbachyou might want to subscribe to https://blueprints.launchpad.net/ubuntu/+spec/community-q-dev-initiatives14:48
vibhavthanks14:49
aboudreaulttumbleweed, my current build output: http://pastebin.com/eRXaqB7115:03
* tumbleweed shovels backports into the udt PPA to get oneiric and natty builds workirng again15:06
tumbleweedre shunit2: Why on earch does a package that builds a single arch-indep binary package need to use -indep overrides and v9 compat15:09
tumbleweedaboudreault: I'd start by dealing with the warnings on lines 2-815:11
tumbleweedaboudreault: should the php plugin really have a .0.0.0 in its name?15:11
tumbleweedaboudreault: -dev in a SONAME is guaranteed to confuse people15:13
tumbleweedthe recommended binary package name is then libmapserver6.1-dev which looks like a -dev package to the uninitiated :P15:13
aboudreaultyeah, that's because I build using the git master, our official release is just not ready yet.15:13
tumbleweedis the ABI unstable enough that it will probably change before release?15:14
aboudreaultnot sure why the php has a .0.0.0, that's libtool magic15:15
tumbleweedyes, libtool thinks everything needs a soname15:15
tumbleweederr a x.y.z version in the soname15:15
aboudreaulttumbleweed, I don't think so... but I won't upload any ubuntugis package before the release, just preparing i15:15
tumbleweedthen go with the final soname15:15
tumbleweedif you aren't sharing teh package, you can't cause any damage15:16
aboudreaultthis is automatically generated15:16
tumbleweedright15:16
tumbleweedpatch it out, so that you can prepare the package with teh final soname?15:16
aboudreaultI do not have to patch this, when I will build with the real tar.gz package of the release, the so will have the proper name15:17
aboudreaulttalking about the -dev.so one, not the php one15:17
tumbleweedok, but you do know that the library should be in a package with a name including the soname's verison, right?15:18
aboudreaultah, so that's probably the issue? my package is named libmapserver, and the so libmapserver-6.1-dev.so15:19
tumbleweedyes, it's an issue15:20
aboudreaultok15:20
aboudreaultI see in another package that the package name is libgdal1, and the .so is libgdal1.8.0.so15:22
aboudreaultah.. the rules file contains: -L libgdal1 -l debian/libgdal1/usr/lib15:23
tumbleweedthat'd change to libgdal2 when there was a backwards incompatible ABI change, but until then, just the minor version is bumped15:24
=== Zic__ is now known as Zic
aboudreaultnot sure how to fix those errors: pkg-shlibdeps: warning: symbol dlsym used by debian/libmapserver/usr/lib/libmapserver-6.1-dev.so found in none of the libraries.15:42
aboudreaultdlsym etc.. are from libc... and the .so is properly linked with them, what can I do more?15:43
tumbleweedas the dlsym manpage says, you should link with -ldl15:43
aboudreaultIt is, when I build using debuild... that error only happens in pbuilder-dist15:47
* tumbleweed can't comment without looking at the source package15:47
aboudreaultgoing to push my current branch15:54
tumbleweeddebfx: lol, I was just looking to see if openarena-players-mature was syncable15:56
aboudreaulttumbleweed, http://anonscm.debian.org/gitweb/?p=pkg-grass/mapserver.git;a=tree;f=debian;h=2ed63af946e3b4f99b929937beee20b878d899ce;hb=6.215:59
jtaylorcan someone unsubscribe sponsors from bug 986279, thx17:10
ubottuLaunchpad bug 986279 in hg-git (Ubuntu Precise) "can't clone the repo: ValueError: need more than 1 value to unpack" [Undecided,New] https://launchpad.net/bugs/98627917:10
Laneydone17:11
* micahg is shocked mono builds on quantal (everything complex I've tried so far has blown up)20:40
ajmitchmicahg: the mono maintainers are diligent & careful, you know ;)20:41
hyperairheh lol20:44
* Laney steals a bug for the Launchpad clinic22:48
Laneyrawr22:48
bobweaverWho is in charge of ubuntu mobile23:30
bobweaverI just got a ping from a real good python programer and he is about too start23:31
bobweaverbut I thought that I would get him togeather with others he is real good at python and is well know for it.23:32

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