liberty-eiffel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: install.sh failure on macOS


From: Krishna
Subject: Re: install.sh failure on macOS
Date: Sat, 4 Dec 2021 22:16:17 +0530



On Sat, 4 Dec 2021, 17:50 Paolo Redaelli, <paolo.redaelli@gmail.com> wrote:
Il 04/12/21 12:26, Krishna ha scritto:
> Greetings all,
>
> Great to see activity on this list again! SE (through ELJ) was one of
> my favourite projects from the early 2000s.
>
> Tried installing the compiler on macOS and install.sh failed in
> bootstrap(). Does install.sh assume a Linux-like environment?

install.sh is a bash script, finding the executable with the shabang
#!/usr/bin/env bash

My machines has GNU bash, version 5.1.8

MacOS ships with a completely outdated version of bash, 14 years old:
see https://itnext.io/upgrading-bash-on-macos-7138bd1066ba

The issues could arise from this mismatch, but as I don't have access to
a MacOS machine I can't be sure.

You are right. Tried with a newer bash and the script runs until the T3 compiler crashes.

Cheers,
  --krishna

reply via email to

[Prev in Thread] Current Thread [Next in Thread]