Created attachment 528126 [details] emerge --info FEATURES="-usersandbox -network-sandbox" were set as suggested by the ebuild, but test5 fails anyhow. rm -f output-test4.tar.* cat mbuffer | LD_PRELOAD=./tapetest.so ./mbuffer -f -o output-test4 -H -A "echo '[test4] Replacing tape'" MD5 hash: d5ea5738b891affc388003e2158a631d summary: 147 KiByte in 0.0sec - average of 29.6 MiB/s cat output-test4* | openssl md5 > test4.md5 rm -f output-test4.* sync diff test4.md5 mbuffer.md5 > test4 rm -f output-test5.tar.* cat mbuffer | LD_PRELOAD=./tapetest.so ./mbuffer -f -o output-test5 -H -A "echo '[test5] Replacing tape'" --tapeaware MD5 hash: d5ea5738b891affc388003e2158a631d summary: 147 KiByte in 0.0sec - average of 24.9 MiB/s cat output-test5.* | openssl md5 > test5.md5 cat: 'output-test5.*': No such file or directory rm -f output-test5.* sync diff test5.md5 mbuffer.md5 > test5 make: *** [Makefile:135: test5] Error 1
Created attachment 528128 [details] build.log
Can no longer reproduce this with current toolchain/setup.