Opened 15 years ago

Closed 14 years ago

#20069 closed defect (fixed)

libsvm should be using configure.cxx

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

Description

$ port install libsvm
--->  Fetching libsvm
--->  Attempting to fetch libsvm-2.88.tar.gz from http://distfiles.macports.org/libsvm
--->  Verifying checksum(s) for libsvm
--->  Extracting libsvm
--->  Applying patches to libsvm
--->  Configuring libsvm
--->  Building libsvm
Error: Target org.macports.build returned: shell command " cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_math_libsvm/work/libsvm-2.88" && nice -n 10 make all PREFIX=/mp VERSION=2.88.0 " returned error 2
Command output: g++ -Wall -Wconversion -O3 -fPIC -c svm.cpp
g++ -Wall -Wconversion -O3 -fPIC -c svm.cpp
g++: Error: You should be using ${configure.cxx}
See http://trac.macports.org/wiki/UsingTheRightCompiler
make: *** [svm.o] Error 1

Attachments (1)

libsvm-cxx.diff (480 bytes) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.
the fix

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: libsvm-cxx.diff added

the fix

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

Resolution: fixed
Status: newclosed

Fixed in r61739.

Note: See TracTickets for help on using tickets.