Your message dated Mon, 06 Jul 2026 02:21:02 +0000
with message-id <[email protected]>
and subject line Bug#1120233: fixed in ruby-html2haml 2.3.0-4
has caused the Debian Bug report #1120233,
regarding ruby-html2haml: FTBFS: dh_auto_install: error: dh_ruby --install 
/<<PKGBUILDDIR>>/debian/ruby-html2haml 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.)


-- 
1120233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1120233
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ruby-html2haml
Version: 2.3.0-3
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/202511/

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-html2haml, 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_auto_clean -O--buildsystem=ruby
        dh_ruby --clean
   dh_autoreconf_clean -O--buildsystem=ruby
   dh_clean -O--buildsystem=ruby
 debian/rules binary
dh binary --buildsystem=ruby --with ruby
   dh_update_autotools_config -O--buildsystem=ruby
   dh_autoreconf -O--buildsystem=ruby
   dh_auto_configure -O--buildsystem=ruby
        dh_ruby --configure
   dh_auto_build -O--buildsystem=ruby
        dh_ruby --build
   dh_auto_test -O--buildsystem=ruby
        dh_ruby --test
   create-stamp debian/debhelper-build-stamp
   dh_testroot -O--buildsystem=ruby
   dh_prep -O--buildsystem=ruby
   dh_auto_install --destdir=debian/ruby-html2haml/ -O--buildsystem=ruby
        dh_ruby --install /<<PKGBUILDDIR>>/debian/ruby-html2haml

┌──────────────────────────────────────────────────────────────────────────────┐
│ ruby-html2haml: Installing files and building extensions for ruby3.3        
 │
└──────────────────────────────────────────────────────────────────────────────┘

/usr/bin/ruby3.3 -S gem build --config-file /dev/null --verbose 
/tmp/d20251106-61-fh0uj7/gemspec
WARNING:  description and summary are identical
WARNING:  open-ended dependency on nokogiri (>= 1.6.0) is not recommended
  if nokogiri is semantically versioned, use:
    add_runtime_dependency "nokogiri", "~> 1.6", ">= 1.6.0"
WARNING:  open-ended dependency on haml (>= 4.0) is not recommended
  if haml is semantically versioned, use:
    add_runtime_dependency "haml", "~> 4.0"
WARNING:  open-ended dependency on minitest (>= 4.4.0, development) is not 
recommended
  if minitest is semantically versioned, use:
    add_development_dependency "minitest", "~> 4.4", ">= 4.4.0"
WARNING:  open-ended dependency on rake (>= 0, development) is not recommended
  use a bounded requirement, such as "~> x.y"
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
  Successfully built RubyGem
  Name: html2haml
  Version: 2.3.0
  File: html2haml-2.3.0.gem
/usr/bin/ruby3.3 -S gem install --config-file /dev/null --verbose --local 
--verbose --no-document --ignore-dependencies --install-dir 
debian/ruby-html2haml/usr/share/rubygems-integration/all 
/tmp/d20251106-61-fh0uj7/html2haml-2.3.0.gem
/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all/gems/html2haml-2.3.0/bin/html2haml
/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all/gems/html2haml-2.3.0/lib/html2haml.rb
/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all/gems/html2haml-2.3.0/lib/html2haml/exec.rb
/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all/gems/html2haml-2.3.0/lib/html2haml/html.rb
/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all/gems/html2haml-2.3.0/lib/html2haml/html/erb.rb
/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all/gems/html2haml-2.3.0/lib/html2haml/version.rb
/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all/bin/html2haml
Successfully installed html2haml-2.3.0
1 gem installed
mkdir -p debian/ruby-html2haml/usr/bin
mv debian/ruby-html2haml/usr/share/rubygems-integration/all/bin/html2haml 
debian/ruby-html2haml/usr/bin
cd debian/ruby-html2haml/usr/share/rubygems-integration/all
rm -rf bin
rm -rf build_info
rm -rf cache
rm -rf doc
rm -rf extensions
rmdir plugins
cd gems/html2haml-2.3.0
rm -f 
chmod 644 lib/html2haml/exec.rb lib/html2haml/html/erb.rb lib/html2haml/html.rb 
lib/html2haml/version.rb lib/html2haml.rb
find lib/ -type d -empty -delete
cd -
cd -
Rewriting shebang line of 
/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/bin/html2haml
/usr/bin/ruby3.3 /usr/bin/gem2deb-test-runner

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

