Package: samhain Version: 2.0.10a-2 Severity: important Your package fails to build on mips in the following way:
> Automatic build of samhain_2.0.10a-2 on bigsur by sbuild/mips 1.94 ... > checking for size_t... yes > checking for char *... yes > checking size of char *... configure: error: cannot compute sizeof (char *), > 77 > See `config.log' for more details. > make: *** [build-stamp] Error 1 conf.log says: configure:7846: gcc -o conftest -g -O2 -fstack-protector conftest.c >&5 conftest.c:1: warning: -fstack-protector not supported for this target /usr/bin/ld: cannot find -lssp_nonshared collect2: ld returned 1 exit status Hmm, compiling this test with gcc 4.0 doesn't really improve things... ;-) (I'm compiling the archive and I thought it might be an GCC 4.1 issue) (sid)26:[EMAIL PROTECTED]: ~/src/samhain-2.0.10a] gcc-4.0 -o conftest -g -O2 -fstack-protector ./test.c cc1: error: unrecognized command line option "-fstack-protector" It *seems* that the configure you use is vaguely up to date (it says "2.59"), but can you try updating it to the latest version? I compiled >3500 packages on mips and yours package is the only one that shows this problem so I guess something's wrong there. CCing the autoconf maintainer and a MIPS person in case they have a good idea. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

