Tags: sid + patch
User: debian-m...@lists.debian.org
Usertags: mips-patch
Hello,
I am sending a patch that workaround this issue.
Patch does not change package build on other architectures that execute
run-strip-strmerge.sh successfully.
It is tested on amd64 and on this arch package does build successfully without
skip of test run-strip-strmerge.sh.
Test skip is enabled on first failure in test run-strip-strmerge.sh.
Command that fail is:
testrun ${abs_top_builddir}/src/elflint --gnu $input
Could you please include this patch?
Thank you!
Regards,
Jurica
--- elfutils-0.165.orig/tests/run-strip-strmerge.sh
+++ elfutils-0.165/tests/run-strip-strmerge.sh
@@ -30,7 +30,7 @@ remerged=remerged.elf
tempfiles $merged $stripped $debugfile $remerged
echo elflint $input
-testrun ${abs_top_builddir}/src/elflint --gnu $input
+testrun_on_self_skip ${abs_top_builddir}/src/elflint --gnu $input
echo elfstrmerge
testrun ${abs_top_builddir}/tests/elfstrmerge -o $merged $input
echo elflint $merged