Your message dated Sun, 02 Aug 2026 14:35:10 +0000
with message-id <[email protected]>
and subject line Bug#1143397: fixed in ruby-mmap2 2.2.9-3
has caused the Debian Bug report #1143397,
regarding ruby-mmap2: FTBFS: dh_auto_test: error: dh_ruby --test returned exit 
code 1
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 [email protected]
immediately.)


-- 
1143397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1143397
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-mmap2
Version: 2.2.9-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202608/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ruby-mmap2, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=ruby --with ruby
dh: warning: Implicitly activating single-binary dh addon for backwards 
compatibility.  In compat 14+,
dh: warning: this fallback will *not* happen automatically via dh_auto_install 
will instead use a
dh: warning: different default for --destdir unless the single-binary add-on is 
active,
dh: warning: which can cause the source to produce an empty binary package
dh: warning: 
dh: warning: To keep the existing behaviour (compat 13), please activate the 
single-binary addon explicitly.
dh: warning: This can be done by adding "dh-sequence-single-binary" to 
Build-Depends or passing
dh: warning: --with=single-binary to dh.
dh: warning: 
dh: warning: If you have solved this issue differently (e.g., by passing 
--destdir explicitly to
dh: warning: dh_auto_install or not using dh_auto_install at all) and want to 
silence this warning
dh: warning: without activating the addon, you can do that by passing 
--without=single-binary to dh
dh: warning: to explicitly acknowledge the change.

[... snipped ...]

      |      ^~~~~~~~~~~~~~~~~~~
mmap.c:1710:5: warning: ‘rb_gc_force_recycle’ is deprecated: this is now a 
no-op function [-Wdeprecated-declarations]
 1710 |     rb_gc_force_recycle(b);
      |     ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.3.0/ruby/internal/gc.h:226:6: note: declared here
  226 | void rb_gc_force_recycle(VALUE obj);
      |      ^~~~~~~~~~~~~~~~~~~
mmap.c: In function ‘mm_hash’:
mmap.c:1719:14: warning: old-style function definition [-Wold-style-definition]
 1719 | static VALUE mm_hash(a) VALUE a;
      |              ^~~~~~~
mmap.c:1726:5: warning: ‘rb_gc_force_recycle’ is deprecated: this is now a 
no-op function [-Wdeprecated-declarations]
 1726 |     rb_gc_force_recycle(b);
      |     ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.3.0/ruby/internal/gc.h:226:6: note: declared here
  226 | void rb_gc_force_recycle(VALUE obj);
      |      ^~~~~~~~~~~~~~~~~~~
mmap.c: In function ‘mm_size’:
mmap.c:1736:14: warning: old-style function definition [-Wold-style-definition]
 1736 | static VALUE mm_size(a) VALUE a;
      |              ^~~~~~~
mmap.c: In function ‘mm_empty’:
mmap.c:1749:14: warning: old-style function definition [-Wold-style-definition]
 1749 | static VALUE mm_empty(a) VALUE a;
      |              ^~~~~~~~
mmap.c: In function ‘mm_protect_bang’:
mmap.c:1758:14: warning: old-style function definition [-Wold-style-definition]
 1758 | static VALUE mm_protect_bang(t) VALUE *t;
      |              ^~~~~~~~~~~~~~~
mmap.c: In function ‘mm_recycle’:
mmap.c:1761:14: warning: old-style function definition [-Wold-style-definition]
 1761 | static VALUE mm_recycle(str) VALUE str;
      |              ^~~~~~~~~~
mmap.c:1763:5: warning: ‘rb_gc_force_recycle’ is deprecated: this is now a 
no-op function [-Wdeprecated-declarations]
 1763 |     rb_gc_force_recycle(str);
      |     ^~~~~~~~~~~~~~~~~~~
/usr/include/ruby-3.3.0/ruby/internal/gc.h:226:6: note: declared here
  226 | void rb_gc_force_recycle(VALUE obj);
      |      ^~~~~~~~~~~~~~~~~~~
