Re: openzfs related kernel install fails (r365296)

From: Mark Johnston <markj_at_freebsd.org>
Date: Fri, 4 Sep 2020 14:34:38 -0400
On Fri, Sep 04, 2020 at 09:27:54PM +0300, Ruslan Makhmatkhanov wrote:
> Hello,
> 
> tried to make world and kernel from r365296. Kernel fails at install 
> stage in zfs module:
> 
> ===> zfs (install)
> install -T release -o root -g wheel -m 555   zfs.ko /boot/kernel/
> install -T dbg -o root -g wheel -m 555   zfs.ko.debug 
> /usr/lib/debug/boot/kernel/
> install: /usr/lib/debug/boot/kernel/: No such file or directory
> *** Error code 71
> 
> Stop.
> make[4]: stopped in /mnt/hdd/src/sys/modules/zfs
> *** Error code 1
> *** Error code 1
> 
> Stop.
> make[2]: stopped in /mnt/hdd/obj/mnt/hdd/src/amd64.amd64/sys/Z1
> *** Error code 1
> 
> Stop.
> make[1]: stopped in /mnt/hdd/src
> 
> 
> It seems `nomakeoptions   DEBUG' in my kernel configuration is culprit. 
> Worked fine before. Is there options to fix that besides enabling DEBUG?

The zfs.ko Makefile unconditionally enables creation of a debug file.
Could you verify that the problem is gone with this patch?

Index: sys/modules/zfs/Makefile
===================================================================
--- sys/modules/zfs/Makefile	(revision 365318)
+++ sys/modules/zfs/Makefile	(working copy)
_at__at_ -44,8 +44,6 _at__at_ CFLAGS+= -DDEBUG_VFS_LOCKS
 CFLAGS+=	 -fprofile-arcs -ftest-coverage
 .endif
 
-DEBUG_FLAGS=-g
-
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \
 	${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm"
 CFLAGS+= -DBITS_PER_LONG=32
Received on Fri Sep 04 2020 - 16:34:43 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:25 UTC