Bug 197118

Summary: graphics/libwmf: Fails to link (libiconv)
Product: Ports & Packages Reporter: freebsd
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: needs-patch, needs-qa
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
build log as requested
none
as requested, make.conf
none
uname -a none

Description freebsd 2015-01-27 02:04:12 UTC
portupgrade of libwmf fails with this:

creating libwmflite.la
(cd .libs && rm -f libwmflite.la && ln -s ../libwmflite.la libwmflite.la)
/bin/sh ../libtool --mode=link --tag=CC cc  -O -pipe -march=nocona -fstack-protector -fno-strict-aliasing -I/usr/local/include/freetype2  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include -I/usr/local/include  -I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libpng16   -fstack-protector -o libwmf.la -rpath /usr/local/lib -no-undefined  -version-info 8:0:1  -release 0.2 -export-dynamic font.lo stream.lo wmf.lo xml.lo ipa/libipa.la libwmflite.la extra/gd/libgd.la    -L/usr/local/lib -lfreetype  -L/usr/local/lib -lX11 -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -ljpeg -L/usr/local/lib -lpng -lz -lm 
cc -shared  .libs/font.o .libs/stream.o .libs/wmf.o .libs/xml.o -Wl,--whole-archive ipa/.libs/libipa.a extra/gd/.libs/libgd.a -Wl,--no-whole-archive  -Wl,--rpath -Wl,/usr/ports/graphics/libwmf/work/libwmf-0.2.8.4/src/.libs -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib/.libs -Wl,--rpath -Wl,/usr/local/lib -pthread ./.libs/libwmflite.so -L/usr/local/lib -lfreetype /usr/local/lib/libX11.so -lxml2 /usr/local/lib/.libs/libiconv.so -ljpeg -lpng -lz -lm  -march=nocona -Wl,-soname -Wl,libwmf-0.2.so.7 -o .libs/libwmf-0.2.so.7.1.0

cc: /usr/local/lib/.libs/libiconv.so: No such file or directory
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2015-01-27 02:13:30 UTC
Please attach the following:

- Complete build log
- Contents of /etc/make.conf 
- uname -a output
Comment 2 freebsd 2015-01-29 01:22:26 UTC
Created attachment 152320 [details]
build log as requested
Comment 3 freebsd 2015-01-29 01:22:59 UTC
Created attachment 152321 [details]
as requested, make.conf
Comment 4 freebsd 2015-01-29 01:23:40 UTC
Created attachment 152322 [details]
uname -a