Re: Waf error building rtems-libbsd on macOS 10.14

2019-03-21 Thread Chris Johns
On 21/3/19 8:49 pm, Adam Lindberg wrote: > Yes, a clean virtual machine made the build succeed. Great. > However, cleaning out Homebrew on my normal machine doesn’t make it succeed > still. That is not pleasant. I suspect it is something in the python platform settings that is tripping somethi

Re: Waf error building rtems-libbsd on macOS 10.14

2019-03-21 Thread Adam Lindberg
Yes, a clean virtual machine made the build succeed. However, cleaning out Homebrew on my normal machine doesn’t make it succeed still. Cheers, Adam -- Adam Lindberg Senior Developer +49 8135 69492 90 Peer Stritzinger GmbHGeschäftsführer: Peer Stritzinger Aumüllerstr. 14 Handelsreg

Re: Waf error building rtems-libbsd on macOS 10.14

2019-03-20 Thread Chris Johns
Sorry, I missed this post. On 20/3/19 10:34 pm, Adam Lindberg wrote: > I tried building our project in a completely clean macOS VM and that seems to > work. In my current environment I reduced the Homebrew packages to: > > bat pcre > bison

Re: Waf error building rtems-libbsd on macOS 10.14

2019-03-20 Thread Adam Lindberg
I tried building our project in a completely clean macOS VM and that seems to work. In my current environment I reduced the Homebrew packages to: bat pcre bison pcre2 exa python@2 flex

Re: Waf error building rtems-libbsd on macOS 10.14

2019-02-06 Thread Chris Johns
On 30/1/19 12:49 am, Adam Lindberg wrote: >> On 28. Jan 2019, at 23:35, Chris Johns wrote: >> >> On 24/1/19 8:40 pm, Adam Lindberg wrote: >>> Hi Joel, >>> >>> My python version are: >>> >>>$ python --version >>>Python 2.7.15 >>>$ python3 --version >>>Python 3.7.0 >>> >> >> Do you h

Re: Waf error building rtems-libbsd on macOS 10.14

2019-01-29 Thread Adam Lindberg
Hi Chris, > On 28. Jan 2019, at 23:35, Chris Johns wrote: > > On 24/1/19 8:40 pm, Adam Lindberg wrote: >> Hi Joel, >> >> My python version are: >> >>$ python --version >>Python 2.7.15 >>$ python3 --version >>Python 3.7.0 >> > > Do you have the latest XCode installed? Xcode V

Re: Waf error building rtems-libbsd on macOS 10.14

2019-01-28 Thread Chris Johns
On 24/1/19 8:40 pm, Adam Lindberg wrote: > Hi Joel, > > My python version are: > > $ python --version > Python 2.7.15 > $ python3 --version > Python 3.7.0 > Do you have the latest XCode installed? Any 3rd party packages from homebrew or macports installed? I will see what I ca

Re: Waf error building rtems-libbsd on macOS 10.14

2019-01-24 Thread Adam Lindberg
Hi Joel, My python version are: $ python --version Python 2.7.15 $ python3 --version Python 3.7.0 Waf is just invoked with ./waf -vvv (the -vvv was added by me to debug this issue). The full output, including the run of ./waf configure before is here: https://gist.github.com/epr

Re: Waf error building rtems-libbsd on macOS 10.14

2019-01-23 Thread Joel Sherrill
This could be something Mac specific that I won't be of help with. But there are a couple of things you can look into. + grab the latest version of waf and try that to see if it works. + What python do you have? Have you done a sh -x on that script and seen the exact waf command invoked? --joel

Waf error building rtems-libbsd on macOS 10.14

2019-01-23 Thread Adam Lindberg
Hi, I’m trying to build our RTEMS based toolchain on macOS 10.14 and after solving some compilation errors for GCC I hit a strange error with Waf when building rtems-libbsd: Could not create the directory ///o In fact, even running Waf with -vvv didn’t yield much more useful information