Re: Some generated header files are messed up on Alpine

2022-01-03 Thread Tim Rühsen
On 03.01.22 00:38, Bruno Haible wrote: Paul Eggert wrote: I'd like to try the approach a bit more (especially as this prompted me to simplify it a bit :-). So I installed the first attached patch to Gnulib, to work around the bug in BusyBox 'sed'. Thanks. I confirm that it works on Alpine

Re: Some generated header files are messed up on Alpine

2022-01-02 Thread Bruno Haible
Paul Eggert wrote: > I'd like to try the approach a bit more (especially as this prompted me > to simplify it a bit :-). So I installed the first attached patch to > Gnulib, to work around the bug in BusyBox 'sed'. Thanks. I confirm that it works on Alpine Linux. Unlike me, you succeeded in

Re: Some generated header files are messed up on Alpine

2022-01-01 Thread Paul Eggert
I'd like to try the approach a bit more (especially as this prompted me to simplify it a bit :-). So I installed the first attached patch to Gnulib, to work around the bug in BusyBox 'sed'. This 'sed' bug was new to me, so I installed the second attached patch to Autoconf, to document the

Re: Some generated header files are messed up on Alpine

2022-01-01 Thread Jim Meyering
On Sat, Jan 1, 2022 at 12:15 PM Bruno Haible wrote: > Paul, > > I suggest the attached patch. Objections? Looks fine to me. Thanks for the speedy fix.

Re: Some generated header files are messed up on Alpine

2022-01-01 Thread Bruno Haible
Paul, I suggest the attached patch. Objections? Bruno From 4e30d9715e44f2aade3927e762a4b1fee340962e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 1 Jan 2022 21:12:21 +0100 Subject: [PATCH] gen-header: Fix major bug on Alpine Linux (regression 2021-12-25). MIME-Version: 1.0

Re: Some generated header files are messed up on Alpine

2022-01-01 Thread Bruno Haible
Hi Tim, > Some generated header files look like > > bash-5.1# head -3 lib/uniwidth.h > /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ > 2001-2002, 2005, 2007, 2009-2021 Free Software Foundation, > Inc. > > This obviously won't compile. I reproduce it on Alpine Linux 3.14, with a tarball

Some generated header files are messed up on Alpine

2022-01-01 Thread Tim Rühsen
Hi, I just updated gnulib to commit 2671376bc and have build issues on Alpine (using docker; FROM alpine:latest). Not saying this commit is faulty, I didn't update gnulib since April 2021. Some generated header files look like bash-5.1# head -3 lib/uniwidth.h /* DO NOT EDIT! GENERATED