-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
Hello,
since the last version (3.4.3) the option “-b” to pull the dependencies from the FreeBSD repository seems to bring poudriere into panic.
Below an snipped of the log (already with -vv)
Reverting back to 3.4.2 seems to workaround the problem at the moment that i needed that option.
[00:00:09] Trimming IGNORED and blacklisted ports
[00:00:09] Package fetch: Looking for missing packages to fetch from pkg+http://pkg.FreeBSD.org/${ABI}/latest
[00:00:09] Packge fetch: bootstrapping pkg
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
[143Samd64-default] Installing pkg-2.2.1...
[143Samd64-default] Extracting pkg-2.2.1: 100%
Updating FreeBSD repository catalogue...
[143Samd64-default] Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
[143Samd64-default] Fetching data.pkg: 100% 10 MiB 2.7MB/s 00:04
Processing entries: 100%
FreeBSD repository update completed. 36462 packages processed.
FreeBSD is up to date.
[ERROR] Unhandled error!
[00:00:24] Cleaning up
[00:00:24] Unmounting file systems
Exiting with status 1
How it should look:
[00:00:09] Trimming IGNORED and blacklisted ports
[00:00:09] Package fetch: Looking for missing packages to fetch from pkg+http://pkg.FreeBSD.org/${ABI}/latest
[00:00:09] Packge fetch: bootstrapping pkg
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
[143Samd64-default] Installing pkg-2.2.1...
[143Samd64-default] Extracting pkg-2.2.1: 100%
Updating FreeBSD repository catalogue...
[143Samd64-default] Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
[143Samd64-default] Fetching data.pkg: 100% 10 MiB 1.8MB/s 00:06
Processing entries: 100%
FreeBSD repository update completed. 36462 packages processed.
Updating FreeBSD-kmods repository catalogue...
[143Samd64-default] Fetching meta.conf: 100% 179 B 0.2kB/s 00:01
[143Samd64-default] Fetching data.pkg: 100% 29 KiB 30.2kB/s 00:01
Processing entries: 100%
FreeBSD-kmods repository update completed. 208 packages processed.
All repositories are up to date.
[00:00:50] Package fetch: Will fetch 191 packages from remote or local pkg cache
Updating database digests format: 100%
The following packages will be fetched:
Thank you in advance.
ohaucke, hywelandrews and adorack