[Bug 280192] `make installworld' failes with: install: h_raw: No such file or directory
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280192] `make installworld' failes with: install: h_raw: No such file or directory"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280192] `make installworld' failes with: install: h_raw: No such file or directory"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280192] `make installworld' failes with: install: h_raw: No such file or directory"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280192] `make installworld' failes with: install: h_raw: No such file or directory"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280192] `make installworld' failes with: install: h_raw: No such file or directory"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jul 2024 14:22:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280192
Bug ID: 280192
Summary: `make installworld' failes with: install: h_raw: No
such file or directory
Product: Base System
Version: 14.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: wosch@FreeBSD.org
I build and install my FreeBSD 14.1-stable machine usually with
"WITHOUT_TOOLCHAIN=yes" because it is 3 times faster and the toolchain don't
changes often.
Since some month it failed in `make installworld'
(cd /home/projects/freebsd-src/lib/libc/tests/ssp && DEPENDFILE=.depend.h_raw
NO_SUBDIR=1 make -f /home/projects/
freebsd-src/lib/libc/tests/ssp/Makefile _RECURSING_PROGS=t PROG=h_raw install)
install -s -o root -g wheel -m 555 h_raw /usr/tests/lib/libc/ssp/h_raw
install: h_raw: No such file or directory
*** Error code 71
how to repeat:
--------------------------------------
!/bin/sh
PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin"; export PATH
cd /usr/src
rm -rf /usr/obj
make -j $(nproc) "WITHOUT_TOOLCHAIN=yes" buildworld
make -j $(nproc) buildkernel installkernel
make "WITHOUT_TOOLCHAIN=yes" installworld
--------------------------------------
--
You are receiving this mail because:
You are the assignee for the bug.