Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jan 2018 13:11:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 225467] lang/p5-ExtUtils-F77 hardcoded default gfortran version may cause libgfortran not to be found
Message-ID:  <bug-225467-14331-u0igpEBtEA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225467-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225467-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Erik B Knudsen <erkn@fysik.dtu.dk> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to perl@FreeBSD.or=
g:
Bug 225467: lang/p5-ExtUtils-F77 hardcoded default gfortran version may cau=
se
libgfortran not to be found
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225467



--- Description ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225467-14331-u0igpEBtEA>