Changes between Initial Version and Version 1 of Ticket #45983


Ignore:
Timestamp:
Nov 22, 2014, 10:56:55 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error "stdio.h: No such file or directory" usually means you have not installed the Xcode command line tools. If you haven't done so, please do, then clean gcc49 again. gcc49 builds fine for me on Yosemite.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45983

    • Property Owner changed from macports-tickets@… to mww@…
    • Property Cc ryandesign@… added
    • Property Port gcc49 added
    • Property Summary changed from gcc49 fails to build on Yosemite to gcc49: fatal error: stdio.h: No such file or directory
  • Ticket #45983 – Description

    initial v1  
    33The error:
    44
     5{{{
    56--->  Building gcc49
    67Error: org.macports.build for port gcc49 returned: command execution failed
    78Please see the log file for port gcc49 for details:
     9}}}
    810
    911The log file is attached
     
    1113The first error in the log relating to this appears to be:
    1214
     15{{{
    1316:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc49/gcc49/work/gcc-4.9.2/libgcc/../gcc/tsystem.h:87:19: fatal error: stdio.h: No such file or directory
     17}}}
    1418
    1519I was able to install gcc48 with no trouble.