From owner-freebsd-questions Sun Aug 5 4:19:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 13A8337B401 for ; Sun, 5 Aug 2001 04:19:07 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id f75BIw715479; Sun, 5 Aug 2001 13:18:58 +0200 (CEST) To: Pim Bliek Subject: Re: problem doing make buildworld with STABLE Message-ID: <997010338.3b6d2ba2d07fb@webmail.neomedia.it> Date: Sun, 05 Aug 2001 13:18:58 +0200 (CEST) From: Salvo Bartolotta Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.237.19 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi, > I succesfully updated my sources (using cvsup (tag=RELENG_4)) to STABLE. > I'm currently running: (output from uname -a) > FreeBSD 4.3-RC FreeBSD 4.3-RC #2: Sat Apr 21 18:39:53 CEST > 2001 > After this I went into /usr/src and performed a make -j4 buildworld. > It keeled over with the following error (after 5 mins or so): BTW, have you been tracking the -stable mailing list? **When** did you cvsup? You may have updated at the wrong moment, ie when [huge] commits were being performed; which problem sometimes occurred in the past few days -- there was a "HEADS UP" in the -stable forum: a new Release is in preparation). If an error appears again, you should try dropping the j (ie "parallel") option. > rm -rf lib ext Porting hints build > ===> gnu/usr.sbin > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > # > My cvsup file: > *default host=cvsup.nl.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_4 > *default delete use-rel-suffix > *default compress > src-all > ports-all ^^^^^^^^^ ^^^^^^^^^ This doesn't look correct: ports have no branches. The line should read: ports-all tag=. ("." is essential: it means "current"). The same applies for the doc-all line below.) > doc-all ^^^^^^^ ^^^^^^^ Hope this helps a little, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message