1/1228 systemd:efi / check-alignment-systemd-bootx64.efi FAIL 0.06s exit status 1 2/1228 systemd:efi / check-alignment-linuxx64.efi.stub FAIL 0.05s exit status 1 3/1228 systemd:efi / check-alignment-addonx64.efi.stub FAIL 0.04s exit status 1 4/1228 systemd:efi / check-alignment-systemd-bootia32.efi FAIL 0.04s exit status 1 5/1228 systemd:efi / check-alignment-linuxia32.efi.stub FAIL 0.06s exit status 1 6/1228 systemd:efi / check-alignment-addonia32.efi.stub FAIL 0.07s exit status 1 All these tests fail with: ModuleNotFoundError: No module named 'pefile' I suppose, that this commit introduced the regression: https://github.com/systemd/systemd-stable/commit/547ab65a8138c71a04849f2932e70cb2102c4713; it's applied since 255.5. As expected, installing dev-python/pefile package fixes all these tests.
Created attachment 895071 [details] emerge --info
Created attachment 895072 [details] systemd-255.7:20240604-161749.log.xz
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebef08bb1cb748acf6a0ce095b1a153cb26df081 commit ebef08bb1cb748acf6a0ce095b1a153cb26df081 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2024-06-04 16:30:00 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2024-06-04 16:30:00 +0000 sys-apps/systemd: depend on pefile for boot tests Closes: https://bugs.gentoo.org/933537 Signed-off-by: Mike Gilbert <floppym@gentoo.org> sys-apps/systemd/systemd-255.7.ebuild | 6 ++++-- sys-apps/systemd/systemd-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-)
Thanks!