Opened 13 years ago
Closed 12 years ago
#33393 closed defect (worksforme)
freetype: 'stdarg.h' file not found
Reported by: | schneebeli@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | freetype |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I tried to install latex2rtf I used
sudo port install latex2rtf
error
Error: Target org.macports.build returned: shell command failed (see log for details)
sudo port install latex2rtf configure.compiler=gcc-4.2
did also not work...
Attachments (1)
Change History (3)
Changed 13 years ago by schneebeli@…
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | freetype added; latex2rtf removed |
Summary: | no build of latex2rtf / freetype → freetype: 'stdarg.h' file not found |
comment:2 Changed 12 years ago by nerdling (Jeremy Lavergne)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Not enough information provided by the author.
Note: See
TracTickets for help on using
tickets.
The relevant error in the log seems to be:
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_print_freetype/freetype/work/freetype-2.4.8/include/freetype/config/ftstdlib.h:168:10: fatal error: 'stdarg.h' file not found
I will assign the ticket to myself because I am the maintainer of freetype, but I do not know what to do to fix the problem.
Does the file stdarg.h exist anywhere on your system? For example /usr/include/stdarg.h? My understanding is that it should exist, and it does on my Snow Leopard system. Because the log you've attached is incomplete, it doesn't show what OS version you have. Please "sudo port clean freetype" and try again and attach the new complete main.log so that we have a complete record of what's happening. Also please indicate your OS and Xcode versions.
We've had some other reports of errors with stdarg.h, including #26804 and #33306, but they seem unrelated to me, since your message does not implicate an SDK. The latter ticket suggests a bad Xcode install was responsible; you could try uninstalling and reinstalling Xcode.