> On Jan 3, 2016, at 00:37, Bjoern A. Zeeb <bzeeb-li...@lists.zabbadoz.net> > wrote: > >> On 03 Jan 2016, at 04:38 , Garrett Cooper <n...@freebsd.org> wrote: >> >> Author: ngie >> Date: Sun Jan 3 04:38:17 2016 >> New Revision: 293070 >> URL: https://svnweb.freebsd.org/changeset/base/293070 >> >> Log: >> Add "options ZFS" to NOTES so this will be tested with the LINT >> KERNCONF when "make tinderbox" is run >> >> This will help ensure that "options ZFS" will not be accidentally >> regressed, as the current LINT configuration tests the zfs module >> > > and it broke the build. > > linking kernel > inflate.o: In function `inflate': > /scratch/tmp/bz/head.svn/sys/kern/inflate.c:(.text+0x0): multiple definition > of `inflate' > inflate.o:/scratch/tmp/bz/head.svn/sys/kern/inflate.c:(.text+0x0): first > defined here > zmod.o: In function `z_uncompress': > /scratch/tmp/bz/head.svn/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod.c:(.text+0x63): > undefined reference to `z_inflateInit2_' > /scratch/tmp/bz/head.svn/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod.c:(.text+0x78): > undefined reference to `z_inflate' > /scratch/tmp/bz/head.svn/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod.c:(.text+0x92): > undefined reference to `z_inflateEnd' > /scratch/tmp/bz/head.svn/sys/cddl/contrib/opensolaris/uts/common/zmod/zmod.c:(.text+0xa0): > undefined reference to `z_inflateEnd' > --- kernel --- > *** [kernel] Error code 1
Thank you for the report ;(... I’ve reverted r293091 and have filed this bug to track the issue: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205822 . -NGie _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"