Re: cvs head : broken regression tests ? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: cvs head : broken regression tests ?
Date
Msg-id 40C5FF59.8030609@dunslane.net
Whole thread Raw
In response to Re: cvs head : broken regression tests ?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: cvs head : broken regression tests ?  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Alvaro Herrera wrote:

>>IOW it's purely a developer's trap (which has caught me in the past).
>>If you build and install multiple dev versions you should think about
>>disabling rpath.
>>    
>>
>
>I do that, and I have rpath enabled (that's the default, isn't it?) but
>my solution is to have no version in normal directories (i.e. they are
>all installed in $HOME/pgsql/some-version-number/ )
>
>  
>


If this is the prefix you specify to configure you can still get caught 
when you do a cvs update and then run "make check" before "make 
install". Turning off rpath stops that (at least on my Linux boxes).

cheers

andrew



pgsql-hackers by date:

Previous
From: "Thomas Hallgren"
Date:
Subject: Re: Question regarding dynamic_library_path
Next
From: "Thomas Hallgren"
Date:
Subject: Re: Question regarding dynamic_library_path