Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 14:55:30 -0400
From:      Mark Johnston <markj@freebsd.org>
To:        Ruslan Makhmatkhanov <rm@freebsd.org>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: openzfs related kernel install fails (r365296)
Message-ID:  <20200904185530.GE10977@raichu>
In-Reply-To: <8139c15f-41b2-cf8f-d401-46783b47abfe@FreeBSD.org>
References:  <fac61e6d-8fb0-63c5-ceed-5594b46b8cad@FreeBSD.org> <20200904183438.GD10977@raichu> <8139c15f-41b2-cf8f-d401-46783b47abfe@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 04, 2020 at 09:41:56PM +0300, Ruslan Makhmatkhanov wrote:
> Mark Johnston wrote on 9/4/20 9:34 PM:
> > 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?
> 
> 
> This patch indeed fixes the install. Thank you!

Committed in r365336, thanks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200904185530.GE10977>