diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 6c37af728..edf7af158 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -46,6 +46,10 @@ sed -i '/test_mkfds/s/^/#/' tests/helpers/Makemodule.am + Disable a test which does not compile on LoongArch: + + sed -i '/test_enosys/s/^/#/' tests/helpers/Makemodule.am + Prepare Util-linux for compilation: ./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \ @@ -115,6 +119,10 @@ su tester -c "make -k check" two sub-tests from misc: mbsencode and one sub-test from script: replay are known to fail. + + Two tests named fadvise/drop and + fincore/count are known to fail. + Install the package: make install