Re: bug: 0.5.13 regression in parsing
Herbert Xu <[email protected]> Tue, 23 Sep 2025 18:59:39 +0800
| Newsgroups | org.kernel.vger.dash |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 23, 2025 at 06:36:37PM +0800, Herbert Xu wrote: > > I need to look into exactly which bash/dash test it's using that > we've managed to break and see if we can undo it. If not then > libtool will just have to be fixed. Actually it appears that nothing has changed. autoconf relies on LINENO to distinguish between dash and bash. Because dash has supported LINENO for years, this causes massive breakage because autoconf then goes on to rely on a non-POSIX echo with dash, which causes backslashes to be lost. Debian works around this by disabling LINENO in dash. So it's a bug in autoconf that should be fixed there. Cheers, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt