On DragonFly BSD 3.8, I'm seeing this failure:
FAIL: test-localename
=
../../gltests/test-localename.c:183: assertion 'strcmp (name, "fr_FR.UTF-8") ==
0' failed
FAIL test-localename (exit status: 134)
This fixes it.
2017-06-11 Bruno Haible
localename: Fix tes
Hi,
On DragonFly BSD 3.8 / i386, I'm seeing test failures:
FAIL: test-float
../../gltests/test-float.c:318: assertion 'm + m > m' failed
FAIL test-float (exit status: 134)
FAIL: test-isinf
../../gltests/test-isinf.c:152: assertion 'isinf (Infinityl ())' faile
2017-06-11 Bruno Haible
gnulib-tool: Clean up after autotools.
* gnulib-tool (func_create_testdir, func_create_megatestdir): Remove
useless directory left over by the Autotools.
diff --git a/gnulib-tool b/gnulib-tool
index c78e68b..48c15b3 100755
--- a/gnulib-tool
+++ b
Daniel P. Berrange wrote:
-#ifndef _GETOPT_CORE_H
-#define _GETOPT_CORE_H 1
+#ifndef _GL_GETOPT_CORE_H
+#define _GL_GETOPT_CORE_H 1
Thanks, but getopt-core.h is supposed to be identical in the glibc version and
the gnulib version, and changes like the above would make it differ. Instead,
how
Hi Daiki,
When I run
./gnulib-tool --create-testdir --dir=/tmp/testdir1 --single-configure
I get a couple of warnings:
gnulib-tool: warning: module mbchar depends on a module with an incompatible
license: uniwidth/base
gnulib-tool: warning: module mbchar depends on a module with an incompa
This patch gets rid of a warning:
$ ./gnulib-tool --create-testdir --dir=/tmp/testdir1 --single-configure
...
gnulib-tool: warning: module strtod-obsolete depends on a module with an
incompatible license: strtod
2017-06-11 Bruno Haible
strtod-obsolete: Fix license.
* module
Hi,
When running the gnulib testsuite on GNU/kFreeBSD 9.0 (installed
from debian-7.11.0-kfreebsd-amd64-netinst.iso), I get two test failures:
FAIL: test-getlogin
===
../../gltests/test-getlogin.c:60: assertion 'errno == ENOTTY || errno == EINVAL
|| errno == ENXIO' failed
FAIL t