Re: cvs breakage - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: cvs breakage
Date
Msg-id 404E4553.4020806@dunslane.net
Whole thread Raw
In response to Re: cvs breakage  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: cvs breakage
Re: cvs breakage
List pgsql-hackers
Peter Eisentraut wrote:

>Andrew Dunstan wrote:
>  
>
>>If I configure with --prefix then cvs tip seems to fail make check -
>>initdb fails with a complaint about a missing symbol for
>>canonicalise_path. If I don't set the prefix then it works fine. I
>>don't have any funny LD_LIBRARY_PATH stuff set.
>>    
>>
>
>You need to do "make install" before "make check" or you need to compile 
>without rpath.
>
>  
>

I understood "make check" should be able to be run before an install.

Turning off rpath in src/Makefile.global did the trick. I'm amazed this 
hasn't caught me before - maybe libpq has just been so stable it hasn't 
made a difference ... Should the version number be bumped? or is this 
just a developer gotcha?

anyway, thanks

cheers

andrew


pgsql-hackers by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Slony-I makes progress
Next
From: Tatsuo Ishii
Date:
Subject: Re: [PATCHES] NO WAIT ...