|
Message-ID: <9188925c-52df-c21f-71ca-e002d9ed3a2d@dereferenced.org> Date: Sat, 19 Sep 2020 15:00:58 -0600 From: Ariadne Conill <ariadne@...eferenced.org> To: musl@...ts.openwall.com, Jeffrey Walton <noloader@...il.com> Subject: Re: Re: [platform-testers] new snapshot available: grep-3.4-almost.19-ff30 Hello, On 2020-09-19 08:12, Jeffrey Walton wrote: > Hi Everyone, > > An FYI from testing a grep release candidate. The RC experienced 3 > failures on Alpine Linux. > > Bruno Haible tracked down the cause. > > I usually update a package's config.guess and config.sub according to > https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html. > I may have contributed to the problem by using the latest config.guess > and config.sub. > > I'm not sure if there is anything actionable for Musl or Alpine. This was curious, so I looked into it. /usr/bin/ldd was changed to be a shell script in the Alpine musl 1.1.22-r1 package. This was done to improve the output of the ldd command. The problem with this package is that shell script was: exec /lib/ld-musl-$ARCH.so.1 --list -- "$@" In Alpine musl 1.1.22-r3, the shell script was changed to: exec /lib/ld-musl-$ARCH.so.1 --list "$@" This allowed --version to work again as expected. I don't think that GNU needs to have a workaround for this. We can simply backport 1.1.22-r3 to Alpine 3.10 to resolve the bug. Ariadne
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.