[Bug 295382] release.sh no longer builds with nullfs ${PORTS} and ${SRC} in ${CHROOTDIR}

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 18 May 2026 13:46:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295382

--- Comment #1 from Alastair Hogge <agh@riseup.net> ---
It fails at:

> installing DIRS NLSDIR_be_BY.UTF-8.cat
> install  -d -m 0755 -o root  -g wheel  /scratch/testing/usr/share/nls/be_BY.UTF-8
> --- _libinstall ---
> install  -o root -g wheel -m 444  -C libc.a /scratch/testing/usr/lib/
> install  -s -o root -g wheel -m 444  -C -fschg -S  libc.so.7 /scratch/testing/lib/
> install: /scratch/testing/lib: No such file or directory
> *** [_libinstall] Error code 71
> 
> make[5]: stopped making "install" in /scratch/testing/usr/src/lib/libc
> --- realinstall_subdir_lib/libc/tests ---
> ===> lib/libc/tests (install)
> --- realinstall_subdir_libexec ---
> 
> make[5]: stopped making "install" in /scratch/testing/usr/src/libexec/flua
> --- realinstall_subdir_lib ---
> --- realmaninstall-MAN ---
> install   -o root -g wheel -m 444 btree.3.gz  /scratch/testing/usr/share/man/man3/
> --- realmaninstall-MANNODEV ---
> install   -o root -g wheel -m 444 big5.5.gz  /scratch/testing/usr/share/man/man5/

> $ lsc /scratch/testing/
> etc/ tmp/ usr/ var/

So other directories are being created in the ${CHROOTDIR}, just not lib/

-- 
You are receiving this mail because:
You are the assignee for the bug.