Date: Fri, 12 Feb 2016 11:10:15 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 207128] devel/libunicode: Missing iconv dependency Message-ID: <bug-207128-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207128-6497>