Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71

2020-09-04 Thread Mateusz Guzik
On 9/4/20, O. Hartmann wrote: > On Tue, 1 Sep 2020 19:21:36 +0200 > Mateusz Guzik wrote: > >> It's not my bug but i'll make sure it is taken care of. > > Oh, I'm sorry. But I grasp for every help I can get ... > > The problem is that I do not know whether the process "make installkernel" > does

Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71

2020-09-04 Thread O. Hartmann
On Tue, 1 Sep 2020 19:21:36 +0200 Mateusz Guzik wrote: > It's not my bug but i'll make sure it is taken care of. Oh, I'm sorry. But I grasp for every help I can get ... The problem is that I do not know whether the process "make installkernel" does silently proceed and drop the error message

Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71

2020-09-01 Thread Mateusz Guzik
It's not my bug but i'll make sure it is taken care of. On 8/30/20, Hartmann, O. wrote: > On Fri, 28 Aug 2020 13:16:05 +0200 > Mateusz Guzik wrote: > >> On 8/28/20, Hartmann, O. wrote: >> > On Fri, 28 Aug 2020 12:31:21 +0200 >> > Mateusz Guzik wrote: >> > >> >> Can you show more of the log?

Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71

2020-08-30 Thread Hartmann, O.
On Fri, 28 Aug 2020 13:16:05 +0200 Mateusz Guzik wrote: > On 8/28/20, Hartmann, O. wrote: > > On Fri, 28 Aug 2020 12:31:21 +0200 > > Mateusz Guzik wrote: > > > >> Can you show more of the log? > >> > >> When you installkernel you should see: > >> mkdir -p /boot/kernel > >> install -p -m 555

Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71

2020-08-28 Thread Mateusz Guzik
On 8/28/20, Hartmann, O. wrote: > On Fri, 28 Aug 2020 12:31:21 +0200 > Mateusz Guzik wrote: > >> Can you show more of the log? >> >> When you installkernel you should see: >> mkdir -p /boot/kernel >> install -p -m 555 -o root -g wheel kernel /boot/kernel/ > > These lines are seen right after the

Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71

2020-08-28 Thread Hartmann, O.
On Fri, 28 Aug 2020 12:31:21 +0200 Mateusz Guzik wrote: > Can you show more of the log? > > When you installkernel you should see: > mkdir -p /boot/kernel > install -p -m 555 -o root -g wheel kernel /boot/kernel/ These lines are seen right after the beginning of "make installkernel". > mkdir

Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71

2020-08-28 Thread Mateusz Guzik
Can you show more of the log? When you installkernel you should see: mkdir -p /boot/kernel install -p -m 555 -o root -g wheel kernel /boot/kernel/ mkdir -p /usr/lib/debug/boot/kernel install -p -m 555 -o root -g wheel kernel.debug /usr/lib/debug/boot/kernel/ Did these succeed? Do these dirs

installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71

2020-08-28 Thread Hartmann, O.
On CURRENT (FreeBSD 13.0-CURRENT #185 r364767: Tue Aug 25 16:10:50 CEST 2020 amd64), /usr/src at revision 364907, installkernel fails now due to an error as shown below. For the record, "options ZFS" ist statically in the kernel config file. Also deleting /usr/obj and restarting buildworld and