From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 2 06:52:53 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DA2D106566C for ; Mon, 2 Jan 2012 06:52:53 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id ABD8A8FC0C for ; Mon, 2 Jan 2012 06:52:52 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q026b0Ld000197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Jan 2012 08:37:00 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id q026b00h035389; Mon, 2 Jan 2012 08:37:00 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id q026b0Q8035388; Mon, 2 Jan 2012 08:37:00 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 2 Jan 2012 08:37:00 +0200 From: Kostik Belousov To: amd64@freebsd.org, arch@freebsd.org Message-ID: <20120102063700.GF50300@deviant.kiev.zoral.com.ua> References: <20111226220756.GR50300@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q4D258xU9PSURnuy" Content-Disposition: inline In-Reply-To: <20111226220756.GR50300@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: sparc64@freebsd.org Subject: Re: AVX X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2012 06:52:53 -0000 --Q4D258xU9PSURnuy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The patch http://people.freebsd.org/~kib/misc/avx.2.patch is the commit candidate. Compared with avx.1.patch, it includes several bugfixes, some move of code around, and finishes the implementation of getcontextx(3) for non-x86 architectures. Please note that variant of getcontextx() is required for deferred signal delivery from libthr. This is the reason for Cc:ing sparc64@, could somebody test the patch on this architecture ? I used the http://people.freebsd.org/~kib/misc/defer_sig.c to test deferred delivery on amd64. Another missed testing point is machines capable of XSAVE but lacking AVX extensions. I think most Core2 fall into this category, but my Core2 machine is disassembled. Could anybody test the patch on non-SandyBridge machine having XSAVE support ? You can check the capability using ports/sysutils/x86info or looking at the early boot Features2 line, which shall contain the XSAVE. --Q4D258xU9PSURnuy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk8BUIwACgkQC3+MBN1Mb4j9SACeMjU7gPmMcjeZlS8tCvAmcSsm X/gAoM4VHWXd9gcE+xET40nPQVxZMi8f =mvHZ -----END PGP SIGNATURE----- --Q4D258xU9PSURnuy-- From owner-freebsd-sparc64@FreeBSD.ORG Mon Jan 2 11:07:12 2012 Return-Path: Delivered-To: freebsd-sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 273BF106564A for ; Mon, 2 Jan 2012 11:07:12 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1490D8FC1A for ; Mon, 2 Jan 2012 11:07:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q02B7Bnq005244 for ; Mon, 2 Jan 2012 11:07:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q02B7B6L005242 for freebsd-sparc64@FreeBSD.org; Mon, 2 Jan 2012 11:07:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Jan 2012 11:07:11 GMT Message-Id: <201201021107.q02B7B6L005242@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-sparc64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-sparc64@FreeBSD.org X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jan 2012 11:07:12 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o sparc/162513 sparc64 mpt(4), mptutil(8) reports variable, erroneous drive i o sparc/141918 sparc64 [ehci] ehci_interrupt: unrecoverable error, controller s sparc/139134 sparc64 kernel output corruption s sparc/107087 sparc64 [hang] system is hung during boot from CD o sparc/105048 sparc64 [trm] trm(4) panics on sparc64 o sparc/104428 sparc64 [nullfs] nullfs panics on E4500 (but not E420) o sparc/71729 sparc64 printf in kernel thread causes panic on SPARC 7 problems total. From owner-freebsd-sparc64@FreeBSD.ORG Tue Jan 3 00:11:15 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7B6D106564A; Tue, 3 Jan 2012 00:11:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id 83A678FC12; Tue, 3 Jan 2012 00:11:15 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q030BEYQ034942; Tue, 3 Jan 2012 00:11:15 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q030BE09034909; Tue, 3 Jan 2012 00:11:14 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 3 Jan 2012 00:11:14 GMT Message-Id: <201201030011.q030BE09034909@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_9 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2012 00:11:16 -0000 TB --- 2012-01-02 22:52:31 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2012-01-02 22:52:31 - starting RELENG_9 tinderbox run for sparc64/sparc64 TB --- 2012-01-02 22:52:31 - cleaning the object tree TB --- 2012-01-02 22:53:00 - cvsupping the source tree TB --- 2012-01-02 22:53:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/sparc64/sparc64/supfile TB --- 2012-01-02 22:53:41 - building world TB --- 2012-01-02 22:53:41 - CROSS_BUILD_TESTING=YES TB --- 2012-01-02 22:53:41 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-02 22:53:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-02 22:53:41 - SRCCONF=/dev/null TB --- 2012-01-02 22:53:41 - TARGET=sparc64 TB --- 2012-01-02 22:53:41 - TARGET_ARCH=sparc64 TB --- 2012-01-02 22:53:41 - TZ=UTC TB --- 2012-01-02 22:53:41 - __MAKE_CONF=/dev/null TB --- 2012-01-02 22:53:41 - cd /src TB --- 2012-01-02 22:53:41 - /usr/bin/make -B buildworld >>> World build started on Mon Jan 2 22:53:42 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jan 3 00:01:02 UTC 2012 TB --- 2012-01-03 00:01:02 - generating LINT kernel config TB --- 2012-01-03 00:01:02 - cd /src/sys/sparc64/conf TB --- 2012-01-03 00:01:02 - /usr/bin/make -B LINT TB --- 2012-01-03 00:01:02 - cd /src/sys/sparc64/conf TB --- 2012-01-03 00:01:02 - /usr/sbin/config -m LINT TB --- 2012-01-03 00:01:02 - building LINT kernel TB --- 2012-01-03 00:01:02 - CROSS_BUILD_TESTING=YES TB --- 2012-01-03 00:01:02 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-03 00:01:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-03 00:01:02 - SRCCONF=/dev/null TB --- 2012-01-03 00:01:02 - TARGET=sparc64 TB --- 2012-01-03 00:01:02 - TARGET_ARCH=sparc64 TB --- 2012-01-03 00:01:02 - TZ=UTC TB --- 2012-01-03 00:01:02 - __MAKE_CONF=/dev/null TB --- 2012-01-03 00:01:02 - cd /src TB --- 2012-01-03 00:01:02 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jan 3 00:01:03 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/geom/multipath/g_multipath.c:367: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c: In function 'g_multipath_rotate': /src/sys/geom/multipath/g_multipath.c:411: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c:417: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c: In function 'g_multipath_ctl_getactive': /src/sys/geom/multipath/g_multipath.c:748: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c:748: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c:749: error: 'struct g_multipath_softc' has no member named 'cp_active' *** Error code 1 Stop in /obj/sparc64.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-03 00:11:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-03 00:11:14 - ERROR: failed to build LINT kernel TB --- 2012-01-03 00:11:14 - 3426.82 user 539.09 system 4723.47 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 5 14:22:00 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A4E7106566B; Thu, 5 Jan 2012 14:22:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2088FC08; Thu, 5 Jan 2012 14:22:00 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q05ELxow095626; Thu, 5 Jan 2012 14:21:59 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q05ELxth095617; Thu, 5 Jan 2012 14:21:59 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 5 Jan 2012 14:21:59 GMT Message-Id: <201201051421.q05ELxth095617@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_9 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 14:22:00 -0000 TB --- 2012-01-05 14:11:44 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2012-01-05 14:11:44 - starting RELENG_9 tinderbox run for sparc64/sparc64 TB --- 2012-01-05 14:11:44 - cleaning the object tree TB --- 2012-01-05 14:12:06 - cvsupping the source tree TB --- 2012-01-05 14:12:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/sparc64/sparc64/supfile TB --- 2012-01-05 14:13:06 - building world TB --- 2012-01-05 14:13:06 - CROSS_BUILD_TESTING=YES TB --- 2012-01-05 14:13:06 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-05 14:13:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-05 14:13:06 - SRCCONF=/dev/null TB --- 2012-01-05 14:13:06 - TARGET=sparc64 TB --- 2012-01-05 14:13:06 - TARGET_ARCH=sparc64 TB --- 2012-01-05 14:13:06 - TZ=UTC TB --- 2012-01-05 14:13:06 - __MAKE_CONF=/dev/null TB --- 2012-01-05 14:13:06 - cd /src TB --- 2012-01-05 14:13:06 - /usr/bin/make -B buildworld >>> World build started on Thu Jan 5 14:13:07 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes [...] ===> lib/libalias/modules/ftp (buildincludes) ===> lib/libalias/modules/irc (buildincludes) ===> lib/libalias/modules/nbt (buildincludes) ===> lib/libalias/modules/pptp (buildincludes) ===> lib/libalias/modules/skinny (buildincludes) ===> lib/libalias/modules/smedia (buildincludes) ===> lib/libarchive (buildincludes) make: don't know how to make archive.h. Stop *** Error code 2 Stop in /src/lib. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-05 14:21:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-05 14:21:59 - ERROR: failed to build world TB --- 2012-01-05 14:21:59 - 390.55 user 48.96 system 615.50 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 5 17:00:07 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FCF21065672; Thu, 5 Jan 2012 17:00:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy.sentex.ca (freebsd-legacy.sentex.ca [IPv6:2607:f3e0:0:3::6502:9a]) by mx1.freebsd.org (Postfix) with ESMTP id E17B98FC16; Thu, 5 Jan 2012 17:00:06 +0000 (UTC) Received: from freebsd-legacy.sentex.ca (localhost [127.0.0.1]) by freebsd-legacy.sentex.ca (8.14.5/8.14.5) with ESMTP id q05H069S099904; Thu, 5 Jan 2012 17:00:06 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-legacy.sentex.ca (8.14.5/8.14.5/Submit) id q05H06fH099903; Thu, 5 Jan 2012 17:00:06 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 5 Jan 2012 17:00:06 GMT Message-Id: <201201051700.q05H06fH099903@freebsd-legacy.sentex.ca> X-Authentication-Warning: freebsd-legacy.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 17:00:07 -0000 TB --- 2012-01-05 16:12:01 - tinderbox 2.8 running on freebsd-legacy.sentex.ca TB --- 2012-01-05 16:12:01 - starting RELENG_8 tinderbox run for sparc64/sparc64 TB --- 2012-01-05 16:12:01 - cleaning the object tree TB --- 2012-01-05 16:12:22 - cvsupping the source tree TB --- 2012-01-05 16:12:22 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca -s /usr/home/tinderbox/RELENG_8/sparc64/sparc64/supfile TB --- 2012-01-05 16:12:35 - building world TB --- 2012-01-05 16:12:35 - CROSS_BUILD_TESTING=YES TB --- 2012-01-05 16:12:35 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-05 16:12:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-05 16:12:35 - SRCCONF=/dev/null TB --- 2012-01-05 16:12:35 - TARGET=sparc64 TB --- 2012-01-05 16:12:35 - TARGET_ARCH=sparc64 TB --- 2012-01-05 16:12:35 - TZ=UTC TB --- 2012-01-05 16:12:35 - __MAKE_CONF=/dev/null TB --- 2012-01-05 16:12:35 - cd /src TB --- 2012-01-05 16:12:35 - /usr/bin/make -B buildworld >>> World build started on Thu Jan 5 16:12:37 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_vdev.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_iter.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_util.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs/zfs_comutil.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common/timestamp.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -o zpool zpool_main.o zpool_vdev.o zpool_iter.o zpool_util.o zfs_comutil.o timestamp.o -lavl -lbsdxml -lgeom -lm -lnvpair -lsbuf -lumem -lutil -luutil -lzfs zpool_main.o(.text+0x3c84): In function `zpool_do_labelclear': : undefined reference to `zpool_pool_state_to_name' *** Error code 1 Stop in /src/cddl/sbin/zpool. *** Error code 1 Stop in /src/cddl/sbin. *** Error code 1 Stop in /src/cddl. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-05 17:00:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-05 17:00:06 - ERROR: failed to build world TB --- 2012-01-05 17:00:06 - 2260.01 user 480.42 system 2884.46 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 5 19:30:00 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47A8810656E3; Thu, 5 Jan 2012 19:30:00 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Received: from web.npulse.net (web.npulse.net [79.172.194.2]) by mx1.freebsd.org (Postfix) with SMTP id 109938FC24; Thu, 5 Jan 2012 19:29:58 +0000 (UTC) Received: by web (Postfix, from userid 143) id B894EDC1AF; Tue, 3 Jan 2012 00:16:08 +0000 (UTC) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by web (Postfix) with ESMTP id 0EF40DC1A9 for ; Tue, 3 Jan 2012 00:16:05 +0000 (UTC) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 328CC16093C; Tue, 3 Jan 2012 00:11:35 +0000 (UTC) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 76FC010656FE; Tue, 3 Jan 2012 00:11:34 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7B6D106564A; Tue, 3 Jan 2012 00:11:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id 83A678FC12; Tue, 3 Jan 2012 00:11:15 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q030BEYQ034942; Tue, 3 Jan 2012 00:11:15 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q030BE09034909; Tue, 3 Jan 2012 00:11:14 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 3 Jan 2012 00:11:14 GMT Message-Id: <201201030011.q030BE09034909@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Sender: owner-freebsd-stable@freebsd.org Errors-To: owner-freebsd-stable@freebsd.org Cc: Subject: [releng_9 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 19:30:00 -0000 TB --- 2012-01-02 22:52:31 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2012-01-02 22:52:31 - starting RELENG_9 tinderbox run for sparc64/sparc64 TB --- 2012-01-02 22:52:31 - cleaning the object tree TB --- 2012-01-02 22:53:00 - cvsupping the source tree TB --- 2012-01-02 22:53:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/sparc64/sparc64/supfile TB --- 2012-01-02 22:53:41 - building world TB --- 2012-01-02 22:53:41 - CROSS_BUILD_TESTING=YES TB --- 2012-01-02 22:53:41 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-02 22:53:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-02 22:53:41 - SRCCONF=/dev/null TB --- 2012-01-02 22:53:41 - TARGET=sparc64 TB --- 2012-01-02 22:53:41 - TARGET_ARCH=sparc64 TB --- 2012-01-02 22:53:41 - TZ=UTC TB --- 2012-01-02 22:53:41 - __MAKE_CONF=/dev/null TB --- 2012-01-02 22:53:41 - cd /src TB --- 2012-01-02 22:53:41 - /usr/bin/make -B buildworld >>> World build started on Mon Jan 2 22:53:42 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jan 3 00:01:02 UTC 2012 TB --- 2012-01-03 00:01:02 - generating LINT kernel config TB --- 2012-01-03 00:01:02 - cd /src/sys/sparc64/conf TB --- 2012-01-03 00:01:02 - /usr/bin/make -B LINT TB --- 2012-01-03 00:01:02 - cd /src/sys/sparc64/conf TB --- 2012-01-03 00:01:02 - /usr/sbin/config -m LINT TB --- 2012-01-03 00:01:02 - building LINT kernel TB --- 2012-01-03 00:01:02 - CROSS_BUILD_TESTING=YES TB --- 2012-01-03 00:01:02 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-03 00:01:02 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-03 00:01:02 - SRCCONF=/dev/null TB --- 2012-01-03 00:01:02 - TARGET=sparc64 TB --- 2012-01-03 00:01:02 - TARGET_ARCH=sparc64 TB --- 2012-01-03 00:01:02 - TZ=UTC TB --- 2012-01-03 00:01:02 - __MAKE_CONF=/dev/null TB --- 2012-01-03 00:01:02 - cd /src TB --- 2012-01-03 00:01:02 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jan 3 00:01:03 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/geom/multipath/g_multipath.c:367: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c: In function 'g_multipath_rotate': /src/sys/geom/multipath/g_multipath.c:411: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c:417: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c: In function 'g_multipath_ctl_getactive': /src/sys/geom/multipath/g_multipath.c:748: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c:748: error: 'struct g_multipath_softc' has no member named 'cp_active' /src/sys/geom/multipath/g_multipath.c:749: error: 'struct g_multipath_softc' has no member named 'cp_active' *** Error code 1 Stop in /obj/sparc64.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-03 00:11:14 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-03 00:11:14 - ERROR: failed to build LINT kernel TB --- 2012-01-03 00:11:14 - 3426.82 user 539.09 system 4723.47 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-sparc64-sparc64.full _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 5 19:30:08 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7851210656B7; Thu, 5 Jan 2012 19:30:08 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Received: from web.npulse.net (web.npulse.net [79.172.194.2]) by mx1.freebsd.org (Postfix) with SMTP id 876C58FC3A; Thu, 5 Jan 2012 19:30:07 +0000 (UTC) Received: by web (Postfix, from userid 143) id 3419EDC371; Thu, 5 Jan 2012 17:04:40 +0000 (UTC) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by web (Postfix) with ESMTP id 9B014DC220 for ; Thu, 5 Jan 2012 17:04:37 +0000 (UTC) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 6D2821A8042; Thu, 5 Jan 2012 17:00:26 +0000 (UTC) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id A0E1F10656B8; Thu, 5 Jan 2012 17:00:25 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FCF21065672; Thu, 5 Jan 2012 17:00:07 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy.sentex.ca (freebsd-legacy.sentex.ca [IPv6:2607:f3e0:0:3::6502:9a]) by mx1.freebsd.org (Postfix) with ESMTP id E17B98FC16; Thu, 5 Jan 2012 17:00:06 +0000 (UTC) Received: from freebsd-legacy.sentex.ca (localhost [127.0.0.1]) by freebsd-legacy.sentex.ca (8.14.5/8.14.5) with ESMTP id q05H069S099904; Thu, 5 Jan 2012 17:00:06 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-legacy.sentex.ca (8.14.5/8.14.5/Submit) id q05H06fH099903; Thu, 5 Jan 2012 17:00:06 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 5 Jan 2012 17:00:06 GMT Message-Id: <201201051700.q05H06fH099903@freebsd-legacy.sentex.ca> X-Authentication-Warning: freebsd-legacy.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Sender: owner-freebsd-stable@freebsd.org Errors-To: owner-freebsd-stable@freebsd.org Cc: Subject: [releng_8 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 19:30:08 -0000 TB --- 2012-01-05 16:12:01 - tinderbox 2.8 running on freebsd-legacy.sentex.ca TB --- 2012-01-05 16:12:01 - starting RELENG_8 tinderbox run for sparc64/sparc64 TB --- 2012-01-05 16:12:01 - cleaning the object tree TB --- 2012-01-05 16:12:22 - cvsupping the source tree TB --- 2012-01-05 16:12:22 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca -s /usr/home/tinderbox/RELENG_8/sparc64/sparc64/supfile TB --- 2012-01-05 16:12:35 - building world TB --- 2012-01-05 16:12:35 - CROSS_BUILD_TESTING=YES TB --- 2012-01-05 16:12:35 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-05 16:12:35 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-05 16:12:35 - SRCCONF=/dev/null TB --- 2012-01-05 16:12:35 - TARGET=sparc64 TB --- 2012-01-05 16:12:35 - TARGET_ARCH=sparc64 TB --- 2012-01-05 16:12:35 - TZ=UTC TB --- 2012-01-05 16:12:35 - __MAKE_CONF=/dev/null TB --- 2012-01-05 16:12:35 - cd /src TB --- 2012-01-05 16:12:35 - /usr/bin/make -B buildworld >>> World build started on Thu Jan 5 16:12:37 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_vdev.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_iter.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_util.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs/zfs_comutil.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -c /src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common/timestamp.c cc -O2 -pipe -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/include -I/src/cddl/sbin/zpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/sbin/zpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libuutil/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libumem/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libzfs/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/lib/libnvpair -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/sbin/zpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/sbin/zpool/../../../cddl/contrib/o! pensolaris/lib/libzpool/common -I/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/stat/common -DNEED_SOLARIS_BOOLEAN -std=gnu89 -fstack-protector -Wno-unknown-pragmas -o zpool zpool_main.o zpool_vdev.o zpool_iter.o zpool_util.o zfs_comutil.o timestamp.o -lavl -lbsdxml -lgeom -lm -lnvpair -lsbuf -lumem -lutil -luutil -lzfs zpool_main.o(.text+0x3c84): In function `zpool_do_labelclear': : undefined reference to `zpool_pool_state_to_name' *** Error code 1 Stop in /src/cddl/sbin/zpool. *** Error code 1 Stop in /src/cddl/sbin. *** Error code 1 Stop in /src/cddl. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-05 17:00:06 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-05 17:00:06 - ERROR: failed to build world TB --- 2012-01-05 17:00:06 - 2260.01 user 480.42 system 2884.46 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8-sparc64-sparc64.full _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-sparc64@FreeBSD.ORG Thu Jan 5 19:30:09 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3DC2106580D; Thu, 5 Jan 2012 19:30:09 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Received: from web.npulse.net (web.npulse.net [79.172.194.2]) by mx1.freebsd.org (Postfix) with SMTP id DC20D8FC2D; Thu, 5 Jan 2012 19:30:08 +0000 (UTC) Received: by web (Postfix, from userid 143) id 77E39DC330; Thu, 5 Jan 2012 14:26:38 +0000 (UTC) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by web (Postfix) with ESMTP id 15E53DC30B for ; Thu, 5 Jan 2012 14:26:36 +0000 (UTC) Received: from hub.freebsd.org (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 9D5201557EA; Thu, 5 Jan 2012 14:22:22 +0000 (UTC) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 9AD2010656D0; Thu, 5 Jan 2012 14:22:21 +0000 (UTC) (envelope-from owner-freebsd-stable@freebsd.org) Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A4E7106566B; Thu, 5 Jan 2012 14:22:00 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2088FC08; Thu, 5 Jan 2012 14:22:00 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q05ELxow095626; Thu, 5 Jan 2012 14:21:59 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q05ELxth095617; Thu, 5 Jan 2012 14:21:59 GMT (envelope-from tinderbox@freebsd.org) Date: Thu, 5 Jan 2012 14:21:59 GMT Message-Id: <201201051421.q05ELxth095617@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Sender: owner-freebsd-stable@freebsd.org Errors-To: owner-freebsd-stable@freebsd.org Cc: Subject: [releng_9 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 19:30:10 -0000 TB --- 2012-01-05 14:11:44 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2012-01-05 14:11:44 - starting RELENG_9 tinderbox run for sparc64/sparc64 TB --- 2012-01-05 14:11:44 - cleaning the object tree TB --- 2012-01-05 14:12:06 - cvsupping the source tree TB --- 2012-01-05 14:12:06 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/sparc64/sparc64/supfile TB --- 2012-01-05 14:13:06 - building world TB --- 2012-01-05 14:13:06 - CROSS_BUILD_TESTING=YES TB --- 2012-01-05 14:13:06 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-05 14:13:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-05 14:13:06 - SRCCONF=/dev/null TB --- 2012-01-05 14:13:06 - TARGET=sparc64 TB --- 2012-01-05 14:13:06 - TARGET_ARCH=sparc64 TB --- 2012-01-05 14:13:06 - TZ=UTC TB --- 2012-01-05 14:13:06 - __MAKE_CONF=/dev/null TB --- 2012-01-05 14:13:06 - cd /src TB --- 2012-01-05 14:13:06 - /usr/bin/make -B buildworld >>> World build started on Thu Jan 5 14:13:07 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes [...] ===> lib/libalias/modules/ftp (buildincludes) ===> lib/libalias/modules/irc (buildincludes) ===> lib/libalias/modules/nbt (buildincludes) ===> lib/libalias/modules/pptp (buildincludes) ===> lib/libalias/modules/skinny (buildincludes) ===> lib/libalias/modules/smedia (buildincludes) ===> lib/libarchive (buildincludes) make: don't know how to make archive.h. Stop *** Error code 2 Stop in /src/lib. *** Error code 1 Stop in /src/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-05 14:21:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-05 14:21:59 - ERROR: failed to build world TB --- 2012-01-05 14:21:59 - 390.55 user 48.96 system 615.50 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-sparc64-sparc64.full _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-sparc64@FreeBSD.ORG Fri Jan 6 01:36:46 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6694510656D0; Fri, 6 Jan 2012 01:36:46 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-stable.sentex.ca (freebsd-stable.sentex.ca [IPv6:2607:f3e0:0:3::6502:9b]) by mx1.freebsd.org (Postfix) with ESMTP id 26A6A8FC13; Fri, 6 Jan 2012 01:36:46 +0000 (UTC) Received: from freebsd-stable.sentex.ca (localhost [127.0.0.1]) by freebsd-stable.sentex.ca (8.14.5/8.14.5) with ESMTP id q061ajXB038830; Fri, 6 Jan 2012 01:36:45 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-stable.sentex.ca (8.14.5/8.14.5/Submit) id q061ajhL038829; Fri, 6 Jan 2012 01:36:45 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 6 Jan 2012 01:36:45 GMT Message-Id: <201201060136.q061ajhL038829@freebsd-stable.sentex.ca> X-Authentication-Warning: freebsd-stable.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_9 tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 01:36:46 -0000 TB --- 2012-01-06 00:36:59 - tinderbox 2.8 running on freebsd-stable.sentex.ca TB --- 2012-01-06 00:36:59 - starting RELENG_9 tinderbox run for sparc64/sparc64 TB --- 2012-01-06 00:36:59 - cleaning the object tree TB --- 2012-01-06 00:37:11 - cvsupping the source tree TB --- 2012-01-06 00:37:11 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_9/sparc64/sparc64/supfile TB --- 2012-01-06 00:37:53 - building world TB --- 2012-01-06 00:37:53 - CROSS_BUILD_TESTING=YES TB --- 2012-01-06 00:37:53 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-06 00:37:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-06 00:37:53 - SRCCONF=/dev/null TB --- 2012-01-06 00:37:53 - TARGET=sparc64 TB --- 2012-01-06 00:37:53 - TARGET_ARCH=sparc64 TB --- 2012-01-06 00:37:53 - TZ=UTC TB --- 2012-01-06 00:37:53 - __MAKE_CONF=/dev/null TB --- 2012-01-06 00:37:53 - cd /src TB --- 2012-01-06 00:37:53 - /usr/bin/make -B buildworld >>> World build started on Fri Jan 6 00:37:54 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Fri Jan 6 01:31:28 UTC 2012 TB --- 2012-01-06 01:31:28 - generating LINT kernel config TB --- 2012-01-06 01:31:28 - cd /src/sys/sparc64/conf TB --- 2012-01-06 01:31:28 - /usr/bin/make -B LINT TB --- 2012-01-06 01:31:29 - cd /src/sys/sparc64/conf TB --- 2012-01-06 01:31:29 - /usr/sbin/config -m LINT TB --- 2012-01-06 01:31:29 - building LINT kernel TB --- 2012-01-06 01:31:29 - CROSS_BUILD_TESTING=YES TB --- 2012-01-06 01:31:29 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-06 01:31:29 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-06 01:31:29 - SRCCONF=/dev/null TB --- 2012-01-06 01:31:29 - TARGET=sparc64 TB --- 2012-01-06 01:31:29 - TARGET_ARCH=sparc64 TB --- 2012-01-06 01:31:29 - TZ=UTC TB --- 2012-01-06 01:31:29 - __MAKE_CONF=/dev/null TB --- 2012-01-06 01:31:29 - cd /src TB --- 2012-01-06 01:31:29 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Jan 6 01:31:29 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/mem/memutil.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/mfi/mfi.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -fstack-protector -Werror /src/sys/dev/mfi/mfi_debug.c cc1: warnings being treated as errors In file included from /src/sys/dev/mfi/mfi_debug.c:54: /src/sys/dev/mfi/mfivar.h:398: warning: data definition has no type or storage class /src/sys/dev/mfi/mfivar.h:398: warning: type defaults to 'int' in declaration of 'SYSCTL_DECL' /src/sys/dev/mfi/mfivar.h:398: warning: parameter names (without types) in function declaration *** Error code 1 Stop in /obj/sparc64.sparc64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-06 01:36:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-06 01:36:45 - ERROR: failed to build LINT kernel TB --- 2012-01-06 01:36:45 - 2787.09 user 476.02 system 3586.55 real http://tinderbox.freebsd.org/tinderbox-releng_9-RELENG_9-sparc64-sparc64.full From owner-freebsd-sparc64@FreeBSD.ORG Fri Jan 6 11:21:37 2012 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DC25106566B for ; Fri, 6 Jan 2012 11:21:37 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 3332F8FC0C for ; Fri, 6 Jan 2012 11:21:36 +0000 (UTC) Received: from ncsd.bris.ac.uk ([137.222.10.59] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1Rj7rb-0007MZ-Q2; Fri, 06 Jan 2012 11:21:35 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Rj7rb-00049d-I1; Fri, 06 Jan 2012 11:21:35 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q06BLRAO070003; Fri, 6 Jan 2012 11:21:27 GMT (envelope-from mexas@bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q06BLRFq070002; Fri, 6 Jan 2012 11:21:27 GMT (envelope-from mexas@bris.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bris.ac.uk using -f Date: Fri, 6 Jan 2012 11:21:27 +0000 From: Anton Shterenlikht To: Marius Strobl Message-ID: <20120106112126.GA69964@mech-cluster241.men.bris.ac.uk> References: <20111216084048.GA98967@mech-cluster241.men.bris.ac.uk> <20111216103720.GA853@alchemy.franken.de> <20111216111922.GA99512@mech-cluster241.men.bris.ac.uk> <20111216161031.GA2371@alchemy.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111216161031.GA2371@alchemy.franken.de> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: r223378 panic [Re: sparc64 r228561 panic: kmem_suballoc: bad status return of 3] X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 11:21:37 -0000 On Fri, Dec 16, 2011 at 05:10:31PM +0100, Marius Strobl wrote: > On Fri, Dec 16, 2011 at 11:19:22AM +0000, Anton Shterenlikht wrote: > > On Fri, Dec 16, 2011 at 11:37:20AM +0100, Marius Strobl wrote: > > > On Fri, Dec 16, 2011 at 08:40:48AM +0000, Anton Shterenlikht wrote: > > > > Updating from r216048 to r228561 on sparc64, > > > > with sys/conf/newvers.sh changed to REVISION="9.9". > > > > > > > > Trinscribed by hand: > > > > > > > > FreeBSD 9.9-CURRENT #3 r228561M: > > > > > > > > panic: kmem_suballoc: bad status return of 3 > > > > KDB: enter: panic > > > > [ thread pid 0 tid 0 ] > > > > Stopped at 0x02937e0: ta %xcc,1 > > > > db> > > > > > > > > The keyboard froze, couldn't get a bt, > > > > required a cold reboot. > > > > > > > > My /etc/make.conf and kernel config files are below. > > > > > > > > Any advice? > > > > > > > > > > Hrm, doesn't look like I can reproduce this. What machine model is > > > that and how much RAM does it have? > > > > >From dmesg: > > > > real memory = 2147483648 (2048 MB) > > avail memory = 2079449088 (1983 MB) > > cpu0: Sun Microsystems UltraSparc-IIIi Processor (1503.00 MHz CPU) > > > > > Do you use any loader tuneables? > > > > I don't think so. You mean like /boot/loader.conf? > > I haven't got this file at all. > > > > Even with a Blade 1500, which is the closest match to your machine > that I have, and a kernel built with your configuration file I can't > reproduce this using r228583. I'd suggest to test with a kernel built > using an empty object directory and without any local modifications. > If that still doesn't solve the problem given that there isn't even > a backtrace I just can suggest to do a binary search for the offending > commit, probably accounting especially for the changes to the VM > within the window of revisions in question. It took a while. 223377 - ok 223378 - panic # svn up -r 223378 Updating '.': U sys/sparc64/include/tsb.h U sys/sparc64/include/vmparam.h Updated to revision 223378. # svn diff -c 223378 Index: sys/sparc64/include/tsb.h =================================================================== --- sys/sparc64/include/tsb.h (revision 223377) +++ sys/sparc64/include/tsb.h (revision 223378) @@ -50,7 +50,6 @@ extern vm_size_t tsb_kernel_mask; extern vm_size_t tsb_kernel_size; extern vm_paddr_t tsb_kernel_phys; -extern u_int tsb_kernel_ldd_phys; static __inline struct tte * tsb_vpntobucket(pmap_t pm, vm_offset_t vpn) Index: sys/sparc64/include/vmparam.h =================================================================== --- sys/sparc64/include/vmparam.h (revision 223377) +++ sys/sparc64/include/vmparam.h (revision 223378) @@ -218,7 +218,7 @@ * is the total KVA space allocated for kmem_map. */ #ifndef VM_KMEM_SIZE_SCALE -#define VM_KMEM_SIZE_SCALE (3) +#define VM_KMEM_SIZE_SCALE (tsb_kernel_ldd_phys == 0 ? 3 : 1) #endif /* @@ -238,6 +238,7 @@ #define UMA_MD_SMALL_ALLOC +extern u_int tsb_kernel_ldd_phys; extern vm_offset_t vm_max_kernel_address; /* Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-sparc64@FreeBSD.ORG Fri Jan 6 15:48:39 2012 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34807106566B; Fri, 6 Jan 2012 15:48:39 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id D31738FC18; Fri, 6 Jan 2012 15:48:38 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.4) with ESMTP id q06FmbCd037109; Fri, 6 Jan 2012 10:48:37 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.4/Submit) id q06FmbQn037103; Fri, 6 Jan 2012 15:48:37 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 6 Jan 2012 15:48:37 GMT Message-Id: <201201061548.q06FmbQn037103@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on sparc64/sparc64 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 15:48:39 -0000 TB --- 2012-01-06 14:58:14 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-06 14:58:14 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2012-01-06 14:58:14 - cleaning the object tree TB --- 2012-01-06 14:58:30 - cvsupping the source tree TB --- 2012-01-06 14:58:30 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/sparc64/sparc64/supfile TB --- 2012-01-06 14:58:42 - building world TB --- 2012-01-06 14:58:42 - CROSS_BUILD_TESTING=YES TB --- 2012-01-06 14:58:42 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-06 14:58:42 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-06 14:58:42 - SRCCONF=/dev/null TB --- 2012-01-06 14:58:42 - TARGET=sparc64 TB --- 2012-01-06 14:58:42 - TARGET_ARCH=sparc64 TB --- 2012-01-06 14:58:42 - TZ=UTC TB --- 2012-01-06 14:58:42 - __MAKE_CONF=/dev/null TB --- 2012-01-06 14:58:42 - cd /src TB --- 2012-01-06 14:58:42 - /usr/bin/make -B buildworld >>> World build started on Fri Jan 6 14:58:42 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/ddb/ddb_capture.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/sbin/ddb/ddb_script.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -o ddb ddb.o ddb_capture.o ddb_script.o -lkvm gzip -cn /src/sbin/ddb/ddb.8 > ddb.8.gz ===> sbin/devd (all) c++ -O2 -pipe -I. -I/src/sbin/devd -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wpointer-arith -Wno-uninitialized -c /src/sbin/devd/devd.cc /src/sbin/devd/devd.cc: In constructor 'media::media(config&, const char*, const char*)': /src/sbin/devd/devd.cc:301: error: 'IFM_CARP' was not declared in this scope *** Error code 1 Stop in /src/sbin/devd. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-06 15:48:37 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-06 15:48:37 - ERROR: failed to build world TB --- 2012-01-06 15:48:37 - 2319.24 user 553.76 system 3022.94 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-sparc64-sparc64.full