[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libidn 1.36 on GNU Hurd
From: |
Bruno Haible |
Subject: |
libidn 1.36 on GNU Hurd |
Date: |
Sun, 17 May 2020 18:04:26 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; ) |
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 <address@hidden>
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
- libidn 1.36 pre-test and last call, Simon Josefsson, 2020/05/17
- Re: [platform-testers] libidn 1.36 pre-test and last call, Dagobert Michelsen, 2020/05/17
- libidn 1.36 message style, Bruno Haible, 2020/05/17
- libidn 1.36 on GNU Hurd,
Bruno Haible <=
- libidn 1.36 with non-GNU make, Bruno Haible, 2020/05/17
- libidn 1.36 on Solaris 11.4, Bruno Haible, 2020/05/17
- Re: libidn 1.36 pre-test and last call, Bruno Haible, 2020/05/17