Bug 290933 - ports-mgmt/poudriere jail createtion fails on amd64 for 15.0-STABLE
Summary: ports-mgmt/poudriere jail createtion fails on amd64 for 15.0-STABLE
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-10 19:20 UTC by David Gilbert
Modified: 2025-11-10 20:05 UTC (History)
1 user (show)

See Also:
linimon: maintainer-feedback? (bdrewery)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Gilbert 2025-11-10 19:20:21 UTC
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"
Comment 1 David Gilbert 2025-11-10 19:33:36 UTC
Log for poudriere jail -c -j amd64 -m git+https -v releng/15.0 -a amd64

https://nextcloud.towernet.ca/s/KgcqH7gqqrP9Jd9

Log for poudriere jail -c -j amd64 -m src=/usr/src -a amd64 -b

https://nextcloud.towernet.ca/s/N7HJMQcqeabBNqf