Solved poudriere problems after upgrade from 10.3 to 10.4

After upgrading from 10.3 to 10.4 the command
sudo poudriere bulk -p default -j 104amd64 xorg xorg-server python27 python34 python35 python36 ruby23

ends up with:
Code:
00:00:20] Error: Nonexistent origin listed for build: python27
[00:00:20] Error: Nonexistent origin listed for build: python34
[00:00:20] Error: Nonexistent origin listed for build: python35
[00:00:20] Error: Nonexistent origin listed for build: python36
[00:00:20] Error: Nonexistent origin listed for build: ruby23
[00:00:20] Error: Nonexistent origin listed for build: xorg
[00:00:20] Error: Nonexistent origin listed for build: xorg-server
[00:00:20] Error: Fatal errors encountered gathering initial ports metadata
 
Back
Top