Re: Bash-5.3-alpha available

2024-04-25 Thread Chet Ramey

On 4/25/24 12:31 PM, Clark Wang wrote:

On Tue, Apr 23, 2024 at 9:20 PM Chet Ramey  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:


OK, let me redo the push.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/



OpenPGP_signature.asc
Description: OpenPGP digital signature


Re: Bash-5.3-alpha available

2024-04-25 Thread Clark Wang
On Tue, Apr 23, 2024 at 9:20 PM Chet Ramey  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.