#42648: faust @0.9.46: update to 0.9.65 ------------------------+-------------------------- Reporter: aggraef@… | Owner: ryandesign@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: faust | ------------------------+-------------------------- Comment (by ryandesign@…): Thanks! The `git.branch` must be a specific commit; it cannot be a floating branch identifier like "origin/faust2". I changed `git.branch` to "b00d5580a386113431a77a3f7d1a064b1794a71a" (the latest commit from the origin/faust2 branch). It failed to build, saying: {{{ /opt/local/libexec/llvm-3.4/bin/clang++ -O3 -DLLVM_34 -emit-llvm -S ../architecture/scheduler.cpp -o scheduler.ll make[1]: /opt/local/libexec/llvm-3.4/bin/clang++: No such file or directory }}} Indeed, I have the llvm-3.4 port installed but not the clang-3.4 port. I'm unclear why the clang-3.4 compiler is being asked for here, when everything else was being compiled with Xcode's clang. -- Ticket URL: <https://trac.macports.org/ticket/42648#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X