- Forwarded message from 郑 祎 -
Date: Wed, 8 Aug 2018 11:15:02 +0800
From: 郑 祎
To: Gustavo Zacarias
Cc: Peter Korsgaard , Allan McRae
Subject: [Buildroot & ArchLinux] can not build host-m4 on machine with
glibc-2.28 installed
User-Agent: Mutt/1.10.1 (2018-07-13)
Hi,
I found t
On 08/01/2018 10:26 PM, Paul Eggert wrote:
glibc 2.28 was released today. Unfortunately it breaks the build of
m4-1.4.18, the current release of GNU m4. This bug was reported some
time ago, here:
https://lists.gnu.org/r/bug-gnulib/2018-03/msg0.html
and fixed in Gnulib here:
https://githu
On 08/07/2018 10:45 PM, 郑 祎 wrote:
- Forwarded message from 郑 祎 -
Date: Wed, 8 Aug 2018 11:15:02 +0800
From: 郑 祎
To: Gustavo Zacarias
Cc: Peter Korsgaard , Allan McRae
Subject: [Buildroot & ArchLinux] can not build host-m4 on machine with
glibc-2.28 installed
User-Agent: Mutt/1.10.1
lib/freadahead.c Not OK:
freadahead.c:32:26: error: '_IO_IN_BACKUP' undeclared (first use in this
function)
I just fix it by my own patch.
diff -upr a/lib/freadahead.c b/lib/freadahead.c
--- a/lib/freadahead.c 2016-12-31 21:54:41.0 +0800
+++ b/lib/freadahead.c 2018-08-08 16:1