From owner-freebsd-gnome@freebsd.org Fri Feb 12 11:10:16 2016 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5C2F2AA6E54 for ; Fri, 12 Feb 2016 11:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6BAFA5 for ; Fri, 12 Feb 2016 11:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4084CAA6E53; Fri, 12 Feb 2016 11:10:16 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40207AA6E51 for ; Fri, 12 Feb 2016 11:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15D57FA4 for ; Fri, 12 Feb 2016 11:10:16 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u1CBAFlT027884 for ; Fri, 12 Feb 2016 11:10:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 207128] devel/libunicode: Missing iconv dependency Date: Fri, 12 Feb 2016 11:10:15 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: t@tobik.me X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_file_loc op_sys bug_status keywords bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 11:10:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207128 Bug ID: 207128 Summary: devel/libunicode: Missing iconv dependency Product: Ports & Packages Version: Latest Hardware: Any URL: https://forums.freebsd.org/threads/cant-compile-libzvb i-freebsd-10-2-release-p9-amd64.55090/ OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: t@tobik.me CC: gnome@FreeBSD.org Attachment #166894 maintainer-approval?(gnome@FreeBSD.org) Flags: Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) CC: gnome@FreeBSD.org Created attachment 166894 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166894&action= =3Dedit libunicode.diff Compiling devel/libzvbi fails with =3D=3D=3D> Building for libzvbi-0.2.35_3 /usr/bin/make all-recursive Making all in m4 Making all in src /usr/bin/make all-recursive Making all in dvb Making all in contrib Making all in examples /bin/sh ../libtool --tag=3DCC --mode=3Dlink cc -O2 -pipe -DLIBICONV_PLUG = -isystem /usr/local/include -fstack-protector -fno-strict-aliasing -L/usr/local/lib -fstack-protector -o network network.o ../src/libzvbi.la -lm=20 -L/usr/local/lib -lintl -R/usr/local/lib -lpthread -lm -lpng -lz libtool: link: cc -O2 -pipe -DLIBICONV_PLUG -isystem /usr/local/include -fstack-protector -fno-strict-aliasing -fstack-protector -o .libs/network network.o -L/usr/local/lib ../src/.libs/libzvbi.so -lintl -lpthread -lm -l= png -lz -Wl,-rpath -Wl,/usr/local/lib /usr/local/lib/libunicode.so.0: undefined reference to `libiconv' /usr/local/lib/libunicode.so.0: undefined reference to `libiconv_close' /usr/local/lib/libunicode.so.0: undefined reference to `libiconv_open' cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Adding USES=3Diconv to libunicode fixes that failure. libzvbi already had a USES=3Diconv line. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=