./configure bug in CVS
....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
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
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 directoryand some Makefiles are zeroized...
Karel
--
Peter Eisentraut Sernanders v�g 10:115
peter_e@gmx.net 75262 Uppsala
http://yi.org/peter-e/ Sweden
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