Opened 8 years ago

Closed 7 years ago

#52084 closed defect (fixed)

flann @1.9.1: ld: library not found for -lclang++

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mamoll (Mark Moll)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc: tenomoto (Takeshi Enomoto)
Port: flann

Description

flann @1.9.1 fails fo build for me with this error:

ld: library not found for -lclang++

The build succeeded on the buildbot. I haven't looked into what the difference is.

Attachments (1)

main.log (108.2 KB) - added by ryandesign (Ryan Carsten Schmidt) 8 years ago.

Download all attachments as: .zip

Change History (6)

Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

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

Cc: takeshi@… added

On the buildbot:

-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- HDF5: Using hdf5 compiler wrapper to determine CXX configuration
-- Found HDF5: /opt/local/lib/libhdf5_cpp.dylib;/opt/local/lib/libhdf5.dylib;/opt/local/lib/libz.dylib;/usr/lib/libdl.dylib;/usr/lib/libm.dylib (found version "1.10.0")  

On my system:

-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- HDF5: Using hdf5 compiler wrapper to determine CXX configuration
-- Found HDF5: /opt/local/lib/libhdf5_cpp.dylib;/opt/local/lib/libhdf5.dylib;/opt/local/lib/libz.dylib;/usr/lib/libdl.dylib;/usr/lib/libm.dylib;clang++ (found version "1.10.0")  

This might relate to #51600. r149527 only fixed h5cc, not h5c++.

comment:2 Changed 8 years ago by mamoll (Mark Moll)

@ryandesign, are you using ccache?

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Yes.

comment:4 Changed 7 years ago by tenomoto (Takeshi Enomoto)

Removed ccache from h5c++ in r153822.

comment:5 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Thanks.

Note: See TracTickets for help on using tickets.