test/locale broken

Started by Patrick Welchealmost 25 years ago3 messages
#1Patrick Welche
prlw1@newn.cam.ac.uk

Just tried it for the first time:
% cd src/test/locale
% gmake all
gmake: Circular test-pgsql-locale <- all dependency dropped.
cd: can't cd to pgsql-locale
gmake: *** [test-pgsql-locale] Error 2

I think the next stage is gmake test-koi8..

Cheers,

Patrick

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Patrick Welche (#1)
Re: test/locale broken

Patrick Welche writes:

Just tried it for the first time:
% cd src/test/locale
% gmake all
gmake: Circular test-pgsql-locale <- all dependency dropped.
cd: can't cd to pgsql-locale
gmake: *** [test-pgsql-locale] Error 2

I think it should work now.

--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/

#3Patrick Welche
prlw1@newn.cam.ac.uk
In reply to: Peter Eisentraut (#2)
Re: test/locale broken

On Fri, Jan 19, 2001 at 08:52:13PM +0100, Peter Eisentraut wrote:

Patrick Welche writes:

Just tried it for the first time:
% cd src/test/locale
% gmake all
gmake: Circular test-pgsql-locale <- all dependency dropped.
cd: can't cd to pgsql-locale
gmake: *** [test-pgsql-locale] Error 2

I think it should work now.

Yes, Thanks!

Patrick