Your message dated Sat, 22 Aug 2009 19:02:35 +0000
with message-id <[email protected]>
and subject line Bug#543071: fixed in liblatex-table-perl 0.9.17-2
has caused the Debian Bug report #543071,
regarding liblatex-table-perl: FTBFS: tests failed
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.)
--
543071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543071
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: liblatex-table-perl
Version: 0.9.17-1
Severity: serious
User: [email protected]
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[2]: Entering directory
> `/build/user-liblatex-table-perl_0.9.17-1-amd64-YRtMQQ/liblatex-table-perl-0.9.17'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> # Testing LaTeX::Table 0.9.17
> t/00.load............ok
> t/10.table-ctable....ok
> t/10.table-custom....ok
> t/10.table-std.......ok
> t/10.table-xtab......ok
> t/20.mcdef...........ok
> t/30.exceptions......ok
> t/40.miscprivates....ok
> t/50.synopsis........ok
> t/60.coldef..........ok
> t/70.callback........ok
> t/80.themes..........ok
> t/90.combat..........ok
>
> # Failed test 'Test::Perl::Critic for "blib/lib/LaTeX/Table/Types/TypeI.pm"'
> # at /usr/share/perl5/Test/Perl/Critic.pm line 99.
> #
> # Perl::Critic found these violations in
> "blib/lib/LaTeX/Table/Types/TypeI.pm":
> # Useless '## no critic' annotation at line 29, near '## no critic
> (ValuesAndExpressions::ProhibitMagicNumbers)'.
> # Miscellanea::ProhibitUselessNoCritic (Severity: 2)
> # Sometimes, you may need to use a `"## no critic"' annotation to work
> # around a false-positive bug in the Perl::Critic manpage. But eventually,
> # that bug might get fixed, leaving your code with extra `"## no critic"'
> # annotations lying about. Or you may use them to locally disable a
> # Policy, but then later decide to permanently remove that Policy entirely
> # from your profile, making some of those `"## no critic"' annotations
> # pointless. Or, you may accidentally disable too many Policies at once,
> # creating an opportunity for new violations to slip in unnoticed.
> #
> # This Policy will emit violations if you have a `"## no critic"'
> # annotation in your source code that does not actually suppress any
> # violations given your current profile. To resolve this, you should
> # either remove the annotation entirely, or adjust the Policy name
> # patterns in the annotation to match only the Policies that are actually
> # being violated in your code.
> # Looks like you failed 1 test of 13.
> t/perlcritic.........dubious
> Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 12
> Failed 1/13 tests, 92.31% okay
> t/pod-coverage.......ok
> t/pod................ok
> Failed 1/16 test programs. 1/159 subtests failed.
> make[2]: *** [test_dynamic] Error 255
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/08/22/liblatex-table-perl_0.9.17-1_lsid64.buildlog
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!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| [email protected] http://www.lucas-nussbaum.net/ |
| jabber: [email protected] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: liblatex-table-perl
Source-Version: 0.9.17-2
We believe that the bug you reported is fixed in the latest version of
liblatex-table-perl, which is due to be installed in the Debian FTP archive:
liblatex-table-perl_0.9.17-2.diff.gz
to pool/main/libl/liblatex-table-perl/liblatex-table-perl_0.9.17-2.diff.gz
liblatex-table-perl_0.9.17-2.dsc
to pool/main/libl/liblatex-table-perl/liblatex-table-perl_0.9.17-2.dsc
liblatex-table-perl_0.9.17-2_all.deb
to pool/main/libl/liblatex-table-perl/liblatex-table-perl_0.9.17-2_all.deb
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 liblatex-table-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: SHA1
Format: 1.8
Date: Sat, 22 Aug 2009 20:50:57 +0200
Source: liblatex-table-perl
Binary: liblatex-table-perl
Architecture: source all
Version: 0.9.17-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
liblatex-table-perl - Perl extension for the automatic generation of LaTeX
tables
Closes: 543071
Changes:
liblatex-table-perl (0.9.17-2) unstable; urgency=low
.
[ Salvatore Bonaccorso ]
* Add patch for FTBFS when a spell checker is installed and
perlcritic test reports words in POD not in the spell checker
lists.
* Add patch for FTBFS removing an unused perlcritc annotation
in lib/LaTeX/Table/Types/TypeI.pm. (Closes: #543071)
* debian/control: Add quilt to Build-Depends.
.
[ gregor herrmann ]
* Add debian/README.source to document quilt usage, as required by
Debian Policy since 3.8.0.
* Set Standards-Version to 3.8.3 (no changes).
* Add /me to Uploaders.
Checksums-Sha1:
e7df96cafeaa2e063b180a21917c43ec2efed2a7 1606 liblatex-table-perl_0.9.17-2.dsc
91d10242848e7e0757362018244f7917f1d3ba43 3200
liblatex-table-perl_0.9.17-2.diff.gz
e942c8edb40fea864b4260f780ac123716b5f6a2 314320
liblatex-table-perl_0.9.17-2_all.deb
Checksums-Sha256:
d022bba3f4d2a0ef3eb8667ef91baf3b59bc616175aaf316dd96d6f971a3d0ba 1606
liblatex-table-perl_0.9.17-2.dsc
debb205fc1c297fce6dd61a84d9b82959bd09d15db7c7527a7885011336c7442 3200
liblatex-table-perl_0.9.17-2.diff.gz
c3625873259b7c9b53025c66f1b4a5b21d24c48e9331422f123e386b190788ec 314320
liblatex-table-perl_0.9.17-2_all.deb
Files:
f8d8e8eb7c612b8aa282a9975fa82784 1606 perl optional
liblatex-table-perl_0.9.17-2.dsc
c9d1f152170ca14b26a1375830e76825 3200 perl optional
liblatex-table-perl_0.9.17-2.diff.gz
1790d9e89ecc7f7e69d6a2aaa810b9c5 314320 perl optional
liblatex-table-perl_0.9.17-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqQPpoACgkQOzKYnQDzz+ToXQCfTv/D1nis5MZ+5sbX7njE0ceO
Q2IAoKqbjzUbiv5t9TOq+tgpr0QzX/LD
=ARP8
-----END PGP SIGNATURE-----
--- End Message ---