[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-5.3-alpha available
From: |
Clark Wang |
Subject: |
Re: Bash-5.3-alpha available |
Date: |
Fri, 26 Apr 2024 00:31:58 +0800 |
On Tue, Apr 23, 2024 at 9:20 PM Chet Ramey <chet.ramey@case.edu> wrote:
> [..]
>
> and from the bash-5.3-testing branch in the bash git repository
> (http://git.savannah.gnu.org/cgit/bash.git/log/?h=bash-5.3-testing).
> You can use
>
> git clone --branch bash-5.3-testing git://git.savannah.gnu.org/bash.git
>
> to clone the testing branch.
On the "bash-5.3-testing" branch ./configure reported error:
$ ./configure --prefix=/some/path
[..]
checking whether /dev/stdin stdout stderr are available... present
checking for default mail directory... /var/mail
checking shared object configuration for loadable builtins... supported
cp: cannot stat './include/stdckdint.in.h': No such file or directory
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builtins/Makefile
[..]
And then make would fail:
$ make
make: *** No rule to make target 'include/unlocked-io.h', needed by
'shell.o'. Stop.