Opened 4 years ago
Closed 4 years ago
#61347 closed defect (fixed)
ccache 4.0 command execution failed while executing "system {*}$notty {*}$nice $fullcmdstring"
Reported by: | thetrial (alabay) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.3 |
Keywords: | legacy-os, elcapitan | Cc: | chrstphrchvz (Christopher Chavez) |
Port: | ccache |
Description
ccache-4.0 seems not to build under 10.11:
:info:build Exit code: 2 :error:build Failed to build ccache: command execution failed :debug:build Error code: CHILDSTATUS 7183 2 :debug:build Backtrace: command execution failed :debug:build while executing :debug:build "system {*}$notty {*}$nice $fullcmdstring" :debug:build invoked from within :debug:build "command_exec build" :debug:build (procedure "portbuild::build_main" line 8) :debug:build invoked from within :debug:build "$procedure $targetname"
Change History (9)
comment:1 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
comment:2 Changed 4 years ago by chrstphrchvz (Christopher Chavez)
Cc: | chrstphrchvz added |
---|
comment:3 Changed 4 years ago by jmroot (Joshua Root)
Owner: | set to ryandesign |
---|
comment:4 Changed 4 years ago by kencu (Ken)
Software usually needs to do a bit of testing to see if a certain feature like __attribute__(target)
is supported before using it, for example something like what is done here <https://github.com/inikep/lzbench/blob/master/libdeflate/compiler_gcc.h>.
comment:5 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | assigned → accepted |
---|
I've filed some upstream bug reports:
Build failure on 10.12: https://github.com/ccache/ccache/issues/688 See #61349
Build failure on 10.8-10.11: https://github.com/ccache/ccache/issues/689
comment:6 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
comment:8 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
ccache 4.1 now builds without modifications on 10.10 and later, and on 10.9 and earlier prints a more helpful message that the compiler is too old.
comment:9 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
It is not clear what the reporter's exact issue is; need to provide main.log.
Maybe the reporter's issue is the same one encountered by the macOS 10.8-10.11 builders (errors involving AVX intrinsics—which clang 9.0 used on macOS 10.6-10.7 recognize, and could indicate code that won't run on older CPUs):