Your message dated Tue, 13 Mar 2018 15:23:08 +0000
with message-id <e1evllc-000ive...@fasolo.debian.org>
and subject line Bug#888123: fixed in ruby-safe-yaml 1.0.4-2
has caused the Debian Bug report #888123,
regarding ruby-crack: FTBFS on ruby2.5: uninitialized constant 
SafeYAML::Parse::Date::DateTime
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.)


-- 
888123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888123
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-crack
Version: 0.4.3-2
Severity: important
User: debian-r...@lists.debian.org
Usertags: ruby2.5

Dear Maintainer,

This package fails to build against ruby2.5. Soon, there will
be a transition to ruby2.5, and this package will FTBFS in sid.

There may be some details on the wiki about common problems:
https://wiki.debian.org/Teams/Ruby/Ruby25Transition

Build log excerpt:

┌──────────────────────────────────────────────────────────────────────────────┐
│ Run tests for ruby2.5 from debian/ruby-tests.rake                            │
└──────────────────────────────────────────────────────────────────────────────┘

RUBYLIB=/build/ruby-crack-0.4.3/debian/ruby-crack/usr/lib/ruby/vendor_ruby:. 
GEM_PATH=debian/ruby-crack/usr/share/rubygems-integration/all:/root/.gem/ruby/2.5.0:/var/lib/gems/2.5.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.5.0:/usr/share/rubygems-integration/2.5.0:/usr/share/rubygems-integration/all
 ruby2.5 -S rake -f debian/ruby-tests.rake
/usr/bin/ruby2.5 -w -I"lib:test"  
"/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" "test/hash_test.rb" 
"test/json_test.rb" "test/parser_test.rb" "test/string_test.rb" 
"test/xml_test.rb" 
/build/ruby-crack-0.4.3/test/hash_test.rb:10: warning: ambiguous first 
argument; put parentheses or a space even after `/' operator
/build/ruby-crack-0.4.3/test/hash_test.rb:11: warning: ambiguous first 
argument; put parentheses or a space even after `/' operator
/build/ruby-crack-0.4.3/test/hash_test.rb:12: warning: ambiguous first 
argument; put parentheses or a space even after `/' operator
/build/ruby-crack-0.4.3/test/hash_test.rb:22: warning: ambiguous first 
argument; put parentheses or a space even after `/' operator
/build/ruby-crack-0.4.3/test/hash_test.rb:23: warning: ambiguous first 
argument; put parentheses or a space even after `/' operator
/build/ruby-crack-0.4.3/test/hash_test.rb:24: warning: ambiguous first 
argument; put parentheses or a space even after `/' operator
/usr/lib/ruby/vendor_ruby/safe_yaml/parse/date.rb:22:in `<class:Date>': 
uninitialized constant SafeYAML::Parse::Date::DateTime (NameError)
Did you mean?  SafeYAML::Parse::Date::DATE_MATCHER
        from /usr/lib/ruby/vendor_ruby/safe_yaml/parse/date.rb:3:in 
`<class:Parse>'
        from /usr/lib/ruby/vendor_ruby/safe_yaml/parse/date.rb:2:in 
`<module:SafeYAML>'
        from /usr/lib/ruby/vendor_ruby/safe_yaml/parse/date.rb:1:in `<top 
(required)>'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /usr/lib/ruby/vendor_ruby/safe_yaml/load.rb:14:in `<top 
(required)>'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /build/ruby-crack-0.4.3/lib/crack/json.rb:6:in `<top (required)>'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /build/ruby-crack-0.4.3/lib/crack.rb:6:in `<top (required)>'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /build/ruby-crack-0.4.3/test/test_helper.rb:3:in `<top (required)>'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /build/ruby-crack-0.4.3/test/hash_test.rb:1:in `<top (required)>'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in 
`require'
        from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:17:in `block in 
<main>'
        from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:5:in `select'
        from /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb:5:in `<main>'
rake aborted!
Command failed with status (1): [ruby -w -I"lib:test"  
"/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" "test/hash_test.rb" 
"test/json_test.rb" "test/parser_test.rb" "test/string_test.rb" 
"test/xml_test.rb" ]

