Bootstrap with old Python

2020-08-20 Thread Jeffrey Walton
Hi Everyone, I'm testing Wget2. I believe it uses Gnulib from master. Older Python does not respond to 'python --version': Unknown option: -- usage: python [option] ... [-c cmd | file | -] [arg] ... Try `python -h' for more information. ./bootstrap: Error: 'python' not found 'python -V' produce

new module 'sigabbrev_np'

2020-08-20 Thread Bruno Haible
sigabbrev_np is a new function in glibc 2.32. It is probably useful for implementations of shells; maybe also for guile. Here's a module which adds support for it to gnulib, so that it may be used in GNU code without portability worries. 2020-08-20 Bruno Haible sigabbrev_np: Add test

stdalign tests: Skip test with AIX xlclang

2020-08-20 Thread Bruno Haible
With the 'xlclang' compiler on AIX, I see no way to make 'alignas' or '_Alignas' work. The unit test keeps failing: ../../gltests/test-stdalign.c:93: assertion '(uintptr_t) &(static_char_alignas) % TEST_ALIGNMENT == 0' failed We can mark this test as SKIP, since it's an expected failure now. 2

stdalign: Fix test failures on 32-bit platforms with clang versions < 8

2020-08-20 Thread Bruno Haible
With - clang 4.0.0, 5.0.2, 6.0.1, 7.0.1 on Linux/x86, - clang 3.4 on minix I'm seeing these compilation errors: ../../gltests/test-stdalign.c:70:1: error: static_assert failed "verify (alignof (int64_t) == offsetof (int64_t_helper, slot2))" CHECK_STATIC (int64_t); ^~ ../..

Re: [PATCH 1/2] [vcs-to-changelog] Split ProjectQuirks out into its own file

2020-08-20 Thread Siddhesh Poyarekar
On 20/08/20 23:14, Paul Eggert wrote: > Thanks, I installed those patches into Gnulib and added the > corresponding ChangeLog patches. Thanks, I've pushed the glibc patch now. Siddhesh

Re: [PATCH 1/2] [vcs-to-changelog] Split ProjectQuirks out into its own file

2020-08-20 Thread Carlos O'Donell
On 8/20/20 1:44 PM, Paul Eggert wrote: > Thanks, I installed those patches into Gnulib and added the corresponding > ChangeLog patches. Thanks for fixing this! -- Cheers, Carlos.

Re: [PATCH 1/2] [vcs-to-changelog] Split ProjectQuirks out into its own file

2020-08-20 Thread Paul Eggert
Thanks, I installed those patches into Gnulib and added the corresponding ChangeLog patches.