[MacPorts] #56916: Failue upgrading ROOT6

MacPorts noreply at macports.org
Sun Aug 5 16:23:51 UTC 2018


#56916: Failue upgrading ROOT6
-----------------------+--------------------------
  Reporter:  angelog0  |      Owner:  cjones051073
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:  2.5.3
Resolution:            |   Keywords:
      Port:  root6     |
-----------------------+--------------------------

Comment (by cjones051073):

 Actually, looking at your original log again I think something is funny
 with your compiler tools, as the failure is

 {{{
 :info:configure     Run Build Command:"/usr/bin/make" "cmTC_8f70b/fast"
 :info:configure
 /Applications/Xcode.app/Contents/Developer/usr/bin/make -f
 CMakeFiles/cmTC_8f70b.dir/build.make CMakeFiles/cmTC_8f70b.dir/build
 :info:configure     Building Fortran object
 CMakeFiles/cmTC_8f70b.dir/testFortranCompiler.f.o
 :info:configure     /opt/local/bin/gfortran-mp-7   -pipe -Os  -arch x86_64
 -c
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_root6/root6/work/build/CMakeFiles/CMakeTmp/testFortranCompiler.f
 -o CMakeFiles/cmTC_8f70b.dir/testFortranCompiler.f.o
 :info:configure     FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't
 understand 'm' flag!
 :info:configure     make[1]: ***
 [CMakeFiles/cmTC_8f70b.dir/testFortranCompiler.f.o] Error 2
 :info:configure     make: *** [cmTC_8f70b/fast] Error 2
 }}}

 So your as command is failing...

 What version of Xcode do you have installed ?

 What does

 {{{
 port installed cctools
 }}}

 give you ?

 Finally, try

 {{{
  sudo port uninstall cctools
 }}}

 say yes to 'do you really want to do this'. Then

 {{{
  sudo port install cctools
 }}}

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


More information about the macports-tickets mailing list