[Bug 290933] poudriere jail createtion fails on amd64 for 15.0-STABLE

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 10 Nov 2025 19:20:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290933

            Bug ID: 290933
           Summary: poudriere jail createtion fails on amd64 for
                    15.0-STABLE
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dave@daveg.ca

I started trying to:

jail -c -j amd64 -m src=/usr/src -a amd64

... to get a jail for poudriere before there was any install images.  I've done
this a number of times and was surprised to see it fail.  Figuring there might
be something wrong with /usr/obj, I added -b.  Still failed.

Then I decided to just move on and use:

jail -c -j amd64 -m git+https -v releng/15.0 -a amd64

... and was _really_ surprised to see that also fail.

... things seem to fail thusly:

make[2]: /usr/local/poudriere/jails/amd64/usr/src/share/mk/bsd.mkopt.mk:115:
warning: Use WITHOUT_CCACHE_BUILD=1 instead of WITH_CCACHE_BUILD=no
make[2]: /usr/local/poudriere/jails/amd64/usr/src/Makefile.inc1:521: warning:
Invalid character " " in variable name "eval /usr/bin/svnliteversion
/usr/local/poudriere/jails/amd64/usr/src"
make[2]: /usr/local/poudriere/jails/amd64/usr/src/Makefile.inc1:521: warning:
Invalid character " " in variable name "echo r"
--- _cleanobj_fast_depend_hack ---
>>> Deleting stale dependencies...
MACHINE=amd64 MACHINE_ARCH=amd64  ALL_libcompats=32  sh
/usr/local/poudriere/jails/amd64/usr/src/tools/build/depend-cleanup.sh
/usr/obj/usr/local/poudriere/jails/amd64/usr/src/amd64.amd64
/usr/local/poudriere/jails/amd64/usr/src
Cleaning up the object tree
make[3]: /usr/local/poudriere/jails/amd64/usr/src/share/mk/bsd.mkopt.mk:115:
warning: Use WITHOUT_CCACHE_BUILD=1 instead of WITH_CCACHE_BUILD=no
make[3]: /usr/local/poudriere/jails/amd64/usr/src/Makefile.inc1:521: warning:
Invalid character " " in variable name "eval /usr/bin/svnliteversion
/usr/local/poudriere/jails/amd64/usr/src"
make[3]: /usr/local/poudriere/jails/amd64/usr/src/Makefile.inc1:521: warning:
Invalid character " " in variable name "echo r"

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