Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Mar 2008 16:20:42 -0600
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Mark Nowiasz" <buckaroo@gmx.de>
Cc:        novel@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: security/gnutls hangs during build process
Message-ID:  <op.t7cy0swd9aq2h7@mezz.mezzweb.com>
In-Reply-To: <200803011854.05390.buckaroo@gmx.de>
References:  <200803011854.05390.buckaroo@gmx.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 01 Mar 2008 11:54:04 -0600, Mark Nowiasz <buckaroo@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=3DCC     =

> --mode=3Dlink
> cc -std=3Dgnu99 -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/li=
b  =

> -o
> errcodes
> errcodes.o ../lib/libgnutls.la -L/usr/local/lib -lgcrypt -lgpg-error  =

> -L/usr/local/lib -ltasn1
> cc -std=3Dgnu99 -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=3Dyes, guile dependency and possible chan=
ge  =

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=3D=
yes.

Cheers,
Mezz

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


-- =

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



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