Обсуждение: test/locale broken

Поиск
Список
Период
Сортировка

test/locale broken

От
Patrick Welche
Дата:
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


Re: test/locale broken

От
Peter Eisentraut
Дата:
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/



Re: test/locale broken

От
Patrick Welche
Дата:
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