Package: httrack Version: 3.48.21-1+b1 On hppa the compiler was switched to gcc-5. Since then, httrack fails to build like this (fails in the testcases): https://buildd.debian.org/status/fetch.php?pkg=httrack&arch=hppa&ver=3.48.21-1%2Bb1&stamp=1447032250
In debian/rules you have this: # *** Patch for s390, mips, hppa.. # It seems that htscore.c can not compile on several archs, due to compiler # capacity limits. These lines shall be removed when gcc is upgraded. # See discussions on 'Assembler messages: Branch out of range' # Addition (04/2004): gcc-3.3 on arm fcks up with htscoremain.c and -O3 (..) ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),s390 hppa mips mipsel m68k arm)) CFLAGS += -DNOSTRDEBUG endif Removing "hppa" from this list (and maybe the comment) fixes the build and the testcases for me. Can you please remove "hppa" from this list in the next upload? Thanks, Helge