Port-hppa archive

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

failure to build boehm / gnutls



Hi,

while updating gnutls, a new version of boehm-gc gets pulled in too.

Boehm-gc fails with:

===> Building for boehm-gc-7.6.0nb2
gmake[1]: Entering directory '/usr/pkgsrc/devel/boehm-gc/work/gc-7.6.0'
depbase=`echo dyn_load.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I/usr/pkg/include -I/usr/pkg/include -fexceptions -Wall -Wextra -O2 -I/usr/pkg/include -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF $depbase.Tpo -c -o dyn_load.lo dyn_load.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I/usr/pkgsrc/devel/boehm-gc/work/.buildlink/include -fexceptions -Wall -Wextra -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -fPIC -DPIC -o .libs/dyn_load.o
dyn_load.c: In function 'GC_FirstDLOpenedLinkMap':
dyn_load.c:696:16: warning: unused variable 'dp' [-Wunused-variable]
     ElfW(Dyn) *dp;
                ^
dyn_load.c: At top level:
dyn_load.c:1143:16: fatal error: dl.h: No such file or directory
 #include <dl.h>
                ^
compilation terminated.
Makefile:1528: recipe for target 'dyn_load.lo' failed
gmake[1]: *** [dyn_load.lo] Error 1


since I had no issues updating on x86 and amd64, I fear this is something hppa specific.

Clues?

Riccardo


Home | Main Index | Thread Index | Old Index