On 8/28/20 8:51 AM, Harry Schmalzbauer wrote:
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?


You need options ZSTDIO, too. NOTES needs to be updated.

-Ryan



Thanks,
-harry
_______________________________________________
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"

Reply via email to