Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 13:41:55 +0000 (UTC)
From:      Julio Merino <jmmv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r263737 - in user/jmmv/autotest/node/configs: kyua1 kyua2
Message-ID:  <201403251341.s2PDftAI010329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403251341.s2PDftAI010329>