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: Oleg Terentiev
Subject: Re: install.sh failure on macOS
Date: Sat, 04 Dec 2021 20:10:06 +0700

Yes, it can be problem. For example, i have VM with Lubuntu 14.10 (2015y). There isn't variable BASH. Variable SHELL=/bin/bash but /bin/sh used default in terminal is link to dash (/bin/dash)
Just try to change it in any ansy-text editor.
To Community: may be change it in script? To /bin/bash (always predictable behavior) or /bin/sh (always exist) ?
 
04.12.2021, 19:20, "Paolo Redaelli" <paolo.redaelli@gmail.com>:

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.




 

 
 
-- 
b.r., Oleg Terentiev
 

reply via email to

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