[PROBLEM] libxfcegui4 creating libraries with strange [SO]names

Martin Loschwitz madkiss at madkiss.org
Sat Aug 30 13:54:31 CEST 2003


Hi folks,

while building Debian Packages for libxfcegui4, I ran into an odd looking
problem: with "./configure --prefix=/usr --enable-xinerama", it creates
libraries like the following: 

-rw-r--r-- root/root    208624 2003-08-29 23:30:32 ./usr/lib/libxfcegui4.so.0.1.1

This is obviously wrong, since it is supposed to be ./usr/lib/libxfcegui4.so.1.1.1,
isn't it?

I ran into further strace effects while playing with LIBXFCEGUI4_VERINFO:

LIBXFCEGUI4_VERINFO=1:1:1 results in libfoo.so.0.1.1
LIBXFCEGUI4_VERINFO=1:1:0 results in libfoo.so.1.0.1
LIBXFCEGUI4_VERINFO=1:0:1 results in libsoo.so.0.1.0

I don't know whether the patch attached is correct but it is what we will be
using for the debs for now.

Thanks in advance,

-- 
  .''`.   Martin Loschwitz           Debian GNU/Linux developer
 : :'  :  madkiss at madkiss.org        madkiss at debian.org
 `. `'`   http://www.madkiss.org/    people.debian.org/~madkiss/
   `-     Use Debian GNU/Linux 3.0!  See http://www.debian.org/
-------------- next part --------------
diff -ruN libxfcegui4-4.0.0+rc3.old/configure libxfcegui4-4.0.0+rc3/configure
--- libxfcegui4-4.0.0+rc3.old/configure	2003-08-26 08:07:33.000000000 +0200
+++ libxfcegui4-4.0.0+rc3/configure	2003-08-30 13:51:08.000000000 +0200
@@ -1906,7 +1906,7 @@
 
 
 
-LIBXFCEGUI4_VERINFO=1:1:1
+LIBXFCEGUI4_VERINFO=1:1:0
 
 
 DEPDIR="${am__leading_dot}deps"
diff -ruN libxfcegui4-4.0.0+rc3.old/configure.ac libxfcegui4-4.0.0+rc3/configure.ac
--- libxfcegui4-4.0.0+rc3.old/configure.ac	2003-08-26 07:53:40.000000000 +0200
+++ libxfcegui4-4.0.0+rc3/configure.ac	2003-08-30 13:50:52.000000000 +0200
@@ -7,7 +7,7 @@
 AM_MAINTAINER_MODE
 
 dnl libtool versioning from libxfcegui4
-LIBXFCEGUI4_VERINFO=1:1:1
+LIBXFCEGUI4_VERINFO=1:1:0
 AC_SUBST(LIBXFCEGUI4_VERINFO)
 
 dnl Check for UNIX variants
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20030830/6cbdb3d8/attachment.pgp>


More information about the Xfce4-dev mailing list