[MacPorts] #61125: mpich-devel-default error: Could not determine a way to link a Fortran test program!

MacPorts noreply at macports.org
Sat Sep 5 06:28:23 UTC 2020


#61125: mpich-devel-default error: Could not determine a way to link a Fortran test
program!
----------------------------------+----------------------
  Reporter:  LemingVan            |      Owner:  eborisch
      Type:  defect               |     Status:  assigned
  Priority:  Normal               |  Milestone:
 Component:  ports                |    Version:  2.6.3
Resolution:                       |   Keywords:
      Port:  mpich-devel-default  |
----------------------------------+----------------------

Comment (by kencu):

 so the issue here is your version of ld64 is not making the {{{mpich-
 devel-default}}} port happy. I'm not sure why not, but you will need to do
 this:
 {{{
 sudo port -v install ld64-xcode
 sudo port -f uninstall ld64
 sudo port -v install ld64 +ld64_xcode
 }}}
 and then you should see:
 {{{
  % port -v installed ld64
 The following ports are currently installed:
   ld64 @3_3+ld64_xcode (active) platform='darwin 19' archs='x86_64'
 date='2020-08-18T21:47:33-0700'
 }}}
 and once you see that, you should be in business again.

-- 
Ticket URL: <https://trac.macports.org/ticket/61125#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list