mmap.c: In function ‘mm_i_bang’:
mmap.c:1767:14: warning: old-style function definition [-Wold-style-definition]
 1767 | static VALUE mm_i_bang(bang_st) mm_bang *bang_st;
      |              ^~~~~~~~~
mmap.c: In function ‘mm_upcase_bang’:
mmap.c:1835:14: warning: old-style function definition [-Wold-style-definition]
 1835 | static VALUE mm_upcase_bang(a) VALUE a;
      |              ^~~~~~~~~~~~~~
mmap.c: In function ‘mm_downcase_bang’:
mmap.c:1843:14: warning: old-style function definition [-Wold-style-definition]
 1843 | static VALUE mm_downcase_bang(a) VALUE a;
      |              ^~~~~~~~~~~~~~~~
mmap.c: In function ‘mm_capitalize_bang’:
mmap.c:1851:14: warning: old-style function definition [-Wold-style-definition]
 1851 | static VALUE mm_capitalize_bang(a) VALUE a;
      |              ^~~~~~~~~~~~~~~~~~
mmap.c: In function ‘mm_swapcase_bang’:
mmap.c:1859:14: warning: old-style function definition [-Wold-style-definition]
 1859 | static VALUE mm_swapcase_bang(a) VALUE a;
      |              ^~~~~~~~~~~~~~~~
mmap.c: In function ‘mm_reverse_bang’:
mmap.c:1867:14: warning: old-style function definition [-Wold-style-definition]
 1867 | static VALUE mm_reverse_bang(a) VALUE a;
      |              ^~~~~~~~~~~~~~~
mmap.c: In function ‘mm_chop_bang’:
mmap.c:1875:14: warning: old-style function definition [-Wold-style-definition]
 1875 | static VALUE mm_chop_bang(a) VALUE a;
      |              ^~~~~~~~~~~~
mmap.c: In function ‘mm_chomp_bang’:
mmap.c:1883:14: warning: old-style function definition [-Wold-style-definition]
 1883 | static VALUE mm_chomp_bang(argc, argv, obj) int argc;
      |              ^~~~~~~~~~~~~
mmap.c: In function ‘mm_delete_bang’:
mmap.c:1895:14: warning: old-style function definition [-Wold-style-definition]
 1895 | static VALUE mm_delete_bang(argc, argv, obj) int argc;
      |              ^~~~~~~~~~~~~~
mmap.c: In function ‘mm_squeeze_bang’:
mmap.c:1907:14: warning: old-style function definition [-Wold-style-definition]
 1907 | static VALUE mm_squeeze_bang(argc, argv, obj) int argc;
      |              ^~~~~~~~~~~~~~~
mmap.c: In function ‘mm_tr_bang’:
mmap.c:1919:14: warning: old-style function definition [-Wold-style-definition]
 1919 | static VALUE mm_tr_bang(obj, a, b) VALUE obj, a, b;
      |              ^~~~~~~~~~
mmap.c: In function ‘mm_tr_s_bang’:
mmap.c:1933:14: warning: old-style function definition [-Wold-style-definition]
 1933 | static VALUE mm_tr_s_bang(obj, a, b) VALUE obj, a, b;
      |              ^~~~~~~~~~~~
mmap.c: In function ‘mm_crypt’:
mmap.c:1946:14: warning: old-style function definition [-Wold-style-definition]
 1946 | static VALUE mm_crypt(a, b) VALUE a, b;
      |              ^~~~~~~~
mmap.c: In function ‘mm_include’:
mmap.c:1954:14: warning: old-style function definition [-Wold-style-definition]
 1954 | static VALUE mm_include(a, b) VALUE a, b;
      |              ^~~~~~~~~~
mmap.c: In function ‘mm_rindex’:
mmap.c:1971:14: warning: old-style function definition [-Wold-style-definition]
 1971 | static VALUE mm_rindex(argc, argv, obj) int argc;
      |              ^~~~~~~~~
