Your message dated Sun, 15 Jan 2017 00:36:48 +0000
with message-id <e1csyos-000cze...@fasolo.debian.org>
and subject line Bug#844845: fixed in tkrat 1:2.2cvs20100105-true-dfsg-6.1
has caused the Debian Bug report #844845,
regarding tkrat: FTBFS: osdep.c:445:40: error: dereferencing pointer to 
incomplete type 'X509 {aka struct x509_st}'
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.)


-- 
844845: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844845
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tkrat
Version: 1:2.2cvs20100105-true-dfsg-6
Severity: serious
Tags: stretch sid
User: debian...@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):
> make[6]: Entering directory '/<<PKGBUILDDIR>>/imap/c-client'
> echo -DMD5ENABLE=\"/etc/cram-md5.pwd\" >> OSCFLAGS
> make[6]: Leaving directory '/<<PKGBUILDDIR>>/imap/c-client'
> ln -s os_lnx.h osdep.h
> ln -s os_lnx.c osdepbas.c
> ln -s log_std.c osdeplog.c
> ln -s sig_psx.c siglocal.c
> ln -s crx_nfs.c crexcl.c
> ln -s ip4_unix.c ip_unix.c
> sh -c '(test -f /usr/include/sys/statvfs.h -a lnx != sc5 -a lnx != sco) && ln 
> -s nfstnew.c nfstest.c || ln -s nfstold.c nfstest.c'
> Standard password authentication
> ln -s ckp_pam.c osdepckp.c
> Building with SSL
> ln -s ssl_unix.c osdepssl.c
> echo -I/usr/include/openssl -I/usr/include/openssl/openssl 
> -DSSL_CERT_DIRECTORY=\"/etc/ssl/certs\" 
> -DSSL_KEY_DIRECTORY=\"/etc/ssl/private\" >> OSCFLAGS
> echo "  ssl_onceonlyinit ();" >> linkage.c
> echo -L/usr/lib -lssl -lcrypto  >> LDFLAGS
> Building with SSL and plaintext passwords disabled unless SSL/TLS
> echo "  mail_parameters (NIL,SET_DISABLEPLAINTEXT,(void *) 2);" >> linkage.c
> cat osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c
> Building OS-dependent module
> If you get No such file error messages for files x509.h, ssl.h,
> pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
> is not installed on your system. Either install OpenSSL first
> or build with command: make lnx SSLTYPE=none
> `cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
> In file included from /usr/include/stdlib.h:24:0,
>                  from osdep.h:35,
>                  from osdep.c:23:
> /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>  # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
>    ^~~~~~~
> In file included from osdep.c:23:0:
> env_unix.c: In function 'lock_work':
> osdep.h:52:15: warning: implicit declaration of function 'safe_flock' 
> [-Wimplicit-function-declaration]
>  #define flock safe_flock
>                ^
> env_unix.c:1198:27: note: in expansion of macro 'flock'
>      if (op & LOCK_NB) i = flock (fd,op);
>                            ^~~~~
> In file included from osdep.c:41:0:
> env_unix.c: In function 'mm_blocknotify':
> env_unix.c:1631:11: warning: cast to pointer from integer of different size 
> [-Wint-to-pointer-cast]
>      ret = (void *) alarm (0);
>            ^
> env_unix.c:1634:9: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>      if ((unsigned int) data) alarm ((unsigned int) data);
>          ^
> env_unix.c:1634:37: warning: cast from pointer to integer of different size 
> [-Wpointer-to-int-cast]
>      if ((unsigned int) data) alarm ((unsigned int) data);
>                                      ^
> osdep.c: In function 'ssl_start_work':
> osdep.c:419:12: warning: 'TLSv1_client_method' is deprecated 
> [-Wdeprecated-declarations]
>             TLSv1_client_method () :
>             ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/openssl/ct.h:13:0,
>                  from /usr/include/openssl/ssl.h:61,
>                  from osdep.c:231:
> /usr/include/openssl/ssl.h:1598:45: note: declared here
>  DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* 
> TLSv1.0 */
>                                              ^
> osdep.c:445:40: error: dereferencing pointer to incomplete type 'X509 {aka 
> struct x509_st}'
>      else if (!(s = ssl_extract_cn (cert->name)))
>                                         ^~
> osdep.c: In function 'ssl_server_init':
> osdep.c:806:12: warning: 'TLSv1_server_method' is deprecated 
> [-Wdeprecated-declarations]
>             TLSv1_server_method () :
>             ^~~~~~~~~~~~~~~~~~~
> In file included from /usr/include/openssl/ct.h:13:0,
>                  from /usr/include/openssl/ssl.h:61,
>                  from osdep.c:231:
> /usr/include/openssl/ssl.h:1597:45: note: declared here
>  DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* 
> TLSv1.0 */
>                                              ^
> osdep.c: In function 'ssl_genkey':
> osdep.c:875:5: warning: 'RSA_generate_key' is deprecated 
> [-Wdeprecated-declarations]
>      if (!(key = RSA_generate_key (export ? keylength : 
> 1024,RSA_F4,NIL,NIL))) {
>      ^~
> In file included from /usr/include/openssl/rsa.h:13:0,
>                  from /usr/include/openssl/x509.h:31,
>                  from osdep.c:230:
> /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:867: recipe for target 'osdep.o' failed
> make[5]: *** [osdep.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/2016/11/18/tkrat_2.2cvs20100105-true-dfsg-6_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.

--- End Message ---
--- Begin Message ---
Source: tkrat
Source-Version: 1:2.2cvs20100105-true-dfsg-6.1

We believe that the bug you reported is fixed in the latest version of
tkrat, 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 844...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated tkrat 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: SHA256

Format: 1.8
Date: Fri, 13 Jan 2017 00:50:31 +0100
Source: tkrat
Binary: tkrat
Architecture: source
Version: 1:2.2cvs20100105-true-dfsg-6.1
Distribution: unstable
Urgency: medium
Maintainer: Mattia Monga <mo...@debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Description:
 tkrat      - Mail user agent with POP, IMAP, mh support using Tk
Closes: 778431 811061 844845
Changes:
 tkrat (1:2.2cvs20100105-true-dfsg-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Explicitly build against openssl 1.0 for stretch.  (Closes: #844845)
   * Make the build reproducible, thanks to Chris Lamb.  (Closes: #778431)
   * Add Build-Conflicts: tk8.6-dev.  (Closes: #811061)
Checksums-Sha1:
 141ee15376793bab1fee9f5a3c58852c7185042c 2061 
tkrat_2.2cvs20100105-true-dfsg-6.1.dsc
 45014246c27d041036a21e43fedf9652e5f65f5f 10520 
tkrat_2.2cvs20100105-true-dfsg-6.1.debian.tar.xz
Checksums-Sha256:
 1447c8e0738155fcd25e20bddfd626ef8fe2327f5b17974e37897c9663c68ea7 2061 
tkrat_2.2cvs20100105-true-dfsg-6.1.dsc
 17352e4454a3e3c3514f460f05b1d2acc1f6663ed6e6076b32347c71b4b2e56e 10520 
tkrat_2.2cvs20100105-true-dfsg-6.1.debian.tar.xz
Files:
 7a7a9112a052d54ba05069b975fa65c7 2061 mail optional 
tkrat_2.2cvs20100105-true-dfsg-6.1.dsc
 4a32822c0a308e5fdaf450cf7f0a2b19 10520 mail optional 
tkrat_2.2cvs20100105-true-dfsg-6.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJYeBnjAAoJEF+zP5NZ6e0IEgEP/2qqlY+Da+nWZEwIHGm2gbU/
g2h0a5xp03L+54W81wY/9sJRwusDJRIXKVqzbqY9UH8HlKlytLmp9xYr99l1fn7h
HoOeRg5WBgLpqnSnBNncrU+NDivNmHKkJeuTFtFdahGMLN31o4G0QWNfPt01i/5r
Z2+oOvXvnug/h2O1WfEgPZIoEHNEup0tkDL9Te5QQ86XZi/HTE6gPejGCAQhUAV8
oHMJCtP6oH/R3umYj+cxZv9zzhgKdjzBcJGmtrse108KCpZn09mirYk7sOrRL9Dy
uo/27gqrlGsnhDRcpnu8KlIErl5M4fgsuPG3kxkfJQmAf8Q4egh40wmdaxfU6XZP
TBZlSMtQn7v0KEWfOjNBozhr7ZqRQeTmQAexT631fh30XzHjNCMXgmqTaxfs//wH
jvpUc7Ee6dULHF7kAGYfgVYrU+iH7ER3RmEo+ZSbtnBhMNcUUA34FTsDnRQNx/9f
2eRzBUqLEcIXbutS5HeCGm8QbLj4xap77QYcvbH284MD8Rk+ZJWU0xiAf1x6MtHu
MCr1DU1hh6YzhhLDRSVYtaJwYEA0cZlGqYK3jxQJA+hFXVGRYX9lcNhiXwUdLgJL
dAEJp8gOY7YEf7NHymuU2/0w5vcwO6dN2+HoGqEivxkdE+wfnaqAi3PWZLzGJfDr
6Z8QagZO7w4ltR9xycT9
=mgHm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to