#50846: Atlas build fails on gfortran location -------------------------------+-------------------------------- Reporter: Eric.J.Fielding@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: atlas -------------------------------+-------------------------------- I did the usual port upgrade outdated but atlas failed to rebuild. It looks like it is looking in the wrong place for the gfortran library. {{{ :info:build cd RCW_tMp ; ar x ../liblapack.a :info:build cd RCW_tMp ; ar x ../libf77blas.a :info:build cd RCW_tMp ; ar x ../libcblas.a :info:build cd RCW_tMp ; ar x ../libatlas.a :info:build cd RCW_tMp ; /usr/bin/clang -O3 -fomit-frame-pointer -fPIC -march=native -mfma -dynamiclib -o ../libsatlas.dylib \ :info:build -install_name /opt/local/lib/libsatlas.dylib -current_version 3.10.2 \ :info:build -compatibility_version 3.10.2 *.o -lpthread -lm /opt/local/lib/gcc4.8/libgfortran.dylib :info:build clang: error: no such file or directory: '/opt/local/lib/gcc4.8/libgfortran.dylib' :info:build make[1]: *** [dylib] Error 1 :info:build make: *** [shared_all] Error 2 :info:build Command failed: /usr/bin/make shared_all :info:build Exit code: 2 }}} I have gcc48 installed and it provides /opt/local/lib/gcc48/libgfortran.dylib without the "." so I am guessing some config file has a typo. -- Ticket URL: <https://trac.macports.org/ticket/50846> MacPorts <https://www.macports.org/> Ports system for OS X