Re: Build fails in macOS

2022-07-08 Thread Marcus
Hi, sorry you didn't get a reply sooner, but I just noticed this. All I can say is that yes, I've run into some issues as well with building on MacOS. Most of them seem minor and scripting related, like you mention - dependency on bash arrays was another I ran into, needed to install bash5. General

Re: Build fails in macOS

2022-07-08 Thread Pritam Neog
Hi Marcus, The errors were due to my python installations. Couldn't figure out what caused it but installing python versions using pyenv seemed to solve it. On Fri, 8 Jul 2022, 9:54 pm Marcus, wrote: > Hi, sorry you didn't get a reply sooner, but I just noticed this. All I can > say is that yes

Re: Build fails in macOS

2022-07-08 Thread Rohit Yadav
Pritam, Glad to hear that. I've recently fixed the build on osx/m1 with https://github.com/apache/cloudstack/pull/6537 The latest 4.17 and main branch should build OK on osx/m1. To solve the missing 'python' issue I had symlinked 'python' to the binary installed by brew. > ls -lahi /opt/homebr