Your message dated Sat, 26 Apr 2014 01:04:13 +0000
with message-id <e1wdr2l-00075y...@franck.debian.org>
and subject line Bug#730968: fixed in ruby-remcached 0.4.1-2
has caused the Debian Bug report #730968,
regarding ruby-remcached: FTBFS:
/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require': cannot
load such file -- rubyeventmachine (LoadError)
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.)
--
730968: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730968
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-remcached
Version: 0.4.1-1
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):
> make[1]: Entering directory `/«PKGBUILDDIR»'
> chmod +x debian/start_memcached_and_auto_install.sh
> debian/start_memcached_and_auto_install.sh
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:17: warning: setting
> Encoding.default_external
> /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:31: warning: method redefined;
> discarding old visit_String
> /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:4: warning: previous definition of
> visit_String was here
> /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:39: warning: method redefined;
> discarding old register
> /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:12: warning: previous definition
> of register was here
> /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:43: warning: method redefined;
> discarding old format_time
> /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:16: warning: previous definition
> of format_time was here
> /usr/lib/ruby/1.9.1/rubygems/syck_hack.rb:115: warning: method redefined;
> discarding old to_s
> /usr/lib/ruby/1.9.1/rubygems/syck_hack.rb:44: warning: previous definition of
> to_s was here
> Entering dh_ruby --install
> install -d /«PKGBUILDDIR»/debian/ruby-remcached/usr/lib/ruby/vendor_ruby
> install -D -m644 /«PKGBUILDDIR»/lib/remcached/packet.rb
> /«PKGBUILDDIR»/debian/ruby-remcached/usr/lib/ruby/vendor_ruby/remcached/packet.rb
> install -D -m644 /«PKGBUILDDIR»/lib/remcached/pack_array.rb
> /«PKGBUILDDIR»/debian/ruby-remcached/usr/lib/ruby/vendor_ruby/remcached/pack_array.rb
> install -D -m644 /«PKGBUILDDIR»/lib/remcached/const.rb
> /«PKGBUILDDIR»/debian/ruby-remcached/usr/lib/ruby/vendor_ruby/remcached/const.rb
> install -D -m644 /«PKGBUILDDIR»/lib/remcached/client.rb
> /«PKGBUILDDIR»/debian/ruby-remcached/usr/lib/ruby/vendor_ruby/remcached/client.rb
> install -D -m644 /«PKGBUILDDIR»/lib/remcached.rb
> /«PKGBUILDDIR»/debian/ruby-remcached/usr/lib/ruby/vendor_ruby/remcached.rb
> /usr/bin/ruby1.9.1 -I/usr/lib/ruby/vendor_ruby
> /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
> /usr/bin/ruby1.9.1 -S rspec ./spec/client_spec.rb ./spec/memcached_spec.rb
> ./spec/packet_spec.rb
> .................................
>
> Finished in 5.22 seconds
> 33 examples, 0 failures
> /usr/bin/ruby2.0 -I/usr/lib/ruby/vendor_ruby
> /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
> /usr/bin/ruby2.0 -S rspec ./spec/client_spec.rb ./spec/memcached_spec.rb
> ./spec/packet_spec.rb
> Unable to load the EventMachine C extension; To use the pure-ruby reactor,
> require 'em/pure_ruby'
> /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in `require':
> cannot load such file -- rubyeventmachine (LoadError)
> from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
> `require'
> from /usr/lib/ruby/vendor_ruby/eventmachine.rb:8:in `<top (required)>'
> from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
> `require'
> from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
> `require'
> from /«PKGBUILDDIR»/lib/remcached/client.rb:1:in `<top (required)>'
> from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
> `require'
> from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
> `require'
> from /«PKGBUILDDIR»/lib/remcached.rb:3:in `<top (required)>'
> from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
> `require'
> from /usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:53:in
> `require'
> from /«PKGBUILDDIR»/spec/client_spec.rb:2:in `<top (required)>'
> from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:896:in `load'
> from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:896:in
> `block in load_spec_files'
> from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:896:in `each'
> from /usr/lib/ruby/vendor_ruby/rspec/core/configuration.rb:896:in
> `load_spec_files'
> from /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:22:in `run'
> from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:80:in `run'
> from /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:17:in `block in
> autorun'
> /usr/bin/ruby2.0 -S rspec ./spec/client_spec.rb ./spec/memcached_spec.rb
> ./spec/packet_spec.rb failed
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:54:in `run': /usr/bin/ruby2.0
> -I/usr/lib/ruby/vendor_ruby /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
> (Gem2Deb::CommandFailed)
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:138:in
> `run_tests_for_version'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:129:in `block in
> run_tests'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:128:in `each'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:128:in `run_tests'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:72: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>'
> dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/ruby-remcached
> returned exit code 1
> make[1]: *** [override_dh_auto_install] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/11/28/ruby-remcached_0.4.1-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-remcached
Source-Version: 0.4.1-2
We believe that the bug you reported is fixed in the latest version of
ruby-remcached, 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.
Cédric Boutillier <bou...@debian.org> (supplier of updated ruby-remcached
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: SHA512
Format: 1.8
Date: Sat, 26 Apr 2014 02:15:06 +0200
Source: ruby-remcached
Binary: ruby-remcached
Architecture: source all
Version: 0.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Cédric Boutillier <bou...@debian.org>
Description:
ruby-remcached - Ruby EventMachine memcached client
Closes: 730968
Changes:
ruby-remcached (0.4.1-2) unstable; urgency=medium
.
* Team upload.
* Bump Standards-Version to 3.9.5.
* Build with ruby-eventmachine (>= 1.0.3-6) and gem2deb (>= 0.7.5) to get
support for Ruby2.0 and Ruby2.1. (Closes: #730968)
* Add force_ascii_encoding.patch to fix test failure with Ruby 2.x, because
of change in default encoding handling.
Checksums-Sha1:
e0b9b504a0e86bf2cecca0adf2e46f8580d6c977 2104 ruby-remcached_0.4.1-2.dsc
a1963f10abe5eff232943fec6d245e07267c01b4 6960
ruby-remcached_0.4.1-2.debian.tar.xz
67445d8ce930d274fc352a18f842b90fb1374039 9346 ruby-remcached_0.4.1-2_all.deb
Checksums-Sha256:
f71065d921dd6e90f9b855fadae50ee8e04107c2882bdab1be5c3d3a2d978418 2104
ruby-remcached_0.4.1-2.dsc
53bf40083bf7666a6358e0a9b566421df77bbc56beb3cc18178aa563689f09cd 6960
ruby-remcached_0.4.1-2.debian.tar.xz
a5c2b8942d631bbdf43ab038ace628953e9ab255f6d7aa3a060b04c86be1a8e3 9346
ruby-remcached_0.4.1-2_all.deb
Files:
97bcbfd09150b7ff752fb7c0e15e6dfe 9346 ruby optional
ruby-remcached_0.4.1-2_all.deb
330c3981c9981ff8cb6831f60a70d520 2104 ruby optional ruby-remcached_0.4.1-2.dsc
88c6708a0f57aed126c1e30086edc45e 6960 ruby optional
ruby-remcached_0.4.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTWwRgAAoJENpJWPYR4UnpD0cQAKu1nz+23R/RAyWwq2lQcLdP
m+vJDDApq0cD9Bl2Jw1XnKcVa09v+hEUm+qqaJOIFD2U90a9PE6pPlFd3bOzy5mO
d5sxt5eVTLUKDJ7QUM7W7r90057NFYm0jagvug2xj3NlleTkX26bobcstiNRE56j
1bf3GFsj8nEl3KYi1/nKefDZH7JojExEtH1PY8YC2LUJvA2FaxOZE57IUJ52cWDz
mz5u0htwwRr3jvSplEc9/8vtA/sft9pbJrfgdTEYNFMVB7A4c5mVtB3DFntsVKxK
VRlwH1WLHVBWysvWEy0Iv+SU3/WgDKgj2aURSNXn/ZzrE3hR8VmVE7bqrldH2ob3
WSsa3krOyOXB1gME9a+xpWONrEty170gLinOFMGlEIRW/L8v3InFpkbs0GKEXVg6
GonKImt46jerVIM0gFQ+/bodzny8FTiSQFd7BHVQcYVhsxlZWXN5Cu5TM9ILqASy
Qb8whYv5178zpGeSeV0OZkuG+jtKkCGr23QUlXJZ9GBSFHPx7CNmFENd8g+wbr5S
eGGw15BqkW72lZ5+5Cht2Z0jUTb+xp58AlZABIYf8gsj4yhOLdLAtjEgKEBfW4JY
GpboAfx8tRJkWKw4LQ67yxB5ozsCOCMYzysnypSqh/LHFATvKnqxJjdPBAtsYttE
zxG6GC2BKRwhKxjyH51c
=7xbV
-----END PGP SIGNATURE-----
--- End Message ---