Your message dated Sun, 04 May 2008 21:17:24 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476032: fixed in librpc-xml-perl 0.60-2
has caused the Debian Bug report #476032,
regarding librpc-xml-perl: FTBFS: Failed 7/12 test scripts, 41.67% okay.
126/365 subtests failed, 65.48% okay.
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.)
--
476032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476032
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: librpc-xml-perl
Version: 0.60-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080413 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3 is now
the default on most architectures (even if it's not the case on i386 yet).
Feel free to downgrade this bug to 'important' if your package is only built
on i386, and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).
Relevant part:
> make[1]: Entering directory `/build/user/librpc-xml-perl-0.60'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00_load............# Failed test 2 in t/00_load.t at line 29 fail #2
> # t/00_load.t line 29 is: ok(! $@);
> FAILED test 2
> Failed 1/6 tests, 83.33% okay
> t/01_pod.............ok
> t/02_pod_coverage....ok
> t/10_data............ok
> t/11_base64_fh.......ok
> t/15_serialize.......ok
> t/20_parser..........Can't locate XML/Parser.pm in @INC (@INC contains:
> /build/user/librpc-xml-perl-0.60/blib/lib
> /build/user/librpc-xml-perl-0.60/blib/arch /etc/perl
> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .) at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> BEGIN failed--compilation aborted at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> Compilation failed in require at t/20_parser.t line 14.
> BEGIN failed--compilation aborted at t/20_parser.t line 14.
> # Looks like your test died before it could output anything.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-14
> Failed 14/14 tests, 0.00% okay
> t/30_method..........Can't locate XML/Parser.pm in @INC (@INC contains:
> /build/user/librpc-xml-perl-0.60/blib/lib
> /build/user/librpc-xml-perl-0.60/blib/arch /etc/perl
> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .) at blib/lib/RPC/XML/Procedure.pm (autosplit into
> blib/lib/auto/RPC/XML/Procedure/load_XPL_file.al) line 815.
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 7-25
> Failed 19/25 tests, 24.00% okay
> t/40_server..........Can't locate XML/Parser.pm in @INC (@INC contains:
> /build/user/librpc-xml-perl-0.60/blib/lib
> /build/user/librpc-xml-perl-0.60/blib/arch /etc/perl
> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .) at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> BEGIN failed--compilation aborted at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> Compilation failed in require at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Server.pm line 90.
> Compilation failed in require at t/40_server.t line 19.
> # Looks like your test died before it could output anything.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-54
> Failed 54/54 tests, 0.00% okay
> t/41_server_hang.....Can't locate XML/Parser.pm in @INC (@INC contains:
> /build/user/librpc-xml-perl-0.60/blib/lib
> /build/user/librpc-xml-perl-0.60/blib/arch /etc/perl
> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .) at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> BEGIN failed--compilation aborted at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> Compilation failed in require at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Server.pm line 90.
> Compilation failed in require at t/41_server_hang.t line 18.
> # Looks like your test died before it could output anything.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-2
> Failed 2/2 tests, 0.00% okay
> t/50_client..........Can't locate XML/Parser.pm in @INC (@INC contains:
> /build/user/librpc-xml-perl-0.60/blib/lib
> /build/user/librpc-xml-perl-0.60/blib/arch /etc/perl
> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .) at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> BEGIN failed--compilation aborted at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> Compilation failed in require at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Server.pm line 90.
> Compilation failed in require at t/50_client.t line 17.
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-19
> Failed 19/19 tests, 0.00% okay
> t/60_net_server......Can't locate XML/Parser.pm in @INC (@INC contains:
> /build/user/librpc-xml-perl-0.60/blib/lib
> /build/user/librpc-xml-perl-0.60/blib/arch /etc/perl
> /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
> /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
> /usr/local/lib/site_perl .) at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> BEGIN failed--compilation aborted at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Parser.pm line 95.
> Compilation failed in require at
> /build/user/librpc-xml-perl-0.60/blib/lib/RPC/XML/Server.pm line 90.
> Compilation failed in require at t/60_net_server.t line 30.
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-17
> Failed 17/17 tests, 0.00% okay
> Failed Test Stat Wstat Total Fail Failed List of Failed
> -------------------------------------------------------------------------------
> t/00_load.t 6 1 16.67% 2
> t/20_parser.t 255 65280 14 28 200.00% 1-14
> t/30_method.t 2 512 25 38 152.00% 7-25
> t/40_server.t 255 65280 54 108 200.00% 1-54
> t/41_server_hang.t 255 65280 2 4 200.00% 1-2
> t/50_client.t 2 512 19 38 200.00% 1-19
> t/60_net_server.t 2 512 17 34 200.00% 1-17
> Failed 7/12 test scripts, 41.67% okay. 126/365 subtests failed, 65.48% okay.
> make[1]: *** [test_dynamic] Error 2
The full build log is available from:
http://people.debian.org/~lucas/logs/2008/04/13
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 containing a sid i386
environment. 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: librpc-xml-perl
Source-Version: 0.60-2
We believe that the bug you reported is fixed in the latest version of
librpc-xml-perl, which is due to be installed in the Debian FTP archive:
librpc-xml-perl_0.60-2.diff.gz
to pool/main/libr/librpc-xml-perl/librpc-xml-perl_0.60-2.diff.gz
librpc-xml-perl_0.60-2.dsc
to pool/main/libr/librpc-xml-perl/librpc-xml-perl_0.60-2.dsc
librpc-xml-perl_0.60-2_all.deb
to pool/main/libr/librpc-xml-perl/librpc-xml-perl_0.60-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.
Damyan Ivanov <[EMAIL PROTECTED]> (supplier of updated librpc-xml-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: Sun, 04 May 2008 23:18:40 +0300
Source: librpc-xml-perl
Binary: librpc-xml-perl
Architecture: source all
Version: 0.60-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Damyan Ivanov <[EMAIL PROTECTED]>
Description:
librpc-xml-perl - Perl module implementation of XML-RPC
Closes: 476032
Changes:
librpc-xml-perl (0.60-2) unstable; urgency=low
.
[ gregor herrmann ]
* Switch back from libxml-libxml-perl to libxml-parser-perl as a (build)
dependency to fix an FTBFS bug (closes: #476032).
* Make (build) dependency on libwww-perl versioned.
* debian/control: change my email address.
* Refresh debian/rules, no functional changes.
.
[ Damyan Ivanov ]
* Change my email address
Checksums-Sha1:
4a44aab35d4e8546a35deccebb489f88902118d5 1569 librpc-xml-perl_0.60-2.dsc
3ece53d5f30b556b281fa718859b3e80be4f5890 3347 librpc-xml-perl_0.60-2.diff.gz
6010be1ec9c06190d48f4b52762462e4185c0c12 193940 librpc-xml-perl_0.60-2_all.deb
Checksums-Sha256:
b8fc98e979dde224180caa1043b8c5cd4a21e5fd95b7412f54a7644fca833862 1569
librpc-xml-perl_0.60-2.dsc
a1d7de62b77e9192dddd44467d1ec2e581beeede7cb48f6061cf823fad72ccb4 3347
librpc-xml-perl_0.60-2.diff.gz
d4ead18545ddd51f6b1fadb86c8d1db496f6fb6d72b7dd7993fcaf63e368f97c 193940
librpc-xml-perl_0.60-2_all.deb
Files:
334ad96e076b3a699fa6d725e4a609e4 1569 perl optional librpc-xml-perl_0.60-2.dsc
45242e147201d91a27d2ed8802432dc8 3347 perl optional
librpc-xml-perl_0.60-2.diff.gz
481c44c6053e38bdc3d3208f9065fdcb 193940 perl optional
librpc-xml-perl_0.60-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIHhslHqjlqpcl9jsRAkEPAKC0E3w4CMRQEZIbtBa+aF/hq7UUvACgrgKI
yCYDDd9IZx/r1lpC0Qv8iCA=
=2GBO
-----END PGP SIGNATURE-----
--- End Message ---