[Bug 1228015] New: perl-Test-AutoBuild-1.2.4-15.fc23 FTBFS on ARM: cannot open /builddir/build/BUILD/Test-AutoBuild-1.2.4/t/build-home/head/a: No such file or directory at t/110-Repository-Darcs.t line 139

bugzilla at redhat.com bugzilla at redhat.com
Thu Jun 4 05:39:57 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1228015

            Bug ID: 1228015
           Summary: perl-Test-AutoBuild-1.2.4-15.fc23 FTBFS on ARM: cannot
                    open
                    /builddir/build/BUILD/Test-AutoBuild-1.2.4/t/build-hom
                    e/head/a: No such file or directory at
                    t/110-Repository-Darcs.t line 139
           Product: Fedora
           Version: rawhide
         Component: perl-Test-AutoBuild
          Assignee: berrange at redhat.com
          Reporter: ppisar at redhat.com
        QA Contact: extras-qa at fedoraproject.org
                CC: berrange at redhat.com,
                    perl-devel at lists.fedoraproject.org



perl-Test-AutoBuild-1.2.4-15.fc23 fails to build on ARM platform:

t/110-Repository-CVS.t ......... ok
cannot open /builddir/build/BUILD/Test-AutoBuild-1.2.4/t/build-home/head/a: No
such file or directory at t/110-Repository-Darcs.t line 139.
# Looks like you planned 31 tests but ran 6.
# Looks like your test exited with 2 just after 6.
t/110-Repository-Darcs.t ....... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 25/31 subtests 
t/110-Repository-Disk.t ........ ok

The package specifically removes the test if ghc is not supported:

# Darcs won't work on arches which lack GHC
%ifnarch %{?ghc_arches_with_ghci}
%define with_darcs 0
%endif

But since this build root change:

        darcs     2.8.4-5.fc22     >     2.8.5-1.fc22
    ghc-array     0.4.0.1-28.fc22     >     0.5.0.0-40.fc22
    ghc-time     1.4.0.1-28.fc22     >     1.4.2-40.fc22
    ghc-old-locale     1.0.0.5-28.fc22     >     1.0.0.6-40.fc22
    ghc-directory     1.2.0.1-28.fc22     >     1.2.1.0-40.fc22
    ghc-html     1.0.1.2-30.fc22     >     1.0.1.2-31.fc22
    ghc-regex-base     0.93.2-30.fc22     >     0.93.2-31.fc22
    ghc-terminfo     0.3.2.5-6.fc22     >     0.4.0.0-40.fc22
    ghc-process     1.1.0.2-28.fc22     >     1.2.0.0-40.fc22
    darcs-common         >     2.8.5-1.fc22
    ghc-text     0.11.3.1-3.fc21     >     1.1.1.3-1.fc22
    ghc-transformers     0.3.0.0-35.fc22     >     0.3.0.0-40.fc22
    ghc-extensible-exceptions     0.1.1.4-15.fc22     >     0.1.1.4-16.fc22
    ghc-zlib     0.5.4.1-29.fc22     >     0.5.4.1-30.fc22
    ghc-parsec     3.1.3-31.fc21     >     3.1.5-1.fc22
    ghc-hashed-storage     0.5.10-8.fc22     >     0.5.11-1.fc22
    ghc-vector     0.10.0.1-8.fc21     >     0.10.9.1-1.fc22
    ghc-mtl     2.1.2-28.fc21     >     2.1.3.1-1.fc22
    ghc-base     4.6.0.1-28.fc22     >     4.7.0.2-40.fc22
    ghc-unix     2.6.0.1-28.fc22     >     2.7.0.1-40.fc22
    ghc-tar     0.4.0.1-6.fc22     >     0.4.0.1-7.fc22
    ghc-old-time     1.1.0.1-28.fc22     >     1.1.0.2-40.fc22
    ghc-utf8-string     0.3.7-10.fc22     >     0.3.8-1.fc22
    ghc-mmap     0.5.8-6.fc22     >     0.5.9-1.fc22
    ghc-random     1.0.1.1-28.fc22     >     1.0.1.1-29.fc22
    ghc-haskeline     0.7.0.3-5.fc22     >     0.7.1.2-40.fc22
    ghc-regex-posix     0.95.2-31.fc22     >     0.95.2-32.fc22
    ghc-binary     0.5.1.1-28.fc22     >     0.7.1.0-40.fc22
    ghc-filepath     1.3.0.1-28.fc22     >     1.3.0.2-40.fc22
    ghc-bytestring     0.10.0.2-28.fc22     >     0.10.4.0-40.fc22
    ghc-regex-compat     0.95.1-36.fc22     >     0.95.1-37.fc22
    ghc-containers     0.5.0.0-28.fc22     >     0.5.5.1-40.fc22
    ghc-deepseq     1.3.0.1-28.fc22     >     1.3.0.2-40.fc22
    ghc-dataenc     0.14.0.5-5.fc22     >     0.14.0.7-1.fc22
    ghc-primitive     0.5.0.1-5.fc21     >     0.5.2.1-1.fc22
    perl-generators     1.02-1.fc22     >     1.03-1.fc22

the condition evaluates to false and the test is run and it fails.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the perl-devel mailing list