Tasks: TOP => default => test
(See full trace by running task with --trace)
ERROR: Test "ruby2.5" failed. Exiting.
dh_auto_install: dh_ruby --install /build/ruby-crack-0.4.3/debian/ruby-crack 
returned exit code 1
debian/rules:6: recipe for target 'binary' failed
make: *** [binary] Error 1
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

Full build log:
https://rbuild.fau.xxx/2018-01-23/ruby-crack.log

Please fix it!

Cheers,
Chris.

--- End Message ---
--- Begin Message ---
Source: ruby-safe-yaml
Source-Version: 1.0.4-2

We believe that the bug you reported is fixed in the latest version of
ruby-safe-yaml, 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 888...@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-safe-yaml 
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: Tue, 13 Mar 2018 11:48:25 +0100
Source: ruby-safe-yaml
Binary: ruby-safe-yaml
Architecture: source
Version: 1.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Changed-By: Cédric Boutillier <bou...@debian.org>
Description:
 ruby-safe-yaml - safer YAML loader for Ruby
Closes: 888123
Changes:
 ruby-safe-yaml (1.0.4-2) unstable; urgency=medium
 .
   * Use https:// in Vcs-* fields
   * Run wrap-and-sort on packaging files
   * Bump Standards-Version to 4.1.3 (no changes needed)
   * Bump debhelper compatibility to 11
   * Use https in watch file
   * Point VCS-* fiels to salsa
   * Add datetime.patch to ensure DateTime class is defined (Closes: #888123)
   * Disable failing gmt_offset comparison test with local time zone
Checksums-Sha1:
 b710d436b226c9f69621f6fca1ab4e5486b9f7ac 1749 ruby-safe-yaml_1.0.4-2.dsc
 8d7d25538573751ecfe16080c9b7cc8d2348dc25 3636 
ruby-safe-yaml_1.0.4-2.debian.tar.xz
 934790f85eb02af2f7905692195c9610beb00757 6876 
ruby-safe-yaml_1.0.4-2_source.buildinfo
Checksums-Sha256:
 f028ca854e09f6a7a18cfb0ae9ef27f91586320f14d9bc8d03bd17fb96d9aa70 1749 
ruby-safe-yaml_1.0.4-2.dsc
 c70f0a897d074bec742a7548646d1a5c19b0bd851a98f5405e3e5d0bb053ebc6 3636 
ruby-safe-yaml_1.0.4-2.debian.tar.xz
 300a7ec8a516993ffba43682e571df468bc0479ac81e17e6dc62d4a9f95f0cf7 6876 
ruby-safe-yaml_1.0.4-2_source.buildinfo
Files:
 7ebc57c3b7cafc008f6948651c0a002f 1749 ruby optional ruby-safe-yaml_1.0.4-2.dsc
 06eb7020e1479f3e53d94cc8f06faf2b 3636 ruby optional 
ruby-safe-yaml_1.0.4-2.debian.tar.xz
 366480862efdf17bc8dd53142768ffd0 6876 ruby optional 
ruby-safe-yaml_1.0.4-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEnM1rMZ2/jkCrGr0aia+CtznNIXoFAlqn3HcACgkQia+CtznN
IXoe5ggAm/IaEYWNv7I6Oa1p7tEz82fE5uaAsa/kInazXUvtjprA0syn/DY0vyTz
fiyZmG8Oqsn3H6WdTTuHtuZAeXT3BJvcEL8QqJVYC+0mR7BuU0NYoNxSlm9imMk6
KL5mleC6iBWMfjvCtMLRbwLJZ5oGopWGd9jWHXdR7H54tGkhqXulHyqEHnG22Q5W
aYRPPjVFSwE1R4RHgGnb7oviLGCG60pUoHwy8FLvOkhcAu1JP/t7O43I0wLNQK/b
WX+Tsr81cLzWbqgwtIlpBm4jHvGmeVuxEQUwEM8pGcmCj4w++2U6z/r7nPISGYkp
dID0WisSK2kUq8pOmmieqRHO07FfGA==
=HUCd
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to