apteryks

Results 426 comments of apteryks

I got that too: ``` test_dst_transition (test_strict_rfc3339.TestRFC3339toTimestamp) ... ok test_float (test_strict_rfc3339.TestRFC3339toTimestamp) ... ok test_leap_year (test_strict_rfc3339.TestRFC3339toTimestamp) ... ok test_simple_cases (test_strict_rfc3339.TestRFC3339toTimestamp) ... ok test_validates (test_strict_rfc3339.TestRFC3339toTimestamp) ... ok test_wacky_offset (test_strict_rfc3339.TestRFC3339toTimestamp) ... ok test_y2038...

Note that this depends on https://github.com/falcosecurity/libs/pull/1842 to work.

Should the configure.ac checks for opencv be removed as well then? at https://github.com/wedesoft/aiscm/blob/master/configure.ac#L83. it causes this at configure time: ``` checking for OPENCV... no configure: error: Package requirements (opencv4 >=...

Removing these lines in `autoconf.ac` fixes the configure stage: ```scheme (add-after 'unpack 'do-not-check-for-opencv (lambda _ (substitute* "configure.ac" (("PKG_CHECK_MODULES\\(OPENCV.*") "") (("AC_SUBST\\(OPENCV_CFLAGS)") "") (("AC_SUBST\\(OPENCV_LIBS)") "")))) ``` But it then fails at ```...

Thanks, building 0.25.2 without opencv was successful :-).

Hi, I don't think the Guix specifics are at play here; the problem is resolved when building `scrape-schema-recipe` fetching its sources from Git instead of from its PyPI sdist archive....

I've tested relaxing the version of Click to accept 8, and the test suite passed: ``` ======================= 631 passed, 27 skipped in 6.39s ======================== ```

I see! Then I guess it can be closed; if I have time I'll try it against 1.44.1 to verify this was indeed the problem. Thanks!