Bug#844846: cyrus-sasl2: FTBFS: ../../saslauthd/lak.c:1723:17: error: storage size of 'EVP_ctx' isn't known

Lucas Nussbaum lucas at debian.org
Sat Nov 19 06:38:19 UTC 2016


Source: cyrus-sasl2
Version: 2.1.27~72-g88d82a3+dfsg-1
Severity: serious
Tags: stretch sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20161118 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 -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I../../saslauthd -I.. -I. -I../../saslauthd -I..  -I../../include -I../include -I../../../include -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/mit-krb5  -I/usr/include -DOBSOLETE_CRAM_ATTR=1  -I/usr/include -I/usr/include/mysql -I/usr/include/postgresql -I/usr/include  -Wall -W -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/cyrus-sasl2-2.1.27~72-g88d82a3+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -c -o lak.o ../../saslauthd/lak.c
> ../../saslauthd/lak.c: In function 'lak_expand_tokens':
> ../../saslauthd/lak.c:615:54: warning: signed and unsigned type in conditional expression [-Wsign-compare]
>       rc=lak_escape(username, (user ? user - username : strlen(username)), &ebuf);
>                                                       ^
> ../../saslauthd/lak.c: In function 'lak_group_member':
> ../../saslauthd/lak.c:1391:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
>      if (dn_bv)
>      ^~
> ../../saslauthd/lak.c:1394:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
>   return rc;
>   ^~~~~~
> ../../saslauthd/lak.c: In function 'lak_base64_decode':
> ../../saslauthd/lak.c:1723:17: error: storage size of 'EVP_ctx' isn't known
>   EVP_ENCODE_CTX EVP_ctx;
>                  ^~~~~~~
> ../../saslauthd/lak.c:1723:17: warning: unused variable 'EVP_ctx' [-Wunused-variable]
> ../../saslauthd/lak.c: In function 'lak_check_hashed':
> ../../saslauthd/lak.c:1752:13: error: storage size of 'mdctx' isn't known
>   EVP_MD_CTX mdctx;
>              ^~~~~
> ../../saslauthd/lak.c:1752:13: warning: unused variable 'mdctx' [-Wunused-variable]
> At top level:
> ../../saslauthd/lak.c:1608:14: warning: 'lak_result_get' defined but not used [-Wunused-function]
>  static char *lak_result_get(
>               ^~~~~~~~~~~~~~
> Makefile:536: recipe for target 'lak.o' failed
> make[4]: *** [lak.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2016/11/18/cyrus-sasl2_2.1.27~72-g88d82a3+dfsg-1_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.



More information about the Pkg-cyrus-sasl2-debian-devel mailing list