Обсуждение: ./configure bug in CVS

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

./configure bug in CVS

От
Karel Zak
Дата:
....current CVS:

./configure:

sed: can't read ./src/bin/pg_dump/Makefile.in: No such file or directory
sed: can't read ./src/bin/pg_version/Makefile.in: No such file or directory
sed: can't read ./src/bin/psql/Makefile.in: No such file or directory
sed: can't read ./src/interfaces/odbc/Makefile.global.in: No such file or
sed: can't read ./src/pl/Makefile.in: No such file or directory
sed: can't read ./src/pl/plpgsql/src/Makefile.in: No such file or directory
sed: can't read ./src/pl/plperl/GNUmakefile.in: No such file or directory
and some Makefiles are zeroized...

                Karel



Re: ./configure bug in CVS

От
Tom Lane
Дата:
Karel Zak <zakkr@zf.jcu.cz> writes:
>  ....current CVS:

> ./configure:

> sed: can't read ./src/bin/pg_dump/Makefile.in: No such file or directory

Sounds like you have an out-of-date copy of configure.  Might want to
do a full CVS checkout to ensure your tree is in sync again...
        regards, tom lane


Re: ./configure bug in CVS

От
Peter Eisentraut
Дата:
These files are removed in CVS but configure was also updated. (I checked
on the CVS web interface -- it is.) So your cvs pull got messed up. Rerun
autoconf to fix the problem locally.

Karel Zak writes:

> 
>  ....current CVS:
> 
> ./configure:
> 
> sed: can't read ./src/bin/pg_dump/Makefile.in: No such file or directory
> sed: can't read ./src/bin/pg_version/Makefile.in: No such file or directory
> sed: can't read ./src/bin/psql/Makefile.in: No such file or directory
> sed: can't read ./src/interfaces/odbc/Makefile.global.in: No such file or
> sed: can't read ./src/pl/Makefile.in: No such file or directory
> sed: can't read ./src/pl/plpgsql/src/Makefile.in: No such file or directory
> sed: can't read ./src/pl/plperl/GNUmakefile.in: No such file or directory
> 
>  and some Makefiles are zeroized...
> 
> 
>                     Karel
> 
> 

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



Re: ./configure bug in CVS

От
Karel Zak
Дата:
On Wed, 28 Jun 2000, Tom Lane wrote:

> Karel Zak <zakkr@zf.jcu.cz> writes:
> >  ....current CVS:
> 
> > ./configure:
> 
> > sed: can't read ./src/bin/pg_dump/Makefile.in: No such file or directory
> 
> Sounds like you have an out-of-date copy of configure.  Might want to
> do a full CVS checkout to ensure your tree is in sync again...
> 
Oh yes, my local CVS pool was mazy. Now is all right.
Thanks.                Karel