Debian Bug report logs - #482247
libmodule-build-perl: FTBFS: Failed 1/26 test scripts. 10/852 subtests failed.

version graph

Package: libmodule-build-perl; Maintainer for libmodule-build-perl is Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>; Source for libmodule-build-perl is src:libmodule-build-perl (PTS, buildd, popcon).

Reported by: Lucas Nussbaum <lucas@lucas-nussbaum.net>

Date: Wed, 21 May 2008 13:56:29 UTC

Severity: serious

Found in version libmodule-build-perl/0.2808.01-2

Done: Lucas Nussbaum <lucas@lucas-nussbaum.net>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>:
Bug#482247; Package libmodule-build-perl. (full text, mbox, link).


Acknowledgement sent to Lucas Nussbaum <lucas@lucas-nussbaum.net>:
New Bug report received and forwarded. Copy sent to Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Lucas Nussbaum <lucas@lucas-nussbaum.net>
To: submit@bugs.debian.org
Subject: libmodule-build-perl: FTBFS: Failed 1/26 test scripts. 10/852 subtests failed.
Date: Wed, 21 May 2008 15:40:08 +0200
Package: libmodule-build-perl
Version: 0.2808.01-2
Severity: serious
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20080520 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).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, 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:
>  /usr/bin/fakeroot debian/rules clean
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2 
> No patch removed
> rm -rf .pc debian/stamp-patched
> dh_testdir
> dh_testroot
> dh_clean build-stamp install-stamp
> [ ! -f Build ] || /usr/bin/perl ./Build realclean
>  dpkg-source -b libmodule-build-perl-0.2808.01
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building libmodule-build-perl using existing libmodule-build-perl_0.2808.01.orig.tar.gz
> dpkg-source: info: building libmodule-build-perl in libmodule-build-perl_0.2808.01-2.diff.gz
> dpkg-source: info: building libmodule-build-perl in libmodule-build-perl_0.2808.01-2.dsc
>  debian/rules build
> # quilt exits with 2 as return when there was nothing to do. 
> # That's not an error here (but it's usefull to break loops in crude scripts)
> QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
> Applying patch man-ext
> patching file lib/Module/Build/Base.pm
> 
> Now at patch man-ext
> touch debian/stamp-patched
> dh_testdir
> /usr/bin/perl Build.PL installdirs=vendor script_files=
>  * Optional prerequisite Module::Signature is not installed
>  * Optional prerequisite Pod::Readme is not installed
> 
> ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
> of the modules indicated above before proceeding with this installation
> 
> 
> Checking whether your kit is complete...
> Looks good
> 
> Checking prerequisites...
> Checking features:
>   manpage_support....enabled
>   YAML_support.......enabled
>   C_support..........enabled
>   HTML_support.......enabled
> Creating new 'Build' script for 'Module-Build' version '0.2808_01'
> /usr/bin/perl ./Build
> Copying lib/Module/Build/Version.pm -> blib/lib/Module/Build/Version.pm
> Copying lib/Module/Build/Platform/darwin.pm -> blib/lib/Module/Build/Platform/darwin.pm
> Copying lib/Module/Build/Platform/MacOS.pm -> blib/lib/Module/Build/Platform/MacOS.pm
> Copying lib/Module/Build/Notes.pm -> blib/lib/Module/Build/Notes.pm
> Copying lib/Module/Build/Dumper.pm -> blib/lib/Module/Build/Dumper.pm
> Copying lib/Module/Build/Compat.pm -> blib/lib/Module/Build/Compat.pm
> Copying lib/Module/Build/Platform/RiscOS.pm -> blib/lib/Module/Build/Platform/RiscOS.pm
> Copying lib/Module/Build/PodParser.pm -> blib/lib/Module/Build/PodParser.pm
> Copying lib/Module/Build/Platform/VOS.pm -> blib/lib/Module/Build/Platform/VOS.pm
> Copying lib/Module/Build/Platform/Windows.pm -> blib/lib/Module/Build/Platform/Windows.pm
> Copying lib/Module/Build/Platform/Unix.pm -> blib/lib/Module/Build/Platform/Unix.pm
> Copying lib/Module/Build/ModuleInfo.pm -> blib/lib/Module/Build/ModuleInfo.pm
> Copying lib/Module/Build/Platform/Amiga.pm -> blib/lib/Module/Build/Platform/Amiga.pm
> Copying lib/Module/Build/Config.pm -> blib/lib/Module/Build/Config.pm
> Copying lib/Module/Build/Platform/os2.pm -> blib/lib/Module/Build/Platform/os2.pm
> Copying lib/Module/Build/Base.pm -> blib/lib/Module/Build/Base.pm
> Copying lib/Module/Build/Platform/VMS.pm -> blib/lib/Module/Build/Platform/VMS.pm
> Copying lib/Module/Build/Platform/MPEiX.pm -> blib/lib/Module/Build/Platform/MPEiX.pm
> Copying lib/Module/Build/Platform/cygwin.pm -> blib/lib/Module/Build/Platform/cygwin.pm
> Copying lib/Module/Build/Platform/EBCDIC.pm -> blib/lib/Module/Build/Platform/EBCDIC.pm
> Copying lib/Module/Build.pm -> blib/lib/Module/Build.pm
> Copying lib/Module/Build/PPMMaker.pm -> blib/lib/Module/Build/PPMMaker.pm
> Copying lib/Module/Build/Platform/aix.pm -> blib/lib/Module/Build/Platform/aix.pm
> Copying lib/Module/Build/Cookbook.pm -> blib/lib/Module/Build/Cookbook.pm
> Copying lib/Module/Build/Platform/Default.pm -> blib/lib/Module/Build/Platform/Default.pm
> Copying lib/Module/Build/YAML.pm -> blib/lib/Module/Build/YAML.pm
> Copying lib/Module/Build/Authoring.pod -> blib/lib/Module/Build/Authoring.pod
> Copying lib/Module/Build/API.pod -> blib/lib/Module/Build/API.pod
> Writing config notes to blib/lib/Module/Build/ConfigData.pm
> Manifying blib/lib/Module/Build/Platform/Unix.pm -> blib/libdoc/Module::Build::Platform::Unix.3pm
> Manifying blib/lib/Module/Build/Platform/EBCDIC.pm -> blib/libdoc/Module::Build::Platform::EBCDIC.3pm
> Manifying blib/lib/Module/Build/Platform/MacOS.pm -> blib/libdoc/Module::Build::Platform::MacOS.3pm
> Manifying blib/lib/Module/Build.pm -> blib/libdoc/Module::Build.3pm
> Manifying blib/lib/Module/Build/Platform/Amiga.pm -> blib/libdoc/Module::Build::Platform::Amiga.3pm
> Manifying blib/lib/Module/Build/ConfigData.pm -> blib/libdoc/Module::Build::ConfigData.3pm
> Manifying blib/lib/Module/Build/Platform/cygwin.pm -> blib/libdoc/Module::Build::Platform::cygwin.3pm
> Manifying blib/lib/Module/Build/Notes.pm -> blib/libdoc/Module::Build::Notes.3pm
> Manifying blib/lib/Module/Build/ModuleInfo.pm -> blib/libdoc/Module::Build::ModuleInfo.3pm
> Manifying blib/lib/Module/Build/YAML.pm -> blib/libdoc/Module::Build::YAML.3pm
> Manifying blib/lib/Module/Build/Platform/MPEiX.pm -> blib/libdoc/Module::Build::Platform::MPEiX.3pm
> Manifying blib/lib/Module/Build/PPMMaker.pm -> blib/libdoc/Module::Build::PPMMaker.3pm
> Manifying blib/lib/Module/Build/Platform/Windows.pm -> blib/libdoc/Module::Build::Platform::Windows.3pm
> Manifying blib/lib/Module/Build/Platform/VOS.pm -> blib/libdoc/Module::Build::Platform::VOS.3pm
> Manifying blib/lib/Module/Build/Platform/Default.pm -> blib/libdoc/Module::Build::Platform::Default.3pm
> Manifying blib/lib/Module/Build/API.pod -> blib/libdoc/Module::Build::API.3pm
> Manifying blib/lib/Module/Build/Platform/RiscOS.pm -> blib/libdoc/Module::Build::Platform::RiscOS.3pm
> Manifying blib/lib/Module/Build/Cookbook.pm -> blib/libdoc/Module::Build::Cookbook.3pm
> Manifying blib/lib/Module/Build/Platform/aix.pm -> blib/libdoc/Module::Build::Platform::aix.3pm
> Manifying blib/lib/Module/Build/Platform/darwin.pm -> blib/libdoc/Module::Build::Platform::darwin.3pm
> Manifying blib/lib/Module/Build/Platform/os2.pm -> blib/libdoc/Module::Build::Platform::os2.3pm
> Manifying blib/lib/Module/Build/Platform/VMS.pm -> blib/libdoc/Module::Build::Platform::VMS.3pm
> Manifying blib/lib/Module/Build/Base.pm -> blib/libdoc/Module::Build::Base.3pm
> Manifying blib/lib/Module/Build/Authoring.pod -> blib/libdoc/Module::Build::Authoring.3pm
> Manifying blib/lib/Module/Build/Compat.pm -> blib/libdoc/Module::Build::Compat.3pm
> HOME= /usr/bin/perl ./Build test
> t/basic...............ok
> t/compat..............ok
> t/destinations........ok
>         8/113 skipped: various reasons
> t/ext.................ok
> t/extend..............ok
> t/files...............ok
> t/help................ok
> t/install.............ok
> t/manifypods..........ok
> t/mbyaml..............ok
> t/metadata............ok
> t/metadata2...........ok
> t/moduleinfo..........ok
> t/new_from_context....ok
> t/notes...............ok
> t/par.................ok
> t/parents.............ok
> t/pod_parser..........ok
> t/ppm.................Can't call method "value" on an undefined value at /usr/share/perl5/IO/Uncompress/RawInflate.pm line 64.
> cannot chdir to /build/user/libmodule-build-perl-0.2808.01/t/_tmp.24218/Simple from /build/user/libmodule-build-perl-0.2808.01/t/_tmp.24218: No such file or directory, aborting. at t/lib/MBTest.pm line 71
> END failed--call queue aborted at t/ppm.t line 64.
> # Looks like you planned 12 tests but only ran 2.
> # Looks like your test died just after 2.
> dubious
> 	Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 3-12
> 	Failed 10/12 tests, 16.67% okay
> t/runthrough..........ok
>         4/32 skipped: various reasons
> t/signature...........skipped
>         all skipped: $ENV{TEST_SIGNATURE} is not set
> t/test_type...........ok
> t/test_types..........ok
> t/tilde...............ok
> t/versions............ok
> t/xs..................ok
> Failed Test Stat Wstat Total Fail  List of Failed
> -------------------------------------------------------------------------------
> t/ppm.t      255 65280    12   20  3-12
> 1 test and 12 subtests skipped.
> Failed 1/26 test scripts. 10/852 subtests failed.
> Files=26, Tests=852, 17 wallclock secs (14.47 cusr +  2.83 csys = 17.30 CPU)
> Failed 1/26 test programs. 10/852 subtests failed.
> make: *** [build-stamp] Error 255

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/05/20

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
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>:
Bug#482247; Package libmodule-build-perl. (full text, mbox, link).


