From owner-freebsd-current@FreeBSD.ORG Mon Jun 23 20:41:16 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C87E11CD; Mon, 23 Jun 2014 20:41:16 +0000 (UTC) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1blp0187.outbound.protection.outlook.com [207.46.163.187]) (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 24EAC222A; Mon, 23 Jun 2014 20:41:13 +0000 (UTC) Received: from CO2PR05CA008.namprd05.prod.outlook.com (10.141.194.156) by BLUPR05MB102.namprd05.prod.outlook.com (10.255.214.20) with Microsoft SMTP Server (TLS) id 15.0.954.9; Mon, 23 Jun 2014 20:41:06 +0000 Received: from BN1BFFO11FD028.protection.gbl (2a01:111:f400:7c10::1:171) by CO2PR05CA008.outlook.office365.com (2a01:111:e400:1414::28) with Microsoft SMTP Server (TLS) id 15.0.969.15 via Frontend Transport; Mon, 23 Jun 2014 20:41:05 +0000 Received: from P-EMF02-SAC.jnpr.net (66.129.239.16) by BN1BFFO11FD028.mail.protection.outlook.com (10.58.144.91) with Microsoft SMTP Server (TLS) id 15.0.969.12 via Frontend Transport; Mon, 23 Jun 2014 20:41:05 +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; Mon, 23 Jun 2014 13:41:00 -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 s5NKegn41618; Mon, 23 Jun 2014 13:40:58 -0700 (PDT) (envelope-from sjg@juniper.net) Received: from chaos (localhost [127.0.0.1]) by chaos.localdomain (Postfix) with ESMTP id EE399580A1; Mon, 23 Jun 2014 13:40:37 -0700 (PDT) To: Glen Barber Subject: Re: Problems building FreeBSD 9.2 on FreeBSD 10 In-Reply-To: <20140621225540.GY1218@hub.FreeBSD.org> References: <20140617200551.07542580A1@chaos.localdomain> <20140617211436.GI1248@hub.FreeBSD.org> <690CE378-D7D9-49A6-BC20-13FD540E63A2@FreeBSD.org> <20140620041112.GS1218@hub.FreeBSD.org> <20140621220505.8EC75580A1@chaos.localdomain> <20140621225540.GY1218@hub.FreeBSD.org> Comments: In-reply-to: Glen Barber message dated "Sat, 21 Jun 2014 18:55:40 -0400." From: "Simon J. Gerraty" X-Mailer: MH-E 7.82+cvs; nmh 1.3; GNU Emacs 22.3.1 Date: Mon, 23 Jun 2014 13:40:37 -0700 Message-ID: <20140623204037.EE399580A1@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)(189002)(199002)(33656002)(93546004)(31966008)(44976005)(69596002)(68736004)(48376002)(50466002)(102836001)(97736001)(83322001)(95666004)(105596002)(106466001)(81156004)(85306003)(76506005)(64706001)(74662001)(76482001)(88136002)(93916002)(86362001)(20776003)(83072002)(21056001)(558084003)(85852003)(90896003)(77156001)(89996001)(6806004)(81342001)(80022001)(74502001)(101356003)(87936001)(93886003)(50986999)(76176999)(81542001)(62966002)(70486001)(57986006)(104166001)(46102001)(4396001)(79102001)(92726001)(92566001)(77982001)(84676001)(102176002)(50226001)(87286001)(99396002)(42262001); DIR:OUT; SFP:; SCL:1; SRVR:BLUPR05MB102; H:P-EMF02-SAC.jnpr.net; FPR:; MLV:sfv; PTR:InfoDomainNonexistent; MX:1; A:1; LANG:en; X-Microsoft-Antispam: BL:0; ACTION:Default; RISK:Low; SCL:0; SPMLVL:NotSpam; PCL:0; RULEID: X-Forefront-PRVS: 025100C802 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: Mon, 23 Jun 2014 21:55:04 +0000 Cc: Craig Rodrigues , Marcel Moolenaar , Brooks Davis , Dimitry Andric , freebsd-current Current , Warner Losh 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: Mon, 23 Jun 2014 20:41:17 -0000 On Sat, 21 Jun 2014 18:55:40 -0400, Glen Barber writes: >> make make && make -j8 -DNO_CLEAN buildworld > >This is, IMHO, the worst solution I've heard on this topic so far. I didn't say it was a good solution - but if you want -j you may not have a choice (unless you fix src/Makefile).