#34907: Failed installation of gcc48 +gfortran breaks earlier gfortran builds -------------------------------+-------------------------------------------- Reporter: rouson@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: gcc48 -------------------------------+-------------------------------------------- Description changed by ryandesign@…: Old description:
Remember 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.
Attempting 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:
{{{ ---> Building gcc48 Error: org.macports.build for port gcc48 returned: command execution failed To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gcc48 failed }}}
After this, running gfortran on a simple one-line program produces the following ICE
{{{ $cat end.f90 end $ gfortran-mp-4.7 end.f90 dyld: Library not loaded: /opt/local/lib/libppl.9.dylib Referenced from: /opt/local/libexec/gcc/x86_64-apple- darwin10/4.7.0/f951 Reason: image not found gfortran-mp-4.7: internal compiler error: Trace/BPT trap (program f951) Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. }}}
Damian
New description: Attempting 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: {{{ ---> Building gcc48 Error: org.macports.build for port gcc48 returned: command execution failed To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gcc48 failed }}} After this, running gfortran on a simple one-line program produces the following ICE {{{ $cat end.f90 end $ gfortran-mp-4.7 end.f90 dyld: Library not loaded: /opt/local/lib/libppl.9.dylib Referenced from: /opt/local/libexec/gcc/x86_64-apple-darwin10/4.7.0/f951 Reason: image not found gfortran-mp-4.7: internal compiler error: Trace/BPT trap (program f951) Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. }}} Damian -- -- Ticket URL: <https://trac.macports.org/ticket/34907#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS