Your message dated Fri, 26 Jun 2015 10:19:37 +0000
with message-id <[email protected]>
and subject line Bug#789855: fixed in libtext-micromason-perl 2.13-4
has caused the Debian Bug report #789855,
regarding libtext-micromason-perl: FTBFS with perl 5.22: test failures
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.)
--
789855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=789855
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libtext-micromason-perl
Version: 2.13-3
Severity: important
User: [email protected]
Usertags: perl-5.22-transition
Tags: sid stretch upstream
This package FTBFS with perl 5.22 (currently in experimental):
# Failed test at t/41-line_numbers.t line 31.
# 'MicroMason compilation failed: Global symbol "@__" requires
explicit package name (did you forget to declare "my @__"?) at text template
(compiled at t/41-line_numbers.t line 30) line 1.
# syntax error at text template (compiled at t/41-line_numbers.t line 30) line
1, near "[]"
#
# 0 # line 1 "text template (compiled at t/41-line_numbers.t line 30)"
# 1 sub {
# 2 local $SIG{__DIE__} = sub { die "MicroMason execution failed: ", @_ };
# 3 my @OUT; my $_out = sub {push @OUT, @_};
# 4 my %ARGS = @_ if ($#_ % 2);
# 5 # line 0 "text template (compiled at t/41-line_numbers.t line 30)"
# 6 push @OUT,( qq(Hello\ ) );
# 7 # line 0 "text template (compiled at t/41-line_numbers.t line 30)"
# 8 push @OUT,( "".do{
# 9 $__[]
# 10 } );
# 11 # line 0 "text template (compiled at t/41-line_numbers.t line 30)"
# 12 push @OUT,( qq(\!) );
# 13 join("", @OUT)
# 14 }
# ** Please use Text::MicroMason->new(-LineNumbers) for better diagnostics!
# at /«PKGBUILDDIR»/blib/lib/Text/MicroMason/Base.pm line 94.
#
Text::MicroMason::Base::execute(Text::MicroMason::Base::AUTO::LineNumbers_HTMLMason=HASH(0x29e4170),
"text", "Hello <% \$__[] %>!", "world") called at t/41-line_numbers.t line 30
# eval {...} called at t/41-line_numbers.t line 30
# '
# doesn't match '(?^:requires explicit package name at text template
[(]compiled at \S+.t line \d+[)] line 1)'
# Failed test at t/41-line_numbers.t line 38.
# 'MicroMason compilation failed: Global symbol "@__"
requires explicit package name (did you forget to declare "my @__"?) at text
template (compiled at t/41-line_numbers.t line 37) line 3.
# syntax error at text template (compiled at t/41-line_numbers.t line 37) line
3, near "[]"
#
# 0 # line 1 "text template (compiled at t/41-line_numbers.t line 37)"
# 1 sub {
# 2 local $SIG{__DIE__} = sub { die "MicroMason execution failed: ", @_ };
# 3 my @OUT; my $_out = sub {push @OUT, @_};
# 4 my %ARGS = @_ if ($#_ % 2);
# 5 # line 0 "text template (compiled at t/41-line_numbers.t line 37)"
# 6 push @OUT,( qq(\
# 7 \
# 8 Hello\ ) );
# 9 # line 2 "text template (compiled at t/41-line_numbers.t line 37)"
# 10 push @OUT,( "".do{
# 11 $__[]
# 12 } );
# 13 # line 2 "text template (compiled at t/41-line_numbers.t line 37)"
# 14 push @OUT,( qq(\!) );
# 15 join("", @OUT)
# 16 }
# ** Please use Text::MicroMason->new(-LineNumbers) for better diagnostics!
# at /«PKGBUILDDIR»/blib/lib/Text/MicroMason/Base.pm line 94.
#
Text::MicroMason::Base::execute(Text::MicroMason::Base::AUTO::LineNumbers_HTMLMason=HASH(0x29e4548),
"text", "\x{a}\x{a}Hello <% \$__[] %>!", "world") called at
t/41-line_numbers.t line 37
# eval {...} called at t/41-line_numbers.t line 37
# '
# doesn't match '(?^:requires explicit package name at text template
[(]compiled at \S+.t line \d+[)] line 3)'
# Failed test at t/41-line_numbers.t line 60.
# 'MicroMason compilation failed: Global symbol "@__"
requires explicit package name (did you forget to declare "my @__"?) at
t/41-line_numbers.t line 59.
# syntax error at t/41-line_numbers.t line 59, near "[]"
#
# 0 # line 1 "text template (compiled at t/41-line_numbers.t line 59)"
# 1 sub {
# 2 local $SIG{__DIE__} = sub { die "MicroMason execution failed: ", @_ };
# 3 my @OUT; my $_out = sub {push @OUT, @_};
# 4 my %ARGS = @_ if ($#_ % 2);
# 5 # line 58 "t/41-line_numbers.t"
# 6 push @OUT,( qq(Hello\ ) );
# 7 # line 58 "t/41-line_numbers.t"
# 8 push @OUT,( "".do{
# 9 $__[]
# 10 } );
# 11 # line 58 "t/41-line_numbers.t"
# 12 push @OUT,( qq(\!) );
# 13 join("", @OUT)
# 14 }
# ** Please use Text::MicroMason->new(-LineNumbers) for better diagnostics!
# at /«PKGBUILDDIR»/blib/lib/Text/MicroMason/Base.pm line 94.
#
Text::MicroMason::Base::execute(Text::MicroMason::Base::AUTO::LineNumbers_HTMLMason=HASH(0x2a22f08),
"inline", "Hello <% \$__[] %>!", "world") called at t/41-line_numbers.t line 59
# eval {...} called at t/41-line_numbers.t line 59
# '
# doesn't match '(?^:requires explicit package name at \S+.t line 59)'
# Looks like you failed 3 tests of 37.
t/41-line_numbers.t .........
...
Test Summary Report
-------------------
t/41-line_numbers.t (Wstat: 768 Tests: 37 Failed: 3)
Failed tests: 12, 15, 26
Non-zero exit status: 3
Files=39, Tests=1308, 8 wallclock secs ( 0.21 usr 0.27 sys + 2.19 cusr 0.36
csys = 3.03 CPU)
Result: FAIL
Note: this looks similar, but not identical, to
<https://rt.cpan.org/Public/Bug/Display.html?id=92771>
This bug will become release critical nearer the time of the perl 5.22
migration, expected during the (northern hemisphere) summer.
Cheers,
Dominic.
--- End Message ---
--- Begin Message ---
Source: libtext-micromason-perl
Source-Version: 2.13-4
We believe that the bug you reported is fixed in the latest version of
libtext-micromason-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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated
libtext-micromason-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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 26 Jun 2015 12:02:51 +0200
Source: libtext-micromason-perl
Binary: libtext-micromason-perl
Architecture: source all
Version: 2.13-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
libtext-micromason-perl - simple and extensible templating module
Closes: 789855
Changes:
libtext-micromason-perl (2.13-4) unstable; urgency=medium
.
[ Salvatore Bonaccorso ]
* Update Vcs-Browser URL to cgit web frontend
.
[ gregor herrmann ]
* Add patch to fix test failures with Perl 5.22 due to different
messages. (Closes: #789855)
* Update years of packaging copyright.
* Declare compliance with Debian Policy 3.9.6.
* Drop libtext-balanced-perl from Suggests. No such package in Debian.
Checksums-Sha1:
0c3d0e6575c4fa3e64858684660a91e8efd76e1a 2416
libtext-micromason-perl_2.13-4.dsc
094a1849cac4212a8fe8de7d5be151a096ff0e4a 5052
libtext-micromason-perl_2.13-4.debian.tar.xz
0460cea6f1125306bf527963a7c194ca2f0dafbc 152660
libtext-micromason-perl_2.13-4_all.deb
Checksums-Sha256:
bd5334c914e83ed8d486df35dee99fda084b80666d156722629d68e3c4bc91a6 2416
libtext-micromason-perl_2.13-4.dsc
1b54e4613c0d42cd000ae6ce17ad754fd4519a0daf2f094b2c5a9d562052d33b 5052
libtext-micromason-perl_2.13-4.debian.tar.xz
87aa0cd40a8d3af71ab59019fabd5394d106db7522c40b463fea6bd52de31ade 152660
libtext-micromason-perl_2.13-4_all.deb
Files:
831d65b049ed4a4c9e36d061ba283ba3 2416 perl optional
libtext-micromason-perl_2.13-4.dsc
2e747223c3f279885cdf3678663106c3 5052 perl optional
libtext-micromason-perl_2.13-4.debian.tar.xz
46365248074f8850ad6532c6cce762c7 152660 perl optional
libtext-micromason-perl_2.13-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVjSNyXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGVkwP+wUnZdT7pvBQIBRqqHHB0sLW
DEUWQ9dU6ZERa2G4sHGN4U9DOp/Y7GYhOq/NfitWZZXZttkn6bxl89P0rXdaj4cR
vhjuerNVRTZr4ws7E6CGIUOGlQJWf6x2OaGKij3BNuEV0+7LKPJL3twwiYHIaAQ0
SvBehocBRSJH6i1wnLJsXDJVItXL3gDUTJgwoD2say0xy5olOOXusRR8rOAoW9C9
416Mi7K9XaWi8xGFhgCXLWU3fQ0GuuZvzQ0jqI6Zu1p5KsfW7YzqSz8arOuxA25n
NduO94DkiRLZmSZu2pnW1gJWcgzkwm/qyhlLXmoJK0EzpFUdfE836NEFADB7rpqO
gB85RmehLDTSUebUObt6NO4p/9XzNEQaSSetVdaiFBngl2XP42Q6mOA7nyi8ylzR
rHpq8y2KKCNV2ffEWZ8P/PCEgMG38zdBoiwImhG0q+1gEfVVVOrOm0B6/I8h/kRx
SjQmwMCP//Pd8pmhGMNO579siWP4gIIDetKqO8pjPHO67lPUzhxq7Efse4gQiCT9
i7L4AWjs1SFbcwT6JRxaTXvxrHCuTKoSig5f/sEC3yvrJfEkGkq/+Al64mRH9dzL
iTzR2WbWgahvSBV8zmynsH0mq8fzjpcvOtpbMr+W15ZTvkASJBS6nXxemfXYJOqG
NhCz/Ob020/uOFO5t2Mx
=HnXv
-----END PGP SIGNATURE-----
--- End Message ---