Your message dated Sun, 24 Jun 2012 15:28:21 +0000
with message-id <e1siojd-0006bf...@franck.debian.org>
and subject line Bug#676205: fixed in ruby-ldap 0.9.12-1.1
has caused the Debian Bug report #676205,
regarding ruby-ldap: FTBFS: sslconn.c:103:7: error: format not a string literal
and no format arguments [-Werror=format-security]
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.)
--
676205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-ldap
Version: 0.9.12-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120605 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> /usr/lib/ruby/1.9.1/rubygems/ext/builder.rb:37:in `block in make': make
> failed: (Gem::InstallError)
>
> ["/usr/bin/ruby1.9.1 extconf.rb", "--with-openldap2\nchecking for ldap.h...
> yes\nchecking for lber.h... yes\nchecking for ldap_ssl.h... no\nchecking for
> openssl/ssl.h... no\nchecking for ssl.h... no\nchecking for
> openssl/crypto.h... no\nchecking for crypto.h... no\nchecking for main() in
> -lcrypto... no\nchecking for main() in -lssl... no\nchecking for main() in
> -lnsl... yes\nchecking for main() in -lpthread... yes\nchecking for main() in
> -lresolv... yes\nchecking for main() in -llber... yes\nchecking for main() in
> -lldap_r... yes\nchecking for main() in -lldap... yes\nchecking for
> ldap_init() in ldap.h... yes\nchecking for ldap_set_option()... yes\nchecking
> for ldap_get_option()... yes\nchecking for ldap_start_tls_s()...
> yes\nchecking for ldap_memfree()... yes\nchecking for ldap_perror()...
> yes\nchecking for ldap_sort_entries()... yes\nchecking for ldapssl_init()...
> no\nchecking for ldap_sslinit()... no\nchecking for ldap_sasl_bind_s()...
> yes\nchecking for ldap_compare_s()... yes\nchecking for ldap_add_ext_s()...
> yes\nchecking for ldap_compare_ext_s()... yes\nchecking for
> ldap_delete_ext_s()... yes\nchecking for ldap_modify_ext_s()... yes\nchecking
> for ldap_search_ext_s()... yes\nchecking for ldap_unbind_ext_s()...
> yes\nchecking for ldap_sasl_interactive_bind_s()... yes\ncreating
> Makefile\n", "make", "make[1]: Entering directory `/«PKGBUILDDIR»'\ncompiling
> sslconn.c\nsslconn.c: In function
> 'rb_openldap_sslconn_initialize':\nsslconn.c:103:7: error: format not a
> string literal and no format arguments
> [-Werror=format-security]\nsslconn.c:109:7: error: format not a string
> literal and no format arguments [-Werror=format-security]\nsslconn.c:115:7:
> error: format not a string literal and no format arguments
> [-Werror=format-security]\ncc1: some warnings being treated as
> errors\nmake[1]: *** [sslconn.o] Error 1\nmake[1]: Leaving directory
> `/«PKGBUILDDIR»'\n"]
> from /usr/lib/ruby/1.9.1/rubygems/ext/builder.rb:32:in `each'
> from /usr/lib/ruby/1.9.1/rubygems/ext/builder.rb:32:in `make'
> from /usr/lib/ruby/1.9.1/rubygems/ext/ext_conf_builder.rb:18:in `build'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:62:in
> `block in build_and_install'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:61:in
> `chdir'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:61:in
> `build_and_install'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:75:in
> `block in build_all_extensions'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:72:in `each'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:72:in
> `build_all_extensions'
> from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:88:in
> `<main>'
> /usr/bin/ruby1.9.1 extconf.rb
> --with-openldap2
> checking for ldap.h... yes
> checking for lber.h... yes
> checking for ldap_ssl.h... no
> checking for openssl/ssl.h... no
> checking for ssl.h... no
> checking for openssl/crypto.h... no
> checking for crypto.h... no
> checking for main() in -lcrypto... no
> checking for main() in -lssl... no
> checking for main() in -lnsl... yes
> checking for main() in -lpthread... yes
> checking for main() in -lresolv... yes
> checking for main() in -llber... yes
> checking for main() in -lldap_r... yes
> checking for main() in -lldap... yes
> checking for ldap_init() in ldap.h... yes
> checking for ldap_set_option()... yes
> checking for ldap_get_option()... yes
> checking for ldap_start_tls_s()... yes
> checking for ldap_memfree()... yes
> checking for ldap_perror()... yes
> checking for ldap_sort_entries()... yes
> checking for ldapssl_init()... no
> checking for ldap_sslinit()... no
> checking for ldap_sasl_bind_s()... yes
> checking for ldap_compare_s()... yes
> checking for ldap_add_ext_s()... yes
> checking for ldap_compare_ext_s()... yes
> checking for ldap_delete_ext_s()... yes
> checking for ldap_modify_ext_s()... yes
> checking for ldap_search_ext_s()... yes
> checking for ldap_unbind_ext_s()... yes
> checking for ldap_sasl_interactive_bind_s()... yes
> creating Makefile
> make
> make[1]: Entering directory `/«PKGBUILDDIR»'
> compiling sslconn.c
> sslconn.c: In function 'rb_openldap_sslconn_initialize':
> sslconn.c:103:7: error: format not a string literal and no format arguments
> [-Werror=format-security]
> sslconn.c:109:7: error: format not a string literal and no format arguments
> [-Werror=format-security]
> sslconn.c:115:7: error: format not a string literal and no format arguments
> [-Werror=format-security]
> cc1: some warnings being treated as errors
> make[1]: *** [sslconn.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2012/06/05/ruby-ldap_0.9.12-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.
--- End Message ---
--- Begin Message ---
Source: ruby-ldap
Source-Version: 0.9.12-1.1
We believe that the bug you reported is fixed in the latest version of
ruby-ldap, which is due to be installed in the Debian FTP archive:
libldap-ruby1.8_0.9.12-1.1_all.deb
to main/r/ruby-ldap/libldap-ruby1.8_0.9.12-1.1_all.deb
ruby-ldap_0.9.12-1.1.debian.tar.gz
to main/r/ruby-ldap/ruby-ldap_0.9.12-1.1.debian.tar.gz
ruby-ldap_0.9.12-1.1.dsc
to main/r/ruby-ldap/ruby-ldap_0.9.12-1.1.dsc
ruby-ldap_0.9.12-1.1_amd64.deb
to main/r/ruby-ldap/ruby-ldap_0.9.12-1.1_amd64.deb
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 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated ruby-ldap 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 22 Jun 2012 16:36:36 +0200
Source: ruby-ldap
Binary: ruby-ldap libldap-ruby1.8
Architecture: source amd64 all
Version: 0.9.12-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
libldap-ruby1.8 - Transitional package for ruby-ldap
ruby-ldap - OpenLDAP library binding for Ruby
Closes: 676205
Changes:
ruby-ldap (0.9.12-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Fix "FTBFS: sslconn.c:103:7: error: format not a string literal and
no format arguments [-Werror=format-security]":
add patch rb_raise_format_string.patch from Johannes Brandstätter (adds
format strings).
(Closes: #676205)
Checksums-Sha1:
9b8e3146884812328ecc53d2299e9c73a1fcacb1 2161 ruby-ldap_0.9.12-1.1.dsc
35f328313980b2dc758b52e882d1b404e48f419a 4002
ruby-ldap_0.9.12-1.1.debian.tar.gz
8b3a017b351c03a717f5d90719c59825f7e6e979 94428 ruby-ldap_0.9.12-1.1_amd64.deb
657e68b3baee29733f75f8eb7c25c046b1d8532f 13188
libldap-ruby1.8_0.9.12-1.1_all.deb
Checksums-Sha256:
b2f148c5ad1ba39a35fd3aced1534b32a6483275bf8b0bf248a3737369e2a6d4 2161
ruby-ldap_0.9.12-1.1.dsc
a52722afcad39181bb07e2b4bac11e0c589c5056bcb92811e939b9f5117feb7c 4002
ruby-ldap_0.9.12-1.1.debian.tar.gz
6dfa3201375808020c36d8054be8624c5c4b90e78c8540f58d3ca03c895cd3bb 94428
ruby-ldap_0.9.12-1.1_amd64.deb
85900bcf76e9d08a9d3c15c0885e8c37ec038728f5157a6c1b6daf63d5b8c810 13188
libldap-ruby1.8_0.9.12-1.1_all.deb
Files:
05cd1ede34ff44f37ecaa6373fccc32f 2161 ruby optional ruby-ldap_0.9.12-1.1.dsc
07e5475541cb4ac8230c92cee5da15d1 4002 ruby optional
ruby-ldap_0.9.12-1.1.debian.tar.gz
c7eb108d576c37ad27b6120534319136 94428 ruby optional
ruby-ldap_0.9.12-1.1_amd64.deb
121b2b4060d553bb6fcacd54004ab58b 13188 oldlibs extra
libldap-ruby1.8_0.9.12-1.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJP5IPpAAoJELs6aAGGSaoGAmsP/ib2tr0hvZ3hhTxD+B5yEOBn
6QOOWQOU/pf8z/0YDY3Zuk6bpGb5vPevXa2Xe0L/NeCY/Uqz8nSWb/QtdHnDFXOU
rkgo3QxqzKDhToOcV1gZviEL3j075yjqYSeUWOec+jw3YuiAtMShl23KbqWI0+ux
8L0XB8axW2MNl9XYmu8eA62DqWtUcfpusGigkPDeCg8H9yadncNLbEJ7pjr1ea/6
4uqQxhdt8PN9ANYJVoJLXaWa3Aaa5510pE0zb7uP0MQNdY8445V+2tSSXVYEqKar
UOUCLRS6f/Kg0nLYWK3IvlqgVkxPuevs9vGhA+R2BX11Ipmp0srnklvRsnA22ptt
0L4ljLeuhq7MYhFugDLiCiXL5oLGooRnD54PdwuE71+IGOdxHduovB6sXOE6Y+Gs
J4q9iVC38tbMDEVW/uPUWXAmX3L5oZVVMa8poiJrPFliw28rtwu/Wr5aHb741ghM
UUMAiVmk5+FM6ulNcatAniaGT5cYLXNajSr99jba5ColDxhljKPwF1ZeQ9Czdr2G
VYenOgaQBk4JjmOLOcjXl9iLS7Od7lEUPWjhPLnjNvltgyErSjblvXCRZ4Wf5ANt
jdv/HS8Pfg4aaHdR7+4ceAQCVfiv0quUnPa1yIORYmC5sq+4ygJsC5qBpkBwRiUJ
IX5CO4AghJN0Ha+M1/yb
=PI/6
-----END PGP SIGNATURE-----
--- End Message ---