From owner-freebsd-ports@FreeBSD.ORG Fri Jul 12 07:44:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3BC321AF for ; Fri, 12 Jul 2013 07:44:12 +0000 (UTC) (envelope-from o_hartmann@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id C3E6311EF for ; Fri, 12 Jul 2013 07:44:11 +0000 (UTC) Received: from thor.walstatt.dyndns.org ([85.179.79.111]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MQzIE-1UkwYm1VnS-00UI8m for ; Fri, 12 Jul 2013 09:44:10 +0200 Date: Fri, 12 Jul 2013 09:44:09 +0200 From: "O. Hartmann" To: FreeBSD Ports Subject: editors/vim: buffer.c:(.text+0x1589): undefined reference to `libintl_gettext' Message-ID: <20130712094409.328772b7@thor.walstatt.dyndns.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:r47xQCUWkRTbvPskPfpvcAlX6aLJCCNHNljOMsJz7dej0KypRSl f2vnf2tJjWqjgZcuaNitkVGZEIhpdDlpyDV2dZJ+svpZJVdpefwbrfueGx0oixAlXqQjCY4 MYNIbU0IpvDYT6feQtEHepgo4uaucuvxsfTMHXx9UL3ewOfZVbnlUUzyyPohDc5BBpvYpNa 70nK/16R2gas024B1BzvQ== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 07:44:12 -0000 Updating port /editors/vim on a CURRENT box (FreeBSD 10.0-CURRENT #0 r253194: Thu Jul 11 10:45:47 CEST 2013 amd64) ends up in the error shown below. Since this happens only on exact one box running CURRENT (out of a bunch of CURRENT of the same OS revision, the same compiler settings, the same settings in /etc/src.conf et cetera) while other CURRENT don't show this weird error, is suspect a faulty local library, like libintl.so, which belongs to gettext I suppose. Well, I tried to do a portmaster -r editors/vim as well as portmaster -r gettext to "compile away" the suspected problem in one of the prerquisited ports, but that didn't end up in success. The problem is still sticky and I'm a bit out of ideas ... Has anybody an idea? Thanks and regards, Oliver [...] link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. cc -L. -Wl,-rpath=/usr/lib:/usr/local/lib -pthread -L/usr/local/lib -rdynamic -Wl,-R/usr/local/lib/perl5/5.16/mach/CORE -L/usr/local/lib -Wl,--as-needed -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/if_lua.o objects/if_perl.o objects/if_perlsfio.o objects/if_python.o objects/if_tcl.o objects/if_ruby.o objects/netbeans.o objects/main.o objects/memfile.o -lm -lelf -pthread -ltermlib -liconv -Wl,-R/usr/local/lib/perl5/5.16/mach/CORE -pthread -Wl,-E -fstack-protector -L/usr/local/lib -L/usr/local/lib/perl5/5.16/mach/CORE -lperl -lm -lcrypt -lutil -L/usr/local/lib/python2.7/config -lpython2.7 -lutil -lm -Wl,--export-dynamic -L/usr/local/lib -ltcl86 -lz -lpthread -lm -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby19 -lexecinfo -lpthread -lcrypt -lm -L/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib -pthread -L/usr/local/lib objects/buffer.o: In function `open_buffer': buffer.c:(.text+0x1df): undefined reference to `libintl_gettext' buffer.c:(.text+0x1fb): undefined reference to `libintl_gettext' objects/buffer.o: In function `close_buffer': buffer.c:(.text+0x5d3): undefined reference to `libintl_gettext' objects/buffer.o: In function `do_buffer': buffer.c:(.text+0x1589): undefined reference to `libintl_gettext' buffer.c:(.text+0x15bc): undefined reference to `libintl_gettext' objects/buffer.o:buffer.c:(.text+0x163f): more undefined references to `libintl_gettext' follow