Opened 13 years ago

Closed 12 years ago

#29732 closed defect (invalid)

bitcoin 0.3.21: llvm-g++ : file not found

Reported by: lo.knut@… Owned by: singingwolfboy@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: bitcoin

Description

llvm-g++ : file not found

Yes, llvm is installed and llvm-g++ can be found through $PATH

Attachments (1)

main.log (53.9 KB) - added by lo.knut@… 13 years ago.
build log

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by lo.knut@…

Attachment: main.log added

build log

comment:1 Changed 13 years ago by jmroot (Joshua Root)

How is llvm-gcc being used in the first place? The default is gcc-4.2 on 10.6 and the portfile doesn't change it.

The configure phase output would answer that, but your log isn't from a fresh attempt and so doesn't contain it.

comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: singingwolfboy@… removed
Owner: changed from macports-tickets@… to singingwolfboy@…
Summary: bitcoin 0.3.21 build errorbitcoin 0.3.21: llvm-g++ : file not found

The bitcoin makefile is hardcoded to use llvm-g++, and the portfile does not do anything to change this.

It works fine for me. It finds llvm-g++ in /usr/bin.

Your $PATH is irrelevant; MacPorts does not use it. So either llvm-g++ is not in /usr/bin (reinstall Xcode) or you have edited macports.conf and removed /usr/bin from binpath (put it back).

comment:3 Changed 12 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.