On GNU/Hurd of 2019, libidn 1.36 builds fine except for two test failures:
  test-pthread_sigmask1
  test-pthread_sigmask2
These are known (but not yet investigated).

Unfortunately, with the way the libidn Makefiles are made, the other tests
are not executed. It would make sense to execute the package's main tests
first.


2020-05-17  Bruno Haible  <[email protected]>

        Reduce the impact of Gnulib test failures.
        * Makefile.am (SUBDIRS): Move gltests and lib/gltests after tests.

--- Makefile.am.bak     2020-04-28 16:57:11.000000000 +0200
+++ Makefile.am 2020-05-17 18:02:15.853219792 +0200
@@ -20,7 +20,7 @@
 if ENABLE_DOC
 SUBDIRS += doc
 endif
-SUBDIRS += gltests lib/gltests fuzz tests examples
+SUBDIRS += fuzz tests gltests lib/gltests examples
 if JAVA
 SUBDIRS += java
 endif


Reply via email to