From owner-freebsd-ports@FreeBSD.ORG Sat Mar 1 22:19:24 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B78251065670 for ; Sat, 1 Mar 2008 22:19:24 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by mx1.freebsd.org (Postfix) with ESMTP id 39DB68FC13 for ; Sat, 1 Mar 2008 22:19:24 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080301221924.FTJK20005.eastrmmtao106.cox.net@eastrmimpo01.cox.net>; Sat, 1 Mar 2008 17:19:24 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id vyK21Y00Y4iy4EG02yK3Dy; Sat, 01 Mar 2008 17:19:03 -0500 Date: Sat, 01 Mar 2008 16:20:42 -0600 To: "Mark Nowiasz" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200803011854.05390.buckaroo@gmx.de> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <200803011854.05390.buckaroo@gmx.de> User-Agent: Opera Mail/9.26 (Linux) Cc: novel@freebsd.org, freebsd-ports@freebsd.org Subject: Re: security/gnutls hangs during build process X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 22:19:24 -0000 On Sat, 01 Mar 2008 11:54:04 -0600, Mark Nowiasz 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