Date: Fri, 26 Jan 2018 13:11:03 +0000 From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 225467] lang/p5-ExtUtils-F77 hardcoded default gfortran version may cause libgfortran not to be found Message-ID: <bug-225467-14331@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225467 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@FreeBSD.org Reporter: erkn@fysik.dtu.dk Assignee: perl@FreeBSD.org Flags: maintainer-feedback?(perl@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=C5=95eeBSD 11 seems to be 6. This causes the next line: $dir =3D `$gfortran -print-file-name=3Dlibgfortr= an.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 #225= 375. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225467-14331>