From owner-freebsd-stable@FreeBSD.ORG Thu Jun 26 08:35:42 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 168C11065670 for ; Thu, 26 Jun 2008 08:35:42 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id BF8948FC19 for ; Thu, 26 Jun 2008 08:35:41 +0000 (UTC) (envelope-from rajkumars@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1088796ywe.13 for ; Thu, 26 Jun 2008 01:35:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=rkflUbw3vFOjpMkht0wvSJlumY+toBLw5dDXU6jL6k8=; b=Ys1TYzolpKVwXhm7wyi2EK2bMCccbUAcbN5J04aSJgHgDytpnAtkcuNrINMu4x58b2 +5xj7Ds8YPrXugK0u98WbXxUpDw6GHqlyJe/TVY8urX2zD3WOsDwgUdj6U9JrheZptOc kJooAtJrntxbgeM0VmwPT2Ygq2pMJ901eKrcU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=GD0XNXgT3CodOeJnyn246QqcKW7WV71aAppswB/3OYC37kd5VM7dlN4r0m4XWLaepk 1+YjN9tdC1Od8RHdLsqRGpf+KJfZ8NwSzLqz5hqcUcjQtJuHn06/PDaZKXJPWser0c6X h+LjQ1cww5gvKPQJbosxAwt3FSZGsxogGrz4E= Received: by 10.151.99.17 with SMTP id b17mr1386143ybm.190.1214467851396; Thu, 26 Jun 2008 01:10:51 -0700 (PDT) Received: by 10.150.190.8 with HTTP; Thu, 26 Jun 2008 01:10:51 -0700 (PDT) Message-ID: <64de5c8b0806260110k72470558gbbf237f42308e06d@mail.gmail.com> Date: Thu, 26 Jun 2008 13:40:51 +0530 From: "Rajkumar S" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: make buildworld fails on a RELENG_7_0 machine X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2008 08:35:42 -0000 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