Opened 15 years ago

Closed 14 years ago

#20073 closed defect (fixed)

arc should use configure.cc

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jc@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: arc

Description

$ port install arc
--->  Fetching arc
--->  Attempting to fetch arc-5.21o.tgz from http://leopard.local/distfiles/arc
--->  Attempting to fetch arc-5.21o.tgz from http://superb-west.dl.sourceforge.net/arc
--->  Verifying checksum(s) for arc
--->  Extracting arc
--->  Applying patches to arc
--->  Configuring arc
--->  Building arc
Error: Target org.macports.build returned: shell command " cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_archivers_arc/work/arc-5.21o" && nice -n 10 make all OPT="-O2" " returned error 2
Command output: gcc -O2 -DBSD=1 -c arc.c
gcc -O2 -DBSD=1 -c arc.c
gcc: Error: You should be using ${configure.cc}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make: *** [arc.o] Error 1

A patch is attached which fixes this issue. If there is no objection, I'm happy to commit it.

Attachments (1)

arc-cc.diff (1.2 KB) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: arc-cc.diff added

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Fixed in r68754.

Note: See TracTickets for help on using tickets.