From owner-freebsd-current@FreeBSD.ORG Thu Oct 10 19:51:56 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 2646BF5F for ; Thu, 10 Oct 2013 19:51:56 +0000 (UTC) (envelope-from ubm.freebsd@googlemail.com) Received: from mail-bk0-x22d.google.com (mail-bk0-x22d.google.com [IPv6:2a00:1450:4008:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B31322801 for ; Thu, 10 Oct 2013 19:51:55 +0000 (UTC) Received: by mail-bk0-f45.google.com with SMTP id mx11so1176302bkb.18 for ; Thu, 10 Oct 2013 12:51:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=u2Rf5LiDnwGKMDpEfaguuN5BwATQMaDYvUxEWWPnufo=; b=ZCy2I3tF66Phc1xsdpBFhOh9XSY2cjKvBW9Es8WIpvQLiFSlCIIBf8CT1QcaQu5SM4 QM9gvz0OrKSyGa3KySltpzfxRHGRiDzW6OiETEWaE2eu5Gic1wZZPDwn0vBGDd5o6K10 YRzc4JDxw1Za+gn/nP5g55Z8ahdv7iSa3qAKPNDvXmGxI4wncYO2vYHFLxVK9ZgIdkee Qf2UPbqL7+tI0VCkrra72PtlVllk6z+oeLlii3XIiIxrYCMEKinn0Nm4+21DzMnBLiJw zCAVpR4bFmev77xwIqrHwnnXFFdFvWxOzyVqW8+r4KDHau8xJLrLL/Lx+HIpSU69k/ki IUBA== X-Received: by 10.204.123.199 with SMTP id q7mr14444559bkr.10.1381434713964; Thu, 10 Oct 2013 12:51:53 -0700 (PDT) Received: from ubm.strangled.net (g230221219.adsl.alicedsl.de. [92.230.221.219]) by mx.google.com with ESMTPSA id jt14sm28268498bkb.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 12:51:52 -0700 (PDT) Date: Thu, 10 Oct 2013 21:51:48 +0200 From: Marc UBM To: current@freebsd.org Subject: /usr/local/lib /usr/bin/ld: =?ISO-8859-1?Q?=F8:?= invalid DSO for symbol Message-Id: <20131010215148.6d4e724952052b8833133264@gmail.com> 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: Thu, 10 Oct 2013 21:28:11 +0000 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: Thu, 10 Oct 2013 19:51:56 -0000 Hiho! :-) 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 ../f= e-common/core/libfe_common_core.a ../irc/libirc.a ../irc/core/libirc_core.a= ../irc/dcc/libirc_dcc.a ../irc/flood/libirc_flood.a ../irc/notifylist/libi= rc_notifylist.a ../core/libcore.a ../lib-config/libirssi_config.a ../perl/.= 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? Bye Marc --=20 Marc "UBM" Bocklet