Re: unused-parameter.h: not

2017-03-15 Thread Bruno Haible
Hi Paul, > I installed the attached patch to Gnulib on Savannah; please give it a try. This patch has the strange consequence that the gnulib import in GNU clisp now installs files tests/_Noreturn.h tests/arg-nonnull.h tests/c++defs.h tests/dummy.c tests/warn-on-use.h although the gnuli

WCHAR_WIDTH with HP-UX cc

2017-03-15 Thread Bruno Haible
Hi Paul, With cc on HP-UX 11.31, test-stdint.c fails to compile: cc -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib-g -c -o test-stdint.o test-stdint.c cc: "test-stdint.c", line 414: error 1511: Bit-field size must be

stdalign test with HP-UX cc

2017-03-15 Thread Bruno Haible
Hi Paul, With cc on HP-UX 11.31, test-stdalign.c fails to compile: cc -DHAVE_CONFIG_H -I. -I.. -DGNULIB_STRICT_CHECKING=1 -DIN_GNULIB_TESTS=1 -I. -I. -I.. -I./.. -I../gllib -I./../gllib-g -c -o test-stdalign.o test-stdalign.c cc: "test-stdalign.c", line 65: error 1000: Unexpected symbo

limits.h test with HP-UX cc

2017-03-15 Thread Bruno Haible
Hi, With cc on HP-UX 11.31, test-limits-h.c fails to compile, apparently because LLONG_MIN, LLONG_MAX, ULLONG_MAX are not defined. But /usr/include/limits.h defines LONG_LONG_MIN, LONG_LONG_MAX, ULONG_LONG_MAX. So, here's the simple fix: 2017-03-14 Bruno Haible limits-h: Make it wor

vma-iter: support HP-UX

2017-03-15 Thread Bruno Haible
I'm adding support for HP-UX to the 'vma-iter' module. It's useful for GNU clisp. >From c1a21de2148bbc6cb3401e82ae1b75f0be077200 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 15 Mar 2017 22:07:56 +0100 Subject: [PATCH 1/2] vma-iter: Add support for HP-UX. * modules/vma-iter (configure.

improve support for DragonFlyBSD

2017-03-15 Thread Bruno Haible
With DragonFlyBSD 3.8 / i386 I see these problems in a gnulib testdir: 1) A warning freadahead.c: In function 'freadahead': freadahead.c:39:3: warning: implicit declaration of function '__sreadahead' [-Wimplicit-function-declaration] 2) A failure FAIL: test-get-rusage-data (assertion failed at

Re: signal.in.h patch for DragonFly

2017-03-15 Thread Thomas Klausner
Hi! On Wed, Mar 15, 2017 at 05:10:31PM +0100, Bruno Haible wrote: > Thomas Klausner wrote: > > The attached patch adds DragonFly support to lib/signal.in.h, please apply > > it. > > The comment says that this include of is there to make sure that > declares pthread_sigmask. > > But on Dragon

Re: signal.in.h patch for DragonFly

2017-03-15 Thread Bruno Haible
Hi, Thomas Klausner wrote: > The attached patch adds DragonFly support to lib/signal.in.h, please apply it. The comment says that this include of is there to make sure that declares pthread_sigmask. But on DragonFly (I checked versions 3.8, 4.6, and 4.8.0-RC), pthread_sigmask is already declar

signal.in.h patch for DragonFly

2017-03-15 Thread Thomas Klausner
Hi! When sending a patch to guile, they told me that the file comes from gnulib and I should file the bug report there, so here it is. The attached patch adds DragonFly support to lib/signal.in.h, please apply it. Thanks, Thomas $NetBSD: patch-lib_signal.in.h,v 1.1 2016/12/03 03:15:33 marino Ex

Couple of tests failing on BSD

2017-03-15 Thread Michal Privoznik
Dear list, I've noticed some tests failing on my FreeBSD when I try to do 'make distcheck' for libvirt project. How to reporoduce: 1) git clone git://libvirt.org/libvirt.git libvirt.git 2) cd libvirt.git 3) ./autogen.sh --system 4) make distcheck 5) observe error in gnulib tests BTW: test-pthrea

Re: unused-parameter.h: not

2017-03-15 Thread Michal Privoznik
On 03/15/2017 12:24 AM, Paul Eggert wrote: > I installed the attached patch to Gnulib on Savannah; please give it a try. Yep, that works. I see you've already pushed it. Thank you. Michal