From: Yu Watanabe Date: Sun, 26 Jul 2026 10:56:22 +0000 (+0900) Subject: mkosi/sanitizers: also wrap mkfs.erofs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1acd30aa1f621f6e9a995f2a862592ae0374ea96;p=thirdparty%2Fsystemd.git mkosi/sanitizers: also wrap mkfs.erofs Fixes the following failure on Fedora 44: ``` TEST-58-REPART.sh[932]: Executing mkfs command: /usr/bin/mkfs.erofs -U 45745a56-aa2f-4619-8ca7-9cb63667c2ae -zlz4hc,level=3 /dev/loop0 /var/tmp/.#reparteb739e8b8cae7b70 TEST-58-REPART.sh[932]: Successfully forked off '(mkfs)' as PID 933. TEST-58-REPART.sh[933]: ==933==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD. TEST-58-REPART.sh[932]: '(mkfs)' failed with exit status 1. ``` --- diff --git a/mkosi/mkosi.sanitizers/mkosi.postinst b/mkosi/mkosi.sanitizers/mkosi.postinst index f420a31b633..4738316c2db 100755 --- a/mkosi/mkosi.sanitizers/mkosi.postinst +++ b/mkosi/mkosi.sanitizers/mkosi.postinst @@ -90,6 +90,7 @@ wrap=( lvm mdadm mkfs.btrfs + mkfs.erofs mkfs.ext4 mksquashfs mount