[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


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207128

            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 at FreeBSD.org
          Reporter: t at tobik.me
                CC: gnome at FreeBSD.org
 Attachment #166894 maintainer-approval?(gnome at FreeBSD.org)
             Flags:
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at FreeBSD.org)
                CC: gnome at FreeBSD.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-gnome mailing list