Opened 2 years ago
Closed 2 years ago
#65375 closed defect (fixed)
p5-io-compress-brotli: build uses "cc" instead of selected compiler
Reported by: | larryv (Lawrence Velázquez) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | p5-io-compress-brotli |
Description
Despite the best efforts of the post-configure phase to patch in the path to the correct compiler, the build still invokes cc
:
:info:configure ---> Patching Makefile: s|^(CC *=).*|\1 /usr/bin/clang| [...] :info:build cc -fPIC -O2 -Ic/include \ :info:build -c c/common/dictionary.c -o bin/obj/c/common/dictionary.o :info:build cc -fPIC -O2 -Ic/include -c c/common/dictionary.c -o bin/obj/c/common/dictionary.o :info:build cc: Error: You should be using ${configure.cc} :info:build See https://trac.macports.org/wiki/UsingTheRightCompiler :info:build gmake[1]: *** [Makefile:42: bin/obj/c/common/dictionary.o] Error 1
(It fails because my installation is configured as per UsingTheRightCompiler#testing.)
Attachments (1)
Change History (2)
Changed 2 years ago by larryv (Lawrence Velázquez)
comment:1 Changed 2 years ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
log with build.jobs=1