From owner-freebsd-current@FreeBSD.ORG Sat Oct 12 11:29:21 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 2BE6CE87 for ; Sat, 12 Oct 2013 11:29:21 +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 BCFA8287D for ; Sat, 12 Oct 2013 11:29:20 +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 r9CBT8Eb002241 for ; Sat, 12 Oct 2013 13:29:08 +0200 Received: from ubm.strangled.net ([92.229.23.139] helo=ubm.strangled.net) by ASSP.nospam.UpPeRnEt; 12 Oct 2013 13:29:08 +0200 Date: Sat, 12 Oct 2013 13:29:08 +0200 From: Marc "UBM" Bocklet To: current@freebsd.org Subject: Possible iconv fallout? Message-Id: <20131012132908.a122b1b3f85d9936b87fb4f3@u-boot-man.de> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 12 Oct 2013 11:44:58 +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: Sat, 12 Oct 2013 11:29:21 -0000 Hiho! :-) Compilation of sylpheed-3.3.0_2 fails with (last three lines show the error): ---- /bin/sh ../libtool --mode=link cc -O2 -pipe -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/gtkspell-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -D_THREAD_SAFE -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/libpng15 -I/usr/local/include/pango-1.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include/harfbuzz -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/include -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -ltinfow -Wl,-rpath=/usr/local/lib -o libsylph-0.la -rpath /usr/local/lib -version-info 2:0:1 -export-dynamic account.lo base64.lo codeconv.lo customheader.lo displayheader.lo filter.lo folder.lo html.lo imap.lo mbox.lo md5.lo md5_hmac.lo mh.lo news.lo nntp.lo pop.lo prefs.lo prefs_account.lo prefs_common.lo procheader.lo procmime.lo procmsg.lo quoted-printable.lo recv.lo session.lo smtp.lo socket.lo socks.lo ssl.lo stringtable.lo sylmain.lo unmime.lo utils.lo uuencode.lo virtual.lo xml.lo syl-marshal.lo -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -L/usr/local/lib -lglib-2.0 -lintl -L/usr/local/lib -pthread -L/usr/local/lib -lssl -lcrypto -lgtkspell -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype -lenchant -lgmodule-2.0 -pthread -L/usr/local/lib -lglib-2.0 -lintl -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -L/usr/local/lib -lglib-2.0 -lintl -lgthread-2.0 -pthread -L/usr/local/lib -lglib-2.0 -lintl grep: /usr/local/lib/libiconv.la: No such file or directory sed: /usr/local/lib/libiconv.la: No such file or directory libtool: link: `/usr/local/lib/libiconv.la' is not a valid libtool archive --- Is that the ports failure or am I doing something wrong (I'm pretty sure I followed the procedure described in ports/UPDATING)? Bye Marc