I'm trying to use Poudriere to bulk-build a successful base install on host A. Basically, I have an install with a very bare-bones KDE desktop (no Konsole, or anything like that, but it starts Wayland successfully). So, I'm trying to use Poudriere to bulk-build the packages, populate a repo that I prepared, so that I can replicate the install from host A just by pointing host B's pkg to the repo on A.
So far, so good, but - Poudriere process got hung 3 packages short of completing the build. So, with help from awk and grep, I managed to figure out that those 3 packages are:
I tried rebooting my build rig and restarting the Poudriere build. Fortunately, Poudriere was smart enough to pick up just those 3 ports that still need to be built. But it's taking so long, that I'm beginning to ponder some 'cheat moves'. The rationale behind them is:
And thing is, I already have all those ports built in the regular /usr/ports tree. I have my reasons for the redundancy here. So, my thinking goes - since I already have the stuff built in the regular ports tree, maybe I can copy the ports directory (for the missing ports) from regular ports tree into Poudriere's 'default' tree. I don't run make clean in the ports directory, so all compiling work is intact 
Any pitfalls to watch out for?
I know that www/qt5-webengine takes forever to compile even on a decent CPU. I think on mine (Quad-core Ryzen 5 1400 3.4 GHz) it took at least 3 hours.
So far, so good, but - Poudriere process got hung 3 packages short of completing the build. So, with help from awk and grep, I managed to figure out that those 3 packages are:
I tried rebooting my build rig and restarting the Poudriere build. Fortunately, Poudriere was smart enough to pick up just those 3 ports that still need to be built. But it's taking so long, that I'm beginning to ponder some 'cheat moves'. The rationale behind them is:
Code:
# poudriere ports -l
default null 2021-11-23 17:10:39 /usr/ports/poudriere_tree

Any pitfalls to watch out for?
I know that www/qt5-webengine takes forever to compile even on a decent CPU. I think on mine (Quad-core Ryzen 5 1400 3.4 GHz) it took at least 3 hours.