Package: procmail
Version: 3.22-12
Severity: important

There was an error while trying to autobuild your package:

> Automatic build of procmail_3.22-12 on debian-31 by sbuild/s390 85
[...]
> =============================autoconf.h===================================
> /* This file was automagically generated by autoconf */
> 
> /* 2 moves in 64 steps of size 16384 when reallocing */
> #define NOpw_class
> #define NOstrcspn
> #define NOstrlcat
> #define NOsetrgid
> #define MAX_argc 7588
> /* Your system's strstr() is 1.00 times SLOWER than my C-routine */
> #define NO_COMSAT
> #define setrgid_RUNTIME_CHECK
> #define MAILSPOOLDIR "/var/mail/"
> #define SENDMAIL "/usr/sbin/sendmail"
> #define CF_no_procmail_yet
> #define defPATH "PATH=$HOME/bin:/bin:/usr/bin"
> #define defSPATH "PATH=/bin:/usr/bin"
> #define PM_VERSION "3.22"
> /* Hotwire LOCKINGTEST=100 */
> /* Procmail will lock via: dotlocking, fcntl() */
> /* autoconf completed */
> ==========================================================================
> make[2]: Leaving directory `/build/buildd/procmail-3.22/src'
> echo Housekeeping file >config.check
> cd src; /usr/bin/make ../new/procmail ../new/lockfile ../new/formail 
> ../new/mailstat
> make[2]: Entering directory `/build/buildd/procmail-3.22/src'
> gcc -c -g -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2  procmail.c
> In file included from procmail.c:28:
> common.h:13: error: conflicting types for 'strcspn'
> make[2]: *** [procmail.o] Error 1
> make[2]: Leaving directory `/build/buildd/procmail-3.22/src'
> make[1]: *** [bins] Error 2
> make[1]: Leaving directory `/build/buildd/procmail-3.22'

The test did not find the definition of strcspn. It uses some link test
and greps for the name in the output. The linker don't have the exact
source informations available which makes the output look like this:

| make[3]: Entering directory `/build/waldi/tmp/procmail-3.22/src'
| gcc -g3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2  _autotst.o -o 
_autotst    -lm -lc
| _autotst.o: In function `__strcspn_c1':/usr/include/bits/string2.h:974: 
undefined reference to `strlcat'
| :/usr/include/bits/string2.h:974: undefined reference to `setrgid'
| collect2: ld returned 1 exit status
| make[3]: *** [_autotst] Error 1
| make[3]: Leaving directory `/build/waldi/tmp/procmail-3.22/src'

Bastian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to