pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dependency gcc7>=8: NOT found



On 2020-03-11 05:55, Patrick Welche wrote:
On Wed, Mar 11, 2020 at 09:02:18AM +0000, Patrick Welche wrote:
Surprised by:

===> Installing dependencies for py36-numpy-1.16.6
...
=> Full dependency gcc7>=8: NOT found
=> Verifying reinstall for ../../lang/gcc7

when gcc8-8.3.0nb2 is installed, and I have

GCC_REQD=8
PKGSRC_FORTRAN=gfortran

in /etc/mk.conf

This is apparently new...
Cured with a

GFORTRAN_VERSION=8

Wonder why it wasn't needed before...


Cheers,

Patrick
I think GCC_REQD requires a minor version in all cases.

Try GCC_REQD=8.0 and see if that works without a GFORTRAN.

8 by itself is confusing the logic in gfortran.mk, so it's falling back to the default gcc7.

If we're supposed to accept things like GCC_REQD=8, I'll look into making an adjustment.

    JB



Home | Main Index | Thread Index | Old Index