You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During a build in GitHub I noticed that the build was failing because it tried to build libtool, which in itself was strange because it should have been available in the buildtree to begin with.
does not list libtool. So apparently it's installed? However, libtool is not available as a binpkg included in the SDK in /board/<arch>/var/lib/portage/pkgs. I.e. it's not part of the board toolchain.
And it's not being built by build_packages either. So that results in no binpkg for libtool All binpkgs required by OS image and devcontainer should actually be built and exported by build_packages, but apparently are not. And more packages than just libtool are affected.
Description
During a build in GitHub I noticed that the build was failing because it tried to build libtool, which in itself was strange because it should have been available in the buildtree to begin with.
Impact
Building all kind of packages fails.
Environment and steps to reproduce
Try to build zfs in the github build environment and it fails.
Example log files: https://github.com/jhaprins/sysext-bakery/actions/runs/7193136843/job/19590965212
Expected behavior
A successful build.
https://github.com/jhaprins/sysext-bakery/actions/runs/7169017331/job/19518446386
Additional information
Please add any information here that does not fit the above format.
The text was updated successfully, but these errors were encountered: