From owner-freebsd-current@FreeBSD.ORG Mon May 19 17:18:45 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 2D8232D9; Mon, 19 May 2014 17:18:45 +0000 (UTC) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (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 83B9620E1; Mon, 19 May 2014 17:18:44 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id w7so4320156lbi.9 for ; Mon, 19 May 2014 10:18:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=UlevcQWDtCaDIIgU/trYMeIenob1HkZygGfx734NCw8=; b=GIAYpym718clBzmcvN9/GKq6ImBjQbpKKxfsgzz/ahdjWxzSFExz6kDnnAutfJcWL5 jTKbmIeX1Lm15MMH4oDxjk8Ou17zPE/b2Q9NA0KONwVjeIs2OiHc+2oWL+vOa5OUxnRm RZ/+NnctOe5goJvYESuogmEevN2YE2Y9cAZEaCiLd8DXfGJFnj6NbJ2Vlva+7YU/+5Rf 54ri9VsuNfW8Qbj7815W9P+v0JK2D1pwQiBGMd25O2K4lD61t0mBqrOvZaAFIX57ieHt vdRUCbvr/bfDLIhTfxIQ/kKLlqSEQYgnRbMNFmtFy5t+doZ7QLz7CuAoT7NTA5J6aMeb dRJQ== MIME-Version: 1.0 X-Received: by 10.112.218.74 with SMTP id pe10mr26502460lbc.3.1400519922412; Mon, 19 May 2014 10:18:42 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Mon, 19 May 2014 10:18:42 -0700 (PDT) Date: Mon, 19 May 2014 10:18:42 -0700 X-Google-Sender-Auth: gEkZYgBh2ImJ0g1taH_pElu0IxQ Message-ID: Subject: Problems building FreeBSD 9.2 on FreeBSD 10 From: Craig Rodrigues To: Brooks Davis , Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Cc: 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: Mon, 19 May 2014 17:18:45 -0000 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