From owner-freebsd-current@FreeBSD.ORG Wed Feb 13 11:03:15 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E8A516A41A for ; Wed, 13 Feb 2008 11:03:15 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 085CC13C469 for ; Wed, 13 Feb 2008 11:03:14 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=NNn1nAg0xMCzS8Qb9ghEcXXhj+jgEmFaZB06+2DOx9vwQWXnJY6gbsAPy8a2bigX4C+uKfFnpznuXDjyNP8SJ6PP6UbB3ueVzcJHW36JKZZrxyY1xwSBFXG9Sy4G1UXKcaBiVGd0IwId2pdPU8EgKWBpoBW/GbbPPnoQxT0kVNQ=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JPFOT-0006qK-R6; Wed, 13 Feb 2008 14:03:14 +0300 Date: Wed, 13 Feb 2008 14:03:12 +0300 From: Eygene Ryabinkin To: Oliver Herold , freebsd-current@freebsd.org Message-ID: <9re+xXyMClQLsXM8vgdWFMYph8Y@TyhEYmaICINWfUdtX3j4AEY1wdo> References: <20080213100221.GA9786@asgard.home> <1IdkHkB3pI1dmn6DGybCPvGhl7I@W113hUIsrtTSFAtVU8onfJZBv3o> <20080213105840.GA10159@asgard.home> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20080213105840.GA10159@asgard.home> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.8 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: Subject: Re: FreeBSD RELENG_7 doesn't build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2008 11:03:15 -0000 Wed, Feb 13, 2008 at 11:58:40AM +0100, Oliver Herold wrote: > Hi, > > uname -a: > > FreeBSD olymp.home 7.0-RC2 FreeBSD 7.0-RC2 #0: Fri Feb 8 00:09:57 UTC 2008 > root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > > Sources were updated via CVSup/CSup? You're doing 'make buildworld' > > Csup (RELENG_7 tag), make -j3 buildworld Try plain 'make buildworld' without '-jX' -- this should help. It is documented in /usr/src/UPDATING: ----- COMMON ITEMS: General Notes ------------- Avoid using make -j when upgrading. From time to time in the past there have been problems using -j with buildworld and/or installworld. This is especially true when upgrading between "distant" versions (eg one that cross a major release boundary or several minor releases, or when several months have passed on the -current branch). ----- -- Eygene