Opened 11 years ago

Closed 10 years ago

#37966 closed defect (fixed)

chg is not UsingTheRightCompiler or -arch flags

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: chg

Description

chg is not UsingTheRightCompiler or -arch flags:

--->  Building chg
DEBUG: Executing org.macports.build (chg)
DEBUG: Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_chg/chg/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.8'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_chg/chg/work/34999f37caaf" && /usr/bin/make -j8 -w all'
DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_chg/chg/work/34999f37caaf" && /usr/bin/make -j8 -w all 
make: Entering directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_chg/chg/work/34999f37caaf'
/usr/bin/make -C src all
make[1]: Entering directory `/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_chg/chg/work/34999f37caaf/src'
cc -O2 -Wall -Wextra -pedantic -g -std=gnu99   -c -o chg.o chg.c
cc -O2 -Wall -Wextra -pedantic -g -std=gnu99   -c -o hgclient.o hgclient.c
cc -O2 -Wall -Wextra -pedantic -g -std=gnu99   -c -o misc.o misc.c
cc -O2 -Wall -Wextra -pedantic -g -std=gnu99   -c -o util.o util.c
cc -O2 -Wall -Wextra -pedantic -g -std=gnu99 -c -o misc.o misc.c
cc -O2 -Wall -Wextra -pedantic -g -std=gnu99 -c -o hgclient.o hgclient.c
cc -O2 -Wall -Wextra -pedantic -g -std=gnu99 -c -o chg.o chg.c
cc -O2 -Wall -Wextra -pedantic -g -std=gnu99 -c -o util.o util.c
cc: Error: You should be using ${configure.cc}
cc: Error: You should be using ${configure.cc}
cc: Error: You should be using ${configure.cc}
cc: Error: You should be using ${configure.cc}
See https://trac.macports.org/wiki/UsingTheRightCompiler
See https://trac.macports.org/wiki/UsingTheRightCompiler
See https://trac.macports.org/wiki/UsingTheRightCompiler
See https://trac.macports.org/wiki/UsingTheRightCompiler
make[1]: *** [util.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [misc.o] Error 1
make[1]: *** [hgclient.o] Error 1
make[1]: *** [chg.o] Error 1

Change History (2)

comment:1 Changed 11 years ago by seanfarley (Sean Farley)

Thanks for the report. I'm on it.

comment:2 Changed 10 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: newclosed

Forgot to close this. Fixed in r103130.

Note: See TracTickets for help on using tickets.