On 06/27/2013 02:47 PM, gregor herrmann wrote:
On Thu, 27 Jun 2013 14:21:13 +0200, Roland Stigge wrote:

iodine FTBFS on i386, kfreebsd and several unofficial ports at debian-ports.org:

Yup, I've seen the failures already.

Adding -lpthread to LDFLAGS in the latest patch test-libs.patch
fixes this.

I hoped that check would do this but maybe not?
Cf. also #712140 (reopened check bug).

The 2 powerpcspe logs [0]are interesting, the older with

gcc -o test ... -L/usr/local/lib -lcheck `pkg-config --cflags --libs check` 
`../src/osflags link`
/usr/bin/ld: 
/usr/lib/gcc/powerpc-linux-gnuspe/4.6/../../../powerpc-linux-gnuspe/libcheck.a(check_pack.o):
 undefined reference to symbol '__pthread_unregister_cancel@@GLIBC_2.3.3'

and the newer:

gcc -o test ... -L/usr/local/lib -lcheck -lpthread `pkg-config --cflags --libs 
check` `../src/osflags link`
[no error]

You can ignore the newer one since I silently already included "-lpthread" manually (but didn't upload the successfully built package since source was changed without sourcefule upload). The first is basically the same as on i386.

But thanks for the hint,

Roland


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to