Changes between Version 1 and Version 2 of Ticket #40439, comment 14


Ignore:
Timestamp:
Oct 2, 2013, 9:45:26 AM (11 years ago)
Author:
leonardo.echeverria@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40439, comment 14

    v1 v2  
    11Replying to [comment:13 jtcord@…]:
    2 I tried the following:
     2I tried the following and it worked:
     3
     4%%sudo port clean libgcc [[BR]]
     5
     6%%sudo port -v install gcc48 +gfortran [[BR]]
     7
     8
     9
     10But I still get the same issue when I tried [[BR]]
     11
     12%%sudo port -v upgrade outdated
    313
    414{{{
    5 sudo port clean libgcc
    6 sudo port -v install gcc48 +gfortran
     15make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/libgcc/work/build'
     16make: *** [bootstrap] Error 2
     17make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/libgcc/work/build'
     18Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/libgcc/work/build" && /usr/bin/make -j2 -w bootstrap
     19Exit code: 2
     20Error: org.macports.build for port libgcc returned: command execution failed
     21Warning: targets not executed for libgcc: org.macports.activate org.macports.build org.macports.destroot org.macports.install
     22Error: Failed to install libgcc
     23Please see the log file for port libgcc for details:
     24    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/libgcc/main.log
     25Error: The following dependencies were not installed: libgcc
     26Error: Unable to upgrade port: 1
     27To report a bug, follow the instructions in the guide:
     28    http://guide.macports.org/#project.tickets
    729}}}
    830
    9 Still same issue
    1031
    1132> Can confirm as well. Both f951 and gfortran crashed while making libgcc.
     
    1839> Thread model: posix
    1940> }}}
     41
     42Do you think that there may be a conflict with different versions?
     43
     44{{{
     45  gcc47 @4.7.3_0
     46  gcc47 @4.7.3_0+universal
     47  gcc47 @4.7.3_2+universal (active)
     48  gcc48 @4.8.1_3 (active)
     49  libgcc @4.8.1_2+universal
     50  libgcc @4.8.1_3 (active)
     51}}}