Changes between Initial Version and Version 2 of Ticket #34907


Ignore:
Timestamp:
Jun 18, 2012, 11:42:25 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You did not show it in your error message, but when gcc48 failed to install, it should have printed the location of gcc48's main.log file. (If it did not, you are using an outdated version of MacPorts and should upgrade to MacPorts 2.1.1 by using "sudo port selfupdate".) You should attach that log file to this ticket so that we can see why it failed. You can use the command "port logfile gcc48" to see where it is.

gcc48 depends on ppl, so if an update of ppl was available, MacPorts would have upgraded ppl first before trying to install gcc48. If that increased ppl's library version, you would now also need to rebuild any other ports that use ppl, such as gcc47. (On my system, the ppl port installed libppl.11.dylib, and no longer the older libppl.9.dylib that your gcc47 says it is expecting.) After running "sudo port selfupdate", use "port outdated" to see if gcc47 and any other ports have upgrades available; if so, upgrade them using "sudo port upgrade outdated".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34907

    • Property Cc ryandesign@… added
    • Property Owner changed from macports-tickets@… to mww@…
    • Property Port gcc48 added
    • Property Priority changed from High to Normal
  • Ticket #34907 – Description

    initial v2  
     1Remember to use WikiFormatting when writing in Trac. Cc the maintainer of the affected port so that he receives an email about your ticket and can begin to look into the problem.
     2
    13Attempting to install gcc48 +gfortran has somehow broken my earlier builds (and thereby brought all of my work to a halt).  The trailing lines output from the build follow:
    24
     5{{{
    36--->  Building gcc48
    47Error: org.macports.build for port gcc48 returned: command execution failed
     
    69    http://guide.macports.org/#project.tickets
    710Error: Processing of port gcc48 failed
     11}}}
    812
    913After this, running gfortran on a simple one-line program produces the following ICE
    1014
     15{{{
    1116$cat end.f90
    1217end
     
    1924with preprocessed source if appropriate.
    2025See <http://gcc.gnu.org/bugs.html> for instructions.
     26}}}
    2127
    2228Damian