From owner-freebsd-current@FreeBSD.ORG Tue Jun 17 18:35:45 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 107283FB; Tue, 17 Jun 2014 18:35:45 +0000 (UTC) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34AC82DB8; Tue, 17 Jun 2014 18:35:44 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id mc6so3706466lab.27 for ; Tue, 17 Jun 2014 11:35:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=JJrD+vZMlBTzcPqMBJe1Eu9dsjS0mbp1fDaU3iD5BWA=; b=whMdSWYu1wMjAXatOvFxfLtsZXnusKXxiMvZaQ9a4wtTmj7F3GXA1Z+ddSgrNNhKY3 26gj+kZgR93W3PrxNY2wLI6K3LpBTLSl6g+kuBBHo7zHfyi+FvbxujG/yhypDZWk6RJF +rn9ghdhDuRAzvuXd+f+nYSHjYpfpPz4odfOdfeydzsw6QYpBSCcVFGO272mkBQxtXoL HA19JUi2D3clOMpNaXrlROqY3rCqCxQDOszuCvwwNE4aAwE6f10qhAwWvIovDWsTqoHJ kFivXPfrZKp7dnV1GObrQYH3KYEKmmHwIrRpkGrXzUaqUl8mqK5EptegXN8KEt+6c7XU CX0Q== MIME-Version: 1.0 X-Received: by 10.112.27.139 with SMTP id t11mr2191101lbg.84.1403030142114; Tue, 17 Jun 2014 11:35:42 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Tue, 17 Jun 2014 11:35:42 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Jun 2014 11:35:42 -0700 X-Google-Sender-Auth: f7P1ZfYW0JxzBgE_YI-7C2M9j70 Message-ID: Subject: Re: Problems building FreeBSD 9.2 on FreeBSD 10 From: Craig Rodrigues To: "Simon J. Gerraty" , Marcel Moolenaar Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current Current , Brooks Davis , 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: Tue, 17 Jun 2014 18:35:45 -0000 Simon, Do you know if there is some sort of patch that can be applied to FreeBSD stable/9 sources so that it can be built on a FreeBSD 10/stable, or FreeBSD CURRENT host with bmake? I'm trying to build a FreeBSD stable/9 jail on a FreeBSD 10/stable host, so that I can build ports inside the jail with poudriere. Thanks. -- Craig On Mon, May 19, 2014 at 10:18 AM, Craig Rodrigues wrote: > Hi, > > On a FreeBSD 10 host, I am trying to build this: > > https://github.com/trueos/trueos > > which is derived from FreeBSD 9.2. > > > 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 > > 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. > > Does anyone know what fixes I can pull in from stable/9 or > HEAD so that I can get this to build successfully with the "-j 9" flag without > failing? > > I saw similar problems reported in these discussion threads, but I > didn't see what the solution to the problem was: > > http://lists.freebsd.org/pipermail/freebsd-stable/2014-January/077142.html > http://lists.freebsd.org/pipermail/freebsd-stable/2013-November/075773.html > > > -- > Craig