Package: mandos Version: 1.0.2-1 Severity: serious There was an error while trying to autobuild your package:
> Automatic build of mandos_1.0.2-1 on ball by sbuild/mips 99.99 > Build started at 20081221-2253 [...] > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>= 7), docbook-xsl, libavahi-core-dev, > libgpgme11-dev, libgnutls-dev, xsltproc, po-debconf, pkg-config [...] > dh_clean > debconf-updatepo > debian/rules build > dh_testdir > touch configure-stamp > dh_auto_build -- all doc > make[1]: Entering directory `/build/buildd/mandos-1.0.2' > cc -O -Wall -Wformat=2 -Winit-self -Wmissing-include-dirs -Wswitch-default > -Wswitch-enum -Wunused-parameter -Wstrict-aliasing=2 -Wextra -Wfloat-equal > -Wundef -Wshadow -Wunsafe-loop-optimizations -Wpointer-arith > -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion > -Wstrict-prototypes -Wold-style-definition -Wpacked -Wnested-externs -Winline > -Wvolatile-register-var -D_FORTIFY_SOURCE=2 -fstack-protector-all -fPIE -pie > -Os -std=gnu99 -I/usr/include -I/usr/include -DVERSION='"1.0.2"' -z > relro -pie plugin-runner.c -o plugin-runner > cc: relro: No such file or directory > plugin-runner.c:1: warning: -fstack-protector not supported for this target > make[1]: *** [plugin-runner] Error 1 > make[1]: Leaving directory `/build/buildd/mandos-1.0.2' > dh_auto_build: command returned error code 512 > make: *** [build-arch-stamp] Error 1 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2 It looks like it switching from "-z relro" to "-Wl,z,relro" will solve the problem. (-z is a linker command which for most architectures isn't replicated in the compiler driver.) A full build log can be found at: http://buildd.debian.org/build.php?arch=mips&pkg=mandos&ver=1.0.2-1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org