Re: [HACKERS] building HEAD on macos fails with #error no source ofrandom numbers configured - Mailing list pgsql-hackers

From Jim Nasby
Subject Re: [HACKERS] building HEAD on macos fails with #error no source ofrandom numbers configured
Date
Msg-id a2ae619b-9f53-085e-3262-f836061fc103@BlueTreble.com
Whole thread Raw
In response to Re: [HACKERS] building HEAD on macos fails with #error no source ofrandom numbers configured  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: [HACKERS] building HEAD on macos fails with #error no source ofrandom numbers configured  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 12/9/16 9:53 AM, Heikki Linnakangas wrote:
>>
>> I'm not sure what --no-recursion does, but I would say that we'd
>> consider that unsupported as well.
>
> Interesting. Running config.status adds those --no-create --no-recursion
> flags automatically. You can see them in the command-line at the top of
> config.log, too. I never bothered to check what they do...

AIUI they have to do with config dependency checking (where a simple 
make will detect if config needs to run again or not). I've been bitten 
by this in the past as well. Maybe there's a way to get config to spit 
out a warning for those options and have make filter the warning out.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Optimization for index-only scans with filter conditions
Next
From: Tomas Vondra
Date:
Subject: Re: [HACKERS] Declarative partitioning - another take