mmap.c: In function ‘mm_sum’:
mmap.c:2004:14: warning: old-style function definition [-Wold-style-definition]
 2004 | static VALUE mm_sum(argc, argv, obj) int argc;
      |              ^~~~~~
mmap.c: In function ‘mm_split’:
mmap.c:2013:14: warning: old-style function definition [-Wold-style-definition]
 2013 | static VALUE mm_split(argc, argv, obj) int argc;
      |              ^~~~~~~~
mmap.c: In function ‘mm_count’:
mmap.c:2022:14: warning: old-style function definition [-Wold-style-definition]
 2022 | static VALUE mm_count(argc, argv, obj) int argc;
      |              ^~~~~~~~
mmap.c: In function ‘mm_internal_each’:
mmap.c:2026:14: warning: old-style function definition [-Wold-style-definition]
 2026 | static VALUE mm_internal_each(tmp) VALUE *tmp;
      |              ^~~~~~~~~~~~~~~~
mmap.c: In function ‘mm_scan’:
mmap.c:2034:14: warning: old-style function definition [-Wold-style-definition]
 2034 | static VALUE mm_scan(obj, a) VALUE obj, a;
      |              ^~~~~~~
mmap.c:2045:5: warning: ‘rb_iterate’ is deprecated: by: rb_block_call since 
1.9 [-Wdeprecated-declarations]
 2045 |     rb_iterate(mm_internal_each, (VALUE)tmp, 
(rb_block_call_func_t)rb_yield, 0);
      |     ^~~~~~~~~~
/usr/include/ruby-3.3.0/ruby/internal/iterator.h:283:7: note: declared here
  283 | VALUE rb_iterate(VALUE (*func1)(VALUE), VALUE data1, 
rb_block_call_func_t proc, VALUE data2);
      |       ^~~~~~~~~~
mmap.c: In function ‘mm_each_line’:
mmap.c:2058:14: warning: old-style function definition [-Wold-style-definition]
 2058 | static VALUE mm_each_line(argc, argv, obj) int argc;
      |              ^~~~~~~~~~~~
mmap.c:2067:5: warning: ‘rb_iterate’ is deprecated: by: rb_block_call since 
1.9 [-Wdeprecated-declarations]
 2067 |     rb_iterate(mm_internal_each, (VALUE)tmp, 
(rb_block_call_func_t)rb_yield, 0);
      |     ^~~~~~~~~~
/usr/include/ruby-3.3.0/ruby/internal/iterator.h:283:7: note: declared here
  283 | VALUE rb_iterate(VALUE (*func1)(VALUE), VALUE data1, 
rb_block_call_func_t proc, VALUE data2);
      |       ^~~~~~~~~~
mmap.c: In function ‘mm_each_byte’:
mmap.c:2076:14: warning: old-style function definition [-Wold-style-definition]
 2076 | static VALUE mm_each_byte(argc, argv, obj) int argc;
      |              ^~~~~~~~~~~~
mmap.c:2085:5: warning: ‘rb_iterate’ is deprecated: by: rb_block_call since 
1.9 [-Wdeprecated-declarations]
 2085 |     rb_iterate(mm_internal_each, (VALUE)tmp, 
(rb_block_call_func_t)rb_yield, 0);
      |     ^~~~~~~~~~
/usr/include/ruby-3.3.0/ruby/internal/iterator.h:283:7: note: declared here
  283 | VALUE rb_iterate(VALUE (*func1)(VALUE), VALUE data1, 
rb_block_call_func_t proc, VALUE data2);
      |       ^~~~~~~~~~
mmap.c: In function ‘mm_mlockall’:
mmap.c:2099:14: warning: old-style function definition [-Wold-style-definition]
 2099 | static VALUE mm_mlockall(obj, flag) VALUE obj, flag;
      |              ^~~~~~~~~~~
