mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 20:23:36 +08:00
f0896ca557
Otherwise, when building with ukify disabled, no one else requires pefile, and
if it is not installed, those tests fail:
```
================================== 12/1212 ===================================
test: systemd:efi / check-alignment-systemd-bootx64.efi
start time: 14:21:54
duration: 0.08s
result: exit status 1
command: /mnt/work/systemd/upstream-fork/main/tools/check-efi-alignment.py /mnt/work/systemd/upstream-fork/main/build/src/boot/efi/systemd-bootx64.efi
----------------------------------- stderr -----------------------------------
Traceback (most recent call last):
File "/mnt/work/systemd/upstream-fork/main/tools/check-efi-alignment.py", line 7, in <module>
import pefile
ModuleNotFoundError: No module named 'pefile'
==============================================================================
================================== 13/1212 ===================================
test: systemd:efi / check-alignment-linuxx64.efi.stub
start time: 14:21:54
duration: 0.08s
result: exit status 1
command: /mnt/work/systemd/upstream-fork/main/tools/check-efi-alignment.py /mnt/work/systemd/upstream-fork/main/build/src/boot/efi/linuxx64.efi.stub
----------------------------------- stderr -----------------------------------
Traceback (most recent call last):
File "/mnt/work/systemd/upstream-fork/main/tools/check-efi-alignment.py", line 7, in <module>
import pefile
ModuleNotFoundError: No module named 'pefile'
==============================================================================
================================== 14/1212 ===================================
test: systemd:efi / check-alignment-addonx64.efi.stub
start time: 14:21:54
duration: 0.07s
result: exit status 1
command: /mnt/work/systemd/upstream-fork/main/tools/check-efi-alignment.py /mnt/work/systemd/upstream-fork/main/build/src/boot/efi/addonx64.efi.stub
----------------------------------- stderr -----------------------------------
Traceback (most recent call last):
File "/mnt/work/systemd/upstream-fork/main/tools/check-efi-alignment.py", line 7, in <module>
import pefile
ModuleNotFoundError: No module named 'pefile'
==============================================================================
```
Follow-up for
|
||
---|---|---|
.. | ||
chromiumos | ||
analyze-dump-sort.py | ||
catalog-report.py | ||
check-api-docs.sh | ||
check-efi-alignment.py | ||
check-help.sh | ||
check-includes.py | ||
check-version-history.py | ||
check-version.sh | ||
command_ignorelist | ||
coverity.sh | ||
dbus_exporter.py | ||
dbus_ignorelist | ||
debug-sd-boot.sh | ||
dump-auxv.py | ||
elf2efi.py | ||
find-build-dir.sh | ||
find-double-newline.sh | ||
find-tabs.sh | ||
function_ignorelist | ||
gdb-sd_dump_hashmaps.py | ||
generate-gperfs.py | ||
git-contrib.sh | ||
git-setup.sh | ||
list-discoverable-partitions.py | ||
make-autosuspend-rules.py | ||
make-directive-index.py | ||
make-man-index.py | ||
meson-build.sh | ||
meson-extract-unit-files.py | ||
meson-render-jinja2.py | ||
oss-fuzz.sh | ||
sync-docs.py | ||
update-dbus-docs.py | ||
update-hwdb-autosuspend.sh | ||
update-hwdb.sh | ||
update-man-rules.py | ||
update-syscall-tables.sh | ||
xml_helper.py |