Your message dated Wed, 14 Sep 2011 18:03:22 +0000
with message-id <e1r3tnu-0000pe...@franck.debian.org>
and subject line Bug#631849: fixed in ruby-dbi 0.4.5-1
has caused the Debian Bug report #631849,
regarding rubygems: Undefined method `skip_during' for Deprecated:Module
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.)


-- 
631849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631849
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rubygems
Version: 1.7.2-1
Severity: critical

When I try to load various gems, I get the error "Undefined method
`skip_during' for Deprecated:Module". This occurs even if the gem
doesn't exist.

(Also, can you do something to get rid of the "warning: already
initialized constant Deprecate")

[bloom@cat-in-the-hat ~]$ irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'dbi'
/usr/lib/ruby/1.8/deprecated.rb:199: warning: already initialized constant 
Deprecate
NoMethodError: undefined method `skip_during' for Deprecated:Module
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:126:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in 
`each'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in 
`reverse_each'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:321:in 
`refresh!'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:97:in 
`initialize'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `new'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `source_index'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:243:in `activate_dep'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:236:in `activate'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1307:in `gem'
        from /usr/lib/ruby/1.8/dbi/columninfo.rb:5
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in 
`gem_original_require'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in 
`require'
        from /usr/lib/ruby/1.8/dbi.rb:46
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in 
`gem_original_require'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:36:in 
`require'
        from (irb):2
irb(main):003:0> require 'facets'
NoMethodError: undefined method `skip_during' for Deprecated:Module
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:126:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in 
`each'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in 
`reverse_each'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:321:in 
`refresh!'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:97:in 
`initialize'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `new'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `source_index'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/gem_path_searcher.rb:135:in 
`init_gemspecs'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/gem_path_searcher.rb:14:in 
`initialize'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1010:in `new'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1010:in `searcher'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:207:in `try_activate'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:56:in 
`require'
        from (irb):3
        from /usr/lib/ruby/1.8/x86_64-linux/rbconfig.rb:53irb(main):004:0> 
irb(main):005:0* require 'foo'
NoMethodError: undefined method `skip_during' for Deprecated:Module
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:126:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in 
`each'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:125:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in 
`reverse_each'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:122:in 
`load_gems_in'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:321:in 
`refresh!'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/source_index.rb:97:in 
`initialize'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `new'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1051:in `source_index'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/gem_path_searcher.rb:135:in 
`init_gemspecs'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/gem_path_searcher.rb:14:in 
`initialize'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1010:in `new'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:1010:in `searcher'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems.rb:207:in `try_activate'
        from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:56:in 
`require'
        from (irb):5
        from /usr/lib/ruby/1.8/x86_64-linux/rbconfig.rb:53irb(main):006:0> 




-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rubygems depends on:
ii  ruby1.8                      1.8.7.334-5 Interpreter of object-oriented scr

Versions of packages rubygems recommends:
ii  build-essential              11.5        Informational list of build-essent
ii  ruby1.8-dev                  1.8.7.334-5 Header files for compiling extensi

rubygems suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: ruby-dbi
Source-Version: 0.4.5-1

We believe that the bug you reported is fixed in the latest version of
ruby-dbi, which is due to be installed in the Debian FTP archive:

libdbi-ruby1.8_0.4.5-1_all.deb
  to main/r/ruby-dbi/libdbi-ruby1.8_0.4.5-1_all.deb
libdbi-ruby1.9.1_0.4.5-1_all.deb
  to main/r/ruby-dbi/libdbi-ruby1.9.1_0.4.5-1_all.deb
libdbi-ruby_0.4.5-1_all.deb
  to main/r/ruby-dbi/libdbi-ruby_0.4.5-1_all.deb
ruby-dbi_0.4.5-1.debian.tar.gz
  to main/r/ruby-dbi/ruby-dbi_0.4.5-1.debian.tar.gz
ruby-dbi_0.4.5-1.dsc
  to main/r/ruby-dbi/ruby-dbi_0.4.5-1.dsc
ruby-dbi_0.4.5-1_all.deb
  to main/r/ruby-dbi/ruby-dbi_0.4.5-1_all.deb
ruby-dbi_0.4.5.orig.tar.gz
  to main/r/ruby-dbi/ruby-dbi_0.4.5.orig.tar.gz



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 631...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Borodaenko <angdr...@debian.org> (supplier of updated ruby-dbi 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: Tue, 13 Sep 2011 19:56:23 +0300
Source: ruby-dbi
Binary: ruby-dbi libdbi-ruby libdbi-ruby1.8 libdbi-ruby1.9.1
Architecture: source all
Version: 0.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Dmitry Borodaenko <angdr...@debian.org>
Description: 
 libdbi-ruby - Transitional package for ruby-dbi
 libdbi-ruby1.8 - Transitional package for ruby-dbi
 libdbi-ruby1.9.1 - Transitional package for ruby-dbi
 ruby-dbi   - Database Independent Interface for Ruby
Closes: 596103 631849 631851 637794
Changes: 
 ruby-dbi (0.4.5-1) unstable; urgency=low
 .
   * New upstream version.
   * Switch to gem2deb-based packaging:
     - source and binary packages renamed to ruby-dbi
     - transitional packages added
     - source format changed to 3.0 (quilt).
   * Redirect watch file to rubygems.org (no 0.4.5 tag on GitHub).
   * New patches:
     - remove usage of rubygems
     - don't test for all drivers to be installed during build
     - don't install dbi and test_broken_dbi executables
     - include GitHub pull request #8 to use ruby-deprecated 3.0.0
       (Closes: #631849, #631851)
     - include GitHub pull request #7 Ruby 1.9 compatibility fixes
       (Closes: #596103, #637794).
Checksums-Sha1: 
 e217d54e69d87f5048fe7b5ee72fd3a212d03673 1358 ruby-dbi_0.4.5-1.dsc
 9db065b2af24fcab9adbb6524b7965a83df21606 69295 ruby-dbi_0.4.5.orig.tar.gz
 8d77c84e34692bf5d7358dcc9e3f681896a694c4 13219 ruby-dbi_0.4.5-1.debian.tar.gz
 6e70dd70c977b6d0107c29e03f13c1bc3dd69d7c 123176 ruby-dbi_0.4.5-1_all.deb
 6759b4b60778669fe871fc0ba7882151cdc5ddb8 32358 libdbi-ruby_0.4.5-1_all.deb
 c9eeac18d4f0b2a3adec46de4cbaac7cd2805ed8 32360 libdbi-ruby1.8_0.4.5-1_all.deb
 f6f512e25c1cdb1f1f0f404d9a1d4fad4a81bb33 32364 libdbi-ruby1.9.1_0.4.5-1_all.deb
Checksums-Sha256: 
 5ade7daf3eaffdab6cdc434e7c45dbe75fc0fbf2b3077ab905719b3cfd65cfb6 1358 
ruby-dbi_0.4.5-1.dsc
 a33176ddaca644dac799d7e78e592dc80193eb4bfa4636db492985184da0d50c 69295 
ruby-dbi_0.4.5.orig.tar.gz
 9ef046c621a68cd3b267c0a46c4a47ecd7b87333737b33d8e9a8249c5616d23d 13219 
ruby-dbi_0.4.5-1.debian.tar.gz
 6128ac25f4243da126a8b146218414459adc8ac1c9a9466b8cf61e9032143792 123176 
ruby-dbi_0.4.5-1_all.deb
 4edf185fbc792396e10c0f34710ff2dd684ddabe4d2bfdb505a1357304a2f37e 32358 
libdbi-ruby_0.4.5-1_all.deb
 5cbc67f13bc8ec638d430b39d11e35d3d5713035a9698e6517ab681a4e2ce5c1 32360 
libdbi-ruby1.8_0.4.5-1_all.deb
 05e5ccc2d83d4b997159d5b2b0a900547c986b1356ec5b4ab3dbcb62aeacc3bb 32364 
libdbi-ruby1.9.1_0.4.5-1_all.deb
Files: 
 776f0d1e671d456263438cafbff9bf3c 1358 ruby optional ruby-dbi_0.4.5-1.dsc
 de83ab83871514f7efe0a2912c4cba83 69295 ruby optional ruby-dbi_0.4.5.orig.tar.gz
 017998b0d08e5d25b934e5b6efdedd75 13219 ruby optional 
ruby-dbi_0.4.5-1.debian.tar.gz
 92d3c019ac6a069390e7089b640bd4ea 123176 ruby optional ruby-dbi_0.4.5-1_all.deb
 ac22c6be3ae275ef601ac8112ddd77a1 32358 oldlibs optional 
libdbi-ruby_0.4.5-1_all.deb
 d2a29ffef8dada9d1065b287cea1b689 32360 oldlibs optional 
libdbi-ruby1.8_0.4.5-1_all.deb
 deccb978b6d51ea7fd560ae987552fa8 32364 oldlibs optional 
libdbi-ruby1.9.1_0.4.5-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEAREIAAYFAk5vj2oACgkQxhqJXoXuPg4FtwCdFpH9MSwGmbzDVN0WPNAYAOll
lmIAoK9coTP+Vsvz454HEFvJbcw1WFQA
=WH5/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to