svn commit: r364863 - head
Harry Schmalzbauer
freebsd at omnilan.de
Fri Aug 28 12:51:31 UTC 2020
Am 27.08.2020 um 15:26 schrieb Ryan Moeller:
> Author: freqlabs
> Date: Thu Aug 27 13:26:36 2020
> New Revision: 364863
> URL: https://svnweb.freebsd.org/changeset/base/364863
>
> Log:
> libzfs: Also add the crypto dependency to Makefile.inc1
>
> Reported by: kevans
> Discussed with: kevans
> Sponsored by: iXsystems, Inc.
>
> Modified:
> head/Makefile.inc1
Hello,
this still doesn't allwo me to compile ZFS into the kernel:
linking kernel.full
ld: error: undefined symbol: zfs_zstd_compress
>>> referenced by zio_compress.c
>>> zio_compress.o:(zio_compress_table)
ld: error: undefined symbol: zfs_zstd_decompress
>>> referenced by zio_compress.c
>>> zio_compress.o:(zio_compress_table)
ld: error: undefined symbol: zfs_zstd_decompress_level
>>> referenced by zio_compress.c
>>> zio_compress.o:(zio_compress_table)
*** Error code 1
According to src/sys/amd64/conf/NOTES, "options ZFS" should still be
supported.
Unfortunately I have no adhoc idea how to fix. Anybody else?
Thanks,
-harry
More information about the svn-src-all
mailing list