mmap.c: In function ‘mm_munlockall’:
mmap.c:2115:14: warning: old-style function definition [-Wold-style-definition]
 2115 | static VALUE mm_munlockall(obj) VALUE obj;
      |              ^~~~~~~~~~~~~
mmap.c: In function ‘mm_mlock’:
mmap.c:2131:14: warning: old-style function definition [-Wold-style-definition]
 2131 | static VALUE mm_mlock(obj) VALUE obj;
      |              ^~~~~~~~
mmap.c: In function ‘mm_munlock’:
mmap.c:2157:14: warning: old-style function definition [-Wold-style-definition]
 2157 | static VALUE mm_munlock(obj) VALUE obj;
      |              ^~~~~~~~~~
rm -f mmap.so
gcc -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -shared -o mmap.so mmap.o -L. 
-L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now 
-fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,--no-as-needed 
-Wl,-z,relro -Wl,-z,now    -lruby-3.3  -lm -lpthread  -lc
make[1]: Leaving directory 
'/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap'
current directory: 
/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap
["make", "V=1", "CC=gcc -fdebug-prefix-map=/<<PKGBUILDDIR>>=.", "CXX=g++ 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=.", "DESTDIR=", 
"sitearchdir=./.gem.20260801-55-6o39g2", 
"sitelibdir=./.gem.20260801-55-6o39g2", "install"]
make[1]: Entering directory 
'/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap'
/bin/mkdir -p . ./.gem.20260801-55-6o39g2/mmap
exit > .sitearchdir.-.mmap.time
/usr/bin/install -c -m 0755 mmap.so ./.gem.20260801-55-6o39g2/mmap
make[1]: Leaving directory 
'/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap'
current directory: 
/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap
["make", "V=1", "CC=gcc -fdebug-prefix-map=/<<PKGBUILDDIR>>=.", "CXX=g++ 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=.", "DESTDIR=", 
"sitearchdir=./.gem.20260801-55-6o39g2", 
"sitelibdir=./.gem.20260801-55-6o39g2", "clean"]
make[1]: Entering directory 
'/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap'
rm -f 
rm -fr mmap.so false mmap.o *.bak mkmf.log .*.time
make[1]: Leaving directory 
'/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap'
current directory: 
/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap
/usr/bin/ruby3.3 -I/usr/lib/ruby/vendor_ruby extconf.rb
current directory: 
/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. CXX\=g++\ 
-fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. DESTDIR\= 
sitearchdir\=./.gem.20260801-55-6o39g2 sitelibdir\=./.gem.20260801-55-6o39g2 
clean
current directory: 
/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. CXX\=g++\ 
-fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. DESTDIR\= 
sitearchdir\=./.gem.20260801-55-6o39g2 sitelibdir\=./.gem.20260801-55-6o39g2
current directory: 
/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. CXX\=g++\ 
-fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. DESTDIR\= 
sitearchdir\=./.gem.20260801-55-6o39g2 sitelibdir\=./.gem.20260801-55-6o39g2 
install
current directory: 
/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0/gems/mmap2-2.2.9/ext/mmap
make V\=1 CC\=gcc\ -fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. CXX\=g++\ 
-fdebug-prefix-map\=/<<PKGBUILDDIR>>\=. DESTDIR\= 
sitearchdir\=./.gem.20260801-55-6o39g2 sitelibdir\=./.gem.20260801-55-6o39g2 
clean
Successfully installed mmap2-2.2.9
1 gem installed
cd .gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0
rm -rf bin
rm -rf build_info
rm -rf cache
rm -rf doc
find extensions -name mkmf.log -delete
find extensions -name gem_make.out -delete
rmdir plugins
cd gems/mmap2-2.2.9
rm -rf ext/mmap
rm -f lib/mmap/mmap.so
chmod 644 lib/mmap/version.rb lib/mmap.rb
find lib/ -type d -empty -delete
find ext/ -type d -empty -delete
cd -
cd -
   dh_auto_test -O--buildsystem=ruby
        dh_ruby --test