RUBYLIB=. 
GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all:/<<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\ \"html2haml\"

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

RUBYLIB=. 
GEM_PATH=/<<PKGBUILDDIR>>/debian/ruby-html2haml/usr/share/rubygems-integration/all:/<<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.2.1/lib/rake/rake_test_loader.rb
 "test/erb_test.rb" "test/html2haml_test.rb"  -v
Run options: -v --seed 63793

# Running:

Html2HamlTest#test_filter_with_inconsistent_indentation = 0.00 s = .
Html2HamlTest#test_ascii_incompatible_encoding_error = 0.00 s = .
Html2HamlTest#test_comma_post_tag = 0.00 s = .
Html2HamlTest#test_style_to_css_filter = 0.00 s = .
Html2HamlTest#test_script_tag = 0.00 s = .
Html2HamlTest#test_should_have_ruby_19_hash_style_attributes = 0.00 s = .
Html2HamlTest#test_haml_tags_should_be_on_new_line_after_tag_with_blank_content 
= 0.00 s = .
Html2HamlTest#test_self_closing_tag = 0.00 s = .
Html2HamlTest#test_equals_in_tag = 0.00 s = .
Html2HamlTest#test_should_have_html_style_attributes = 0.00 s = .
Html2HamlTest#test_inline_comment = 0.00 s = .
Html2HamlTest#test_style_to_css_filter_with_following_content = 0.00 s = .
Html2HamlTest#test_interpolation = 0.00 s = .
Html2HamlTest#test_comma_post_tag_with_text_before = 0.00 s = .
Html2HamlTest#test_code_without_pre = 0.00 s = .
Html2HamlTest#test_inline_conditional_comment = 0.00 s = .
Html2HamlTest#test_style_to_css_filter_with_no_content = 0.00 s = .
Html2HamlTest#test_inline_text = 0.00 s = .
Html2HamlTest#test_conditional_comment = 0.00 s = .
Html2HamlTest#test_non_inline_comment = 0.00 s = .
Html2HamlTest#test_empty_render_should_remain_empty = 0.00 s = .
Html2HamlTest#test_non_inline_text = 0.00 s = .
Html2HamlTest#test_should_have_pretty_attributes = 0.00 s = .
Html2HamlTest#test_encoding_error = 0.00 s = .
Html2HamlTest#test_script_tag_with_cdata = 0.00 s = .
Html2HamlTest#test_minus_in_tag = 0.00 s = .
Html2HamlTest#test_interpolation_in_attrs = 0.00 s = .
Html2HamlTest#test_id_and_class_should_be_removed_from_hash = 0.00 s = .
Html2HamlTest#test_pre = 0.00 s = .
Html2HamlTest#test_doctype = 0.00 s = .
Html2HamlTest#test_script_tag_with_html_escaped_javascript = 0.00 s = .
Html2HamlTest#test_no_tag_name_for_div_if_class_or_id_is_present = 0.00 s = .
Html2HamlTest#test_xhtml_strict_doctype = 0.00 s = .
Html2HamlTest#test_class_with_dot_and_hash = 0.00 s = .
Html2HamlTest#test_pre_code = 0.00 s = .
Html2HamlTest#test_html_document_without_doctype = 0.00 s = F
Html2HamlTest#test_should_have_attributes_without_values = 0.00 s = .
Html2HamlTest#test_id_with_dot_and_hash = 0.00 s = .
Html2HamlTest#test_hash_in_tag = 0.00 s = .
Html2HamlTest#test_multiple_class_names = 0.00 s = .
Html2HamlTest#test_cdata = 0.00 s = .
ErbTest#test_escaped_ruby_call_when_preceded_by_text = 0.00 s = .
ErbTest#test_block_parsing_with_modified_end = 0.00 s = .
ErbTest#test_begin_rescue_ensure = 0.00 s = .
ErbTest#test_empty_erb_in_attribute = 0.00 s = .
ErbTest#test_multiline_erb_silent_script = 0.00 s = .
ErbTest#test_erb = 0.00 s = .
ErbTest#test_silent_inside_block_inside_tag = 0.00 s = .
ErbTest#test_erb_in_html_escaped_attribute = 0.00 s = .
ErbTest#test_block_parsing_with_modified_end_with_block = 0.00 s = .
ErbTest#test_non_inline_erb = 0.00 s = .
ErbTest#test_two_multiline_erb_loud_scripts = 0.00 s = .
ErbTest#test_multiline_erb_comment = 0.00 s = .
ErbTest#test_multiline_then_single_line_erb_loud_scripts = 0.00 s = .
ErbTest#test_tag_inside_block = 0.00 s = .
ErbTest#test_erb_in_id_attribute = 0.00 s = .
ErbTest#test_erb_in_attribute_results_in_string_interpolation = 0.00 s = .
ErbTest#test_erb_in_html_escaped_attribute_with_symbol = 0.00 s = .
ErbTest#test_should_wrap_in_silent = 0.00 s = .
ErbTest#test_block_parsing_with_equals = 0.00 s = .
ErbTest#test_erb_in_style = 0.00 s = .
ErbTest#test_multiline_block_opener = 0.00 s = .
ErbTest#test_if_elsif_else_parsing = 0.00 s = .
ErbTest#test_can_parse_ruby_19_hashes_as_arguments = 0.00 s = .
ErbTest#test_erb_in_line = 0.00 s = .
ErbTest#test_interpolation_in_erb = 0.00 s = .
ErbTest#test_multiline_erb_loud_script = 0.00 s = .
ErbTest#test_commented_erb_should_not_cause_indentation = 0.00 s = .
ErbTest#test_erb_with_html_special_chars = 0.00 s = .
ErbTest#test_erb_in_script = 0.00 s = .
ErbTest#test_weirdly_indented_multiline_erb_loud_script = 0.00 s = .
ErbTest#test_interpolation_in_erb_attrs = 0.00 s = .
ErbTest#test_should_wrap_process_comments_as_empty_lines = 0.00 s = .
ErbTest#test_conditional_structure_in_argument = 0.00 s = .
ErbTest#test_erb_in_cdata = 0.00 s = .
ErbTest#test_case_when_parsing = 0.01 s = .
ErbTest#test_method_call_without_brackets_in_argument = 0.00 s = .
ErbTest#test_erb_with_double_equals = 0.00 s = .
ErbTest#test_whitespace_eating_erb_tags = 0.00 s = .
ErbTest#test_block_parsing_with_args = 0.00 s = .
ErbTest#test_inline_erb = 0.00 s = .
ErbTest#test_erb_in_attribute_with_trailing_content = 0.00 s = .
ErbTest#test_multiline_erb_but_really_single_line = 0.00 s = .
ErbTest#test_erb_in_class_attribute = 0.00 s = .
ErbTest#test_erb_in_attribute_to_multiple_interpolations = 0.00 s = .
ErbTest#test_erb_multi_in_line = 0.00 s = .
ErbTest#test_block_parsing = 0.00 s = .

