dholbach | good morning | 06:26 |
---|---|---|
geser | good morning | 06: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 | ||
bobweaver | hello 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 |
sagaci | bobweaver: search for bugs with tags with bitesize or string-fix | 10:23 |
bobweaver | thanks sagaci | 10:23 |
tumbleweed | bobweaver: harvest.ubuntu.com can help find you bitesize bugs | 10:24 |
bobweaver | thanks tumbleweed ! | 10:24 |
=== jacky is now known as JackyAlcine | ||
=== JackyAlcine is now known as jacky | ||
=== Guest49352 is now known as Zic | ||
aboudreault | is doing a $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/usr/ in debian/rules the right way? | 12:35 |
tumbleweed | that's problematic | 12:36 |
tumbleweed | it's useful to separate DESTDIR from PREFIX | 12:36 |
tumbleweed | $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/ PREFIX=/usr/ | 12:37 |
aboudreault | yeah, my configure call is like --prefix=/usr | 12:37 |
tumbleweed | (well, PREFIX is usally applied at configure time) | 12:37 |
tumbleweed | yes | 12:37 |
aboudreault | ok, I see, will remove the usr/ from the destdir | 12:37 |
tumbleweed | btw, dh should just do the right thing for a package using make like this | 12:38 |
aboudreault | umm...will do a few tests to see what was the problem before | 12:40 |
aboudreault | also trying to tell debuild to use my 8 cpus... doesn't seem to work. | 12:41 |
aboudreault | with the -j8 option | 12:41 |
tumbleweed | the package needs to support parallel builds | 12:41 |
tumbleweed | with dh, there's a --parallel option | 12:41 |
tumbleweed | all that -j option does is set a flag in DEB_BUILD_OPTIONS http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options | 12:42 |
aboudreault | ok | 12:43 |
aboudreault | tumbleweed, dh doesn't seem to do any make install | 12:50 |
tumbleweed | it should | 12:50 |
aboudreault | how can I tell it to do it in install-arch ? | 12:50 |
tumbleweed | by overriding dh_auto_install-indep | 12:51 |
aboudreault | or, what dh_ command is supposed to do the make install | 12:51 |
tumbleweed | dh_auto_install | 12:51 |
tumbleweed | dh_auto_* is for driving the upsteram build system | 12:51 |
aboudreault | damn libtool... my php ext fails to install when I use a destdir | 13:26 |
aboudreault | due to a missing lib | 13:27 |
aboudreault | but the make works | 13:27 |
=== yofel_ is now known as yofel | ||
=== bulldog98_ is now known as bulldog98 | ||
aboudreault | tumbleweed, Ok, it's moving forward :) | 14:41 |
aboudreault | now, 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 |
vibhav | Is the archive open now? | 14:42 |
aboudreault | Is 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 | ||
tumbleweed | vibhav: ^ | 14:43 |
vibhav | thanks! | 14:43 |
tumbleweed | aboudreault: 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 |
vibhav | nice | 14:46 |
vibhav | dholbach: In which room will we be discussing that? | 14:47 |
dholbach | vibhav, at UDS - http://uds.ubuntu.com/community/remote-participation/ - but this particular session is not scheduled yet | 14:47 |
dholbach | you might want to subscribe to https://blueprints.launchpad.net/ubuntu/+spec/community-q-dev-initiatives | 14:48 |
vibhav | thanks | 14:49 |
aboudreault | tumbleweed, my current build output: http://pastebin.com/eRXaqB71 | 15:03 |
* tumbleweed shovels backports into the udt PPA to get oneiric and natty builds workirng again | 15:06 | |
tumbleweed | re shunit2: Why on earch does a package that builds a single arch-indep binary package need to use -indep overrides and v9 compat | 15:09 |
tumbleweed | aboudreault: I'd start by dealing with the warnings on lines 2-8 | 15:11 |
tumbleweed | aboudreault: should the php plugin really have a .0.0.0 in its name? | 15:11 |
tumbleweed | aboudreault: -dev in a SONAME is guaranteed to confuse people | 15:13 |
tumbleweed | the recommended binary package name is then libmapserver6.1-dev which looks like a -dev package to the uninitiated :P | 15:13 |
aboudreault | yeah, that's because I build using the git master, our official release is just not ready yet. | 15:13 |
tumbleweed | is the ABI unstable enough that it will probably change before release? | 15:14 |
aboudreault | not sure why the php has a .0.0.0, that's libtool magic | 15:15 |
tumbleweed | yes, libtool thinks everything needs a soname | 15:15 |
tumbleweed | err a x.y.z version in the soname | 15:15 |
aboudreault | tumbleweed, I don't think so... but I won't upload any ubuntugis package before the release, just preparing i | 15:15 |
tumbleweed | then go with the final soname | 15:15 |
tumbleweed | if you aren't sharing teh package, you can't cause any damage | 15:16 |
aboudreault | this is automatically generated | 15:16 |
tumbleweed | right | 15:16 |
tumbleweed | patch it out, so that you can prepare the package with teh final soname? | 15:16 |
aboudreault | I 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 name | 15:17 |
aboudreault | talking about the -dev.so one, not the php one | 15:17 |
tumbleweed | ok, but you do know that the library should be in a package with a name including the soname's verison, right? | 15:18 |
aboudreault | ah, so that's probably the issue? my package is named libmapserver, and the so libmapserver-6.1-dev.so | 15:19 |
tumbleweed | yes, it's an issue | 15:20 |
aboudreault | ok | 15:20 |
aboudreault | I see in another package that the package name is libgdal1, and the .so is libgdal1.8.0.so | 15:22 |
aboudreault | ah.. the rules file contains: -L libgdal1 -l debian/libgdal1/usr/lib | 15:23 |
tumbleweed | that'd change to libgdal2 when there was a backwards incompatible ABI change, but until then, just the minor version is bumped | 15:24 |
=== Zic__ is now known as Zic | ||
aboudreault | not 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 |
aboudreault | dlsym etc.. are from libc... and the .so is properly linked with them, what can I do more? | 15:43 |
tumbleweed | as the dlsym manpage says, you should link with -ldl | 15:43 |
aboudreault | It is, when I build using debuild... that error only happens in pbuilder-dist | 15:47 |
* tumbleweed can't comment without looking at the source package | 15:47 | |
aboudreault | going to push my current branch | 15:54 |
tumbleweed | debfx: lol, I was just looking to see if openarena-players-mature was syncable | 15:56 |
aboudreault | tumbleweed, http://anonscm.debian.org/gitweb/?p=pkg-grass/mapserver.git;a=tree;f=debian;h=2ed63af946e3b4f99b929937beee20b878d899ce;hb=6.2 | 15:59 |
jtaylor | can someone unsubscribe sponsors from bug 986279, thx | 17:10 |
ubottu | Launchpad 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/986279 | 17:10 |
Laney | done | 17:11 |
* micahg is shocked mono builds on quantal (everything complex I've tried so far has blown up) | 20:40 | |
ajmitch | micahg: the mono maintainers are diligent & careful, you know ;) | 20:41 |
hyperair | heh lol | 20:44 |
* Laney steals a bug for the Launchpad clinic | 22:48 | |
Laney | rawr | 22:48 |
bobweaver | Who is in charge of ubuntu mobile | 23:30 |
bobweaver | I just got a ping from a real good python programer and he is about too start | 23:31 |
bobweaver | but 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!