From owner-freebsd-current@FreeBSD.ORG Fri Oct 11 05:30:09 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 171169C0 for ; Fri, 11 Oct 2013 05:30:09 +0000 (UTC) (envelope-from ubm@u-boot-man.de) Received: from mail.upper.net (mail.upper.net [62.75.224.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 823222743 for ; Fri, 11 Oct 2013 05:30:07 +0000 (UTC) Received: from ubm.strangled.net (mail.upper.net [62.75.224.33]) (authenticated bits=0) by mail.upper.net (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id r9B55vDE016923; Fri, 11 Oct 2013 07:05:57 +0200 Received: from ubm.strangled.net ([92.230.221.219] helo=ubm.strangled.net) by ASSP.nospam.UpPeRnEt; 11 Oct 2013 07:05:57 +0200 Date: Fri, 11 Oct 2013 07:05:56 +0200 From: Marc "UBM" Bocklet To: current@freebsd.org Subject: Re: /usr/local/lib /usr/bin/ld: =?ISO-8859-1?Q?=F8:?= invalid DSO for symbol Message-Id: <20131011070556.e31c63fce9d60266c23bda9e@u-boot-man.de> In-Reply-To: <20131010215855.GA90129@direwolf.aux.io> References: <20131010215148.6d4e724952052b8833133264@gmail.com> <20131010215855.GA90129@direwolf.aux.io> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Fri, 11 Oct 2013 11:22:43 +0000 Cc: agh@fastmail.fm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 05:30:09 -0000 On Fri, 11 Oct 2013 05:58:56 +0800 Alastair Hogge wrote: > On 2013-10-10 Thu 21:51:48 +0200, Marc UBM wrote: > > > > Hiho! :-) >=20 > Hi >=20 > > Trying to compile several ports in the wake of the recent iconv change > > yields the following error that I could not get rid of yet: > > > > ---- > > libtool: link: cc -O2 -pipe -fno-strict-aliasing -Wall > > -I/usr/local/include -Wl,-rpath=3D/usr/local/lib > > -Wl,-rpath=3D/usr/local/lib -o irssi gui-entry.o gui-expandos.o > > gui-printtext.o gui-readline.o gui-windows.o lastlog.o mainwindows.o > > mainwindow-activity.o mainwindows-layout.o statusbar.o > > statusbar-config.o statusbar-items.o term.o term-dummy.o tparm.o > > term-terminfo.o terminfo-core.o textbuffer.o textbuffer-commands.o > > textbuffer-view.o irssi.o module-formats.o > > -Wl,-R/usr/local/lib/perl5/5.14/mach/CORE -pthread -Wl,-E > > -fstack-protector -Wl,--export-dynamic -pthread > > -Wl,--export-dynamic ../fe-common/irc/libfe_common_irc.a ../fe-common/= irc/dcc/libfe_irc_dcc.a ../fe-common/irc/notifylist/libfe_irc_notifylist.a = ../fe-common/core/libfe_common_core.a ../irc/libirc.a ../irc/core/libirc_co= re.a ../irc/dcc/libirc_dcc.a ../irc/flood/libirc_flood.a ../irc/notifylist/= libirc_notifylist.a ../core/libcore.a ../lib-config/libirssi_config.a ../pe= rl/.libs/libperl_core_static.a ../perl/.libs/libfe_perl_static.a > > -L/usr/local/lib -L/usr/local/lib/perl5/5.14/mach/CORE -lperl -lm > > -lcrypt > > -lutil /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /= usr/local/lib/libpcre.so /usr/local/lib/libintl.so > > -lssl -lcrypto -lncurses -pthread -Wl,-rpath -Wl,/usr/local/lib > > -Wl,-rpath -Wl,/usr/local/lib /usr/bin/ld: =F8: invalid DSO for symbol > > `tgetnum' definition /usr/local/lib/libtinfo.so.5.9: could not read > > symbols: Bad value > > ---- > > > > > > Any ideas how to solve that one / if I am doing something wrong? >=20 > Add the following to the offending ports' Makefile (I am upto 6): > LDFLAGS+=3D -ltinfow That worked perfectly, going to try it out on the other six offenders thus evening. Thanks a lot! Bye Marc