From owner-freebsd-stable@FreeBSD.ORG Thu Jan 5 20:25:44 2012 Return-Path: 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 8518E106564A; Thu, 5 Jan 2012 20:25:44 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 59B7C8FC12; Thu, 5 Jan 2012 20:25:44 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id 1047846B3B; Thu, 5 Jan 2012 15:25:44 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 8FCA1B94D; Thu, 5 Jan 2012 15:25:43 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Thu, 5 Jan 2012 15:25:42 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: <201201051328.q05DSPAb012231@freebsd-legacy.sentex.ca> <20120105180205.GJ1733@albert.catwhisker.org> In-Reply-To: <20120105180205.GJ1733@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201201051525.42573.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 05 Jan 2012 15:25:43 -0500 (EST) Cc: Martin Matuska , stable@freebsd.org, i386@freebsd.org, FreeBSD Tinderbox Subject: Re: [releng_8 tinderbox] failure on i386/i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2012 20:25:44 -0000 On Thursday, January 05, 2012 1:02:05 pm David Wolfskill wrote: > On Thu, Jan 05, 2012 at 01:28:25PM +0000, FreeBSD Tinderbox wrote: > > ... > > 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+0x34fd): In function `zpool_do_labelclear': > > : undefined reference to `zpool_pool_state_to_name' > > *** Error code 1 > > ... > > Attached patch gets around the above for me. Looks like revision 224169 needs to be merged to 8 (it includes the changes in your patch along with some others): http://svnweb.freebsd.org/base?view=revision&revision=224169 I'm testing this now and if it fixes the build I'll commit. -- John Baldwin