Solved Can't get poudriere to work ... gives error removed.

The lines,
Code:
poudriere jail -c -j pjail -v 14.3-RELEASE
poudriere ports -c -p default -m git+https
poudriere options -j pjail -p default -f ./packagelist.txt
poudriere bulk -b quarterly -j pjail  -p default -f ./packagelist.txt

The error,

Code:
[00:00:02] Packge fetch: bootstrapping pkg
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
[pjail-default] Installing pkg-2.2.1...
[pjail-default] Extracting pkg-2.2.1: 100%
Updating FreeBSD repository catalogue...
[pjail-default] Fetching meta.conf: 100%    179 B   0.2kB/s    00:01
[pjail-default] Fetching data.pkg: 100%   10 MiB   5.2MB/s    00:02
Processing entries: 100%
FreeBSD repository update completed. 35653 packages processed.
FreeBSD is up to date.
[ERROR] Unhandled error!
[00:00:12] Cleaning up
pjail-default: removed
pjail-default-n: removed
[00:00:12] Unmounting file systems
Exiting with status 1
 
Solved as i use poudriere quarterly you must tell poudriere ports to use the quarterly branch, ie,
poudriere ports -c -p default -m git+https -B 2025Q3
 
Back
Top