strace-DDD.test failed

Bran S archsbran at gmail.com
Tue Feb 18 07:43:45 UTC 2020


Hi Guys,
This is my first time using strace.

Building strace from source by following [1] and running `make check`
shows that 1 test failed.

FAIL: strace-DDD
================

1229 16718 3224
strace-DDD.test: failed test: ../../strace -D -enone -esignal=none
../tracer_ppid_pgid_sid: unexpected output
FAIL strace-DDD.test (exit status: 1)


Full test report can be found here: https://paste.ubuntu.com/p/qKPM4fGzRN/

Output from `make check`

============================================================================
Testsuite summary for strace 5.5.0.9.88cc
============================================================================
# TOTAL: 730
# PASS:  633
# SKIP:  96
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to strace-devel at lists.strace.io
============================================================================
Makefile:9410: recipe for target 'test-suite.log' failed
make[5]: *** [test-suite.log] Error 1
make[5]: Leaving directory '/home/myhome/strace/tests'
Makefile:9516: recipe for target 'check-TESTS' failed
make[4]: *** [check-TESTS] Error 2
make[4]: Leaving directory '/home/myhome/strace/tests'
Makefile:9582: recipe for target 'check-am' failed
make[3]: *** [check-am] Error 2
make[3]: Leaving directory '/home/myhome/strace/tests'
Makefile:9585: recipe for target 'check' failed
make[2]: *** [check] Error 2
make[2]: Leaving directory '/home/myhome/strace/tests'
Makefile:7400: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/myhome/strace'
Makefile:7696: recipe for target 'check' failed
make: *** [check] Error 2

How do I solve this ?

[1]: https://strace.io/wiki/NewContributorGuide


More information about the Strace-devel mailing list