libgcrypt, apple-gcc42 & blacklisting ...

Lawrence Velázquez larryv at macports.org
Tue Aug 20 10:04:26 PDT 2013


On Aug 20, 2013, at 12:35 PM, Peter Danecek <Peter.Danecek at bo.ingv.it> wrote:

> Should I compile a ticket against base?

Shouldn't be necessary.

What I think is happening is that your configure.compiler value is being propagated to dependencies. So MacPorts needs to build llvm-3.3 as a dependency of clang-3.3, but then it tries to install llvm-3.3 using clang-3.3 as the compiler.

Try installing Clang separately first:

   % sudo port install clang-3.3
   % sudo port -d install libgcrypt configure.compiler=macports-clang-3.3

vq


More information about the macports-users mailing list