Changes between Initial Version and Version 1 of Ticket #61058


Ignore:
Timestamp:
Aug 24, 2020, 3:28:27 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error message shows that you have gcc6 @6.4.0, which is years out of date. (We updated gcc6 to 6.5.0 in 2018.) And it failed to work because it is linked to an outdated version of isl which is no longer present.

The fix is to upgrade to gcc6 @6.5.0. I'm not sure why running sudo port upgrade outdated didn't do that for you.

What do you see when you run port installed gcc6?

Why did you have to sudo port -f activate libgcc10? You should not need to force activate anything.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61058

    • Property Keywords fortran gcc compiling removed
    • Property Summary changed from problem fortran to gcc6 @6.4.0: dyld: Library not loaded: /opt/local/lib/libisl.15.dylib
    • Property Port gcc6 added
    • Property Milestone changed from MacPorts 2.7.0 to
  • Ticket #61058 – Description

    initial v1  
    22Hi there. I have run the following commands:
    33
     4{{{
    45sudo port upgrade outdated
    5 
    66mpirun --version
    7 
    87sudo port -f activate libgcc10
     8}}}
    99
    1010(and then I deactivated). I have a gfortran error, though(see below). Could you please where I should even check
     
    1212(because I
    1313
    14 
     14{{{
    1515staff-net-nw-2010:TEST annagulcher$ gfortran -fopenmp openmp-test.f90
    1616dyld: Library not loaded: /opt/local/lib/libisl.15.dylib
     
    2222See <https://trac.macports.org/newticket> for instructions.
    2323staff-net-nw-2010:TEST annagulcher$
     24}}}