apr binary package misconfigured?

Joshua Root jmr at macports.org
Mon Oct 15 05:36:57 PDT 2012


On 2012-10-15 23:16 , Titus von Boxberg wrote:
> Am 15.10.2012 13:47, schrieb Ryan Schmidt:
>>
>> I agree generally with what jmr wrote earlier: any port not respecting
>> the value of configure.compiler should be made to do so. That will
>> solve the problem.
> Would that solve the apr issue?
> 
> I thought that the problem was caused by the buildbot
> having installed an older Xcode than my computer.

The problem is that apr assumes that the compiler it was built with will
always be available when its dependents are built, so it can just store
the path to it and tell them to use it.

> When I run port -v configure apr on my machine it says
> "checking how to run the C preprocessor... /usr/bin/clang -E"
> 
> So apr does seem to respect the value of configure.compiler?

It's not apr but serf1 that is not respecting it.

- Josh


More information about the macports-dev mailing list