Opened 11 years ago
Closed 10 years ago
#42491 closed defect (worksforme)
libgcc: fatal error: stdio.h: No such file or directory
Reported by: | marcosmrs.silva@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | libgcc |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hi.
I'm trying to upgrade using the command "sudo port upgrade outdated" without success.
Please see below the output:
user83:lib marcossilva$ sudo port upgrade outdated ---> Computing dependencies for libgcc ---> Building libgcc Error: org.macports.build for port libgcc returned: command execution failed Please see the log file for port libgcc for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_gcc48/libgcc/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets user83:lib marcossilva$
Please see attached file with the log.
Thank you.
Marcos
Attachments (1)
Change History (3)
Changed 11 years ago by marcosmrs.silva@…
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
Port: | libgcc added |
Priority: | High → Normal |
Summary: | Fail to upgrade → libgcc: fatal error: stdio.h: No such file or directory |
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The log you attached is incomplete. Usually we would ask you to clean and try again. However I suspect the new log would still say:
Does the file /usr/include/stdio.h in fact exist or not? If not, have you installed the Xcode command line tools? If not, please do, by running
xcode-select --install
.