Date: Sun, 03 Jan 2016 08:54:40 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 205822] `options GZIP` and `options ZFS` collide due to inconsistently defined symbols Message-ID: <bug-205822-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205822 Bug ID: 205822 Summary: `options GZIP` and `options ZFS` collide due to inconsistently defined symbols Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: ngie@FreeBSD.org I tried adding `options ZFS` to sys/conf/NOTES as part of r293070 [1], and unfortunately caused build errors with `LINT` because of name collisions between zfs(4) and zlib(9). I reverted the change in r293091 [2]. This bug is being filed to track the issue and (eventually) fix it. This will likely need to be fixed by consolidating the two copies of zlib into one copy, and might require upgrading zlib in the kernel to something more recent.. 1. https://lists.freebsd.org/pipermail/svn-src-head/2016-January/080712.html 2. https://lists.freebsd.org/pipermail/svn-src-head/2016-January/080715.html -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205822-8>
