From owner-freebsd-testing@FreeBSD.ORG Thu Jan 23 00:01:09 2014 Return-Path: Delivered-To: freebsd-testing@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 380A4D68 for ; Thu, 23 Jan 2014 00:01:09 +0000 (UTC) Received: from mail-qc0-f179.google.com (mail-qc0-f179.google.com [209.85.216.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E60FE1296 for ; Thu, 23 Jan 2014 00:01:08 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id e16so1545028qcx.24 for ; Wed, 22 Jan 2014 16:01:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=8UUwD6jLxBssxbN9kOJlOZ8OCZ5lEsh8dLxJYtHQoq8=; b=BO2WEqtZsNVHRdQiC+e1AMdeAmH2xch625wSrSI+2Ozw+YylylJWvZX5ePN96HZy5l zqCk00Vg0vNQrFHVN87gEX23hm/DNUL3zeHjRDffp2u/BgFMr/GTKjZWhwDDCE+Y8S/J KVaxWdAOGhwKPEWMP4125E4DQl+rdKFfv5qEsyMMicWOSwiuecpKyByIi+BdweL6zqvb /Vy8Z9qzSc4Gc+08SoBaTbNQrtOHOX3x/q2MqhcQItqdY9fqOZjNlvUH+uAc6qPMlbn5 buWX80/IwypIoTxeWcS1wgcMbOvObeae6gj4jWX2kpZrrc/IfYe+9UA48GHIS7m/ZcnT rOIQ== X-Gm-Message-State: ALoCoQm9LE2v8uHKPrUfyLAm/A11FxmeWbrAmfx02H+xJTBFoDLVw4aMfGqeHm/m6uxu9JzvD5HM X-Received: by 10.224.137.129 with SMTP id w1mr6957526qat.86.1390435262109; Wed, 22 Jan 2014 16:01:02 -0800 (PST) Received: from barcelona.nyc.corp.google.com (barcelona.nyc.corp.google.com [172.26.105.74]) by mx.google.com with ESMTPSA id nk1sm10588689qeb.8.2014.01.22.16.00.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 22 Jan 2014 16:01:00 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: PATCH: fix "WITH_TESTS=yes make installworld" on amd64 From: Julio Merino In-Reply-To: Date: Wed, 22 Jan 2014 19:00:58 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Alan Somers X-Mailer: Apple Mail (2.1827) Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jan 2014 00:01:09 -0000 On Jan 21, 2014, at 13:00, Alan Somers wrote: > I finally found the problem. Make was trying to install tests during > the install32 phase. During this phase, it adds "lib32" to > MAKEOBJDIRPREFIX, so it can't find the tests, which were never built > with that prefix. The command worked fine when I ran it under "make > buildenv", because that uses the normal MAKEOBJDIRPREFIX. >=20 > I'm not sure what prevented the tests from being built during the > lib32 build phase, but this patch will disable tests during both > building and installing 32 bit libraries. >=20 > At work, we never noticed this problem in our SpectraBSD branch > because we set WITHOUT_LIB32=3D1 in /etc/src.conf. >=20 >=20 > Does this patch look ok? Yes it does. Can you commit and merge into stable/10 please? (This is the issue I mentioned in your other email a little bit earlier, = before seeing this other email. Glad to see we reached the same = conclusion :-) You'll notice that the testing cluster was cheating on this area if you = look at line 17 below :-P = http://svnweb.freebsd.org/base/user/jmmv/autotest/node/configs/kyua1/head.= conf?revision=3D260453&view=3Dmarkup=