mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Revert buggy exec optimisation (re: d6c9821c
)
As of 2022-06-18, ksh 93u+m is not capable of being used as /bin/sh while building GNU binutils. The execution of some of its build system's dot scripts is incorrectly aborted as an external 'sed' command is execve(2)'d without forking. This means that incorrect exec optimization was happening. Unfortunately I have not been able to derive a minimal reproducer of the problem yet because the GNU binutils build scripts are very complex. Pending further research, the optimisation is reverted. Even if a way to make it work is found, it will not be reintroduced to the 1.0 branch. Thanks to @atheik for finding the problem and identifying the commit that introduced it. Resolves: https://github.com/ksh93/ksh/issues/507
This commit is contained in:
parent
c848433d41
commit
9c9743998f
5 changed files with 24 additions and 17 deletions
7
NEWS
7
NEWS
|
@ -2,6 +2,13 @@ This documents significant changes in the 1.0 branch of ksh 93u+m.
|
|||
For full details, see the git log at: https://github.com/ksh93/ksh/tree/1.0
|
||||
Uppercase BUG_* IDs are shell bug IDs as used by the Modernish shell library.
|
||||
|
||||
2022-08-05:
|
||||
|
||||
- Reverted a buggy exec optimisation introduced on 2022-06-18. It is known
|
||||
to make the build scripts of GNU binutils produce corrupted results.
|
||||
|
||||
- Release 1.0.1.
|
||||
|
||||
2022-08-01:
|
||||
_ _ ___ _____ ___ ___ ___
|
||||
| | _____| |__ / _ \___ / _ _ _ _ __ ___ / / | / _ \ / _ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue