Re: [PATCH] Fix num_processors_ignoring_omp.

2019-06-17 Thread Bernhard Voelker
On 6/10/19 10:18 PM, Bruno Haible wrote: > 2019-06-10 Bruno Haible > > nproc: Ensure nproc(NPROC_ALL) ≥ nproc(NPROC_CURRENT) with glibc ≥ 2.26. > Reported by Nikita Ermakov in > . s/archive\/html/r/ Just a

Re: Alpine: useless-if-before-free: Exec format error

2019-06-17 Thread Paul Eggert
On 6/17/19 6:32 PM, Bruno Haible wrote: In some cases, it will be useful to repeat the Program short description, then (for those who start reading after the license notice). Like this: Prologue part 1 (2 lines with #!) Program short description Copyright and license notice W

Re: Alpine: useless-if-before-free: Exec format error

2019-06-17 Thread Bruno Haible
Paul Eggert wrote: > > How about if we reorder it to: > >Prologue part 1 (2 lines with #!) > >Copyright and license notice > >Written-by notice > >Program short description > >Program long description > >Prologue part 2 > >Time stamp > >Code > > That would be better

Re: Alpine: useless-if-before-free: Exec format error

2019-06-17 Thread Paul Eggert
On 6/16/19 6:12 AM, Bruno Haible wrote: How about if we reorder it to: Prologue part 1 (2 lines with #!) Copyright and license notice Written-by notice Program short description Program long description Prologue part 2 Time stamp Code That would be better, but I'd still

relicense module 'nanosleep'

2019-06-17 Thread Bruno Haible
Hi Jim, Paul, Eric, Pádraig, Can we please relicense the 'nanosleep' module under the LGPLv2+ license? It is currently under LGPLv3+. Rationale: I would like to contribute a portable ISO C11 implementation to gnulib, and the obvious implementation of 'thrd_sleep' is through 'nanosleep'. I would

Re: maintainer-makefile: catch uses of $< in non-implicit rules

2019-06-17 Thread Tim Rühsen
Hi Akim, On 6/17/19 11:59 AM, Akim Demaille wrote: > Hi Tim, > >> Le 17 juin 2019 à 11:57, Tim Rühsen a écrit : >> >> Hi Akim, >> >> The patch uses awk -e which is understood only by GNU awk. This breaks >> all Debian CI tests here since Debian installs 'mawk' by default (I >> wasn't aware of th

Re: maintainer-makefile: catch uses of $< in non-implicit rules

2019-06-17 Thread Tim Rühsen
Hi Akim, On 5/19/19 7:42 AM, Akim Demaille wrote: > >> Le 18 mai 2019 à 20:21, Paul Eggert a écrit : >> >> Akim Demaille wrote: >> >>> How about this? >> >> Looks OK to me; thanks. > > Installed. Thanks! > The patch uses awk -e which is understood only by GNU awk. This breaks all Debian CI t

Re: maintainer-makefile: catch uses of $< in non-implicit rules

2019-06-17 Thread Akim Demaille
Hi Tim, > Le 17 juin 2019 à 11:57, Tim Rühsen a écrit : > > Hi Akim, > > The patch uses awk -e which is understood only by GNU awk. This breaks > all Debian CI tests here since Debian installs 'mawk' by default (I > wasn't aware of that before). > > It's not a big deal to install package 'gawk