Date: Fri, 7 Feb 2025 16:53:30 +0100 (CET) From: Ronald Klop <ronald-lists@klop.ws> To: A FreeBSD User <freebsd@walstatt-de.de> Cc: FreeBSD CURRENT <freebsd-current@freebsd.org> Subject: Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory Message-ID: <1206160507.3283.1738943610064@localhost> In-Reply-To: <20250207164741.0c98a45c@thor.sb211.local> References: <20250207135556.0318bab1@thor.sb211.local> <985946155.263.1738933704535@localhost> <20250207144321.5409c258@thor.sb211.local> <20250207164741.0c98a45c@thor.sb211.local>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] What is in your /etc/make.conf and /etc/src.conf? Regards, Ronald. Van: A FreeBSD User <freebsd@walstatt-de.de> Datum: vrijdag, 7 februari 2025 16:47 Aan: Ronald Klop <ronald-lists@klop.ws> CC: FreeBSD CURRENT <freebsd-current@freebsd.org> Onderwerp: Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory > > Am Fri, 7 Feb 2025 14:45:04 +0100 > A FreeBSD User <freebsd@walstatt-de.de> schrieb: > > > Am Fri, 7 Feb 2025 14:08:24 +0100 (CET) > > Ronald Klop <ronald-lists@klop.ws> schrieb: > > > > > Does it work if you just do > > > > > > mkdir -p /usr/lib/debug/boot/kernel/ > > > > > > and restart the make installkernel? > > > > > > Regards, > > > Ronald. > > > > > > Hello Ronald. > > > > I already did that, but the newly created directory seems to vanish each time I start "make > > installkernel" or "make kernel" (or with "-j8" for parallel install ...). > > > > I've issued newly "make cleanworld" and "make cleandir" additionaly and do a complete new > > build - again. It takes a least an hour on my 12 years old hardware ;-) > > > > Will report in when finished/failes again ... > > > > Kind regards, > > > > Oliver > > > No luck! After a complete fresh buildworld/buildkernel, the failure is persistant. > > > > > > > > > > > Van: A FreeBSD User <freebsd@walstatt-de.de> > > > Datum: vrijdag, 7 februari 2025 13:56 > > > Aan: FreeBSD CURRENT <freebsd-current@freebsd.org> > > > Onderwerp: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file > > > or directory > > > > > > > > Hello, > > > > > > > > Host is actual running > > > > > > > > 15.0-CURRENT #40 main-n275030-46a9fb7287f4: Sat Jan 25 07:09:38 CET 2025 amd64 > > > > > > > > Trying to rebuild (from clean/scratch after "make cleanworld") and install kernel/world. > > > > > > > > make kernel works fine. > > > > make installkernel bails out with: > > > > > > > > [...] > > > > ===> usb/rsufw/rsurtl8712fw (install) > > > > install -T release -o root -g wheel -m 444 rsu-rtl8712fw.ko /boot/kernel/ > > > > ===> usb/mtw (install) > > > > install -T release -o root -g wheel -m 444 if_mtw.ko /boot/kernel/ > > > > install -T dbg -o root -g wheel -m 444 if_mtw.ko.debug /usr/lib/debug/boot/kernel/ > > > > install: /usr/lib/debug/boot/kernel: No such file or directory > > > > *** Error code 71 > > > > > > > > Stop. > > > > make[5]: stopped making "install" in /usr/src/sys/modules/usb/mtw > > > > *** Error code 1 > > > > > > > > Stop. > > > > make[4]: stopped making "install" in /usr/src/sys/modules/usb > > > > *** Error code 1 > > > > > > > > Stop. > > > > make[3]: stopped making "install" in /usr/src/sys/modules > > > > *** Error code 1 > > > > [...] > > > > > > > > On a similar box running CURRENT this failure doesn't show up, but the (working) box has > > > > been updated more often within the past two weeks. > > > > > > > > I fear that I might have issued "make delete-old" on the wrong console prior to "make > > > > installworld", but I do not know wether the failure shown is a typical/well known > > > > symptome. > > > > > > > > Any tips and tricks to fix this nasty failure? > > > > > > > > Thanks in advance > > > > > > > > o.h. > > > > > > > > -- > > > > > > > > A FreeBSD user > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > A FreeBSD user > > > > [-- Attachment #2 --] <html><head></head><body>What is in your /etc/make.conf and /etc/src.conf?<br> <br> Regards,<br> Ronald.<br> <br> <p><strong>Van:</strong> A FreeBSD User <freebsd@walstatt-de.de><br> <strong>Datum:</strong> vrijdag, 7 februari 2025 16:47<br> <strong>Aan:</strong> Ronald Klop <ronald-lists@klop.ws><br> <strong>CC:</strong> FreeBSD CURRENT <freebsd-current@freebsd.org><br> <strong>Onderwerp:</strong> Re: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file or directory</p> <blockquote style="padding-right: 0px; padding-left: 5px; margin-left: 5px; border-left: #000000 2px solid; margin-right: 0px"> <div class="MessageRFC822Viewer" id="P"> <div class="MultipartMixedViewer"> <div class="TextPlainViewer" id="P.P.P1">Am Fri, 7 Feb 2025 14:45:04 +0100<br> A FreeBSD User <freebsd@walstatt-de.de> schrieb:<br> <br> > Am Fri, 7 Feb 2025 14:08:24 +0100 (CET)<br> > Ronald Klop <ronald-lists@klop.ws> schrieb:<br> ><br> > > Does it work if you just do<br> > ><br> > > mkdir -p /usr/lib/debug/boot/kernel/<br> > ><br> > > and restart the make installkernel?<br> > ><br> > > Regards,<br> > > Ronald. <br> ><br> ><br> > Hello Ronald.<br> ><br> > I already did that, but the newly created directory seems to vanish each time I start "make<br> > installkernel" or "make kernel" (or with "-j8" for parallel install ...).<br> ><br> > I've issued newly "make cleanworld" and "make cleandir" additionaly and do a complete new<br> > build - again. It takes a least an hour on my 12 years old hardware ;-)<br> ><br> > Will report in when finished/failes again ...<br> ><br> > Kind regards,<br> ><br> > Oliver <br> <br> <br> No luck! After a complete fresh buildworld/buildkernel, the failure is persistant.<br> <br> <br> > ><br> > > <br> > > Van: A FreeBSD User <freebsd@walstatt-de.de><br> > > Datum: vrijdag, 7 februari 2025 13:56<br> > > Aan: FreeBSD CURRENT <freebsd-current@freebsd.org><br> > > Onderwerp: make installkernel: failure: install: /usr/lib/debug/boot/kernel: No such file<br> > > or directory <br> > > ><br> > > > Hello,<br> > > ><br> > > > Host is actual running<br> > > ><br> > > > 15.0-CURRENT #40 main-n275030-46a9fb7287f4: Sat Jan 25 07:09:38 CET 2025 amd64<br> > > ><br> > > > Trying to rebuild (from clean/scratch after "make cleanworld") and install kernel/world.<br> > > ><br> > > > make kernel works fine.<br> > > > make installkernel bails out with:<br> > > ><br> > > > [...] <br> > > > ===> usb/rsufw/rsurtl8712fw (install) <br> > > > install -T release -o root -g wheel -m 444 rsu-rtl8712fw.ko /boot/kernel/ <br> > > > ===> usb/mtw (install) <br> > > > install -T release -o root -g wheel -m 444 if_mtw.ko /boot/kernel/<br> > > > install -T dbg -o root -g wheel -m 444 if_mtw.ko.debug /usr/lib/debug/boot/kernel/<br> > > > install: /usr/lib/debug/boot/kernel: No such file or directory<br> > > > *** Error code 71<br> > > ><br> > > > Stop.<br> > > > make[5]: stopped making "install" in /usr/src/sys/modules/usb/mtw<br> > > > *** Error code 1<br> > > ><br> > > > Stop.<br> > > > make[4]: stopped making "install" in /usr/src/sys/modules/usb<br> > > > *** Error code 1<br> > > ><br> > > > Stop.<br> > > > make[3]: stopped making "install" in /usr/src/sys/modules<br> > > > *** Error code 1<br> > > > [...]<br> > > ><br> > > > On a similar box running CURRENT this failure doesn't show up, but the (working) box has<br> > > > been updated more often within the past two weeks.<br> > > ><br> > > > I fear that I might have issued "make delete-old" on the wrong console prior to "make<br> > > > installworld", but I do not know wether the failure shown is a typical/well known<br> > > > symptome.<br> > > ><br> > > > Any tips and tricks to fix this nasty failure?<br> > > ><br> > > > Thanks in advance<br> > > ><br> > > > o.h.<br> > > ><br> > > > --<br> > > ><br> > > > A FreeBSD user<br> > > ><br> > > ><br> > > ><br> > > > <br> > ><br> > > <br> ><br> ><br> ><br> <br> <br> <br> -- <br> <br> A FreeBSD user</div> <hr> <div class="DefaultViewer"> </div> </div> </div> </blockquote> <br> </body></html>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1206160507.3283.1738943610064>
