Re: Waf's dependency on Python3

2019-03-21 Thread Sebastian Huber
On 21/03/2019 10:49, Adam Lindberg wrote: Thats sounds like a good suggestion. How would I go about updating rtems-libbsd? Just point the latest master or is there a tag we should use? I would track the rtems-libbsd/5-freebsd-12 branch which itself tracks the FreeBSD stable/12 branch. You pro

Re: Waf's dependency on Python3

2019-03-21 Thread Adam Lindberg
Thats sounds like a good suggestion. How would I go about updating rtems-libbsd? Just point the latest master or is there a tag we should use? Cheers, Adam -- Adam Lindberg Senior Developer +49 8135 69492 90 Peer Stritzinger GmbHGeschäftsführer: Peer Stritzinger Aumüllerstr. 14 Han

Re: Waf's dependency on Python3

2019-03-20 Thread Chris Johns
On 21/3/19 12:16 am, Sebastian Huber wrote: > On 20/03/2019 14:12, Adam Lindberg wrote: >> I assume you mean rtems-libbsd/waf_libbsd.py? Can’t figure out how to run >> that: >> >> + python3 >> /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-libbsd/waf_libbsd.py >> configure >> --prefix=/

Re: Waf's dependency on Python3

2019-03-20 Thread Sebastian Huber
On 20/03/2019 14:12, Adam Lindberg wrote: I assume you mean rtems-libbsd/waf_libbsd.py? Can’t figure out how to run that: + python3 /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-libbsd/waf_libbsd.py configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rt

Re: Waf's dependency on Python3

2019-03-20 Thread Adam Lindberg
I assume you mean rtems-libbsd/waf_libbsd.py? Can’t figure out how to run that: + python3 /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-libbsd/waf_libbsd.py configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5/ --rtems-bsps=arm/atsamv --buildset=/

Re: Waf's dependency on Python3

2019-03-20 Thread Sebastian Huber
On 20/03/2019 14:00, Adam Lindberg wrote: I’m having less luck using Python 3 on macOS 10.14 (via Hombrew): + python3/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5//bin/waf configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5/ --r

Re: Waf's dependency on Python3

2019-03-20 Thread Adam Lindberg
I’m having less luck using Python 3 on macOS 10.14 (via Hombrew): + python3 /opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5//bin/waf configure --prefix=/opt/grisp/grisp-software/cd73e8f90d/build/..//rtems-install/rtems/5/ --rtems-bsps=arm/atsamv --buildset=/opt/grisp/

Re: Waf's dependency on Python3

2019-03-20 Thread Adam Lindberg
Good catch! Suspiciously close to .h and .o :-/ Looking forwards to a solution. Glad to know I’m not the only one having the problem. Cheers, Adam -- Adam Lindberg Senior Developer +49 8135 69492 90 Peer Stritzinger GmbHGeschäftsführer: Peer Stritzinger Aumüllerstr. 14 Handelsregi

Re: Waf's dependency on Python3

2019-02-26 Thread Jonathan Brandmeyer
On Tue, Feb 26, 2019 at 10:52 AM Christian Mauderer wrote: > also I don't know a solution, the problem sounds quite similar to the > (unsolved) one here: > > https://lists.rtems.org/pipermail/users/2019-January/032920.html > > Differences: In your case it has been an "h" instead of a "o" I suspe

Re: Waf's dependency on Python3

2019-02-26 Thread Christian Mauderer
Am 26.02.19 um 16:57 schrieb Jonathan Brandmeyer: > https://devel.rtems.org/ticket/3709 > > On Mon, Feb 25, 2019 at 5:32 PM Chris Johns wrote: >> >> On 26/2/19 10:18 am, Jonathan Brandmeyer wrote: >>> I attempted to follow the directions in rtems-libbsd's README.md and >>> run into the following

Re: Waf's dependency on Python3

2019-02-26 Thread Jonathan Brandmeyer
https://devel.rtems.org/ticket/3709 On Mon, Feb 25, 2019 at 5:32 PM Chris Johns wrote: > > On 26/2/19 10:18 am, Jonathan Brandmeyer wrote: > > I attempted to follow the directions in rtems-libbsd's README.md and > > run into the following error: "Could not create the directory ///h", > > right af

Re: Waf's dependency on Python3

2019-02-25 Thread Chris Johns
On 26/2/19 10:18 am, Jonathan Brandmeyer wrote: > I attempted to follow the directions in rtems-libbsd's README.md and > run into the following error: "Could not create the directory ///h", > right after configuring the build. On a wild guess I tried again > using python3 as the interpreter explic

Waf's dependency on Python3

2019-02-25 Thread Jonathan Brandmeyer
I attempted to follow the directions in rtems-libbsd's README.md and run into the following error: "Could not create the directory ///h", right after configuring the build. On a wild guess I tried again using python3 as the interpreter explicitly and that succeeded. My host is Debian Stretch, AMD