Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656226 - dev-perl/ExtUtils-F77-1.200.0 : [TEST] Can t exec f77 : No such file or directory at t/require.t line 28.
Summary: dev-perl/ExtUtils-F77-1.200.0 : [TEST] Can t exec f77 : No such file or direc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-05-21 11:30 UTC by Toralf Förster
Modified: 2018-06-08 04:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.55 KB, text/plain)
2018-05-21 11:30 UTC, Toralf Förster
Details
dev-perl:ExtUtils-F77-1.200.0:20180521-112406.log (dev-perl:ExtUtils-F77-1.200.0:20180521-112406.log,2.89 KB, text/plain)
2018-05-21 11:30 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,269.05 KB, text/plain)
2018-05-21 11:30 UTC, Toralf Förster
Details
environment (environment,35.59 KB, text/plain)
2018-05-21 11:30 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,18.36 KB, application/x-bzip)
2018-05-21 11:30 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,11.37 KB, application/x-bzip)
2018-05-21 11:30 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,778 bytes, application/x-bzip)
2018-05-21 11:30 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-05-21 11:30:18 UTC
t/require.t .. 1/2 Use of uninitialized value $ExtUtils::F77::Runtime in concatenation (.) or string at t/require.t line 17.
Can't exec "f77": No such file or directory at t/require.t line 28.

                    
t/require.t .. Failed 1/2 subtests 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-hardened_test_20180512-194415

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
  [4]   pypy (fallback)

java-config:
The following VMs are available for generation-2:


emerge -qpv dev-perl/ExtUtils-F77
[ebuild  N    ] dev-perl/ExtUtils-F77-1.200.0
Comment 1 Toralf Förster gentoo-dev 2018-05-21 11:30:21 UTC
Created attachment 532548 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-05-21 11:30:24 UTC
Created attachment 532550 [details]
dev-perl:ExtUtils-F77-1.200.0:20180521-112406.log
Comment 3 Toralf Förster gentoo-dev 2018-05-21 11:30:27 UTC
Created attachment 532552 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-05-21 11:30:30 UTC
Created attachment 532554 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-05-21 11:30:33 UTC
Created attachment 532556 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-05-21 11:30:36 UTC
Created attachment 532558 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2018-05-21 11:30:39 UTC
Created attachment 532560 [details]
tests.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2018-06-08 04:39:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296b8a0587807043c054d6e421384516d27cbed5

commit 296b8a0587807043c054d6e421384516d27cbed5
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2018-06-08 04:38:23 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2018-06-08 04:38:49 +0000

    dev-perl/ExtUtils-F77: Require a fortran implementation bug #656226
    
    This module autoswitches between a bunch of fortran implementations,
    however, it helps to actually have one installed first.
    
    Failures occur as a result of attempting to use a default (which is
    not installed) when discovery fails
    
    Closes: https://bugs.gentoo.org/656226
    Package-Manager: Portage-2.3.29, Repoman-2.3.9

 .../ExtUtils-F77/ExtUtils-F77-1.200.0-r1.ebuild     | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)