Opened 3 weeks ago

Last modified 2 weeks ago

#69877 new defect

grace @5.1.25: error: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int

Reported by: roxannetutchton (Roxanne Tutchton) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: sonoma Cc:
Port: grace

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Tried in install port "grace" several times (cleaned and reinstalled) and get error:

Error: Failed to build grace: command execution failed   
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_distfiles.macports.org_ports_x11_grace/grace/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
Error: Processing of port grace failed

Info from main.log shows:

: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'
:info:build make: *** [subdirs] Error 1
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_distfiles.macports.org_ports_x11_grace/grace/work/grace-5.1.25'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_distfiles.macports.org_ports_x11_grace/grace/work/grace-5.1.25" && /usr/bin/make -j12 -w all
:info:build Exit code: 2
:error:build Failed to build grace: command execution failed
:debug:build Error code: CHILDSTATUS 42656 2
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$callback {*}$nice $fullcmdstring"
:debug:build     invoked from within
:debug:build "command_exec -callback portprogress::target_progress_callback build"
:debug:build     (procedure "portbuild::build_main" line 10)
:debug:build     invoked from within
:debug:build "$procedure $targetname"

Attachments (1)

main.log (4.5 MB) - added by roxannetutchton (Roxanne Tutchton) 3 weeks ago.
full log file

Change History (3)

Changed 3 weeks ago by roxannetutchton (Roxanne Tutchton)

Attachment: main.log added

full log file

comment:1 Changed 3 weeks ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: grace failed removed
Summary: Error: Processing of port grace failed mac OS 14.4.1grace @5.1.25: error: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int

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.

comment:2 Changed 2 weeks ago by ryandesign (Ryan Carsten Schmidt)

I see that their phpBB installation is broken and it is not possible to submit anything there right now. I reported the phpBB breakage to the administrator by email.

Note: See TracTickets for help on using tickets.