svn commit: r263737 - in user/jmmv/autotest/node/configs: kyua1 kyua2

Julio Merino jmmv at FreeBSD.org
Tue Mar 25 13:41:56 UTC 2014


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
 


More information about the svn-src-user mailing list