On 5.1.2012 21:51, John Baldwin wrote: > On Thursday, January 05, 2012 3:25:42 pm John Baldwin wrote: >> 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. > My amd64 buildworld finished with this applied, so I've committed it. >
Thank you very much. -- Martin Matuska FreeBSD committer http://blog.vx.sk _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
