Re: bug: 0.5.13 regression in parsing
Herbert Xu <[email protected]> Tue, 23 Sep 2025 18:36:37 +0800
| Newsgroups | org.kernel.vger.dash |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Sep 23, 2025 at 06:33:25PM +0800, Herbert Xu wrote: > > Thanks for the hint. I can reproduce now by attempting to build > xcb-util. I'm looking into it. OK it's the same old problem: whenever we add a new feature that makes us closer to bash, libtool gets confused and mistakes dash for bash. Normally it would explicitly invoke /bin/bash if it detects that /bin/sh is dash. As libtool is still not POSIX-compliant, that means it produces crap. 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. Cheers, -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt