From owner-freebsd-ports@FreeBSD.ORG Sat Jul 3 23:34:48 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE8116A4CE for ; Sat, 3 Jul 2004 23:34:48 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id D280C43D41 for ; Sat, 3 Jul 2004 23:34:47 +0000 (GMT) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc11) with ESMTP id <20040703233447011009p9sce>; Sat, 3 Jul 2004 23:34:47 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id F1DD874; Sat, 3 Jul 2004 19:34:42 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-ports@freebsd.org From: Lowell Gilbert Date: 03 Jul 2004 19:34:42 -0400 Message-ID: <44lli0is19.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: devel/popt not building X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 23:34:48 -0000 This is turning up on today's ports, both -CURRENT and -STABLE systems (cd .libs && rm -f libpopt.la && ln -sf ../libpopt.la libpopt.la) source='test1.c' object='test1.o' libtool=no depfile='.deps/test1.Po' tmpdepfile='.deps/test1.TPo' depmode=gcc3 /bin/sh ./depcomp cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/usr/local/include -O -pipe -march=pentiumpro -c `test -f 'test1.c' || echo './'`test1.c /bin/sh ./libtool --mode=link cc -O -pipe -march=pentiumpro -o test1 -all-static test1.o libpopt.la cc -O -pipe -march=pentiumpro -o test1 -static test1.o .libs/libpopt.a .libs/libpopt.a(popt.o): In function `poptGetNextOpt': popt.o(.text+0x1a77): undefined reference to `libintl_dgettext' .libs/libpopt.a(popt.o): In function `poptStrerror': popt.o(.text+0x22d3): undefined reference to `libintl_dgettext' .libs/libpopt.a(popthelp.o): In function `getArgDescrip': popthelp.o(.text+0x160): undefined reference to `libintl_dgettext' .libs/libpopt.a(popthelp.o): In function `singleOptionDefaultValue': popthelp.o(.text+0x18b): undefined reference to `libintl_dgettext' .libs/libpopt.a(popthelp.o): In function `singleOptionHelp': popthelp.o(.text+0x33e): undefined reference to `libintl_dgettext' .libs/libpopt.a(popthelp.o)(.text+0xa4b): more undefined references to `libintl_dgettext' follow *** Error code 1 Stop in /usr/ports/devel/popt/work/popt-1.7. *** Error code 1