Your message dated Thu, 21 Mar 2024 14:41:09 +0000
with message-id <e1rnjbr-00cftj...@fasolo.debian.org>
and subject line Bug#1066256: fixed in mcrypt 2.6.8-7
has caused the Debian Bug report #1066256,
regarding mcrypt: FTBFS: mcrypt.gaa:109:3: error: implicit declaration of
function ‘mcrypt_license’; did you mean ‘mcrypt_free’?
[-Werror=implicit-function-declaration]
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1066256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mcrypt
Version: 2.6.8-6
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration
Relevant part (hopefully):
> gcc -o gaaout.o -c gaaout.c -DLOCALEDIR=\"/usr/share/locale\" -I../intl -g
> -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
> -I/usr/include -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -I. -I..
> getpass.c: In function ‘readpass’:
> getpass.c:98:18: warning: the comparison will always evaluate as ‘false’ for
> the address of ‘input’ will never be NULL [-Waddress]
> 98 | if (input==NULL) return NULL;
> | ^~
> getpass.c:93:21: note: ‘input’ declared here
> 93 | static char input[MAXLEN + 1];
> | ^~~~~
> getpass.c:104:12: warning: pointer targets in assignment from ‘char *’ to
> ‘unsigned char *’ differ in signedness [-Wpointer-sign]
> 104 | ap = asterix;
> | ^
> rfc2440.c: In function ‘dek_load’:
> rfc2440.c:566:42: warning: pointer targets in passing argument 5 of
> ‘mhash_keygen_ext’ differ in signedness [-Wpointer-sign]
> 566 | DIM (d->key), pass, strlen(pass));
> | ^~~~
> | |
> | char *
> In file included from /usr/include/mhash.h:10,
> from ./defines.h:8,
> from rfc2440.c:18:
> /usr/include/mutils/mhash.h:108:45: note: expected ‘uint8_t *’ {aka ‘unsigned
> char *’} but argument is of type ‘char *’
> 108 | mutils_word8 *password, mutils_word32
> passwordlen);
> | ^
> rfc2440.c: In function ‘dek_create’:
> rfc2440.c:617:42: warning: pointer targets in passing argument 5 of
> ‘mhash_keygen_ext’ differ in signedness [-Wpointer-sign]
> 617 | DIM (d->key), pass, strlen(pass));
> | ^~~~
> | |
> | char *
> /usr/include/mutils/mhash.h:108:45: note: expected ‘uint8_t *’ {aka ‘unsigned
> char *’} but argument is of type ‘char *’
> 108 | mutils_word8 *password, mutils_word32
> passwordlen);
> | ^
> rfc2440.c: In function ‘symkey_enc_decode’:
> rfc2440.c:635:27: warning: pointer targets in passing argument 2 of
> ‘header_decode’ differ in signedness [-Wpointer-sign]
> 635 | header_decode(dat->d, &tag, &headlen, &offset, NULL);
> | ^~~~
> | |
> | int *
> rfc2440.c:426:41: note: expected ‘uint32 *’ {aka ‘unsigned int *’} but
> argument is of type ‘int *’
> 426 | header_decode(const uchar *buf, uint32 *tag, uint32 *len,
> | ~~~~~~~~^~~
> rfc2440.c:635:33: warning: pointer targets in passing argument 3 of
> ‘header_decode’ differ in signedness [-Wpointer-sign]
> 635 | header_decode(dat->d, &tag, &headlen, &offset, NULL);
> | ^~~~~~~~
> | |
> | int *
> rfc2440.c:426:54: note: expected ‘uint32 *’ {aka ‘unsigned int *’} but
> argument is of type ‘int *’
> 426 | header_decode(const uchar *buf, uint32 *tag, uint32 *len,
> | ~~~~~~~~^~~
> rfc2440.c:635:43: warning: pointer targets in passing argument 4 of
> ‘header_decode’ differ in signedness [-Wpointer-sign]
> 635 | header_decode(dat->d, &tag, &headlen, &offset, NULL);
> | ^~~~~~~
> | |
> | int *
> rfc2440.c:427:23: note: expected ‘uint32 *’ {aka ‘unsigned int *’} but
> argument is of type ‘int *’
> 427 | uint32 *headlen, PACKET *pkt)
> | ~~~~~~~~^~~~~~~
> rfc2440.c: In function ‘file_to_buf’:
> rfc2440.c:123:5: warning: ignoring return value of ‘fread’ declared with
> attribute ‘warn_unused_result’ [-Wunused-result]
> 123 | fread(buf, 1, len, fp);
> | ^~~~~~~~~~~~~~~~~~~~~~
> mcrypt.gaa: In function ‘gaa_try’:
> mcrypt.gaa:109:3: error: implicit declaration of function ‘mcrypt_license’;
> did you mean ‘mcrypt_free’? [-Werror=implicit-function-declaration]
> 109 | option (L, license) { mcrypt_license(); exit(0); } "Displays license
> information."
> | ^~~~~~~~~~~~~~
> | mcrypt_free
> mcrypt.gaa:108:3: error: implicit declaration of function ‘mcrypt_version’;
> did you mean ‘mcrypt_perror’? [-Werror=implicit-function-declaration]
> 108 | option (v, version) { mcrypt_version(); exit(0); } "Prints the
> version number"
> | ^~~~~~~~~~~~~~
> | mcrypt_perror
> mcrypt.gaa:107:3: error: implicit declaration of function ‘usage’
> [-Werror=implicit-function-declaration]
> 107 | option (help) { usage(); exit(0); } "Prints this help"
> | ^~~~~
> mcrypt.gaa:99:3: error: implicit declaration of function ‘print_hashlist’
> [-Werror=implicit-function-declaration]
> 99 | option (list-hash) { print_hashlist(); exit(0); } "Prints a list of
> the supported hash algorithms."
> | ^~~~~~~~~~~~~~
> mcrypt.gaa:98:3: error: implicit declaration of function ‘print_keylist’
> [-Werror=implicit-function-declaration]
> 98 | option (list-keymodes) { print_keylist(); exit(0); } "Prints a list
> of the supported key modes."
> | ^~~~~~~~~~~~~
> mcrypt.gaa:97:3: error: implicit declaration of function ‘print_list’
> [-Werror=implicit-function-declaration]
> 97 | option (list) { print_list(); exit(0); } "Prints a list of the
> supported algorithms and modes."
> | ^~~~~~~~~~
> gaa.skel: At top level:
> gaa.skel:339:14: warning: ‘gaa_getfloat’ defined but not used
> [-Wunused-function]
> gaa.skel:325:13: warning: ‘gaa_getchar’ defined but not used
> [-Wunused-function]
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:738: gaaout.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/03/13/mcrypt_2.6.8-6_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: mcrypt
Source-Version: 2.6.8-7
Done: Barak A. Pearlmutter <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
mcrypt, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Barak A. Pearlmutter <b...@debian.org> (supplier of updated mcrypt package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 21 Mar 2024 13:28:07 +0000
Source: mcrypt
Architecture: source
Version: 2.6.8-7
Distribution: unstable
Urgency: medium
Maintainer: Barak A. Pearlmutter <b...@debian.org>
Changed-By: Barak A. Pearlmutter <b...@debian.org>
Closes: 1066256
Changes:
mcrypt (2.6.8-7) unstable; urgency=medium
.
* Add internal functions declaration, mod to upstream (closes: #1066256)
Checksums-Sha1:
4b601d50a46c2fb7046368523686c4aaec8088c6 1905 mcrypt_2.6.8-7.dsc
8626baac9605322d080346d6610b816061f479c2 23448 mcrypt_2.6.8-7.debian.tar.xz
f479e82cb6073784dce5968848d64ad70fc8951b 7344 mcrypt_2.6.8-7_source.buildinfo
Checksums-Sha256:
67878b6ac08bcf8b446d42ea865dbc66512794cb1e9019da7a2331668a2979e0 1905
mcrypt_2.6.8-7.dsc
acdb905b7d05c5442f605f20149f508cf1981f55a21888d68e3d2a890b9d1927 23448
mcrypt_2.6.8-7.debian.tar.xz
05ef4f5726780e985520e428875bd89f7ff9e64f90285174ab8cbe7023089926 7344
mcrypt_2.6.8-7_source.buildinfo
Files:
909f9e606b008c078e94a60f343a18bd 1905 utils optional mcrypt_2.6.8-7.dsc
f38b1f2d0a5fecba3f4654a63064ee3d 23448 utils optional
mcrypt_2.6.8-7.debian.tar.xz
ea327126593b761fd2cc06eca6f555ff 7344 utils optional
mcrypt_2.6.8-7_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEE+nZaz+JE7Dn2AefCmesepNIze4gFAmX8N4UPHGJhcEBkZWJp
YW4ub3JnAAoJEJnrHqTSM3uI0xIP/1vsRPRolxnPfqL77eP32vKHBsQoentOmZd6
Ngq3f9rpIhO4R64xDPe317MY/oc1/FBVTO+aDIox8h/pyxc72tlRcDFGtwgcRoAA
a5lPJ02pXzTF6zqeENgTLA0rFE5xZpkCiWF1H97hTvB4g+aOmwWTBAFaFyCAdVlA
IIp06xxa6HVTZFnfo+3FX5/H/I8ByIz0gqJcDGg3yk3q+zfqfI/ikQGl0QeOIOsf
2sLHgKiYjyprIrKeqk4bGuR0tvWu94GfCuNQ7NHRqlllJlPrrZBDnoJP1fBshABY
4hpzJs3PVnH0BCKWdT2G30aOhr4LC1AU2GapWURlvj/QT4jCRAN3UtjMNXmeUq0z
M2QqJsMr+6uAGdtTPdeO87+ybquQwYaxxNA6j9keOCsrSCvE6wGYBC1gchEiqIaq
1KkyoIrg6v1mst5+mSNQBomAiLFgVxExcMZJ3G+mqy9DWYHvukSUfptqcGiqaNux
5k+pWOnulFblSrlQMue1ZqUY6cpATlhFjTRG6UpYwPgmeSq67alsstPzG6LHSiNJ
MFSPtVWFnqtSoOvmZZKNS1EteAGarsOmYDFa5eEwOIl5AW7QCVpjCkl0UTM+V0+T
1aLEE2PyAXDqYqps9lrkjoFTU82xw7DtCs83pjZHNvdQ35xAM6JBOqofi5YiwN1B
OCUPn+nn
=J5St
-----END PGP SIGNATURE-----
pgpclbHIQM3f4.pgp
Description: PGP signature
--- End Message ---