Your message dated Thu, 23 Jun 2022 22:04:27 +0000
with message-id <e1o4uw7-0005lr...@fasolo.debian.org>
and subject line Bug#1005638: fixed in ruby-public-suffix 4.0.6+ds-2
has caused the Debian Bug report #1005638,
regarding installing symlink 'data/list.txt' pointing to parent path [...] not
allowed
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.)
--
1005638: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005638
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-public-suffix
Version: 4.0.6+ds-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220212 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_install
> dh_ruby --install
> /<<BUILDDIR>>/ruby-public-suffix-4.0.6\+ds/debian/ruby-public-suffix
> dh_ruby --install
> /usr/bin/ruby2.7 -S gem build --config-file /dev/null --verbose
> /tmp/d20220212-1489232-1ldukxq/gemspec
> Failed to load /dev/null because it doesn't contain valid YAML hash
> WARNING: data/list.txt is a symlink, which is not supported on all platforms
> WARNING: See https://guides.rubygems.org/specification-reference/ for help
> Successfully built RubyGem
> Name: public_suffix
> Version: 4.0.6
> File: public_suffix-4.0.6.gem
> /usr/bin/ruby2.7 -S gem install --config-file /dev/null --verbose --local
> --verbose --no-document --ignore-dependencies --install-dir
> debian/ruby-public-suffix/usr/share/rubygems-integration/all
> /tmp/d20220212-1489232-1ldukxq/public_suffix-4.0.6.gem
> Failed to load /dev/null because it doesn't contain valid YAML hash
> ERROR: While executing gem ... (Gem::Package::SymlinkError)
> installing symlink 'data/list.txt' pointing to parent path
> /usr/share/publicsuffix/public_suffix_list.dat of
> /<<PKGBUILDDIR>>/debian/ruby-public-suffix/usr/share/rubygems-integration/all/gems/public_suffix-4.0.6
> is not allowed
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:54:in `run': /usr/bin/ruby2.7 -S gem
> install --config-file /dev/null --verbose --local --verbose --no-document
> --ignore-dependencies --install-dir
> debian/ruby-public-suffix/usr/share/rubygems-integration/all
> /tmp/d20220212-1489232-1ldukxq/public_suffix-4.0.6.gem
> (Gem2Deb::CommandFailed)
> from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:212:in `run_gem'
> from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:120:in `block
> in install_files_and_build_extensions'
> from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:68:in `each'
> from /usr/lib/ruby/vendor_ruby/gem2deb/gem_installer.rb:68:in
> `install_files_and_build_extensions'
> from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:28:in `install'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:86:in `block in
> install'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `each'
> from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:84:in `install'
> from /usr/bin/dh_ruby:89:in `<main>'
> dh_auto_install: error: dh_ruby --install
> /<<BUILDDIR>>/ruby-public-suffix-4.0.6\+ds/debian/ruby-public-suffix returned
> exit code 1
> make[1]: *** [debian/rules:27: override_dh_auto_install] Error 25
The full build log is available from:
http://qa-logs.debian.net/2022/02/12/ruby-public-suffix_4.0.6+ds-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!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: ruby-public-suffix
Source-Version: 4.0.6+ds-2
Done: Cédric Boutillier <bou...@debian.org>
We believe that the bug you reported is fixed in the latest version of
ruby-public-suffix, 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 1005...@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-public-suffix
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: Thu, 23 Jun 2022 23:32:03 +0200
Source: ruby-public-suffix
Architecture: source
Version: 4.0.6+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Team
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Cédric Boutillier <bou...@debian.org>
Closes: 1005638
Changes:
ruby-public-suffix (4.0.6+ds-2) unstable; urgency=medium
.
* Team upload
* Change internal path to public suffix list from data/list.txt to system
publicsuffix package
- add 0001-Use-system-public-suffix-list.patch
- d/rules: remove symlinks to replace data/list.txt, which were causing
errors (Closes: #1005638)
* Bump debhelper compatibility level to 13
* Bump Standards-Version to 4.6.1 (no changes needed)
* Use system public suffix list
* Simplify debian/rules
* Remove boilerplate ruby-public-suffix.install
Checksums-Sha1:
752a3396bf49a068f6aff681278e62b236f7885e 1603 ruby-public-suffix_4.0.6+ds-2.dsc
fd6bf3d6aed560ee8c14707b4587e1563544ae4d 27680
ruby-public-suffix_4.0.6+ds.orig.tar.xz
872bd1da6d481f51bfd20c04983dfa0a6ec18694 3556
ruby-public-suffix_4.0.6+ds-2.debian.tar.xz
3b6efb908ae475502e8e07649c1958c4d6d5c25d 8922
ruby-public-suffix_4.0.6+ds-2_amd64.buildinfo
Checksums-Sha256:
3b727a51ad9bc29a35cb184d3f2266c7f57894068a26b76c503a841473580202 1603
ruby-public-suffix_4.0.6+ds-2.dsc
cdc08c64e437e1a4239fd04fffe31a9b4ccebde6ff92650edff68385253ae3e3 27680
ruby-public-suffix_4.0.6+ds.orig.tar.xz
ea7f099417b1d47314587d5ded22a649a6a49b8b74c8aa598afffe9714a3c824 3556
ruby-public-suffix_4.0.6+ds-2.debian.tar.xz
2a11a5282d7cdea55aacafff548dc69dafdf497db2eaf906e9af52aca4bb3467 8922
ruby-public-suffix_4.0.6+ds-2_amd64.buildinfo
Files:
37aa85de33a66ca4c19ae613773bac34 1603 ruby optional
ruby-public-suffix_4.0.6+ds-2.dsc
bfe6c378992721b8d0be0d2e9de58cd3 27680 ruby optional
ruby-public-suffix_4.0.6+ds.orig.tar.xz
613a51e895c4818730c6bcbba384664c 3556 ruby optional
ruby-public-suffix_4.0.6+ds-2.debian.tar.xz
9af2299353e9f2f73650842638fc027f 8922 ruby optional
ruby-public-suffix_4.0.6+ds-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQSEz/3CFSD4gwbsKdFSaZq2P58rwwUCYrTezgAKCRBSaZq2P58r
w10sAP94+mxFkZISSAZK2GGcQZHwQL6lCt5c0XrpQ0Ik0NEpIwEAs3xenA4bY1wD
Hb3S/npWUFWPwqwagUSV4jI6Wn73/Q0=
=PgtJ
-----END PGP SIGNATURE-----
--- End Message ---