Re: gnu ltdl and FreeBSD

2017-10-17 Thread blubee blubeeme
The error seems related to libudev. I tried adding libudev to the lib_dependencies like this below LIB_DEPENDS= libltdl.so:devel/libltdl libudev.so:devel/libudev-devd but the compilation still fails with this compilation error below, any tips on getting past this issue? gmake[4]: *** Waiting

Re: gnu ltdl and FreeBSD

2017-10-16 Thread blubee blubeeme
I had an idea that maybe the port was failing because of Clang compiler, so I looked through the porters handbook and found USE_GCC this prompted me to install gcc 6.2 which i think is a little overkill plus it also installed a few other packages as well. The build went through and failed at this

Re: gnu ltdl and FreeBSD

2017-10-16 Thread blubee blubeeme
@Baptiste adding localbase to the USES macros made it past the previous errors. The compilation fails with this error: gmake[4]: Entering directory '/usr/ports/graphics/utsushi/work/utsushi-c590592/lib' depbase=`echo connexion.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ../libtool

Re: gnu ltdl and FreeBSD

2017-10-16 Thread Baptiste Daroussin
On Mon, Oct 16, 2017 at 08:58:32AM +, blubee blubeeme wrote: > I've tried passing CONFIGURE_ARGS or removing it, both gives the same error > below. > LIB_DEPENDS= libltdl.so:devel/libltdl > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-ltdl-install > USES=autoreconf gmake

Re: gnu ltdl and FreeBSD

2017-10-16 Thread blubee blubeeme
I've tried passing CONFIGURE_ARGS or removing it, both gives the same error below. LIB_DEPENDS= libltdl.so:devel/libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ltdl-install USES=autoreconf gmake libtool the config.log file is there and it's pretty long as well I am looking

Re: gnu ltdl and FreeBSD

2017-10-16 Thread Tijl Coosemans
On Mon, 16 Oct 2017 10:44:42 +0200 Tijl Coosemans wrote: > On Mon, 16 Oct 2017 13:37:57 +0800 blubee blubeeme > wrote: >> CONFIGURE_ARGS= --without-included-ltdl --disable-ltdl-install >> USES=autoreconf gmake > > Here you should add

Re: gnu ltdl and FreeBSD

2017-10-16 Thread Baptiste Daroussin
On Mon, Oct 16, 2017 at 08:25:57AM +, blubee blubeeme wrote: > This is what the Makefile looks like, the file still fails: > > LICENSE= GPLv3+ > BUILD_DEPENDS= gsed:textproc/gsed > > BINARY_ALIAS=sed=gsed > > LIB_DEPENDS= libltdl.so:devel/libltdl > GNU_CONFIGURE= yes >

Re: gnu ltdl and FreeBSD

2017-10-16 Thread Tijl Coosemans
On Mon, 16 Oct 2017 13:37:57 +0800 blubee blubeeme wrote: > I'm trying to port some software that keeps failing when it tries to find a > config.h. > > I know the config.h file is there but I think the compilation is failing > because it's trying to build ltdl and freebsd

Re: gnu ltdl and FreeBSD

2017-10-16 Thread blubee blubeeme
This is what the Makefile looks like, the file still fails: LICENSE= GPLv3+ BUILD_DEPENDS= gsed:textproc/gsed BINARY_ALIAS=sed=gsed LIB_DEPENDS= libltdl.so:devel/libltdl GNU_CONFIGURE= yes USES=autoreconf gmake same compile error. That config.h should be auto

Re: gnu ltdl and FreeBSD

2017-10-16 Thread Baptiste Daroussin
On Mon, Oct 16, 2017 at 05:37:57AM +, blubee blubeeme wrote: > I'm trying to port some software that keeps failing when it tries to find a > config.h. > > I know the config.h file is there but I think the compilation is failing > because it's trying to build ltdl and freebsd doesn't need that

gnu ltdl and FreeBSD

2017-10-15 Thread blubee blubeeme
I'm trying to port some software that keeps failing when it tries to find a config.h. I know the config.h file is there but I think the compilation is failing because it's trying to build ltdl and freebsd doesn't need that since freebsd already has dlopen in libc. Which configure flag could I