You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have build essential and make installed. Its a fresh version of Lunar Lobster. Using Python3 obvio Python 3.11.2 but that clearly is not the problem. The problem is with the make file compatibility. So the problem is with shell/bash scripts in the make file so my version of python is irrelevant.
If I end up fixing it, I will close the issue and make a pull request.
The text was updated successfully, but these errors were encountered:
The issue is in the Makefile indeed. I am using /bin/sh because on my development OS it's symlinked to bash. I guess on Lunar Lobster it should be symlinked to dash or something similar. I can accept a PR changing /bin/sh to /bin/bash that.
/bin/sh: 0: Illegal option -o pipefail /bin/sh: 0: Illegal option -o pipefail /bin/sh: 0: Illegal option -o pipefail make: *** [Makefile:22: help] Error 2
I have build essential and make installed. Its a fresh version of Lunar Lobster. Using Python3 obvio Python 3.11.2 but that clearly is not the problem. The problem is with the make file compatibility. So the problem is with shell/bash scripts in the make file so my version of python is irrelevant.
If I end up fixing it, I will close the issue and make a pull request.
The text was updated successfully, but these errors were encountered: