I've got a 14.0-RC1 VM running on a Macbook Air, which I'm using to try to get to understand poudriere a little.
My VM doesn't have the resources to build rust, so I'm using poudriere-devel. In /usr/local/etc/poudriere.conf I have added
& I've make a poudriere jail, poo14.
poudriere still wants to build rust, saying
I'm sure there's more than one thing I've misunderstood, but how do I get past this thing wanting PORT_LLVM?
My VM doesn't have the resources to build rust, so I'm using poudriere-devel. In /usr/local/etc/poudriere.conf I have added
Code:
#PACKAGE_FETCH_BRANCH=latest
PACKAGE_FETCH_URL=pkg+http://pkg.FreeBSD.org/\${ABI}
PACKAGE_FETCH_BLACKLIST=""
PACKAGE_FETCH_WHITELIST="gcc* rust llvm*"
& I've make a poudriere jail, poo14.
poudriere still wants to build rust, saying
Code:
root@fair14:~ # cat /usr/local/etc/poudriere.d/poo14-make.conf
lang_rust_UNSET=PORT_LLVM
root@fair14:~ # poudriere bulk -j poo14 -p default -f /usr/local/etc/poudriere.d/packages-default -b latest -v
...
[00:00:08] Package fetch: Skipping rust-1.72.0: options wanted: +DOCS -GDB -LTO -PORT_LLVM +SOURCES +WASM
[00:00:08] Package fetch: Skipping rust-1.72.0: options remote: +DOCS -GDB -LTO +SOURCES +WASM
[00:00:08] Package fetch: No packages eligible to fetch
I'm sure there's more than one thing I've misunderstood, but how do I get past this thing wanting PORT_LLVM?