Re: pg_crypto failures with llvm on OSX

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_crypto failures with llvm on OSX
Дата
Msg-id 9016.1331432149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_crypto failures with llvm on OSX  (Robert Creager <robert@logicalchaos.org>)
Ответы Re: pg_crypto failures with llvm on OSX
Re: pg_crypto failures with llvm on OSX
Список pgsql-hackers
Robert Creager <robert@logicalchaos.org> writes:
> On Mar 10, 2012, at 5:01 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> What's really odd though is that there is nothing in the configuration
>> script that injects any of those switches.  I think you've got some
>> screwy global configuration on that machine, which you'd be well advised
>> to try to get rid of --- it's tough for people to do remote diagnosis of
>> buildfarm critters when there's relevant configuration that's not
>> exposed in the config script.

> No global config.  Changed the path around to have /opt/local after the standard Apple ones, and it appears to be
workingfine.  autoconf must be throwing in that path based on executables found?
 

I don't believe autoconf would insert such stuff on its own authority.
I'm wondering about CPPFLAGS, CFLAGS, LDFLAGS or similar variables being
set in the environment that the buildfarm script is running in.
Take a look at ~/.bash_profile and suchlike files.

(I wonder whether it'd be a good idea for the buildfarm script to
explicitly clear anything that autoconf pays attention to from its
startup environment, so that you have to set these variables in the
buildfarm config to make them have effect.  If not that, maybe print
"env" output to document what the situation is?)
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Creager
Дата:
Сообщение: Re: pg_crypto failures with llvm on OSX
Следующее
От: Robert Creager
Дата:
Сообщение: Re: pg_crypto failures with llvm on OSX