Acknowledgement sent to Vincent Danjean <Vincent.Danjean@ens-lyon.org>:
Extra info received and forwarded to list. Copy sent to Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>. (full text, mbox, link).


Message #10 received at 482247@bugs.debian.org (full text, mbox, reply):

From: Vincent Danjean <Vincent.Danjean@ens-lyon.org>
To: Lucas Nussbaum <lucas@lucas-nussbaum.net>, 482247@bugs.debian.org
Subject: Re: Bug#482247: libmodule-build-perl: FTBFS: Failed 1/26 test scripts. 10/852 subtests failed.
Date: Wed, 21 May 2008 17:18:02 +0200
Lucas Nussbaum wrote:
>> t/pod_parser..........ok
>> t/ppm.................Can't call method "value" on an undefined value at /usr/share/perl5/IO/Uncompress/RawInflate.pm line 64.

I think this is a bug in a package in the build environment.
I had the same when running the 'cpan' program today. I made a
'apt-get update ; apt-get upgrade' and then 'cpan' were working.

I do not know exactly which perl package was faultly however.

  Best regards,
    Vincent

-- 
Vincent Danjean       GPG key ID 0x9D025E87         vdanjean@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main





Information forwarded to debian-bugs-dist@lists.debian.org, Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>:
Bug#482247; Package libmodule-build-perl. (full text, mbox, link).


