maintainer-feedback requested: [Bug 207128] devel/libunicode: Missing iconv dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 12 11:10:16 UTC 2016


Tobias Kortkamp <t at tobik.me> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 207128: devel/libunicode: Missing iconv dependency
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207128



--- Description ---
Created attachment 166894
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166894&action=edit
libunicode.diff

Compiling devel/libzvbi fails with

===>  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=CC --mode=link 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 
-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 -lpng
-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=iconv to libunicode fixes that failure.  libzvbi already had a
USES=iconv line.


More information about the freebsd-gnome mailing list