cjose icon indicating copy to clipboard operation
cjose copied to clipboard

make test fails with documented check version

Open treydock opened this issue 6 years ago • 1 comments

Looks like the use of ck_assert_uint_eq would require at least check-devel 0.10.0: https://github.com/libcheck/check/commit/305371c21f7d865296a8e93791ad8a4f286b0b1a

RHEL 7 version of check is 0.9.9

Error:

DEBUG util.py:490:  BUILDSTDERR: check_cjose-check_concatkdf.o: In function `test_cjose_concatkdf_otherinfo_noextra':
DEBUG util.py:490:  BUILDSTDERR: /builddir/build/BUILD/cjose-0.6.1/test/check_concatkdf.c:98: undefined reference to `ck_assert_uint_eq'
DEBUG util.py:490:  BUILDSTDERR: check_cjose-check_concatkdf.o: In function `test_cjose_concatkdf_otherinfo_apuapv':
DEBUG util.py:490:  BUILDSTDERR: /builddir/build/BUILD/cjose-0.6.1/test/check_concatkdf.c:123: undefined reference to `ck_assert_uint_eq'
DEBUG util.py:490:  BUILDSTDERR: collect2: error: ld returned 1 exit status

treydock avatar May 13 '19 16:05 treydock

this is merged here: https://github.com/zmartzone/cjose/commit/30ef07cbd1b791dc575b814cb9746a73e989cf9c and part of the maintenance fork here: https://github.com/OpenIDC/cjose/tree/version-0.6.2.x

zandbelt avatar Apr 05 '22 18:04 zandbelt