[Bug 225467] lang/p5-ExtUtils-F77 hardcoded default gfortran version may cause libgfortran not to be found

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 26 13:11:05 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225467

            Bug ID: 225467
           Summary: lang/p5-ExtUtils-F77 hardcoded default gfortran
                    version may cause libgfortran not to be found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl at FreeBSD.org
          Reporter: erkn at fysik.dtu.dk
          Assignee: perl at FreeBSD.org
             Flags: maintainer-feedback?(perl at FreeBSD.org)

In the installed perl module F77.pm (in the FreeBSD section), the variable
$gfortran is set to 'gfortran48'. The default version of gfortran installed on
FeŕeeBSD 11 seems to be 6.
This causes the next line: $dir = `$gfortran -print-file-name=libgfortran.a`;
to return empty. This in turn means that libgfortran is not compiled in when
ExtUtils-F77 is used by applications, causing undefined refs.. See bug #225375.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list