/usr/bin/ruby3.3 /usr/bin/gem2deb-test-runner

┌──────────────────────────────────────────────────────────────────────────────┐
│ Checking Rubygems dependency resolution on ruby3.3                          
 │
└──────────────────────────────────────────────────────────────────────────────┘

RUBYLIB=. 
GEM_PATH=/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0
 ruby3.3 -e gem\ \"mmap2\"

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

RUBYLIB=. 
GEM_PATH=/<<PKGBUILDDIR>>/.gem2deb/ruby-mmap2/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0:/<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.local/share/gem/ruby/3.3.0:/var/lib/gems/3.3.0:/usr/local/lib/ruby/gems/3.3.0:/usr/lib/ruby/gems/3.3.0:/usr/lib/x86_64-linux-gnu/ruby/gems/3.3.0:/usr/share/rubygems-integration/3.3.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/3.3.0
 ruby3.3 -S rake --rakelibdir /gem2deb-nonexistent -f debian/ruby-tests.rake
/usr/bin/ruby3.3 -w -I"test" 
/usr/share/rubygems-integration/all/gems/rake-13.4.2/lib/rake/rake_test_loader.rb
 "test/test_mmap.rb"  -v
Run options: -v --seed 26292

# Running:

TestMmap#test_other = 0.00 s = .
TestMmap#test_modify = 0.00 s = S
TestMmap#test_iterate = 0.01 s = .
TestMmap#test_length = 0.00 s = .
TestMmap#test_reg = 0.02 s = .
TestMmap#test_slice = 0.01 s = .
TestMmap#test_div = 0.00 s = .
TestMmap#test_aref = 0.02 s = .
TestMmap#test_extend = 0.00 s = .
TestMmap#test_simple_aref = 0.00 s = .
TestMmap#test_dup = 0.00 s = .
TestMmap#test_easy_sub! = 0.00 s = .
TestMmap#test_msync = 0.00 s = .
TestMmap#test_fileno = 0.01 s = F
TestMmap#test_inspect = 0.00 s = .
TestMmap#test_aset = 0.01 s = .
TestMmap#test_concat = 0.00 s = .
TestMmap#test_protect = 0.00 s = .
TestMmap#test_clone = 0.00 s = .
TestMmap#test_anonymous = /<<PKGBUILDDIR>>/test/test_mmap.rb:279: warning: 
Ignoring offset for an anonymous map
0.00 s = .

Finished in 0.099046s, 201.9273 runs/s, 31712.6881 assertions/s.

  1) Skipped:
TestMmap#test_modify [test/test_mmap.rb:212]:
pending

  2) Failure:
TestMmap#test_fileno [test/test_mmap.rb:306]:
Use assert_nil if expecting nil.

20 runs, 3141 assertions, 1 failures, 0 errors, 1 skips
rake aborted!
Command failed with status (1): [ruby -w -I"test" 
/usr/share/rubygems-integration/all/gems/rake-13.4.2/lib/rake/rake_test_loader.rb
 "test/test_mmap.rb"  -v]
/usr/share/rubygems-integration/all/gems/rake-13.4.2/exe/rake:27:in `<top 
(required)>'
Tasks: TOP => default
(See full trace by running task with --trace)
/usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run': /usr/bin/ruby3.3 
/usr/bin/gem2deb-test-runner (Gem2Deb::CommandFailed)
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:64:in `block in run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:87:in `maybe_crossbuild'
        from /usr/lib/ruby/vendor_ruby/gem2deb.rb:63:in `run_ruby'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:189:in 
`run_tests_for_version'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:176:in `block in 
run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `each'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:175:in `run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:71:in `run_tests'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:88:in `test'
        from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:142:in `test'
        from /usr/bin/dh_ruby:91:in `<main>'
