#66190 closed defect (fixed)

gpick-0.2.5_3 build fails with error "Error: Processing of port gpick failed" after upgrading to Ventura 13.0

Reported by: worldleather Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.8.0
Keywords: Cc:
Port: gpick

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

Hello,

After upgrading to Ventura from previous macOS version, followed macports instructions to migrate macports installations to new macOS here: wiki:Migration.

Discovered that gpick is not installed, trying to install it manually results in error.

Error: Processing of port gpick failed,

here a snippet from main.log:

:info:build Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gpick/gpick/work/gpick_0.2.5" && /opt/local/bin/scons -j16 build 
:debug:build system:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gpick/gpick/work/gpick_0.2.5" && /opt/local/bin/scons -j16 build 
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gpick/gpick/work/gpick_0.2.5" && /opt/local/bin/scons -j16 build 
:info:build Killed by signal: 9
:error:build Failed to build gpick: command execution failed
:debug:build Error code: CHILDKILLED 39440 SIGKILL {kill signal}
: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 8)
:debug:build     invoked from within
:debug:build "$procedure $targetname"
:error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gpick/gpick/main.log for details.

Change History (7)

comment:1 Changed 18 months ago by jmroot (Joshua Root)

Description: modified (diff)
Port: gpick added

Please attach the log.

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

Description: modified (diff)

comment:3 Changed 16 months ago by jmroot (Joshua Root)

The error on the buildbot is

  File "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_graphics_gpick/gpick/work/gpick_0.2.5/SConscript", line 51

    	umask = os.umask(022)

    	                 ^

SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers

comment:4 Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)

That's #65641.

comment:5 in reply to:  description Changed 11 months ago by ryandesign (Ryan Carsten Schmidt)

Replying to worldleather:

:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_gpick/gpick/work/gpick_0.2.5" && /opt/local/bin/scons -j16 build 
:info:build Killed by signal: 9

I don't know why scons was being killed by signal 9 on your system, but gpick was updated to version 0.3 and now uses cmake instead of scons, so try again after running sudo port selfupdate.

comment:6 Changed 11 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Owner: set to MarcusCalhoun-Lopez
Status: newaccepted

comment:7 Changed 11 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: acceptedclosed

As noted, with the recent update of gpick, this issues should be resolved.
Please feel free to reopen the ticket if there is still a problem.

Note: See TracTickets for help on using tickets.