security/gnutls hangs during build process

Jeremy Messenger mezz7 at cox.net
Sat Mar 1 22:19:24 UTC 2008


On Sat, 01 Mar 2008 11:54:04 -0600, Mark Nowiasz <buckaroo at gmx.de> wrote:

> Hi,
>
> when trying to upgrade security/gnutls the build process just hangs:
>
> ---------------------------------8<---------------------------------------------------------
> /bin/sh /usr/ports/security/gnutls/work/gnome-libtool --tag=CC     
> --mode=link
> cc -std=gnu99 -O2 -fno-strict-aliasing -pipe  -D_REENTRANT  
> -D_THREAD_SAFE -pipe -I/usr/local/include -O2 -fno-strict-aliasing  
> -pipe  -D_REENTRANT -D_THREAD_SAFE -Wno-pointer-sign   -L/usr/local/lib  
> -o
> errcodes
> errcodes.o ../lib/libgnutls.la -L/usr/local/lib -lgcrypt -lgpg-error  
> -L/usr/local/lib -ltasn1
> cc -std=gnu99 -O2 -fno-strict-aliasing -pipe -D_REENTRANT -D_THREAD_SAFE  
> -pipe -I/usr/local/include -O2 -fno-strict-aliasing -pipe -D_REENTRANT  
> -D_THREAD_SAFE -Wno-pointer-sign -o .libs/errcodes
> errcodes.o  -L/usr/local/lib ../lib/.libs/libgnutls.so -lz  
> /usr/local/lib/libgcrypt.so /usr/local/lib/libgpg-error.so  
> /usr/local/lib/libintl.so /usr/local/lib/libiconv.so  
> /usr/local/lib/libtasn1.so  -Wl,--rpath -Wl,/usr/local/lib
> creating errcodes
> Making all in guile
> Making all in modules
> Making all in src
> /usr/local/bin/guile -L ../../guile/modules  > enum-map.i.c
> --------------------------------->8--------------------------------------------------------
>
> The guile process itself doesn't consume any cpu time, so I guess it's  
> waiting
> for something forever - I had to kill the guile process to continue
> portupgrade.

I can reproduce it. Best to add '--disable-guile' in CONFIGURE_ARGS and it  
will solving your problem. If anyone want to enable and use guile module,  
you will have to add USE_GMAKE=yes, guile dependency and possible change  
plist (uncheck). I have taken a look at the Makefile.* and it looks like  
these are designed to use GNU make, so this port should have USE_GMAKE=yes.

Cheers,
Mezz

> I'm using 7.0-STABLE/amd64
>
> Regards,
> Mark


-- 
mezz7 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org


More information about the freebsd-ports mailing list