Changes between Initial Version and Version 1 of Ticket #33393


Ignore:
Timestamp:
Feb 28, 2012, 4:24:27 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33393

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Summary changed from no build of latex2rtf / freetype to freetype: 'stdarg.h' file not found
    • Property Port freetype added; latex2rtf removed
  • Ticket #33393 – Description

    initial v1  
    11I tried to install latex2rtf
    22I used
     3{{{
    34sudo port install latex2rtf
     5}}}
    46
    5 error Error: Target org.macports.build returned: shell command failed (see log for details)
     7error
     8{{{
     9Error: Target org.macports.build returned: shell command failed (see log for details)
     10}}}
    611
     12{{{
    713sudo port install latex2rtf  configure.compiler=gcc-4.2
     14}}}
    815
    916did also not work...