Your message dated Sat, 06 Feb 2016 22:24:12 +0000
with message-id <e1asbh2-0007eb...@franck.debian.org>
and subject line Bug#812969: fixed in libvmime 0.9.1-5
has caused the Debian Bug report #812969,
regarding libvmime: FTBFS: net_tls_TLSSession.cpp:120:38: error: 
'gnutls_certificate_type_set_priority' was not declared in this scope
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.)


-- 
812969: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812969
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libvmime
Version: 0.9.1-4
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

libvmime fails to build from source in unstable/amd64:

  [..]


  net_tls_TLSSession.cpp: In constructor 
'vmime::net::tls::TLSSession::TLSSession(vmime::utility::ref<vmime::security::cert::certificateVerifier>)':
  net_tls_TLSSession.cpp:105:24: warning: 'gnutls_session' is deprecated 
[-Wdeprecated-declarations]
    m_gnutlsSession = new gnutls_session;
                          ^
  In file included from /usr/include/gnutls/gnutls.h:2594:0,
                   from net_tls_TLSSession.cpp:24:
  /usr/include/gnutls/compat.h:78:26: note: declared here
   typedef gnutls_session_t gnutls_session _GNUTLS_GCC_ATTR_DEPRECATED;
                            ^
  net_tls_TLSSession.cpp:120:38: error: 'gnutls_certificate_type_set_priority' 
was not declared in this scope
     (*m_gnutlsSession, certTypePriority);
                                        ^
  net_tls_TLSSession.cpp:131:68: error: 'gnutls_protocol_set_priority' was not 
declared in this scope
    res = gnutls_protocol_set_priority(*m_gnutlsSession, protoPriority);
                                                                      ^
  net_tls_TLSSession.cpp:152:61: error: 'gnutls_cipher_set_priority' was not 
declared in this scope
    gnutls_cipher_set_priority(*m_gnutlsSession, cipherPriority);
                                                               ^
  net_tls_TLSSession.cpp:157:55: error: 'gnutls_mac_set_priority' was not 
declared in this scope
    gnutls_mac_set_priority(*m_gnutlsSession, macPriority);
                                                         ^
  net_tls_TLSSession.cpp:173:53: error: 'gnutls_kx_set_priority' was not 
declared in this scope
    gnutls_kx_set_priority(*m_gnutlsSession, kxPriority);
                                                       ^
  net_tls_TLSSession.cpp:184:71: error: 'gnutls_compression_set_priority' was 
not declared in this scope
    gnutls_compression_set_priority(*m_gnutlsSession, compressionPriority);
                                                                         ^
  Makefile:657: recipe for target 'net_tls_TLSSession.lo' failed
  make[3]: *** [net_tls_TLSSession.lo] Error 1
  make[3]: *** Waiting for unfinished jobs....
  libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. 
-I/usr/include -I.. -D_REENTRANT=1 -D_THREAD_SAFE=1 -I/usr/include/p11-kit-1 
-fPIC -DPIC -ansi -pedantic -W -Wall -Wpointer-arith -Wold-style-cast 
-Wconversion -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -c 
security_sasl_builtinSASLMechanism.cpp -o security_sasl_builtinSASLMechanism.o 
>/dev/null 2>&1
  libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. 
-I/usr/include -I.. -D_REENTRANT=1 -D_THREAD_SAFE=1 -I/usr/include/p11-kit-1 
-fPIC -DPIC -ansi -pedantic -W -Wall -Wpointer-arith -Wold-style-cast 
-Wconversion -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -c 
security_sasl_defaultSASLAuthenticator.cpp -o 
security_sasl_defaultSASLAuthenticator.o >/dev/null 2>&1
  In file included from net_tls_TLSSocket.cpp:27:0:
  ../vmime/net/tls/TLSSocket.hpp:99:88: warning: 'gnutls_transport_ptr' is 
deprecated [-Wdeprecated-declarations]
    static ssize_t gnutlsPushFunc(gnutls_transport_ptr trspt, const void* data, 
size_t len);
                                                                                
          ^
  ../vmime/net/tls/TLSSocket.hpp:100:82: warning: 'gnutls_transport_ptr' is 
deprecated [-Wdeprecated-declarations]
    static ssize_t gnutlsPullFunc(gnutls_transport_ptr trspt, void* data, 
size_t len);
                                                                                
    ^
  In file included from net_tls_TLSSocket.cpp:28:0:
  ../vmime/net/tls/TLSSession.hpp:80:18: warning: 'gnutls_session' is 
deprecated [-Wdeprecated-declarations]
    gnutls_session* m_gnutlsSession;
                    ^
  In file included from /usr/include/gnutls/gnutls.h:2594:0,
                   from net_tls_TLSSocket.cpp:24:
  /usr/include/gnutls/compat.h:78:26: note: declared here
   typedef gnutls_session_t gnutls_session _GNUTLS_GCC_ATTR_DEPRECATED;
                            ^
  net_tls_TLSSocket.cpp: In member function 'virtual void 