Acknowledgement sent to gregor herrmann <gregoa@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>. (full text, mbox, link).


Message #15 received at 482247@bugs.debian.org (full text, mbox, reply):

From: gregor herrmann <gregoa@debian.org>
To: Vincent Danjean <Vincent.Danjean@ens-lyon.org>, 482247@bugs.debian.org
Cc: Lucas Nussbaum <lucas@lucas-nussbaum.net>
Subject: Re: Bug#482247: libmodule-build-perl: FTBFS: Failed 1/26 test scripts. 10/852 subtests failed.
Date: Wed, 21 May 2008 17:47:10 +0200
[Message part 1 (text/plain, inline)]
On Wed, 21 May 2008 17:18:02 +0200, Vincent Danjean wrote:

> >> t/ppm.................Can't call method "value" on an undefined value at /usr/share/perl5/IO/Uncompress/RawInflate.pm line 64.
> I think this is a bug in a package in the build environment.
> I had the same when running the 'cpan' program today. I made a
> 'apt-get update ; apt-get upgrade' and then 'cpan' were working.

Right.
 
> I do not know exactly which perl package was faultly however.

It's the problem with the lib.*compress.*-perl packages; see #482056
(libio-compress-zlib-perl).

http://people.debian.org/~lucas/logs/2008/05/20/libmodule-build-perl_0.2808.01-2_sid32-gcc43.buildlog
lists:

