Bug#730976: handbrake: FTBFS on kfreebsd-*

2014-09-13 Thread Petr Salinger
tags -1 + patch -- It sufficess to link with pthread, using patch bellow. Cheers Petr --- test/module.defs +++ test/module.defs @@ -46,6 +46,8 @@ TEST.GCC.l += iconv else ifeq ($(BUILD.system),linux) TEST.GCC.l += pthread dl m +else ifeq ($(BUILD.system),kfreebsd) +

Bug#730976: handbrake: FTBFS on kfreebsd-*/hurd-i386: /usr/bin/ld: ./libhb/libhb.a(ports.o): undefined reference to symbol 'pthread_join@@GLIBC_2.3'

2013-11-30 Thread Sebastian Ramacher
Source: handbrake Version: 0.9.9+dfsg-1~2.gbpa4c3e9 Severity: important handbrake fails to build on kfreebsd-* and hurd-i386 due to a missing -pthread: | /usr/bin/g++ -pipe -Wl,-z,relro -Wl,-z,defs -Wl,--as-needed -fmessage-length=0 -Wall -g2 -O3 -g -O2 -fstack-protector