Changes between Initial Version and Version 1 of Ticket #60882


Ignore:
Timestamp:
Jul 20, 2020, 10:26:36 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Looks like the real error in the log is:

:info:build exit.C:815:12: error: no matching function for call to 'XtAppSetErrorHandler'
:info:build     (void) XtAppSetErrorHandler(app_context, ddd_xt_error);
:info:build            ^~~~~~~~~~~~~~~~~~~~
:info:build /opt/local/include/X11/Intrinsic.h:1769:23: note: candidate function not viable: no known conversion from 'void (String)' (aka 'void (char *)') to 'void (*)(String) __attribute__((noreturn))' (aka 'void (*)(char *) __attribute__((noreturn))') for 2nd argument
:info:build extern XtErrorHandler XtAppSetErrorHandler(
:info:build                       ^

I found a couple places mentioning this error in a quick search:

https://www.freshports.org/devel/ddd

https://www.mail-archive.com/ports@openbsd.org/msg92519.html

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60882

    • Property Summary changed from Failed to build ddd: command execution failed on mac os 10.15.5 catalina to ddd: error: no matching function for call to 'XtAppSetErrorHandler'
  • Ticket #60882 – Description

    initial v1  
    11All prerequisites build successfully, ddd fails after configuration while building with message :
     2
     3{{{
    24Error: Failed to build ddd: command execution failed
    35Error: Processing of port ddd failed
     6}}}
    47
    58See attached main.log