Bug#555594: FTBFS with binutils-gold

Peter Fritzsche peter.fritzsche at gmx.de
Tue Nov 10 09:58:58 UTC 2009


Source: mediatomb
Version: 0.12.0~svn2018-4
Severity: minor
User: peter.fritzsche at gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

Objects inside an .a archive aren't linked yet. This means that you must resolve
their symbols when linking to a program.

More informations can be found at
 http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

g++ -I../src -I../tombupnp/ixml/inc -I../tombupnp/threadutil/inc -I../tombupnp/upnp/inc -I..  -I/usr/include/mysql  -DBIG_JOINS=1    -DUNIV_LINUX -DUNIV_LINUX -I/usr/include/mozjs -I/usr/include/taglib       -pthread       -I/usr/include -I/usr/include -DDVDNAV_USES_EXTERNAL_DVDREAD -Wall -g -O2  -Wl,-z,defs  -lrt  -lmagic -o mediatomb mediatomb-main.o libmediatomb.a ../tombupnp/build/libtombupnp.a             -Wl,-z,defs -lsqlite3 -rdynamic -L/usr/lib/mysql -lmysqlclient_r -L/usr/lib -ltag  -lmozjs -lmagic  -lexif  -lrt -pthread  -lavformat -lavutil -lffmpegthumbnailer -lexpat    -L/usr/lib -ldvdnav -L/usr/lib -ldvdread -lpthread -lcurl -lcurl 
/usr/bin/ld: libmediatomb.a(libmediatomb_a-mysql_storage.o): in function MysqlStorage::init():../src/storage/mysql/mysql_storage.cc:209: error: undefined reference to 'uncompress'
/usr/bin/ld: libmediatomb.a(libmediatomb_a-sqlite3_storage.o): in function SLInitTask::run(sqlite3**, Sqlite3Storage*):../src/storage/sqlite3/sqlite3_storage.cc:465: error: undefined reference to 'uncompress'
collect2: ld returned 1 exit status
make[3]: *** [mediatomb] Error 1





More information about the pkg-multimedia-maintainers mailing list