New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20073 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

arc should use configure.cc

Reported by: ryandesign@… 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

arc-cc.diff (1.2 KB) - added by ryandesign@… 4 years ago.

Change History

Changed 4 years ago by ryandesign@…

comment:1 Changed 3 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r68754.

Note: See TracTickets for help on using tickets.