Hi, On Wed, Oct 05, 2011 at 09:36:16PM +0200, Christoph Egger wrote: > Your package failed to build on the kfreebsd-* buildds: > > make[3]: Leaving directory > `/build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1/UniversalDetector' > gcc -Wl,--whole-archive -fexceptions -fgnu-runtime -o unar unar.o > CSCommandLineParser.o CommandLineCommon.o NSStringPrinting.o libXADMaster.a > ../UniversalDetector/libUniversalDetector.a -Wl,--no-whole-archive > -lgnustep-base -lcrypto -lbz2 -lz -licuuc -lobjc -lstdc++ -lm > libXADMaster.a(XADPrefixCode.o): In function `NewNode': > /build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1/XADMaster/XADPrefixCode.m:42: > undefined reference to `reallocf' > /build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1/XADMaster/XADPrefixCode.m:42: > undefined reference to `reallocf' > /build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1/XADMaster/XADPrefixCode.m:42: > undefined reference to `reallocf' > /build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1/XADMaster/XADPrefixCode.m:42: > undefined reference to `reallocf' > /build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1/XADMaster/XADPrefixCode.m:42: > undefined reference to `reallocf' > libXADMaster.a(XADSkipHandle.o):/build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1/XADMaster/XADSkipHandle.m:137: > more undefined references to `reallocf' follow > collect2: ld returned 1 exit status > make[2]: *** [unar] Error 1 > make[2]: Leaving directory > `/build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1/XADMaster' > make[1]: *** [override_dh_auto_build] Error 2 > make[1]: Leaving directory > `/build/buildd-theunarchiver_2.7.1-2-kfreebsd-amd64-xipvuN/theunarchiver-2.7.1' > make: *** [build] Error 2
This has already been fixed upstream by removing the use of reallocf. I think the best solution for theunarchiver package is to change the new test in define-reallocf-on-GNU-Hurd to #if !defined BSD || defined __GNU__ I'll probably do so this evening. -- Matt Kraai https://ftbfs.org/kraai -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org