Source: swish-e
Version: 2.4.7-5
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  gcc -DHAVE_CONFIG_H -I. -I. -I. -Dlibexecdir=\"/usr/lib/swish-e\" 
> -DPATH_SEPARATOR=\":\" -I/usr/include/libxml2 -Ireplace -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -MT compress.lo -MD 
> -MP -MF .deps/compress.Tpo -c compress.c  -fPIC -DPIC -o .libs/compress.o
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: error: conflicting types for 'uncompress2'
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> In file included from compress.c:41:0:
> compress.h:39:5: note: previous declaration of 'uncompress2' was here
>  int uncompress2(unsigned char **buffer);
>      ^~~~~~~~~~~
> compress.c: In function 'uncompress_location_values':
> compress.c:607:28: warning: passing argument 1 of 'uncompress2' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>      *filenum = uncompress2(&p);
>                             ^
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: expected 'Bytef * {aka unsigned char *}' 
> but argument is of type 'unsigned char **'
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:607:16: error: too few arguments to function 'uncompress2'
>      *filenum = uncompress2(&p);
>                 ^~~~~~~~~~~
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: declared here
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:610:34: warning: passing argument 1 of 'uncompress2' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>          *frequency = uncompress2(&p);
>                                   ^
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: expected 'Bytef * {aka unsigned char *}' 
> but argument is of type 'unsigned char **'
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:610:22: error: too few arguments to function 'uncompress2'
>          *frequency = uncompress2(&p);
>                       ^~~~~~~~~~~
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: declared here
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c: In function 'uncompress_location_positions':
> compress.c:659:48: warning: passing argument 1 of 'uncompress2' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>          posdata[0] = (unsigned int)uncompress2(&p);
>                                                 ^
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: expected 'Bytef * {aka unsigned char *}' 
> but argument is of type 'unsigned char **'
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:659:36: error: too few arguments to function 'uncompress2'
>          posdata[0] = (unsigned int)uncompress2(&p);
>                                     ^~~~~~~~~~~
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: declared here
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:677:35: warning: passing argument 1 of 'uncompress2' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>                  tmp = uncompress2(&p);
>                                    ^
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: expected 'Bytef * {aka unsigned char *}' 
> but argument is of type 'unsigned char **'
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:677:23: error: too few arguments to function 'uncompress2'
>                  tmp = uncompress2(&p);
>                        ^~~~~~~~~~~
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: declared here
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c: In function 'remove_worddata_longs':
> compress.c:977:30: warning: passing argument 1 of 'uncompress2' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>      tfrequency = uncompress2(&src);     /* tfrequency */
>                               ^
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: expected 'Bytef * {aka unsigned char *}' 
> but argument is of type 'unsigned char **'
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:977:18: error: too few arguments to function 'uncompress2'
>      tfrequency = uncompress2(&src);     /* tfrequency */
>                   ^~~~~~~~~~~
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: declared here
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:978:26: warning: passing argument 1 of 'uncompress2' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>      metaID = uncompress2(&src);     /* metaID */
>                           ^
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: expected 'Bytef * {aka unsigned char *}' 
> but argument is of type 'unsigned char **'
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:978:14: error: too few arguments to function 'uncompress2'
>      metaID = uncompress2(&src);     /* metaID */
>               ^~~~~~~~~~~
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: declared here
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:1009:30: warning: passing argument 1 of 'uncompress2' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>          metaID = uncompress2(&src);
>                               ^
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: expected 'Bytef * {aka unsigned char *}' 
> but argument is of type 'unsigned char **'
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:1009:18: error: too few arguments to function 'uncompress2'
>          metaID = uncompress2(&src);
>                   ^~~~~~~~~~~
> In file included from compress.c:54:0:
> /usr/include/zlib.h:1283:21: note: declared here
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> compress.c:971:26: warning: variable 'tfrequency' set but not used 
> [-Wunused-but-set-variable]
>      unsigned int metaID, tfrequency, data_len;
>                           ^~~~~~~~~~
> make[4]: *** [Makefile:550: compress.lo] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2018/05/02/swish-e_2.4.7-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

Reply via email to