Get:13 http://idpot.grenoble.grid5000.fr sid/main libcompress-raw-zlib-perl 2.011-1 [93.2kB]
Get:14 http://idpot.grenoble.grid5000.fr sid/main libio-compress-base-perl 2.011-1 [57.5kB]
Get:15 http://idpot.grenoble.grid5000.fr sid/main libio-compress-zlib-perl 2.010-1 [147kB]
Get:16 http://idpot.grenoble.grid5000.fr sid/main libcompress-zlib-perl 2.010-1 [36.3kB]

(Note the discrepancy in the versions.)

I didn't have enough time yet to find out which build dependency
actually pulls in the lib.*compress.*-perl stuff.

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian gnu/linux user, admin & developer - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-    NP: Oasis: Live Forever (Live)/Live Forever
[signature.asc (application/pgp-signature, inline)]

Reply sent to Lucas Nussbaum <lucas@lucas-nussbaum.net>:
You have taken responsibility. (full text, mbox, link).


Notification sent to Lucas Nussbaum <lucas@lucas-nussbaum.net>:
Bug acknowledged by developer. (full text, mbox, link).


Message #20 received at 482247-done@bugs.debian.org (full text, mbox, reply):

From: Lucas Nussbaum <lucas@lucas-nussbaum.net>
To: 471628-done@bugs.debian.org, 474798-done@bugs.debian.org, 474882-done@bugs.debian.org, 479914-done@bugs.debian.org, 482208-done@bugs.debian.org, 482247-done@bugs.debian.org, 482259-done@bugs.debian.org, 482264-done@bugs.debian.org, 482515-done@bugs.debian.org
Subject: doesn't fail to build anymore
Date: Wed, 28 May 2008 15:02:54 +0200
Hi,

This package doesn't fail to build anymore, so I'm closing this bug.
-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Thu, 26 Jun 2008 07:33:45 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Thu Jan 11 12:02:06 2018; Machine Name: beach

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.