tests: make removeemptydirs tests pass on Solaris (issue10055)
Thanks!
fix detection and use of pcre2.h from a subdirectory
Should I create a new bug, or is the report above sufficient?
Hi, I've hit several pcre2 related issues when building privoxy 4.0.0 on Solaris (where the header lives in a sub-directory). The configure script for pcre2/pcre2.h has the following issues: * the inner header check (for pcre2/pcre2.h) is missing the PCRE2_CODE_UNIT_WIDTH define and hence always fails. * the same check doesn't define HAVE_PCRE2 on success. Here is the patch for the necessary changes: --- privoxy-4.0.0-stable/configure.in +++ privoxy-4.0.0-stable/configure.in @@ -887,8 +887,8 @@ AC_CHECK_LIB(pcre2-8,...
I just tried running the Docutils test suite with each Pygments version since 2.12.0, and it passes in all cases. So this can be closed as fixed in 0.20.
The issues are gone, Thanks! Sorry, I missed [r9354] when looking for potential fix, but with just released Docutils 0.20 and Pygments 2.15.1, I see no test issues.
Test failures with Pygments >= 2.13.0