libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool 1.5.6 still not supporting make distcheck


From: Sean Dague
Subject: Re: libtool 1.5.6 still not supporting make distcheck
Date: Tue, 30 Nov 2004 15:44:51 -0500
User-agent: Mutt/1.5.5.1i

On Sat, Nov 20, 2004 at 04:48:47PM +0100, Ralf Wildenhues wrote:
> * Sean Dague wrote on Wed, Nov 17, 2004 at 06:07:55PM CET:
> > On Tue, Nov 16, 2004 at 06:32:51PM -0800, Jacob Meuser wrote:
> > <snip>
> > > curious also what's in ../utils/libopenhpiutils.la
> *snip*
> > openhpi/openhpi-1.9.3/_build/utils/libopenhpiutils.la contains the
> > following:
> > 
> 
> Am thinking.. does the failure also happen if you apply this?
> 
> Index: src/Makefile.am
> ===================================================================
> RCS file: /cvsroot/openhpi/openhpi/src/Makefile.am,v
> retrieving revision 1.51
> diff -u -r1.51 Makefile.am
> --- src/Makefile.am   16 Nov 2004 19:16:52 -0000      1.51
> +++ src/Makefile.am   20 Nov 2004 15:46:46 -0000
> @@ -59,8 +59,8 @@
>                             session.c \
>                             oHpi.c
>  
> -libopenhpi_la_LIBADD    = @STATIC_PLUGIN_LIBS@ @STATIC_PLUGIN_EXTRA_LIBS@ 
> $(top_builddir)/utils/libopenhpiutils.la
> -libopenhpi_la_LDFLAGS   = -L$(top_builddir)/utils -version-info 
> @HPI_LIB_VERSION@ -export-symbols $(top_srcdir)/src/hpi.sym
> +libopenhpi_la_LIBADD    = @STATIC_PLUGIN_LIBS@ @STATIC_PLUGIN_EXTRA_LIBS@ 
> ../utils/libopenhpiutils.la
> +libopenhpi_la_LDFLAGS   = -version-info @HPI_LIB_VERSION@ -export-symbols 
> $(top_srcdir)/src/hpi.sym
>  libopenhpi_la_DEPENDENCIES = @STATIC_PLUGIN_LIBS@ $(top_srcdir)/src/hpi.sym
>  
>  $(top_builddir)/utils/libopenhpiutils.la:
> 
> 
> 
> If it does not help, could you show the contents of the *uninstalled*
> .la files (both libopenhpi.la as well as ..utils.la)?
> 
> Regards,
> Ralf

That doesn't seem to change anything.

Here is the requested info:

----------------------------
dargo:~/openhpi-1.9.3-rc/openhpi-1.9.3/_build/src> cat libopenhpi.la 
# libopenhpi.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libopenhpi.so.1'

# Names of this library.
library_names='libopenhpi.so.1.9.3 libopenhpi.so.1 libopenhpi.so'

# The name of the static archive.
old_library='libopenhpi.a'

# Libraries that this one depends upon.
dependency_libs='
/home/sdague/openhpi-1.9.3-rc/openhpi-1.9.3/_build/utils/libopenhpiutils.la
/usr/lib/libltdl.la -ldl /usr/lib/libgthread-2.0.la /usr/lib/libglib-2.0.la
-lm -lpthread '

# Version information for libopenhpi.
current=10
age=9
revision=3

# Is this an already installed library?
installed=no

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/home/sdague/openhpi-1.9.3-rc/openhpi-1.9.3/_inst/lib'
relink_command="(cd /home/sdague/openhpi-1.9.3-rc/openhpi-1.9.3/_build/src;
/bin/sh ../libtool  --mode=relink gcc -g -O2 -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall
-Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes
-Wpointer-arith -Wformat=2 -Wformat-security -Wformat-nonliteral
-Wno-format-y2k -Wcast-qual -Wcast-align -Werror -D_GNU_SOURCE -D_REENTRANT
-fexceptions -g -O2 -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -Wall -Wmissing-prototypes
-Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wformat=2
-Wformat-security -Wformat-nonliteral -Wno-format-y2k -Wcast-qual
-Wcast-align -Werror -D_GNU_SOURCE -D_REENTRANT -fexceptions -o
libopenhpi.la -rpath /home/sdague/openhpi-1.9.3-rc/openhpi-1.9.3/_inst/lib
-version-info 10:3:9 -export-symbols ../../src/hpi.sym config.lo domain.lo
event.lo alarm.lo hotswap.lo lock.lo plugin.lo plugin_static.lo init.lo
safhpi.lo session.lo oHpi.lo ../utils/libopenhpiutils.la -lltdl -pthread
-lgthread-2.0 -lglib-2.0 -lm -lpthread @inst_prefix_dir@)"


-------------------------------------
dargo:~/openhpi-1.9.3-rc/openhpi-1.9.3/_build/utils> cat libopenhpiutils.la 
# libopenhpiutils.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.5.6 (1.1220.2.95 2004/04/11 05:50:42)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname='libopenhpiutils.so.1'

# Names of this library.
library_names='libopenhpiutils.so.1.9.3 libopenhpiutils.so.1
libopenhpiutils.so'

# The name of the static archive.
old_library='libopenhpiutils.a'

# Libraries that this one depends upon.
dependency_libs=' /usr/lib/libltdl.la -ldl /usr/lib/libgthread-2.0.la
/usr/lib/libglib-2.0.la -lm -lpthread'

# Version information for libopenhpiutils.
current=10
age=9
revision=3

# Is this an already installed library?
installed=no

# Should we warn about portability when linking against -modules?
shouldnotlink=no

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/home/sdague/openhpi-1.9.3-rc/openhpi-1.9.3/_inst/lib'



Hope this helps spur any new thoughts.

        -Sean
 
-- 
__________________________________________________________________

Sean Dague                                       Mid-Hudson Valley
sean at dague dot net                            Linux Users Group
http://dague.net                                 http://mhvlug.org

There is no silver bullet.  Plus, werewolves make better neighbors
than zombies, and they tend to keep the vampire population down.
__________________________________________________________________

Attachment: pgpnxlWa9wIkp.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]