Your message dated Sat, 07 Jul 2018 13:35:26 +0000
with message-id <e1fbnn0-000hyv...@fasolo.debian.org>
and subject line Bug#903178: fixed in libclass-insideout-perl 1.14-2
has caused the Debian Bug report #903178,
regarding libclass-insideout-perl: FTBFS in buster/sid (dh_installdocs: Cannot
find "CONTRIBUTING")
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.)
--
903178: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903178
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libclass-insideout-perl
Version: 1.14-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep
dh_update_autotools_config -i
dh_auto_configure -i
perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2"
"LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Class::InsideOut
Writing MYMETA.yml and MYMETA.json
dh_auto_build -i
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp lib/Class/InsideOut/Manual/About.pod
blib/lib/Class/InsideOut/Manual/About.pod
[... snipped ...]
ok
t/25_accessor_hooks_typetiny.t .....
1..20
ok 1 - require t::Object::HookedTT;
ok 2 - t::Object::HookedTT has/inherited its expected properties
ok 3 - Creating a t::Object::HookedTT object
ok 4 - integer(3.14) dies
ok 5 - integer(42) lives
ok 6 - integer() == 42
ok 7 - word(^^^^) dies
ok 8 - word(apple) lives
ok 9 - word() eq 'apple'
ok 10 - uppercase(banana) lives
ok 11 - uppercase() eq 'BANANA'
ok 12 - list(qw(foo bar bam)) lives
ok 13 - list() gives qw(foo bar bam)
ok 14 - list( [qw(foo bar bam)] ) lives
ok 15 - list() gives qw(foo bar bam)
ok 16 - reverser(qw(foo bar bam)) lives
ok 17 - reverser() in list context gives qw(bam bar foo)
ok 18 - reverser() in scalar context gives mabraboof
ok 19 - write_only lives on write
ok 20 - write only dies on write (and was caught)
ok
All tests successful.
Files=26, Tests=443, 1 wallclock secs ( 0.05 usr 0.04 sys + 0.98 cusr 0.07
csys = 1.14 CPU)
Result: PASS
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
fakeroot debian/rules binary-indep
dh binary-indep
dh_testroot -i
dh_prep -i
dh_auto_install -i
make -j1 install
DESTDIR=/<<PKGBUILDDIR>>/debian/libclass-insideout-perl AM_UPDATE_INFO_DIR=no
PREFIX=/usr
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Manifying 3 pod documents
Installing
/<<PKGBUILDDIR>>/debian/libclass-insideout-perl/usr/share/perl5/Class/InsideOut.pm
Installing
/<<PKGBUILDDIR>>/debian/libclass-insideout-perl/usr/share/perl5/Class/InsideOut/Manual/Advanced.pod
Installing
/<<PKGBUILDDIR>>/debian/libclass-insideout-perl/usr/share/perl5/Class/InsideOut/Manual/About.pod
Installing
/<<PKGBUILDDIR>>/debian/libclass-insideout-perl/usr/share/man/man3/Class::InsideOut::Manual::Advanced.3pm
Installing
/<<PKGBUILDDIR>>/debian/libclass-insideout-perl/usr/share/man/man3/Class::InsideOut.3pm
Installing
/<<PKGBUILDDIR>>/debian/libclass-insideout-perl/usr/share/man/man3/Class::InsideOut::Manual::About.3pm
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_installdocs -i
dh_installdocs: Cannot find (any matches for) "CONTRIBUTING" (tried in .)
debian/rules:4: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess
returned exit status 2
--------------------------------------------------------------------------------
The build was made with "dpkg-buildpackage -A" in my autobuilder
but it also fails in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libclass-insideout-perl.html
[ Note: There has been a recent change in debhelper behaviour, the current
behaviour is the intended one. See Bug #903133 for details ].
Thanks.
--- End Message ---
--- Begin Message ---
Source: libclass-insideout-perl
Source-Version: 1.14-2
We believe that the bug you reported is fixed in the latest version of
libclass-insideout-perl, 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 903...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated
libclass-insideout-perl 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: Sat, 07 Jul 2018 15:13:49 +0200
Source: libclass-insideout-perl
Binary: libclass-insideout-perl
Architecture: source
Version: 1.14-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 903178
Description:
libclass-insideout-perl - safe, simple inside-out object construction kit
Changes:
libclass-insideout-perl (1.14-2) unstable; urgency=medium
.
* Team upload.
.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
.
[ gregor herrmann ]
* debian/libclass-insideout-perl.docs: fix name of document.
Thanks to Santiago Vila for the bug report. (Closes: #903178)
* Declare compliance with Debian Policy 4.1.5.
* Bump debhelper compatibility level to 10.
Checksums-Sha1:
0d61f024b5fcc88adf2658b9841fbf6da70ec9eb 2405
libclass-insideout-perl_1.14-2.dsc
89b07252b0c6b31d93f2b2fc67dd9bc77a59f42a 3852
libclass-insideout-perl_1.14-2.debian.tar.xz
Checksums-Sha256:
a0c480196b351c4fe1d6b0bb73da5a26fd46451dabd9f407f9ba2e0f10018104 2405
libclass-insideout-perl_1.14-2.dsc
04e90f51d272ed998bf97ff66abdd4b081ff30cc99839d412596a69aee075be5 3852
libclass-insideout-perl_1.14-2.debian.tar.xz
Files:
a8744ec12411c8b50209b1c29f0dd679 2405 perl optional
libclass-insideout-perl_1.14-2.dsc
61804b87bb98fd0707b42ad980f114be 3852 perl optional
libclass-insideout-perl_1.14-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAltAvPVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qga7jg//YecCSS0GPQe8Dy0ienRrwPGX3XqF4sROTjm2uVoVw7nNfpokpsU/aduf
CJ+luEj5ft6u2UrjUs7k/ZHX1E80uGuk4wu5mZ4zpII8V3xXVJgzITt+KCpX0bFD
YoRxCNzlVFqIBOBZy5QM4RMMgiBykCzcvjtc277mTGbkVJN1lXODNF5vgrZaMEFb
N9cfwYcWGK4zv8Kh1UgbVr4Bn44DznuyaWQ4cnKdJDP5oMjPOU8m9TvjddWLKhMb
kGscxRJB/f91W3BdyNtzdEeaEPEFZwTrKadxb7Zvlgw6aONtmh642ZM4mhP7eCP0
L4aY6t80aG6dgOOTO0GYbOdfCFv8vaLIlDNivxCHavORqAN+9XAxvIaqzyJSxhj8
9jrWhkADlnwnUK2+6o1rwA+ROuC2HeJd95pJyJTp1FsC7VfzBkYJ40GEYrwnpdfX
YgJ/VFTrltve8ST3atFjsSTQr6XoZfEbel4F1rqyZR0NonfUbw2oCF6OgwYr91ED
52L2MQo0c0qDDomDVm3kRIpRHmzCZTKiu1ljqJhWTr8yNtNf64breHc79bx6T2Wy
adOOq6PDhmJUboY/sa2lp821De3Z1Ik67XamIh0BSfdqT+cB827XFl4uBycap1u+
htT6Yi5G73ghf3AYgHxx/SruUOs8Pp7RZ+s7miEfTj63PZ+X+2c=
=gHFE
-----END PGP SIGNATURE-----
--- End Message ---