vmime::net::tls::TLSSocket::send(const string&)':
  net_tls_TLSSocket.cpp:108:40: warning: conversion to 
'vmime::net::socket::size_type {aka int}' from 
'std::__cxx11::basic_string<char>::size_type {aka long unsigned int}' may alter 
its value [-Wconversion]
    sendRaw(buffer.data(), buffer.length());
                                          ^
  net_tls_TLSSocket.cpp: In member function 'virtual 
vmime::net::socket::size_type vmime::net::tls::TLSSocket::receiveRaw(char*, 
vmime::net::socket::size_type)':
  net_tls_TLSSocket.cpp:126:58: warning: conversion to 'int' from 'ssize_t {aka 
long int}' may alter its value [-Wconversion]
     TLSSession::throwTLSException("gnutls_record_recv", ret);
                                                            ^
  net_tls_TLSSocket.cpp: At global scope:
  net_tls_TLSSocket.cpp:206:59: warning: 'gnutls_transport_ptr' is deprecated 
[-Wdeprecated-declarations]
    (gnutls_transport_ptr trspt, const void* data, size_t len)
                                                             ^
  net_tls_TLSSocket.cpp:228:53: warning: 'gnutls_transport_ptr' is deprecated 
[-Wdeprecated-declarations]
    (gnutls_transport_ptr trspt, void* data, size_t len)
                                                       ^
  net_tls_TLSSocket.cpp: In member function 
'vmime::utility::ref<vmime::security::cert::certificateChain> 
vmime::net::tls::TLSSocket::getPeerCertificates() const':
  net_tls_TLSSocket.cpp:292:22: warning: 'gnutls_datum' is deprecated 
[-Wdeprecated-declarations]
    const gnutls_datum* rawData = gnutls_certificate_get_peers
                        ^
  In file included from /usr/include/gnutls/gnutls.h:2594:0,
                   from net_tls_TLSSocket.cpp:24:
  /usr/include/gnutls/compat.h:112:24: note: declared here
   typedef gnutls_datum_t gnutls_datum _GNUTLS_GCC_ATTR_DEPRECATED;
                          ^
  net_tls_TLSSocket.cpp:299:19: warning: 'gnutls_x509_crt' is deprecated 
[-Wdeprecated-declarations]
    gnutls_x509_crt* x509Certs = new gnutls_x509_crt[certCount];
                     ^
  In file included from /usr/include/gnutls/gnutls.h:2594:0,
                   from net_tls_TLSSocket.cpp:24:
  /usr/include/gnutls/compat.h:89:27: note: declared here
   typedef gnutls_x509_crt_t gnutls_x509_crt _GNUTLS_GCC_ATTR_DEPRECATED;
                             ^
  net_tls_TLSSocket.cpp:299:60: warning: 'gnutls_x509_crt' is deprecated 
[-Wdeprecated-declarations]
    gnutls_x509_crt* x509Certs = new gnutls_x509_crt[certCount];
                                                              ^
  In file included from /usr/include/gnutls/gnutls.h:2594:0,
                   from net_tls_TLSSocket.cpp:24:
  /usr/include/gnutls/compat.h:89:27: note: declared here
   typedef gnutls_x509_crt_t gnutls_x509_crt _GNUTLS_GCC_ATTR_DEPRECATED;
                             ^
  net_tls_TLSSocket.cpp:333:63: warning: conversion to 'unsigned int' from 
'size_t {aka long unsigned int}' may alter its value [-Wconversion]
       security::cert::X509Certificate::import(&data[0], dataSize);
                                                                 ^
  libtool: compile:  x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. 
-I/usr/include -I.. -D_REENTRANT=1 -D_THREAD_SAFE=1 -I/usr/include/p11-kit-1 
-fPIC -DPIC -ansi -pedantic -W -Wall -Wpointer-arith -Wold-style-cast 
-Wconversion -Wdate-time -D_FORTIFY_SOURCE=2 -O2 -c net_tls_TLSSocket.cpp -o 
net_tls_TLSSocket.o >/dev/null 2>&1
  make[3]: Leaving directory 
'/home/lamby/temp/cdt.20160128083412.bSSdKcTq8D/libvmime-0.9.1/src'
  Makefile:474: recipe for target 'all-recursive' failed
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory 
'/home/lamby/temp/cdt.20160128083412.bSSdKcTq8D/libvmime-0.9.1'
  Makefile:362: recipe for target 'all' failed
  make[1]: *** [all] Error 2
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160128083412.bSSdKcTq8D/libvmime-0.9.1'
  dh_auto_build: make -j9 returned exit code 2
  debian/rules:29: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: libvmime.0.9.1-4.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: libvmime
Source-Version: 0.9.1-5

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

