From owner-svn-src-user@FreeBSD.ORG Tue Mar 25 13:41:56 2014 Return-Path: Delivered-To: svn-src-user@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 70C025BA; Tue, 25 Mar 2014 13:41:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51777CC1; Tue, 25 Mar 2014 13:41:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PDfure010333; Tue, 25 Mar 2014 13:41:56 GMT (envelope-from jmmv@svn.freebsd.org) Received: (from jmmv@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2PDftAI010329; Tue, 25 Mar 2014 13:41:55 GMT (envelope-from jmmv@svn.freebsd.org) Message-Id: <201403251341.s2PDftAI010329@svn.freebsd.org> From: Julio Merino Date: Tue, 25 Mar 2014 13:41:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r263737 - in user/jmmv/autotest/node/configs: kyua1 kyua2 X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 13:41:56 -0000 Author: jmmv Date: Tue Mar 25 13:41:55 2014 New Revision: 263737 URL: http://svnweb.freebsd.org/changeset/base/263737 Log: Reenable the build of lib32. Remove the WITHOUT_LIB32 override hack that was originally required to let the tests build. The root cause behind the problem was fixed in r261132 for HEAD and in r261849 for stable/10. Modified: user/jmmv/autotest/node/configs/kyua1/head.conf user/jmmv/autotest/node/configs/kyua1/stable-10.conf user/jmmv/autotest/node/configs/kyua2/head.conf user/jmmv/autotest/node/configs/kyua2/stable-10.conf Modified: user/jmmv/autotest/node/configs/kyua1/head.conf ============================================================================== --- user/jmmv/autotest/node/configs/kyua1/head.conf Tue Mar 25 13:39:31 2014 (r263736) +++ user/jmmv/autotest/node/configs/kyua1/head.conf Tue Mar 25 13:41:55 2014 (r263737) @@ -15,10 +15,6 @@ TARGET=amd64 TARGET_ARCH=amd64 TESTS_TIMEOUT=3600 -# TODO(jmmv): Remove this. lib32 builds are currently broken in combination -# with the test suite, so we ought to fix that instead of disabling lib32. -MKVARS="${MKVARS} WITHOUT_LIB32=yes" - post_mkimage_hook() { local chrootdir="${1}"; shift Modified: user/jmmv/autotest/node/configs/kyua1/stable-10.conf ============================================================================== --- user/jmmv/autotest/node/configs/kyua1/stable-10.conf Tue Mar 25 13:39:31 2014 (r263736) +++ user/jmmv/autotest/node/configs/kyua1/stable-10.conf Tue Mar 25 13:41:55 2014 (r263737) @@ -15,10 +15,6 @@ TARGET=amd64 TARGET_ARCH=amd64 TESTS_TIMEOUT=3600 -# TODO(jmmv): Remove this. lib32 builds are currently broken in combination -# with the test suite, so we ought to fix that instead of disabling lib32. -MKVARS="${MKVARS} WITHOUT_LIB32=yes" - post_mkimage_hook() { local chrootdir="${1}"; shift Modified: user/jmmv/autotest/node/configs/kyua2/head.conf ============================================================================== --- user/jmmv/autotest/node/configs/kyua2/head.conf Tue Mar 25 13:39:31 2014 (r263736) +++ user/jmmv/autotest/node/configs/kyua2/head.conf Tue Mar 25 13:41:55 2014 (r263737) @@ -15,10 +15,6 @@ TARGET=i386 TARGET_ARCH=i386 TESTS_TIMEOUT=3600 -# TODO(jmmv): Remove this. lib32 builds are currently broken in combination -# with the test suite, so we ought to fix that instead of disabling lib32. -MKVARS="${MKVARS} WITHOUT_LIB32=yes" - post_mkimage_hook() { local chrootdir="${1}"; shift Modified: user/jmmv/autotest/node/configs/kyua2/stable-10.conf ============================================================================== --- user/jmmv/autotest/node/configs/kyua2/stable-10.conf Tue Mar 25 13:39:31 2014 (r263736) +++ user/jmmv/autotest/node/configs/kyua2/stable-10.conf Tue Mar 25 13:41:55 2014 (r263737) @@ -15,10 +15,6 @@ TARGET=i386 TARGET_ARCH=i386 TESTS_TIMEOUT=3600 -# TODO(jmmv): Remove this. lib32 builds are currently broken in combination -# with the test suite, so we ought to fix that instead of disabling lib32. -MKVARS="${MKVARS} WITHOUT_LIB32=yes" - post_mkimage_hook() { local chrootdir="${1}"; shift