From owner-freebsd-current@FreeBSD.ORG Tue Jun 17 22:07:49 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C29CBA; Tue, 17 Jun 2014 22:07:49 +0000 (UTC) Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0212.outbound.protection.outlook.com [207.46.163.212]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2633B2359; Tue, 17 Jun 2014 22:07:47 +0000 (UTC) Received: from BY2PR05CA044.namprd05.prod.outlook.com (10.141.250.34) by BY2PR05MB111.namprd05.prod.outlook.com (10.242.38.26) with Microsoft SMTP Server (TLS) id 15.0.949.11; Tue, 17 Jun 2014 22:07:38 +0000 Received: from BN1AFFO11FD041.protection.gbl (2a01:111:f400:7c10::153) by BY2PR05CA044.outlook.office365.com (2a01:111:e400:2c5f::34) with Microsoft SMTP Server (TLS) id 15.0.959.24 via Frontend Transport; Tue, 17 Jun 2014 22:07:38 +0000 Received: from P-EMF02-SAC.jnpr.net (66.129.239.16) by BN1AFFO11FD041.mail.protection.outlook.com (10.58.52.252) with Microsoft SMTP Server (TLS) id 15.0.959.15 via Frontend Transport; Tue, 17 Jun 2014 22:07:38 +0000 Received: from magenta.juniper.net (172.17.27.123) by P-EMF02-SAC.jnpr.net (172.24.192.21) with Microsoft SMTP Server (TLS) id 14.3.146.0; Tue, 17 Jun 2014 15:07:34 -0700 Received: from chaos.localdomain (chaos.jnpr.net [172.21.16.28]) by magenta.juniper.net (8.11.3/8.11.3) with ESMTP id s5HM7Sn73875; Tue, 17 Jun 2014 15:07:29 -0700 (PDT) (envelope-from sjg@juniper.net) Received: from chaos (localhost [127.0.0.1]) by chaos.localdomain (Postfix) with ESMTP id 5FDBD580A1; Tue, 17 Jun 2014 15:07:26 -0700 (PDT) To: Craig Rodrigues Subject: Re: Problems building FreeBSD 9.2 on FreeBSD 10 In-Reply-To: References: Comments: In-reply-to: Craig Rodrigues message dated "Tue, 17 Jun 2014 11:35:42 -0700." From: "Simon J. Gerraty" X-Mailer: MH-E 7.82+cvs; nmh 1.3; GNU Emacs 22.3.1 Date: Tue, 17 Jun 2014 15:07:26 -0700 Message-ID: <20140617220726.5FDBD580A1@chaos.localdomain> MIME-Version: 1.0 Content-Type: text/plain X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:66.129.239.16; CTRY:US; IPV:NLI; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(51704005)(199002)(189002)(62966002)(88136002)(89996001)(102176002)(102836001)(50986999)(48376002)(76176999)(101356003)(33656002)(93546004)(46102001)(104166001)(95666004)(81342001)(81156003)(85306003)(44976005)(6806004)(19580395003)(83322001)(87936001)(76506005)(57986006)(87286001)(47776003)(20776003)(81542001)(70486001)(64706001)(77982001)(4396001)(50226001)(21056001)(80022001)(84676001)(50466002)(68736004)(69596002)(76482001)(74662001)(97736001)(74502001)(77156001)(92726001)(92566001)(79102001)(85852003)(90896003)(31966008)(86362001)(83072002)(99396002)(93916002)(42262001); DIR:OUT; SFP:; SCL:1; SRVR:BY2PR05MB111; H:P-EMF02-SAC.jnpr.net; FPR:; MLV:sfv; PTR:InfoDomainNonexistent; A:1; MX:1; LANG:en; X-Microsoft-Antispam: BL:0; ACTION:Default; RISK:Low; SCL:0; SPMLVL:NotSpam; PCL:0; RULEID: X-Forefront-PRVS: 0245702D7B Received-SPF: SoftFail (: domain of transitioning juniper.net discourages use of 66.129.239.16 as permitted sender) Authentication-Results: spf=softfail (sender IP is 66.129.239.16) smtp.mailfrom=sjg@juniper.net; X-OriginatorOrg: juniper.net X-Mailman-Approved-At: Tue, 17 Jun 2014 22:49:23 +0000 Cc: Marcel Moolenaar , Brooks Davis , Warner Losh , freebsd-current Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 17 Jun 2014 22:07:49 -0000 Sorry, I didn't speak to the problem you hit... On Tue, 17 Jun 2014 11:35:42 -0700, Craig Rodrigues writes: >> If I build like this: >> >> env TARGET=amd64 TARGET_ARCH=amd64 make -j 9 SRCCONF=/dev/null >> __MAKE_CONF=/opt/local/branches/freenas/os-base/amd64/make.conf.build >> NO_CLEAN=1 buildworld >> >> I get this error: >> >> --- upgrade_checks --- >> A failure has been detected in another branch of the parallel make >> So earlier in your build there will be another error that is actual issue, that's the more interesting thing to look at. >> make[1]: stopped in /opt/local/branches/freenas/FreeBSD/src >> *** [upgrade_checks] Error code 2 >> >> make: stopped in /opt/local/branches/freenas/FreeBSD/src >> 1 error >> If I remove the "-j 9", then I can get the build to work properly. That's a good indication of a race condition. Note the recent work someone did to add .WAIT to subdir handling which is an effort to reduce races.