Your message dated Thu, 08 Dec 2016 09:34:26 +0000
with message-id <[email protected]>
and subject line Bug#844534: fixed in uftp 4.9.2-2
has caused the Debian Bug report #844534,
regarding uftp: FTBFS: encrypt_openssl.c:352:20: error: storage size of 'ctx'
isn't known
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 [email protected]
immediately.)
--
844534: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844534
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: uftp
Version: 4.9.2-1
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]
Dear Maintainer,
uftp fails to build from source in unstable/amd64:
[…]
make -j1
make[1]: Entering directory
'/home/lamby/temp/cdt.20161116173956.JevpBpJbR0.db.uftp/uftp-4.9.2'
cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2
-Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow
-Wno-missing-field-initializers -Wstrict-prototypes -Winline
-Wbad-function-cast -DHAS_GETIFADDRS -g -O2
-fdebug-prefix-map=/home/lamby/temp/cdt.20161116173956.JevpBpJbR0.db.uftp/uftp-4.9.2=.
-fstack-protector-strong -Wformat -Werror=format-security `getconf LFS_CFLAGS`
-c uftp_common.c
uftp_common.c: In function 'multicast_join':
uftp_common.c:1636:17: warning: 'level' may be used uninitialized in this
function [-Wmaybe-uninitialized]
if (setsockopt(s, level, MCAST_JOIN_GROUP,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(char *)&greq, sizeof(greq)) == -1) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
uftp_common.c: In function 'multicast_leave':
uftp_common.c:1700:21: warning: 'level' may be used uninitialized in this
function [-Wmaybe-uninitialized]
if (setsockopt(s, level, MCAST_LEAVE_SOURCE_GROUP,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(char *)&gsreq, sizeof(gsreq)) == -1) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wformat=2
-Wwrite-strings -Wpointer-arith -Wcast-qual -Wshadow
-Wno-missing-field-initializers -Wstrict-prototypes -Winline
-Wbad-function-cast -DHAS_GETIFADDRS -g -O2
-fdebug-prefix-map=/home/lamby/temp/cdt.20161116173956.JevpBpJbR0.db.uftp/uftp-4.9.2=.
-fstack-protector-strong -Wformat -Werror=format-security `getconf LFS_CFLAGS`
-c encrypt_openssl.c
encrypt_openssl.c: In function 'encrypt_block':
encrypt_openssl.c:352:20: error: storage size of 'ctx' isn't known
EVP_CIPHER_CTX ctx;
^~~
encrypt_openssl.c:352:20: warning: unused variable 'ctx' [-Wunused-variable]
encrypt_openssl.c: In function 'decrypt_block':
encrypt_openssl.c:456:20: error: storage size of 'ctx' isn't known
EVP_CIPHER_CTX ctx;
^~~
encrypt_openssl.c:456:20: warning: unused variable 'ctx' [-Wunused-variable]
encrypt_openssl.c: In function 'hash':
encrypt_openssl.c:572:16: error: storage size of 'hashctx' isn't known
EVP_MD_CTX hashctx;
^~~~~~~
encrypt_openssl.c:582:9: warning: implicit declaration of function
'EVP_MD_CTX_cleanup' [-Wimplicit-function-declaration]
EVP_MD_CTX_cleanup(&hashctx);
^~~~~~~~~~~~~~~~~~
encrypt_openssl.c:572:16: warning: unused variable 'hashctx'
[-Wunused-variable]
EVP_MD_CTX hashctx;
^~~~~~~
In file included from /usr/include/openssl/asn1.h:24:0,
from /usr/include/openssl/objects.h:916,
from /usr/include/openssl/evp.h:27,
from encrypt_openssl.c:39:
encrypt_openssl.c: In function 'create_ECDSA_sig':
encrypt_openssl.c:793:36: error: dereferencing pointer to incomplete type
'ECDSA_SIG {aka struct ECDSA_SIG_st}'
sval = rval + BN_num_bytes(_sig->r);
^
encrypt_openssl.c: In function 'import_RSA_key':
encrypt_openssl.c:926:16: error: dereferencing pointer to incomplete type
'RSA {aka struct rsa_st}'
if (((*rsa)->e = BN_bin2bn((const unsigned char *)&rsablob->exponent,
^~
In file included from /usr/include/openssl/asn1.h:24:0,
from /usr/include/openssl/objects.h:916,
from /usr/include/openssl/evp.h:27,
from encrypt_openssl.c:39:
encrypt_openssl.c: In function 'export_RSA_key':
encrypt_openssl.c:954:25: error: dereferencing pointer to incomplete type
'RSA {aka struct rsa_st}'
if (BN_num_bytes(rsa->e) > sizeof(bin_exponent)) {
^
encrypt_openssl.c: In function 'gen_RSA_key':
encrypt_openssl.c:1078:5: warning: 'RSA_generate_key' is deprecated
[-Wdeprecated-declarations]
if ((rsa = RSA_generate_key(bits ? bits : DEF_RSA_LEN,
^~
In file included from /usr/include/openssl/rsa.h:13:0,
from encrypt_openssl.c:43:
/usr/include/openssl/rsa.h:193:1: note: declared here
DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
^
makefile:195: recipe for target 'encrypt_openssl.o' failed
make[1]: *** [encrypt_openssl.o] Error 1
make[1]: Leaving directory
'/home/lamby/temp/cdt.20161116173956.JevpBpJbR0.db.uftp/uftp-4.9.2'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
[…]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
uftp.4.9.2-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Source: uftp
Source-Version: 4.9.2-2
We believe that the bug you reported is fixed in the latest version of
uftp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Philipp Matthias Hahn <[email protected]> (supplier of updated uftp 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 03 Dec 2016 15:36:26 +0100
Source: uftp
Binary: uftp
Architecture: source amd64
Version: 4.9.2-2
Distribution: unstable
Urgency: low
Maintainer: Philipp Matthias Hahn <[email protected]>
Changed-By: Philipp Matthias Hahn <[email protected]>
Description:
uftp - Encrypted multicast file transfer program
Closes: 838010 838993 844534
Changes:
uftp (4.9.2-2) unstable; urgency=low
.
[ Steve Petruzzello ]
* Add French Debconf template (Closes: #838010)
.
[ Frans Spiesschaert ]
* Add Dutch Debconf template (Closes: #838993)
.
[ Philipp Matthias Hahn ]
* debian/control: Update Standards-Version
* Add gbp.conf
.
[ Reiner Herrmann ]
* Fix compatibility with OpenSSL 1.1 (Closes: #844534)
Checksums-Sha1:
84bb68852cc7a5677247d5992e124140085dcc22 1363 uftp_4.9.2-2.dsc
531a1b1e54f26b3772122d222c141ad58842f9f8 31648 uftp_4.9.2-2.debian.tar.xz
bdec1bfadcec0442070e2715c114054afd381b3a 367240 uftp-dbgsym_4.9.2-2_amd64.deb
f64f8b88414b1238c32aaf81a29db24866099199 5021 uftp_4.9.2-2_amd64.buildinfo
1c1004064853610e07bba572bf336cbcb6cbd9e8 191272 uftp_4.9.2-2_amd64.deb
Checksums-Sha256:
5dd78ec08e2d2c0976d028b5d2fba72afb3ce6f01fc10e4c238bf20b1b6518b0 1363
uftp_4.9.2-2.dsc
0ed9d67292ff937ee9a3717f5e1822b933eefa530289676d5a7b28962c7a5fe8 31648
uftp_4.9.2-2.debian.tar.xz
87a8c3f327664b76c1e237ada8dbacf16b432b4dee95d983d6f56879067541ca 367240
uftp-dbgsym_4.9.2-2_amd64.deb
800b3164593a6ccd661b345b944e9ded2f51d938c4701282f5bd85b53091ba86 5021
uftp_4.9.2-2_amd64.buildinfo
2cec7d9c7e1fe5421ba18d62cbf9435169ac20fbd0c63d210ed1fe790cec544c 191272
uftp_4.9.2-2_amd64.deb
Files:
9c15111e360ebdc0e09b706aa91544ef 1363 net optional uftp_4.9.2-2.dsc
1cbbf4fcdf1b1bb5221503bf33534590 31648 net optional uftp_4.9.2-2.debian.tar.xz
37ecebf9ae420d46eea1da71ce7a5e34 367240 debug extra
uftp-dbgsym_4.9.2-2_amd64.deb
71c5e03282f12255c421d2a95df8c651 5021 net optional uftp_4.9.2-2_amd64.buildinfo
236f274d7b0adb6535797f41d59c206c 191272 net optional uftp_4.9.2-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEOWzwba1g1HA0AqaYNC0GU9GsrNsFAlhC5QgACgkQNC0GU9Gs
rNvSIgf/eVF5xaLvYSNajqnVcylv2MesQy7jvgTWgJHkJL/mhRm1rpF9SohrA2C9
HsgCc5qMTw7ux+llvy8X4ha4pdyCsDP+I82ao1pChgzyQwXEwWQXGJ2BGEceBni/
yHLYV0rGun+tdsBe3oWudVGOuIt+8JIZA7oIeUNwpxQ51lfh1crLNUzgKAGdZkIH
MgSviOJMiAID236prlu8sqODDoNFHFcZ38taPjNrag/q3/Z+KrqYuD5wfal2E0JW
R0OEKVm1WgMsSrwGPEjglLmJY3mZQtEI21/e3au+qxwIDZHeGq6ckG66gkm2vMos
qbC3Gn9HGVGX7TwlgpB3uT4H3fsbrQ==
=1Wim
-----END PGP SIGNATURE-----
--- End Message ---