[Bug 291008] ports-mgmt/poudriere-dsh2dsh: Error while creating jail stable/15 with method from /usr/src
Date: Fri, 14 Nov 2025 09:20:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291008
p5B2EA84B3@t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|ports-mgmt/poudriere-dsh2ds |ports-mgmt/poudriere-dsh2ds
|h: Error while creating |h: Error while creating
|jail, |jail stable/15 with method
| |from /usr/src
--- Comment #1 from p5B2EA84B3@t-online.de ---
Creating a stable/15 jail like this:
poudriere jail -c -v stable/15 -a amd64 -j 15amd64 -m src=/usr/src/
fails like this:
--------------------------------------------------------------
>>> Installing everything started on Fri Nov 14 09:59:19 CET 2025
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
make[3]: /usr/obj/usr/src/amd64.amd64/toolchain-metadata.mk:1: Using cached
toolchain metadata from build at mybox.here on Fr. 14 Nov. 2025 07:46:17 CET
--- realinstall_subdir_lib ---
===> lib (install)
--- realinstall_subdir_libexec ---
===> libexec (install)
--- realinstall_subdir_libexec/atf ---
===> libexec/atf (install)
--- realinstall_subdir_libexec/atf/atf-check ---
===> libexec/atf/atf-check (install)
--- _proginstall ---
--- realmaninstall-MAN ---
--- _proginstall ---
install -N /usr/src/etc -s -o root -g wheel -m 555 atf-check
/poudriere/jails/15amd64/usr/libexec/atf-check
--- realinstall_subdir_libexec/atf/atf-check/tests ---
===> libexec/atf/atf-check/tests (install)
--- realmaninstall-MAN ---
install -N /usr/src/etc -o root -g wheel -m 444 atf-check.1.gz
/poudriere/jails/15amd64/usr/share/man/man1/
--- _debuginstall ---
install -N /usr/src/etc -o root -g wheel -m 444 atf-check.debug
/poudriere/jails/15amd64/usr/lib/debug/usr/libexec/atf-check.debug
install: atf-check.debug: No such file or directory
*** [_debuginstall] Error code 71
make[6]: stopped making "install" in /usr/src/libexec/atf/atf-check
--- realinstall_subdir_libexec/atf/atf-check/tests ---
*** [realinstall_subdir_libexec/atf/atf-check/tests] Error code 6
make[6]: stopped making "install" in /usr/src/libexec/atf/atf-check
make[6]: 2 errors
make[6]: stopped making "install" in /usr/src/libexec/atf/atf-check
make[5]: stopped making "install" in /usr/src/libexec/atf
make[4]: stopped making "install" in /usr/src/libexec
make[3]: stopped making "install" in /usr/src
--- realinstall_subdir_lib ---
make[3]: stopped making "install" in /usr/src
make[2]: stopped making "reinstall" in /usr/src
0.14 real 0.13 user 0.04 sys
*** [installworld] Error code 2
make[1]: stopped making "installworld" in /usr/src
make[1]: 1 error
make[1]: stopped making "installworld" in /usr/src
make: stopped making "installworld" in /usr/src/
[00:00:05] Error: /usr/local/share/poudriere/jail.sh:installworld:12:Failed to
'make installworld'
[00:00:05] Error while creating jail, cleaning up.
[00:00:05] Removing 15amd64 jail... done
BTW I prefere --------------------------------------------------------------
>>> Installing everything started on Fri Nov 14 09:59:19 CET 2025
--------------------------------------------------------------
cd /usr/src; make -f Makefile.inc1 install
make[3]: /usr/obj/usr/src/amd64.amd64/toolchain-metadata.mk:1: Using cached
toolchain metadata from build at bpbws61.local on Fr. 14 Nov. 2025 07:46:17 CET
--- realinstall_subdir_lib ---
===> lib (install)
--- realinstall_subdir_libexec ---
===> libexec (install)
--- realinstall_subdir_libexec/atf ---
===> libexec/atf (install)
--- realinstall_subdir_libexec/atf/atf-check ---
===> libexec/atf/atf-check (install)
--- _proginstall ---
--- realmaninstall-MAN ---
--- _proginstall ---
install -N /usr/src/etc -s -o root -g wheel -m 555 atf-check
/poudriere/jails/15amd64/usr/libexec/atf-check
--- realinstall_subdir_libexec/atf/atf-check/tests ---
===> libexec/atf/atf-check/tests (install)
--- realmaninstall-MAN ---
install -N /usr/src/etc -o root -g wheel -m 444 atf-check.1.gz
/poudriere/jails/15amd64/usr/share/man/man1/
--- _debuginstall ---
install -N /usr/src/etc -o root -g wheel -m 444 atf-check.debug
/poudriere/jails/15amd64/usr/lib/debug/usr/libexec/atf-check.debug
install: atf-check.debug: No such file or directory
*** [_debuginstall] Error code 71
make[6]: stopped making "install" in /usr/src/libexec/atf/atf-check
--- realinstall_subdir_libexec/atf/atf-check/tests ---
*** [realinstall_subdir_libexec/atf/atf-check/tests] Error code 6
make[6]: stopped making "install" in /usr/src/libexec/atf/atf-check
make[6]: 2 errors
make[6]: stopped making "install" in /usr/src/libexec/atf/atf-check
make[5]: stopped making "install" in /usr/src/libexec/atf
make[4]: stopped making "install" in /usr/src/libexec
make[3]: stopped making "install" in /usr/src
--- realinstall_subdir_lib ---
make[3]: stopped making "install" in /usr/src
make[2]: stopped making "reinstall" in /usr/src
0.14 real 0.13 user 0.04 sys
*** [installworld] Error code 2
make[1]: stopped making "installworld" in /usr/src
make[1]: 1 error
make[1]: stopped making "installworld" in /usr/src
make: stopped making "installworld" in /usr/src/
[00:00:05] Error: /usr/local/share/poudriere/jail.sh:installworld:12:Failed to
'make installworld'
[00:00:05] Error while creating jail, cleaning up.
[00:00:05] Removing 15amd64 jail... done
--
You are receiving this mail because:
You are the assignee for the bug.