Changes between Initial Version and Version 1 of Ticket #69877


Ignore:
Timestamp:
Apr 30, 2024, 11:59:45 PM (5 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The errors in the log are:

Draw.c:237:40: error: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
xbaeDrawCellString(mw, row, column, x, y, string, bg, fg)
                                       ^
Draw.c:237:37: error: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
xbaeDrawCellString(mw, row, column, x, y, string, bg, fg)
                                    ^

This bug in grace should be reported to its developers so they can fix it and release a new version, to which MacPorts can then update.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69877

    • Property Keywords grace failed removed
    • Property Summary changed from Error: Processing of port grace failed mac OS 14.4.1 to grace @5.1.25: error: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int
  • Ticket #69877 – Description

    initial v1  
    11Tried in install port "grace" several times (cleaned and reinstalled) and get error:
     2{{{
    23Error: Failed to build grace: command execution failed   
    34Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_ports_x11_grace/grace/main.log for details.
    4 Error: Follow https://guide.macports.org/#project.tickets if you believe there
    5 is a bug.
     5Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    66Error: Processing of port grace failed
     7}}}
    78
    89Info from main.log shows:
    910
     11{{{
    1012:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_distfiles.macports.org_ports_x11_grace/grace/work/grace-5.1.25/Xbae/Xbae'
    1113:info:build make: *** [subdirs] Error 1
     
    2325:debug:build     invoked from within
    2426:debug:build "$procedure $targetname"
     27}}}