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: n...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"