You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the use of ck_assert_uint_eq would require at least check-devel 0.10.0: libcheck/check@305371c
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
The text was updated successfully, but these errors were encountered:
Looks like the use of
ck_assert_uint_eq
would require at least check-devel 0.10.0: libcheck/check@305371cRHEL 7 version of check is 0.9.9
Error:
The text was updated successfully, but these errors were encountered: