-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
On 09/01/2014 01:43 PM, Holger Hans Peter Freyther wrote:
On Sun, Aug 31, 2014 at 04:02:17PM -0500, Ciaby wrote:
Hi!
So, it looks like it's trying to build a libosmogsm6 package, but only libosmogsm5.1.0 gets built. I looked around, and the only reference I found is in src/gsm/Makefile.am, and it's correct (6:0:1). What am I doing wrong? :)
This is a tentative patch to fix the issue. It works for me, libosmogsm6 and libosmoctrl0 are built successfully, however I'm not sure if that's the right thing to do.
can you try to use the -M option? It will show plain renames.
Ok, will do.
--- a/src/gsm/Makefile.am +++ b/src/gsm/Makefile.am @@ -1,6 +1,6 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=6:0:1 +LIBVERSION=6:0:0
that is odd. What build issue do you get without the versioning?
libosmogsm gets built as libosmogsm.so.5.1.0, which of course doesn't work if you try to package libosmogsm6. Also, libosmoctrl is missing libosmoctrl0.install in debian/ and the package declaration in debian/rules. My build box is Ubuntu 12.04, 64-bit, all packages updated. This is the updated patch. Cheers
Ciaby