Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 20:22:39 +0000
From:      "Montgomery-Smith, Stephen" <stephen@missouri.edu>
To:        Tijl Coosemans <tijl@FreeBSD.org>, "freebsd-ports@FreeBSD.org" <freebsd-ports@FreeBSD.org>
Subject:   Problems with libtool and graphics/opendx; was: To all port maintainers: libtool
Message-ID:  <536E8A8D.3070504@missouri.edu>
In-Reply-To: <20140508002420.5d37e7f6@kalimero.tijl.coosemans.org>
References:  <20140508002420.5d37e7f6@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I am trying to get the libtool changes to work with the port
graphics/opendx.  I made the changes:

Index: Makefile
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- Makefile    (revision 353598)
+++ Makefile    (working copy)
@@ -16,10 +16,11 @@
                cdf:${PORTSDIR}/science/cdf

 USE_XORG=3D      xinerama xext xpm xmu sm ice
-USES=3D          bison motif gmake
+USES=3D          bison motif gmake libtool
 USE_GCC=3D       any
 USE_GL=3D                yes
-USE_AUTOTOOLS=3D libtool
+GNU_CONFIGURE=3D yes
+#USE_AUTOTOOLS=3D        libtool
 USE_LDCONFIG=3D  yes
 CFLAGS+=3D       ${PTHREAD_CFLAGS}
 CONFIGURE_ENV=3D ARCH=3Dfreebsd

Then when I do "make install" I got
pkg-static:
lstat(/usr/ports/graphics/opendx/work/stage/usr/local/dx/lib_freebsd/libDX.=
la):
No such file or directory
pkg-static:
lstat(/usr/ports/graphics/opendx/work/stage/usr/local/dx/lib_freebsd/libDX.=
so):
No such file or directory
pkg-static:
lstat(/usr/ports/graphics/opendx/work/stage/usr/local/dx/lib_freebsd/libDX.=
so.4):
No such file or directory
etc.

When I do "find . -name "libDX.*"", I get
./work/dx-4.4.4/src/exec/.libs/libDX.lai
./work/dx-4.4.4/src/exec/.libs/libDX.a
./work/dx-4.4.4/src/exec/.libs/libDX.la
./work/dx-4.4.4/src/exec/libDX.la
./work/stage/usr/local/dx/lib_freebsd/libDX.a
suggesting that the "*.so" files were never created.

Did I miss something?

The modifiers :keepla and :oldver don't seem to help.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?536E8A8D.3070504>