Discussion:
I set up a tree at /usr/ports/poudriere_tree. Just setting everything up for the first time, everything worked fine.
When I was compiling packages for the first time, Plasma was at v. 5.21.5, and KF5 was at version 5.82.0, and it was successful.
--
Trouble came in when I tried to update the default tree. I ran
Frameworks was supposed to get bumped up from 5.82.0 to 5.85.0. But Poudriere ignored this update. If I went with straight
Same story with Plasma5 (should be getting bumped up from 5.21.5 to 5.22.5, but not happening)
--
I tried deleting the ports tree with
--
I'm re-using the jail named kde that I made for my very first compilation. And
Not sure where I messed up with updating the ports tree or null-mounting it. Or maybe I messed up elsewhere altogether? If more info is needed, I can provide it. Any suggestions or ideas would be greatly appreciated. I would like to avoid re-compiling the entire base, if possible. But if not, I guess I'll bite the bullet.
I set up a tree at /usr/ports/poudriere_tree. Just setting everything up for the first time, everything worked fine.
Code:
# poudriere ports -l
default null 2021-11-23 17:10:39 /usr/ports/poudriere_tree
--
Trouble came in when I tried to update the default tree. I ran
portsnap extract -p /usr/ports/poudriere_tree
on a carefully curated list of Plasma5 and KF5 ports. It looks like it worked fine:
Code:
# cat /usr/ports/poudriere_tree/devel/kf5-kio/distinfo
TIMESTAMP = 1628252758
SHA256 (KDE/frameworks/5.85.0/kio-5.85.0.tar.xz) = e4d58a7d2ae6530c4b676fe7f7e4583a86436c68861eb971bf91af9efead19f6
SIZE (KDE/frameworks/5.85.0/kio-5.85.0.tar.xz) = 3200300
make
in the port's directory, it would happily build the correct version. But that's not what's happening: # poudriere bulk -f poud_kf5_plasma_sorted.txt -j kde -z base-options
// partial output follows:
Code:
[00:00:08] Building 63 packages using 8 builders
[00:00:08] Starting/Cloning builders
[00:00:09] Hit CTRL+t at any time to see build progress and stats
[00:00:09] [01] [00:00:00] Building devel/kf5-kio | kf5-kio-5.82.0
--
I tried deleting the ports tree with
poudriere ports -d default
and re-creating it.--
I'm re-using the jail named kde that I made for my very first compilation. And
poudriere bulk
takes my carefully curated lists just fine.
Code:
# poudriere version
3.3.7_1
Not sure where I messed up with updating the ports tree or null-mounting it. Or maybe I messed up elsewhere altogether? If more info is needed, I can provide it. Any suggestions or ideas would be greatly appreciated. I would like to avoid re-compiling the entire base, if possible. But if not, I guess I'll bite the bullet.