dh_auto_test: error: dh_ruby --test returned exit code 1
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: ruby-mmap2
Source-Version: 2.2.9-3
Done: Simon Quigley <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-mmap2, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Simon Quigley <[email protected]> (supplier of updated ruby-mmap2 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 02 Aug 2026 09:00:49 -0500
Source: ruby-mmap2
Architecture: source
Version: 2.2.9-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Simon Quigley <[email protected]>
Closes: 1143397
Changes:
 ruby-mmap2 (2.2.9-3) unstable; urgency=medium
 .
   * Team upload.
   * Add minitest-6-compat.patch for minitest 6 (Closes: #1143397).
   * Refresh the upstream metadata.
Checksums-Sha1:
 365d5693023322150cddb4f77564469a5997f197 1993 ruby-mmap2_2.2.9-3.dsc
 6c816291fa8ffc249605b02a326b1b1ba4e343ee 7280 ruby-mmap2_2.2.9-3.debian.tar.xz
 9f0659bd2173db6e1287c48439a84c0cbcbc3c1b 7202 
ruby-mmap2_2.2.9-3_source.buildinfo
Checksums-Sha256:
 0861356aa7813b48b4bb81123c4600762ead3c5bbb7a259218ac7965cc7896ea 1993 
ruby-mmap2_2.2.9-3.dsc
 4f7a87cad535d4ef985d74a53d8f00602e3d7899f9dc5dbf2dd7d7e656aeeae3 7280 
ruby-mmap2_2.2.9-3.debian.tar.xz
 8e17138895f598bfdc637f750c26ae882bbd8a17f0e898d4b88713dd4674de83 7202 
ruby-mmap2_2.2.9-3_source.buildinfo
Files:
 49267fefd5616e16123049e4d28bbfec 1993 ruby optional ruby-mmap2_2.2.9-3.dsc
 b0808fa2a22aadf3cf49c66fc32577b3 7280 ruby optional 
ruby-mmap2_2.2.9-3.debian.tar.xz
 6632f39a77bc06c2aa3c4608cef80ba5 7202 ruby optional 
ruby-mmap2_2.2.9-3_source.buildinfo

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

iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmpvTbQACgkQ4n8s+EWM
L6RBbBAAnLv5dGiI5WjeEoo0K1qF09Os4rz6jgdwY9CtwfIFdRvbBAoSm68uraar
9KvBjXEjJkBtaChQ0bdOZPcy+CDAI0JMEzlIimM6gAfMI+cwOfxOJhsk8escvCN1
LZlgXrf2blBNJXkxcvIooxFZLE2vyi4tIcVoxTFWbOWIU2rWdCsw05Zo0DAMzx6V
9xHis9b0cUKT0Ar6vTa4cmCkniO/KdheIjqymVIgFP6taFyCui7RnXnVSigs6buC
kvTlDVP8C4w6aTA39dely7kNI5ccTZxXGDFG7plya0ZbYKMfLWF69B8+8HYD78OH
UnB/8I1TIrmGHaebM3tEYZjLQExYkfL9VMsXNUU9OVwQxJrV/+cNymIo5ovEUGvr
gAQG1EFcgjyeldc0X3KJ+FXD5JyXXTL//imYkhVWQZJXVdwyMdM/PU1gyD1DcvEs
2aAzrbmDpplqZFvOgPKE6vXZaHt9EG9MvqyF+mM8kj845QfBClC9JvzaoAEIfW6f
48ETx2UbJ1te7DiFFfpBQOCpgAlni7+LFSgvGPC3q/H9YO3JocUjeH2xWp3mi6vB
aen7OGwUD/VEMjPbRX2DoaQzOjJUNCnQx1Hisn4ZsSC/YQJVmqhhKyri12o15ovX
IPYtqOsCPeNKf62/I51AJPW3Uu6gEkNuh58tYw9zUQ+tZg0eyzo=
=57bB
-----END PGP SIGNATURE-----

Attachment: pgprUJOOvIDok.pgp
Description: PGP signature


--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to