Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134083 - media-libs/tunepimp-0.4.2 fails to compile on Gentoo/FBSD
Summary: media-libs/tunepimp-0.4.2 fails to compile on Gentoo/FBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-22 23:14 UTC by Robert Sebastian Gerus
Modified: 2006-05-24 11:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Sebastian Gerus 2006-05-22 23:14:41 UTC
media-libs/tunepimp-0.4.2 failed to compile here. looks like it's similiar to bug #120387, this was the error msg:

if i686-gentoo-freebsd6.1-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../lib/threads/posix  -Wall -O2  -Os -march=i686 -pipe -Wall -O2 -MT tagger.o -MD -MP -MF ".deps/tagger.Tpo" -c -o tagger.o tagger.c; \
        then mv -f ".deps/tagger.Tpo" ".deps/tagger.Po"; else rm -f ".deps/tagger.Tpo"; exit 1; fi
/bin/bash ../libtool --mode=link i686-gentoo-freebsd6.1-gcc  -Os -march=i686 -pipe -Wall -O2   -o tp_tagger  tagger.o ../lib/libtunepimp.la -lreadline -lncurses 
mkdir .libs
i686-gentoo-freebsd6.1-gcc -Os -march=i686 -pipe -Wall -O2 -o .libs/tp_tagger tagger.o  ../lib/.libs/libtunepimp.so -lpthread -L/usr/i686-gentoo-freebsd6.1/bin -L/usr/i686-gentoo-freebsd6.1/lib /usr/lib/libmusicbrainz.so /usr/lib/libexpat.so -lz /usr/lib/gcc/i686-gentoo-freebsd6.1/3.4.6/libstdc++.so -lreadline -lncurses -Wl,--rpath -Wl,/usr/lib/gcc/i686-gentoo-freebsd6.1/3.4.6
../lib/.libs/libtunepimp.so: undefined reference to `libiconv_open'
../lib/.libs/libtunepimp.so: undefined reference to `libiconv_close'
../lib/.libs/libtunepimp.so: undefined reference to `libiconv'
collect2: ld returned 1 exit status
gmake[2]: *** [tp_tagger] Error 1
gmake[2]: Leaving directory `/var/tmp/portage/tunepimp-0.4.2/work/libtunepimp-0.4.2/examples'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/var/tmp/portage/tunepimp-0.4.2/work/libtunepimp-0.4.2'
gmake: *** [all] Error 2

!!! ERROR: media-libs/tunepimp-0.4.2 failed.
Call stack:
  ebuild.sh, line 1527:   Called dyn_compile
  ebuild.sh, line 931:   Called src_compile
  tunepimp-0.4.2.ebuild, line 43:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-24 11:35:50 UTC
Fixed now, thanks.