Hi, I have a fresh freebsd 7.0 box, installed from CD. I have src cvsupd with following supfile. *default host=cvsup.de.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_7_0 *default delete use-rel-suffix *default compress src-all after csup when I cd to /usr/src and issue a make buildworld It stops with following error: ===> gnu/usr.bin/cvs/contrib (cleandir) sed -e 's,@CSH@,/bin/csh,' -e 's,@PERL@,/usr/bin/perl,' /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/Makefile.in> Makefile"Makefile", line 15: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src/gnu/usr.bin/cvs. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 Stop in /usr/src/gnu. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. The line in question ( /usr/src/contrib/cvs/contrib/Makefile.in:15 )has the following text. @SET_MAKE@ If I do a csup after a comple just one file get's updated every time: Parsing supfile "src-supfile" Connecting to cvsup.de.FreeBSD.org Connected to 212.19.57.134 Server software version: SNAP_16_1h Negotiating file attribute support Exchanging collection information Establishing multiplexed-mode data connection Running Updating collection src-all/cvs Checkout src/gnu/usr.bin/cvs/contrib/Makefile Shutting down connection to server Finished successfully Any idea what could be wrong here? raj
"Rajkumar S" <rajkumars@gmail.com> writes:> [...] > ===> gnu/usr.bin/cvs/contrib (cleandir) > sed -e 's,@CSH@,/bin/csh,' -e 's,@PERL@,/usr/bin/perl,' > /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/Makefile.in > Makefile > "Makefile", line 15: Need an operatorThis will happen if src/gnu/usr.bin/cvs/contrib/Makefile is older than src/contrib/cvs/contrib/Makefile.in, which is usually not the case, but can happen by accident. This has been fixed in 7-STABLE. csup to get a clean tree, then # touch /usr/src/gnu/usr.bin/cvs/contrib/Makefile before building. DES -- Dag-Erling Sm?rgrav - des@des.no