Changes between Initial Version and Version 3 of Ticket #37138


Ignore:
Timestamp:
Nov 28, 2012, 2:28:10 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The first error I see in the log is:

:info:build ../../gcc-4.8-20121118/gcc/tree-data-ref.c:1599:19: error: second argument to 'va_arg' is of non-POD type 'affine_fn' (aka 'vec<tree>') [-Wnon-pod-varargs]
:info:build     ret->fns[i] = va_arg (ap, affine_fn);
:info:build                   ^~~~~~~~~~~~~~~~~~~~~~
:info:build /usr/bin/../lib/clang/3.0/include/stdarg.h:35:50: note: instantiated from:
:info:build #define va_arg(ap, type)    __builtin_va_arg(ap, type)
:info:build                                                  ^
:info:build ../../gcc-4.8-20121118/gcc/tree-data-ref.c:1599:31: note: instantiated from:
:info:build     ret->fns[i] = va_arg (ap, affine_fn);
:info:build                               ^~~~~~~~~

I also see you're on Lion, and the above shows the use of files related to clang 3.0. The version of clang in the latest version of the Xcode command line tools is 4.1, so try updating Xcode to 4.5.2, then upgrading the Xcode command line tools (open Xcode.app -> Preferences -> Downloads).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37138

    • Property Cc jrblevin@… jeremyhu@… added
    • Property Summary changed from Error: org.macports.build for port libstdcxx-devel returned: command execution failed to libstdcxx-devel build failure
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to mww@…
    • Property Port libstdcxx-devel added
  • Ticket #37138 – Description

    initial v3  
    11When attempting to build gcc48, I receive the following message:
    22
    3 "Error: org.macports.build for port libstdcxx-devel returned: command execution failed"
     3{{{
     4Error: org.macports.build for port libstdcxx-devel returned: command execution failed
     5}}}
    46
    57The log file is attached.