[Bug 291008] ports-mgmt/poudriere-dsh2dsh: Error while creating jail stable/15 with method from /usr/src
Date: Sat, 15 Nov 2025 18:00:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291008
--- Comment #6 from p5B2EA84B3@t-online.de ---
(In reply to Herbert J. Skuhra from comment #5)
Thank you Herbert. You were right, there was a missing
/usr/local/etc/poudriere.d/15amd64-src.conf
But after correcting this there is still this failure:
nstall -N /usr/src/etc -l h -o root -g wheel -m 444
/poudriere/jails/15amd64/usr/share/openssl/man/man7/X25519.7.gz
/poudriere/jails/15amd64/usr/share/openssl/man/man7/X448.7.gz
install -N /usr/src/etc -l h -o root -g wheel -m 444
/poudriere/jails/15amd64/usr/share/openssl/man/man7/openssl_user_macros.7.gz
/poudriere/jails/15amd64/usr/share/openssl/man/man7/OPENSSL_API_COMPAT.7.gz
install -N /usr/src/etc -l h -o root -g wheel -m 444
/poudriere/jails/15amd64/usr/share/openssl/man/man7/openssl_user_macros.7.gz
/poudriere/jails/15amd64/usr/share/openssl/man/man7/OPENSSL_NO_DEPRECATED.7.gz
make[5]: stopped making "install" in /usr/src/secure/lib
make[4]: stopped making "install" in /usr/src/secure
make[3]: stopped making "install" in /usr/src
make[2]: stopped making "reinstall" in /usr/src
10.13 real 22.70 user 14.59 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:15] Error: /usr/local/share/poudriere/jail.sh:installworld:12:Failed to
'make installworld'
[00:00:15] Error while creating jail, cleaning up.
[00:00:15] Removing 15amd64 jail... done
Trying to get around this I ended up building and installing the latest
stable/15 on the system with no src.conf at all.
poudriere jail -c -v stable/15 -a amd64 -j 15amd64 -m src=/usr/src/
stopps exactly like above. If that commandline should work there must be
something wrong.
I run out of ideas.
--
You are receiving this mail because:
You are the assignee for the bug.