Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 08:37:38 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Garrett Cooper <ngie@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r293070 - head/sys/conf
Message-ID:  <DD1A1A79-C4F5-4714-AB3A-F79AE52C5F37@lists.zabbadoz.net>
In-Reply-To: <201601030438.u034cHSP043934@repo.freebsd.org>
References:  <201601030438.u034cHSP043934@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On 03 Jan 2016, at 04:38 , Garrett Cooper <ngie@FreeBSD.org> wrote:
>=20
> Author: ngie
> Date: Sun Jan  3 04:38:17 2016
> New Revision: 293070
> URL: https://svnweb.freebsd.org/changeset/base/293070
>=20
> Log:
>  Add "options ZFS" to NOTES so this will be tested with the LINT
>  KERNCONF when "make tinderbox" is run
>=20
>  This will help ensure that "options ZFS" will not be accidentally
>  regressed, as the current LINT configuration tests the zfs module
>=20

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

/bz=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DD1A1A79-C4F5-4714-AB3A-F79AE52C5F37>