Re: RSB build failure

2018-03-17 Thread Vidushi Vashishth
>Interesting. Please raise a ticket, set the component to rsb and assign to me. I will take a look next week. I cannot remember if I deleted the source tarball on MacOS and tested this. Done. The ticket is #3355 Best, Vidushi On Sun, Mar 18, 2018 at 9:07 AM, Chris Johns wrote: > On 18/3/18 2:3

Re: RSB build failure

2018-03-17 Thread Chris Johns
On 18/3/18 2:31 pm, Vidushi Vashishth wrote: >>I have been testing on a range of MacOS versions over the years and I have not > seen any issues report. If you have seen issues or you know of reports please > let me know.  > > I was able to setup the environment successfully yesterday. Though in th

Re: RSB build failure

2018-03-17 Thread Vidushi Vashishth
>I have been testing on a range of MacOS versions over the years and I have not seen any issues report. If you have seen issues or you know of reports please let me know. I was able to setup the environment successfully yesterday. Though in the process I had another error which I managed to deal w

Re: RSB build failure

2018-03-17 Thread Chris Johns
On 17/3/18 9:00 pm, Amaan Cheval wrote: >> checking for python... > /Library/Frameworks/Python.framework/Versions/2.7/bin/python >> checking for python2.7... no >> configure: error: python is missing or unusable > > That looks like the problem (at least on the surface). macOS does come with > Pyth

Re: RSB build failure

2018-03-17 Thread Vidushi Vashishth
So it was a problem with the path variable. Fixed it. The setup worked. Thanks! On Sat, Mar 17, 2018 at 3:33 PM, Aditya Upadhyay wrote: > install python-dev... Will solve the issue. If you are using ubuntu.. > sudo apt-get install python-dev. > > On Sat, Mar 17, 2018, 3:30 PM Amaan Cheval wrot

Re: RSB build failure

2018-03-17 Thread Aditya Upadhyay
install python-dev... Will solve the issue. If you are using ubuntu.. sudo apt-get install python-dev. On Sat, Mar 17, 2018, 3:30 PM Amaan Cheval wrote: > Hi! > > > checking for python... > /Library/Frameworks/Python.framework/Versions/2.7/bin/python > > checking for python2.7... no > > configur

Re: RSB build failure

2018-03-17 Thread Amaan Cheval
> Why is the shell command /bin/sh -ex failing? That's likely because the "doit" script calls the configure script, which errors out because it can't find python2.7, by the way. On Sat, Mar 17, 2018 at 3:30 PM Amaan Cheval wrote: > Hi! > > checking for python... > /Library/Frameworks/Python.fr

Re: RSB build failure

2018-03-17 Thread Amaan Cheval
Hi! > checking for python... /Library/Frameworks/Python.framework/Versions/2.7/bin/python > checking for python2.7... no > configure: error: python is missing or unusable That looks like the problem (at least on the surface). macOS does come with Python built-in, but I don't believe that's good e