Finished in 0.067888s, 1281.5282 runs/s, 1738.1647 assertions/s.

  1) Failure:
Html2HamlTest#test_html_document_without_doctype [test/html2haml_test.rb:405]:
--- expected
+++ actual
@@ -1,7 +1,6 @@
 "!!!
 %html
   %head
-    %meta{:content => \"text/html; charset=UTF-8\", \"http-equiv\" => 
\"Content-Type\"}/
     %title Hello
   %body
     %p Hello"


87 runs, 118 assertions, 1 failures, 0 errors, 0 skips
rake aborted!
Command failed with status (1): [ruby -w -I"test" 
/usr/share/rubygems-integration/all/gems/rake-13.2.1/lib/rake/rake_test_loader.rb
 "test/erb_test.rb" "test/html2haml_test.rb"  -v]
/usr/share/rubygems-integration/all/gems/rake-13.2.1/exe/rake:27:in `<top 
(required)>'
Tasks: TOP => default
(See full trace by running task with --trace)
ERROR: Test "ruby3.3" failed. Exiting.
dh_auto_install: error: dh_ruby --install 
/<<PKGBUILDDIR>>/debian/ruby-html2haml returned exit code 1
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: ruby-html2haml
Source-Version: 2.3.0-4
Done: Simon Quigley <[email protected]>

We believe that the bug you reported is fixed in the latest version of
ruby-html2haml, 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-html2haml 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, 05 Jul 2026 20:50:29 -0500
Source: ruby-html2haml
Architecture: source
Version: 2.3.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team 
<[email protected]>
Changed-By: Simon Quigley <[email protected]>
Closes: 1087249 1120233
Changes:
 ruby-html2haml (2.3.0-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Lucas Nussbaum ]
   * debian/gbp.conf: Update for DEP-14
   * debian/.gitattributes: remove
   * debian/salsa-ci.yml: use team-specific include
 .
   [ Simon Quigley ]
   * Fix test_html_document_without_doctype for Nokogiri 1.18+
     (Closes: #1120233).
   * Upgrade the watch file to version 5.
   * Refresh the upstream metadata.
   * Drop Jérémy Bobbio from uploaders (Closes: #1087249).
   * Update Standards-Version to 4.7.4.
   * Bump debhelper-compat to 14, dropping ${misc:Depends},
     ${shlibs:Depends}, and ${ruby:Depends} from runtime dependencies.
Checksums-Sha1:
 c579787ba236cdc6d30b422dec027797a6ace352 2109 ruby-html2haml_2.3.0-4.dsc
 0f865085342c0ac8ea20d7abf0311317d27a3c1b 5956 
ruby-html2haml_2.3.0-4.debian.tar.xz
 a539fbcc65535884277090548b15129c0fdc9324 7872 
ruby-html2haml_2.3.0-4_source.buildinfo
Checksums-Sha256:
 5b91c023d8bb48bfa0cd952916d7ec26c2bcfe95931e8304ef9b41678cb6b046 2109 
ruby-html2haml_2.3.0-4.dsc
 b7f572312309e40b5d42602ea221d64c1670e9737d9e890a2d3109f560b8ae9f 5956 
ruby-html2haml_2.3.0-4.debian.tar.xz
 78c86ca9a0287ddc0cd785e4a9fba86a34f508b26f8260a055dfc1f0be21c38f 7872 
ruby-html2haml_2.3.0-4_source.buildinfo
Files:
 ee1fa46cd8a8fc93008c499e9d8cb980 2109 ruby optional ruby-html2haml_2.3.0-4.dsc
 bd77bac805284f0a35765b1dba380374 5956 ruby optional 
ruby-html2haml_2.3.0-4.debian.tar.xz
 476d0ded5551930e97db587bfc1781c9 7872 ruby optional 
ruby-html2haml_2.3.0-4_source.buildinfo

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

iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmpLCgcACgkQ4n8s+EWM
L6TjEhAAknCUqIdfr4z9tGjstDKuLvPL8F6v+tZ3LSkWT4gvICvdrrNpxmNN377t
t2UrOG/C3kC9XImfk5NhKdsqZVsHbU/qrTIPX5g4h7V4vU6vfP7n/ilusneVkQlD
tiN7pAMI0KUZOqOXyMGtf9nxNrCD6dseyWAJmYjE8L1gLOhW6EKmhGd8hLKYPSOH
XVUia2U/f3gOX/tcgzv+KSDPfQguAeeDMLwN2UUfc9af1p9ZpSZfO7ruZlYcpfSr
lS9pkj5l+wV5lODo8ElDDMBuKFW02flCZHnIWOpFm920so2Wsqz0zZqqSc02K37s
QSMOlmj03o2cozNzTEwHd7lxdS7sbSsb0O/VFVy6M/8PLN40m84lf3wbHILrDh0r
jsT666M1WmDW4kQiQ/zSRC5MiMbNEtJf5+MrfeaNHMI3ys+xibDu3ybj8N/RA9Av
Q21KHsfpYKSz0fPzo8Xl5lXT4cHW3rGSiQGKcK6BBcdWwKLNMJhAG+stmmAPcBPF
iz+qGZArhFHRjaaKeSIqL8SO2TJtSbRiOKPlHoQ1QT+as3CWvdIFvikvAr/G/Q5g
yIW2eTdT0LI34jaq4pMpP9/P/jWuDeZ8eJn7Quh/IN5GbuJfJOhnshwQjmDWjiFA
rhemlsGTzgL0Y3vbTihw4LzqqRkVDGDk5udWtl3UhJsO5i384UA=
=ttQ0
-----END PGP SIGNATURE-----

Attachment: pgp5y_YG2mLiw.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