[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#554926: FTBFS with binutils-gold



Source: jack-tools
Version: 0.0.2-6
Severity: minor
User: peter.fritzsche@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.

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

/bin/bash ./libtool --mode=link gcc  -g -O2 -g -Wall -O2 -O3 -funroll-loops -Wall   -o jack.plumbing  jack.plumbing.o  -ljack 
libtool: link: gcc -g -O2 -g -Wall -O2 -O3 -funroll-loops -Wall -o jack.plumbing jack.plumbing.o  -ljack
/usr/bin/ld: jack.plumbing.o: in function on_reorder:jack.plumbing.c:341: error: undefined reference to 'sem_post'
/usr/bin/ld: jack.plumbing.o: in function start_plumber:jack.plumbing.c:355: error: undefined reference to 'sem_init'
/usr/bin/ld: jack.plumbing.o: in function start_plumber:jack.plumbing.c:361: error: undefined reference to 'pthread_create'
/usr/bin/ld: jack.plumbing.o: in function start_plumber:jack.plumbing.c:362: error: undefined reference to 'pthread_join'
/usr/bin/ld: jack.plumbing.o: in function do_plumbing:jack.plumbing.c:307: error: undefined reference to 'sem_wait'
/usr/bin/ld: jack.plumbing.o: in function on_registration:jack.plumbing.c:334: error: undefined reference to 'sem_post'
collect2: ld returned 1 exit status
make[1]: *** [jack.plumbing] Error 1



Reply to: