mouse07410 / asn1c

The ASN.1 Compiler
http://lionet.info/asn1c/
BSD 2-Clause "Simplified" License
101 stars 73 forks source link

Master branch fails `make check` #87

Closed mcondarelli closed 3 years ago

mcondarelli commented 3 years ago

After successful compilation (fully up-to-date Linux Mint 20.2) running make check fails badly:

...
Making check in tests
make[1]: Entering directory '/tmp/asn1c/tests'
Making check in tests-asn1c-compiler
make[2]: Entering directory '/tmp/asn1c/tests/tests-asn1c-compiler'
make  check-parsing.sh
make[3]: Entering directory '/tmp/asn1c/tests/tests-asn1c-compiler'
make[3]: Nothing to be done for 'check-parsing.sh'.
make[3]: Leaving directory '/tmp/asn1c/tests/tests-asn1c-compiler'
make  check-TESTS
make[3]: Entering directory '/tmp/asn1c/tests/tests-asn1c-compiler'
make[4]: Entering directory '/tmp/asn1c/tests/tests-asn1c-compiler'
FAIL: check-parsing.sh
============================================================================
Testsuite summary for asn1c 0.9.29
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/tests-asn1c-compiler/test-suite.log
Please report to vlm@lionet.info
============================================================================
make[4]: *** [Makefile:544: test-suite.log] Error 1
make[4]: Leaving directory '/tmp/asn1c/tests/tests-asn1c-compiler'
make[3]: *** [Makefile:652: check-TESTS] Error 2
make[3]: Leaving directory '/tmp/asn1c/tests/tests-asn1c-compiler'
make[2]: *** [Makefile:726: check-am] Error 2
make[2]: Leaving directory '/tmp/asn1c/tests/tests-asn1c-compiler'
make[1]: *** [Makefile:387: check-recursive] Error 1
make[1]: Leaving directory '/tmp/asn1c/tests'
make: *** [Makefile:491: check-recursive] Error 1

What am I doing wrong?

mouse07410 commented 3 years ago

Please make sure you're on vlm_master branch, and not on master.

If you're on vlm_master - please re-open this issue.