Your message dated Tue, 06 May 2014 00:04:11 +0000
with message-id <e1whsrj-0002kq...@franck.debian.org>
and subject line Bug#730960: fixed in ruby-bdb 0.6.6-1
has caused the Debian Bug report #730960,
regarding ruby-bdb: FTBFS: Hard dependency on ruby1.8
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.)
--
730960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730960
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-bdb
Version: 0.6.5-7
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131128 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):
> fakeroot debian/rules binary
> dh binary --buildsystem=ruby --with ruby
> dh_testroot -O--buildsystem=ruby
> dh_prep -O--buildsystem=ruby
> dh_auto_install -O--buildsystem=ruby
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:17: warning: setting
> Encoding.default_external
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `system': can't convert nil into
> String (TypeError)
> from /usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run'
> from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:36:in `block in
> install_files_and_build_extensions'
> from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:34:in `each'
> from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:34:in
> `install_files_and_build_extensions'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:68:in `block in
> install'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:66:in `each'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:66:in `install'
> from /usr/bin/dh_ruby:69:in `block (2 levels) in <main>'
> from /usr/lib/ruby/1.9.1/optparse.rb:1360:in `call'
> from /usr/lib/ruby/1.9.1/optparse.rb:1360:in `block in parse_in_order'
> from /usr/lib/ruby/1.9.1/optparse.rb:1347:in `catch'
> from /usr/lib/ruby/1.9.1/optparse.rb:1347:in `parse_in_order'
> from /usr/lib/ruby/1.9.1/optparse.rb:1341:in `order!'
> from /usr/lib/ruby/1.9.1/optparse.rb:1432:in `permute!'
> from /usr/lib/ruby/1.9.1/optparse.rb:1453:in `parse!'
> from /usr/bin/dh_ruby:73:in `<main>'
> Entering dh_ruby --install
> Building extension for ruby1.8 ...
> -I/usr/lib/ruby/vendor_ruby
> /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb /«PKGBUILDDIR»
> debian/ruby-bdb
> dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/tmp returned exit
> code 1
> make: *** [binary] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/11/28/ruby-bdb_0.6.5-7_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-bdb
Source-Version: 0.6.6-1
We believe that the bug you reported is fixed in the latest version of
ruby-bdb, 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 730...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
David Suárez <david.sephi...@gmail.com> (supplier of updated ruby-bdb 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, 03 May 2014 13:12:06 +0200
Source: ruby-bdb
Binary: ruby-bdb
Architecture: source amd64
Version: 0.6.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: David Suárez <david.sephi...@gmail.com>
Description:
ruby-bdb - interface to Berkeley DB for Ruby
Closes: 730960 735693 741210 741576
Changes:
ruby-bdb (0.6.6-1) unstable; urgency=medium
.
* Team upload
.
[ David Suárez ]
* Build for all ruby versions (Closes: #730960)
* Add patch 'fix-inheritance'
* Add patch 'remove-src-dir-from-tests-load-path'
* Add patch 'dont-rely-on-ruby-objects-to-accommodate-c-data'
* Add patch 'use-same-encoding-for-dup-test'
* Add patch 'update-bdb-versions'
* Add patch 'fix-integer-overflow-on-bdb_h_hash-callback'
(Closes: #741576)
* Add patch 'dont-conflict-helpers-with-test-funcs'
* Add patch 'add-ruby2.1-support'
* Drop obsolete 'build-against-libdb' patch
* Update standards version; no changes needed
* Change upload urgency to medium
* Generate and install rdoc documentation
* Improve package description
* Add basic metadata to the gemspec from the github one to fix
the 'Invalid gemspec' error
* debian/rules:
+ Don't create some, packaged, empty dirs
+ Improve clean rule
* debian/copyright:
+ use correct license short name
+ remove some wrong tabs
* debian/control:
+ bump the gem2deb b-d
.
[ Paul van Tilburg ]
* debian/watch: use githubredir instead of gemwatch as gem release don't
seem to be far behind releases on github.
.
[ Gunnar Wolf ]
* New upstream version (Closes: #741210)
* Drop transitional packages (closes: #735693)
* Check whether constants were already defined before removing them at
build time
.
[ Cédric Boutillier ]
* doc-base registration of RDoc documentation
Checksums-Sha1:
acff362d25f6be84cebe5dcdfd2a47cf2598184f 1786 ruby-bdb_0.6.6-1.dsc
82a1011f31b9b0f79c06f1778f9eff104c6acdd7 286352 ruby-bdb_0.6.6.orig.tar.gz
b44de7906538b3404d0153238db26a835406acf3 13852 ruby-bdb_0.6.6-1.debian.tar.xz
30074800faf86052d01a661246634cc482eb246c 244206 ruby-bdb_0.6.6-1_amd64.deb
Checksums-Sha256:
1b57074c461affdede37f0cd97585fd1042656bae3ef5694674b070091f3f1bf 1786
ruby-bdb_0.6.6-1.dsc
9adbfe6e36a05045943a27d9fa39a411c4bf429c475ace130ea28e44af927355 286352
ruby-bdb_0.6.6.orig.tar.gz
fa255d249f3067343fd7d5d93eed8ea03886a14e1aa26f5ed8c6acf509e81e00 13852
ruby-bdb_0.6.6-1.debian.tar.xz
2ba40e17eca0c1a95d8cfc140afe66e9e76e2c2c7e26a02b4de5a11613d23c34 244206
ruby-bdb_0.6.6-1_amd64.deb
Files:
78b917f1035d1dc2fafcbbaf86372e14 244206 ruby optional
ruby-bdb_0.6.6-1_amd64.deb
7cfd0f77d2515c63518132209576dce0 1786 ruby optional ruby-bdb_0.6.6-1.dsc
465bbd3824483efa8e79396f06e15ccf 286352 ruby optional
ruby-bdb_0.6.6.orig.tar.gz
719c482513efd3a141185a4663f613bb 13852 ruby optional
ruby-bdb_0.6.6-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJTaCOVAAoJEImvgrc5zSF68QIH/3eUfw1qscw83ehQUV6UmTNW
Cgf5xfw92MSapSBjKJzKfYX44VP+39ItSqxQBZK4FSFY+dFGRAZp1p6I0W9eKNpz
XRlnOXVgevYU+Ah0AuWTx/NhakaeMWA/KVZOZSywyrUgpcxH4nsP+ipuvX+Fnm+K
bMzm1+JE5+HGdbH2BIVUxgnuB1XNX3rrd/uMJAOuXbzFcypr6Z+vvcnNNL8nThVz
NC0Tz45/StnyX1fZzks6wS+ZKIiJttXNXQBJ3hJbhDJIPO7fhg698yzieAt6JfaP
gO/dL2A904cLl/phrPUK38bE6QKhnmmUAF86jOkhSSY3xDaNaWHk2KT31Ke4zug=
=nxK/
-----END PGP SIGNATURE-----
--- End Message ---