./configure bug in CVS

Started by Karel Zakover 25 years ago4 messages
#1Karel Zak
zakkr@zf.jcu.cz

....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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Karel Zak (#1)
Re: ./configure bug in CVS

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

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Karel Zak (#1)
Re: ./configure bug in CVS

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

#4Karel Zak
zakkr@zf.jcu.cz
In reply to: Tom Lane (#2)
Re: ./configure bug in CVS

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