[Bug 291008] ports-mgmt/poudriere-dsh2dsh: Error while creating jail stable/15 with method from /usr/src
Date: Sat, 15 Nov 2025 20:27:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291008 --- Comment #8 from Herbert J. Skuhra <herbert@gojira.at> --- (In reply to p5B2EA84B3 from comment #6) Hmm, I cannot reproduce this issue. [00:01:13] Recording filesystem state for clean... done [00:01:13] Jail 15amd64 15.0-STABLE 1500501 amd64 is ready to be used The log doesn't show the actual error. Have you deleted the jail? What's in your /etc/make.conf /etc/src-env.conf? Does it work if you also copy both files to /usr/local/etc/poudriere.d/? See poudriere(8): Create optional make.conf/src.conf/srv-env.conf. You can also try (after removing the jailname-xxx.conf from poudriere.d): # export MAKEOBJDIRPREFIX=/usr/obj/poudriere # poudriere jail -c -v stable/15 -a amd64 -j 15amd64 -b -m src=/usr/src/ Or: # export MAKEOBJDIRPREFIX=/usr/obj/poudriere # export SRCCONF=/dev/null # export SRC_ENV_CONF=/dev/null # export __MAKE_CONF=/dev/null # make -j$(nproc) buildworld # poudriere jail -c -v stable/15 -a amd64 -j 15amd64 -m src=/usr/src/ -- You are receiving this mail because: You are the assignee for the bug.