Debian distribution maintenance software
pp.
Carsten Schoenert <c.schoen...@t-online.de> (supplier of updated libvmime 
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: Sat, 06 Feb 2016 21:06:03 +0100
Source: libvmime
Binary: libvmime-dev libvmime0
Architecture: source amd64
Version: 0.9.1-5
Distribution: unstable
Urgency: medium
Maintainer: Giraffe Maintainers 
<pkg-giraffe-maintain...@lists.alioth.debian.org>
Changed-By: Carsten Schoenert <c.schoen...@t-online.de>
Description:
 libvmime-dev - C++ mail library (development files)
 libvmime0  - C++ mail library (runtime library)
Closes: 812969
Changes:
 libvmime (0.9.1-5) unstable; urgency=medium
 .
   [ Carsten Schoenert ]
   * [7b58f1d] rebuild patch queue from patch-queue branch
     - Adding patch to fix FTBFS after new gnutls28-dev version
       (Closes: #812969)
   * [57b4d94] lintian: fixing vcs-field-uses-insecure-uri
   * [30fedae] debian/rules: enable build with debug symbols
   * [cadb89e] debian/control: increase B-D on libgnutls28-dev
   * [198924f] debian/copyright: update copyright information
Checksums-Sha1:
 714031451c8bd72661544546dafa1b60cc62aae7 2048 libvmime_0.9.1-5.dsc
 9e06a25c6b54ee3fa45e95d2934ec814358dc2ff 12616 libvmime_0.9.1-5.debian.tar.xz
 5a5f2d47eab691c7e213ebb3a72479f1771c5e98 1387962 libvmime-dev_0.9.1-5_amd64.deb
 a131543913cbce5831d49200c7cfec1528674909 3753050 
libvmime0-dbgsym_0.9.1-5_amd64.deb
 21e68b3a3eb40a4bdea2a02db819ec792383364a 796188 libvmime0_0.9.1-5_amd64.deb
Checksums-Sha256:
 dc597200fc3edc965c755ad9f7053bb850504627d6e4ad2a7ae92bdc8e09f6c4 2048 
libvmime_0.9.1-5.dsc
 d8b0c7368cb3853fc7d6f86f5bf36283ed302b93f8141e8b818c1cd9f5735005 12616 
libvmime_0.9.1-5.debian.tar.xz
 f8b0278164e4a8acbf87a45422b7557df83a2ee567c2b04056a853735fea50dc 1387962 
libvmime-dev_0.9.1-5_amd64.deb
 3c49c9352614d0d68d5fe0d82b708314efb9182cd2e780af24dfaa0bec02349b 3753050 
libvmime0-dbgsym_0.9.1-5_amd64.deb
 ed7de81f08ba157edc2938335e312020348b5f68c611552bddd24d2fc139a57b 796188 
libvmime0_0.9.1-5_amd64.deb
Files:
 d4551a4e657109f729360cc25ff7a82f 2048 libs optional libvmime_0.9.1-5.dsc
 70fe6bc3307e331a29fb013a2c7dacc9 12616 libs optional 
libvmime_0.9.1-5.debian.tar.xz
 3ea2609228b001fbf95cee8fac2adce4 1387962 libdevel optional 
libvmime-dev_0.9.1-5_amd64.deb
 9fc51a0374e27f56b1f7a32c4522787f 3753050 debug extra 
libvmime0-dbgsym_0.9.1-5_amd64.deb
 82038b69b462543d6fd386097762f0af 796188 libs optional 
libvmime0_0.9.1-5_amd64.deb

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

iQIcBAEBCAAGBQJWtlLYAAoJEIMBYBQlHR2wPdwP/23Y3S+dBCUv9XhKTp2t/Wh7
CQp5CJtYgPqa9AEGiinV5ndhp3KxYxeM4ecvX/TebChfsFGt9isLkzKuNSto3NM6
d66Zd7yHlcDRBSR3cn1JHMWapEj6xHH2idOtOWAqhlPsGoWr7ksrODDIMIpaC/oM
n1KTyMUJDFWZ9zJwJvfFx/hAQN+fkCFKhSFoK27hX9iaJZO5KjlOjeXPZ63krgkH
SAHTmDbb0L87aVbC2leRgPyxjdhbo66RXpV9LZX64ZTPPCAsBNdDM2o9iB5XbKS+
iNF0tun+GGNDrDCo3U/5o0MvPeqGetNiFFKHJtoruP7EThVb3MFJhQfKbqnnGm/3
qeFoKWjgK7s//eFQD+sZ4Dx4VKHYwoVjQD/5vpSpY8ct90bm6iH10yWGRadHaSz1
p40GM5sASpnX8PQEtbXbOZ8wTGJoNDU+m/50YgpREBUzPVrxakJybGXh3ouECapP
xTEvw+swhFF4bw5h5908i2VGgYgX0n2rQV29NL9psr0Uso+WGcUgHYQfRhWgIdLw
fqrNMKr0sRP67L8yYlZhZ6RSkoZ5iqviHT/8Rno6ESax2c+YC7kQKt+E8WB5HqVs
5k1H02W1m8a6LyigowXtcJrT5D6ysnAYxh+3F8LZj4zVj/dJOvxGMnFRWKZESSdi
hZW6/l4HCudpSezsJQLm
=DRL1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to