<div dir="ltr">Hi Christian,<div><br></div><div>I even tried to go through with pdb before posting on the mailing list. For now I will leave it as is cause I have a more critical bug to fix on Ethercat working with RTEMSv5. If time allows later I will try to dig into it.</div><div><br></div><div>Thanks for the support!</div><div><br></div><div>Cheers,</div><div>Niko</div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jun 29, 2018 at 10:04 AM Christian Mauderer <<a href="mailto:christian.mauderer@embedded-brains.de">christian.mauderer@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Niko,<br>
<br>
thanks for the feedback. Still sounds odd. Especially because it seems<br>
that the error happens before the wscript is called for build (otherwise<br>
you should have seen a message with the additional patch). So it has to<br>
be something in one of the generated cache files (either in build or the<br>
.lock-waf... file).<br>
<br>
I can't reproduce the problem so I don't think that we can find it<br>
easily. The only possibility would be that you start digging into the<br>
files with the python debugger pdb. But I assume that you are not that<br>
curious about the problem? So if you have a setup you can work with, I<br>
would suggest to use that.<br>
<br>
Best regards<br>
<br>
Christian Mauderer<br>
<br>
Am 28.06.2018 um 14:10 schrieb Nicolas Tsiogkas:<br>
> Hi,<br>
> <br>
> some later report. I compiled the examples and some private project with<br>
> waf and all was smoothly. I suspect that there must be something with<br>
> the libbsd scripts.<br>
> <br>
> Cheers,<br>
> Niko<br>
> <br>
> On Mon, Jun 25, 2018 at 10:20 AM Nicolas Tsiogkas <<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>> wrote:<br>
> <br>
>     Hi Christian,<br>
> <br>
>     I will go with python3 indeed as I have to finally close a patch for<br>
>     Ethercat SOEM working with RTEMS 5. In parallel I will try to<br>
>     investigate with the waf examples and report back.<br>
> <br>
>     Thanks for the prompt reply and effort. :)<br>
> <br>
>     Regards,<br>
>     Niko<br>
> <br>
>     On Mon, Jun 25, 2018 at 10:15 AM Christian Mauderer<br>
>     <<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>     <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>>> wrote:<br>
> <br>
>         Hello Niko,<br>
> <br>
>         if the patch didn't do anything to your output, the error has to<br>
>         happen<br>
>         quite early. The first one should have been printed when the build()<br>
>         function of the wscript has been reached. So I would assume that it<br>
>         already happens before that.<br>
> <br>
>         If you have time and desire to find the bug, you might could try to<br>
>         build some other tools that use waf as a build system (for<br>
>         example the<br>
>         waf examples from the waf website). Otherwise I would suggest to<br>
>         go with<br>
>         python3 for now.<br>
> <br>
>         Note that it shouldn't really be a problem with python2 in<br>
>         general: My<br>
>         OpenSUSE machine is using python2 too and has no problems with the<br>
>         current libbsd. As far as I know most distributions still use<br>
>         python2 as<br>
>         the default case. I only know Arch Linux that does use python3.<br>
> <br>
>         Best regards<br>
> <br>
>         Christian Mauderer<br>
> <br>
>         Am 25.06.2018 um 10:08 schrieb Nicolas Tsiogkas:<br>
>         > Hi,<br>
>         ><br>
>         > sorry for the late reply.<br>
>         ><br>
>         > So, the patch didn't do a thing. Got the same print.<br>
>         ><br>
>         > But I tried to run waf with python3<br>
>         ><br>
>         > python3 /home/niko/.local/bin/waf-2.0.8<br>
>         ><br>
>         > and<br>
>         ><br>
>         > python3 /home/niko/.local/bin/waf-2.0.8 install<br>
>         ><br>
>         > That was successful. From that I can assume that there is some<br>
>         issue<br>
>         > with the python2 shipped with ubuntu? I can try at home as<br>
>         well in case<br>
>         > there is something specific with the python configuration on<br>
>         my current<br>
>         > pc and report back.<br>
>         ><br>
>         > Thanks for the help.<br>
>         ><br>
>         > Regards,<br>
>         > Niko<br>
>         ><br>
>         > On Fri, Jun 22, 2018 at 9:56 PM Christian Mauderer<br>
>         <<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a> <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>><br>
>         > <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a> <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>>>> wrote:<br>
>         ><br>
>         >     Hello Niko,<br>
>         ><br>
>         >     Am 22.06.2018 um 13:23 schrieb Nicolas Tsiogkas:<br>
>         >     > Hi,<br>
>         >     ><br>
>         >     > waf was downloaded by the website (<a href="http://waf.io" rel="noreferrer" target="_blank">waf.io</a><br>
>         <<a href="http://waf.io" rel="noreferrer" target="_blank">http://waf.io</a>> <<a href="http://waf.io" rel="noreferrer" target="_blank">http://waf.io</a>><br>
>         >     <<a href="http://waf.io" rel="noreferrer" target="_blank">http://waf.io</a>>)<br>
>         >     ><br>
>         >     > niko@im-desktop-021:~/sandbox/rtems-libbsd$ which waf-2.0.8 <br>
>         >     > /home/niko/.local/bin/waf-2.0.8<br>
>         ><br>
>         >     Should be OK.<br>
>         ><br>
>         >     ><br>
>         >     > running also with waf-2.0.4 which used to work gives the<br>
>         same error<br>
>         >     ><br>
>         >     > ~/sandbox/rtems-libbsd$ waf-2.0.8 -v<br>
>         >     > Could not create the directory ///h<br>
>         >     ><br>
>         >     > ~/sandbox/rtems-libbsd$ waf-2.0.4 -v<br>
>         >     > Could not create the directory ///h<br>
>         >     ><br>
>         >     > that's pretty weird.<br>
>         ><br>
>         >     Yes it is. The build scripts do a lot of stuff in<br>
>         preparation for the<br>
>         >     real build. But as far as I know nothing of it should create a<br>
>         >     directory. The first operation that creates a directory<br>
>         should print the<br>
>         >     following line:<br>
>         ><br>
>         >     [ 1/99] Compiling<br>
>         >     testsuite/include/rtems/bsd/test/<a href="http://network-config.h.in" rel="noreferrer" target="_blank">network-config.h.in</a><br>
>         <<a href="http://network-config.h.in" rel="noreferrer" target="_blank">http://network-config.h.in</a>><br>
>         >     <<a href="http://network-config.h.in" rel="noreferrer" target="_blank">http://network-config.h.in</a>><br>
>         ><br>
>         >     Anyway: To find out how far you get into the build<br>
>         scripts, I added a<br>
>         >     few debug messages. Could you try to apply the attached<br>
>         patch and see<br>
>         >     whether it prints some messages. Note that the messages<br>
>         are not really<br>
>         >     clean and it seems that there is a bug that prints them<br>
>         two times. But<br>
>         >     they should give a hint when the build process breaks.<br>
>         ><br>
>         >     Best Regards<br>
>         ><br>
>         >     Christian Mauderer<br>
>         ><br>
>         >     ><br>
>         >     > Regards,<br>
>         >     > Niko<br>
>         >     ><br>
>         >     > On Fri, Jun 22, 2018 at 12:23 PM Christian Mauderer<br>
>         >     > <<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>><br>
>         >     <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>>><br>
>         >     > <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>><br>
>         >     <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>>>>> wrote:<br>
>         >     ><br>
>         >     >     Hello Niko,<br>
>         >     ><br>
>         >     >     from a quick glance, everything till the waf call<br>
>         looks good.<br>
>         >     What is<br>
>         >     >     really odd is the output of the last waf-2.0.8 call.<br>
>         There<br>
>         >     should be a<br>
>         >     >     lot more output starting with something like<br>
>         >     ><br>
>         >     >     ----<br>
>         >     >     Waf: Entering directory<br>
>         >     >   <br>
>         >   <br>
>           `/home/EB/christian_m/Projekte/some-project/rtems-libbsd/build/arm-rtems5-atsamv-everything'<br>
>         >     >     [  1/122] Creating<br>
>         >     >   <br>
>         >   <br>
>           build/arm-rtems5-atsamv-everything/build-include/rtems/bsd/modules.h<br>
>         >     >     [  2/122] Compiling rtemsbsd/rtems/generate_kvm_symbols<br>
>         >     >     [  3/122] Compiling<br>
>         >     >     testsuite/include/rtems/bsd/test/<a href="http://network-config.h.in" rel="noreferrer" target="_blank">network-config.h.in</a><br>
>         <<a href="http://network-config.h.in" rel="noreferrer" target="_blank">http://network-config.h.in</a>><br>
>         >     <<a href="http://network-config.h.in" rel="noreferrer" target="_blank">http://network-config.h.in</a>><br>
>         >     >     <<a href="http://network-config.h.in" rel="noreferrer" target="_blank">http://network-config.h.in</a>><br>
>         >     >     [  4/122] Compiling<br>
>         freebsd/sys/crypto/blowfish/bf_locl.h<br>
>         >     >     [  5/122] Compiling freebsd/sys/crypto/blowfish/bf_pi.h<br>
>         >     >     ...<br>
>         >     >     ----<br>
>         >     ><br>
>         >     >     You are even missing the "Waf: Entering directory".<br>
>         So that<br>
>         >     seems like a<br>
>         >     >     quite early bug.<br>
>         >     ><br>
>         >     >     You can try whether a `waf -v` provides more output.<br>
>         Beneath<br>
>         >     that: Where<br>
>         >     >     does your waf come from? You call it with a version<br>
>         number.<br>
>         >     ><br>
>         >     >     Best regards<br>
>         >     ><br>
>         >     >     Christian Mauderer<br>
>         >     ><br>
>         >     >     Am 22.06.2018 um 11:21 schrieb Nicolas Tsiogkas:<br>
>         >     >     > Hi,<br>
>         >     >     ><br>
>         >     >     > I did the process again with no luck. I am<br>
>         attaching a zip with<br>
>         >     >     command<br>
>         >     >     > outputs/logs.<br>
>         >     >     ><br>
>         >     >     > Regards,<br>
>         >     >     > Niko<br>
>         >     >     ><br>
>         >     >     > On Fri, Jun 22, 2018 at 9:44 AM Nicolas Tsiogkas<br>
>         >     >     <<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>><br>
>         >     >     > <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>>>> wrote:<br>
>         >     >     ><br>
>         >     >     >     Hi Christian,<br>
>         >     >     ><br>
>         >     >     >     it is a fresh clone. Although I had a previous<br>
>         build<br>
>         >     with 4.11 I<br>
>         >     >     >     decided try from scratch given the changes.<br>
>         >     >     ><br>
>         >     >     >     Error is during the build. I'm configuring<br>
>         normally and<br>
>         >     when I try<br>
>         >     >     >     to waf it then it fails.<br>
>         >     >     ><br>
>         >     >     >     Is there any way to increase the verbosity? I will<br>
>         >     repeat all the<br>
>         >     >     >     process from scratch keeping logs so I can<br>
>         send them and try<br>
>         >     >     to find<br>
>         >     >     >     the issue. <br>
>         >     >     ><br>
>         >     >     >     Thanks for your time!<br>
>         >     >     ><br>
>         >     >     >     Regards,<br>
>         >     >     >     Niko<br>
>         >     >     ><br>
>         >     >     >     On Thu, Jun 21, 2018 at 6:49 PM Christian Mauderer<br>
>         >     >     >     <<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a><br>
>         <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>> <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a><br>
>         <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>>><br>
>         >     <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a> <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>><br>
>         <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a> <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>>>><br>
>         >     >     <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a><br>
>         <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>> <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a><br>
>         <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>>><br>
>         >     <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a> <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>><br>
>         <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a> <mailto:<a href="mailto:list@c-mauderer.de" target="_blank">list@c-mauderer.de</a>>>>>> wrote:<br>
>         >     >     ><br>
>         >     >     >         Am 21.06.2018 um 16:26 schrieb Nicolas<br>
>         Tsiogkas:<br>
>         >     >     >         > And apparently I forgot the host.<br>
>         >     >     >         ><br>
>         >     >     >         > It is ubuntu 16.04:<br>
>         >     >     >         > Linux im-desktop-021 4.13.0-45-generic<br>
>         >     >     #50~16.04.1-Ubuntu SMP<br>
>         >     >     >         Wed May 30<br>
>         >     >     >         > 11:18:27 UTC 2018 x86_64 x86_64 x86_64<br>
>         GNU/Linux<br>
>         >     >     >         > gcc version 5.4.0 20160609 (Ubuntu<br>
>         >     5.4.0-6ubuntu1~16.04.9) <br>
>         >     >     >         ><br>
>         >     >     >         > N.<br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         >     >     >         > On Thu, Jun 21, 2018 at 4:19 PM Nicolas<br>
>         Tsiogkas<br>
>         >     >     >         <<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>><br>
>         >     >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>>><br>
>         >     >     >         > <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>><br>
>         >     >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>>>>> wrote:<br>
>         >     >     >         ><br>
>         >     >     >         >     Hi Joel,<br>
>         >     >     >         ><br>
>         >     >     >         >      waf-2.0.8 configure<br>
>         --prefix="$sandbox/5"<br>
>         >     >     >         >     --rtems-bsps=arm/xilinx_zynq_a9_qemu <br>
>         >     >     >         ><br>
>         >     >     >         >     has the following output:<br>
>         >     >     >         ><br>
>         >     >     >         >     Setting top to                     <br>
>              :<br>
>         >     >     >         >     /home/niko/sandbox/rtems-libbsd <br>
>         >     >     >         >     Setting out to                     <br>
>              :<br>
>         >     >     >         >     /home/niko/sandbox/rtems-libbsd/build <br>
>         >     >     >         >     RTEMS Version                       <br>
>             : 5 <br>
>         >     >     >         >     Architectures                       <br>
>             :<br>
>         >     arm-rtems5 <br>
>         >     >     >         >     Board Support Package               <br>
>             :<br>
>         >     >     >         >     arm-rtems5-xilinx_zynq_a9_qemu <br>
>         >     >     >         >     Show commands                       <br>
>             : no <br>
>         >     >     >         >     Long commands                       <br>
>             : no <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-gcc'    :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-gcc <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-g++'    :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-g++ <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-gcc'    :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-gcc <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-ld'     :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-ld <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-ar'     :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-ar <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-nm'     :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-nm <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-objdump' :<br>
>         >     >     >         >   <br>
>          /home/niko/sandbox/5/bin/arm-rtems5-objdump <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-objcopy' :<br>
>         >     >     >         >   <br>
>          /home/niko/sandbox/5/bin/arm-rtems5-objcopy <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-readelf' :<br>
>         >     >     >         >   <br>
>          /home/niko/sandbox/5/bin/arm-rtems5-readelf <br>
>         >     >     >         >     Checking for program<br>
>         'arm-rtems5-strip'   :<br>
>         >     >     >         >   <br>
>          /home/niko/sandbox/5/bin/arm-rtems5-strip <br>
>         >     >     >         >     Checking for program 'rtems-ld'     <br>
>              :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/rtems-ld <br>
>         >     >     >         >     Checking for program 'rtems-tld'   <br>
>               :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/rtems-tld <br>
>         >     >     >         >     Checking for program 'rtems-bin2c' <br>
>               :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/rtems-bin2c <br>
>         >     >     >         >     Checking for program 'tar'         <br>
>               :<br>
>         >     /bin/tar <br>
>         >     >     >         >     Checking for program 'gcc, cc'     <br>
>               :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-gcc <br>
>         >     >     >         >     Checking for program 'ar'           <br>
>              :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-ar <br>
>         >     >     >         >     Checking for program 'g++, c++'     <br>
>              :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-g++ <br>
>         >     >     >         >     Checking for program 'ar'           <br>
>              :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-ar <br>
>         >     >     >         >     Checking for program 'gas, gcc'     <br>
>              :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-gcc <br>
>         >     >     >         >     Checking for program 'ar'           <br>
>              :<br>
>         >     >     >         >     /home/niko/sandbox/5/bin/arm-rtems5-ar <br>
>         >     >     >         >     Compiler version (arm-rtems5-gcc)   <br>
>              : 7.3.0<br>
>         >     >     20180125<br>
>         >     >     >         (RTEMS 5,<br>
>         >     >     >         >     RSB<br>
>         8ee4e8cd557c25fca59bb9751751ad4172530958,<br>
>         >     Newlib<br>
>         >     >     3.0.0) <br>
>         >     >     >         >     Checking for RTEMS CPU options<br>
>         header     :<br>
>         >     started <br>
>         >     >     >         >     -> processing test results         <br>
>               :<br>
>         >     all ok <br>
>         >     >     >         >     Checking for RTEMS_DEBUG           <br>
>               : no <br>
>         >     >     >         >     Checking for RTEMS_MULTIPROCESSING <br>
>               : no <br>
>         >     >     >         >     Checking for RTEMS_NEWLIB           <br>
>              : yes <br>
>         >     >     >         >     Checking for RTEMS_POSIX_API       <br>
>               : yes <br>
>         >     >     >         >     Checking for RTEMS_SMP             <br>
>               : no <br>
>         >     >     >         >     Checking for RTEMS_NETWORKING       <br>
>              : no <br>
>         >     >     >         >     Checking for RTEMS header           <br>
>              :<br>
>         >     started <br>
>         >     >     >         >     -> processing test results         <br>
>               :<br>
>         >     all ok <br>
>         >     >     >         >     Checking for header dlfcn.h         <br>
>              : yes <br>
>         >     >     >         >     Checking for header rtems/pci.h     <br>
>              : yes <br>
>         >     >     >         >     Configure variant:                 <br>
>               :<br>
>         >     >     >         >     arm-rtems5-xilinx_zynq_a9_qemu-default <br>
>         >     >     >         >     Checking for header<br>
>         rtems/rtems-debugger.h : yes <br>
>         >     >     >         >     'configure' finished successfully<br>
>         (0.744s)<br>
>         >     >     >         ><br>
>         >     >     >         >     Cheers,<br>
>         >     >     >         >     Niko<br>
>         >     >     >         ><br>
>         >     >     >         >     On Thu, Jun 21, 2018 at 4:09 PM Joel<br>
>         Sherrill<br>
>         >     >     >         <<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>>>><br>
>         >     >     <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>>>>><br>
>         >     >     >         >     <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>>>><br>
>         >     >     <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>><br>
>         <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> <mailto:<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>>>>>>> wrote:<br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         >     >     >         >         On Thu, Jun 21, 2018 at 8:52 AM,<br>
>         Nicolas<br>
>         >     Tsiogkas<br>
>         >     >     >         >         <<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>><br>
>         >     >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>>><br>
>         >     >     >         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>><br>
>         >     >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>><br>
>         >     <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>><br>
>         <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a> <mailto:<a href="mailto:lou.nick@gmail.com" target="_blank">lou.nick@gmail.com</a>>>>>>> wrote:<br>
>         >     >     >         ><br>
>         >     >     >         >             Hi,<br>
>         >     >     >         ><br>
>         >     >     >         >             following the steps described<br>
>         >     >     >         >           <br>
>          in <a href="https://github.com/RTEMS/rtems-libbsd" rel="noreferrer" target="_blank">https://github.com/RTEMS/rtems-libbsd</a> I<br>
>         >     >     get an<br>
>         >     >     >         error<br>
>         >     >     >         ><br>
>         >     >     >         >             "Could not create the<br>
>         directory ///h"<br>
>         >     while<br>
>         >     >     trying<br>
>         >     >     >         to build<br>
>         >     >     >         >             with waf 2.0.8<br>
>         >     >     >         ><br>
>         >     >     >         >             Is it a known problem?<br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         >     >     >         >         Not to me.<br>
>         >     >     >         ><br>
>         >     >     >         >         What's your configure command<br>
>         and host? <br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         >     >     >         >             I have seen that the<br>
>         installation<br>
>         >     procedure has<br>
>         >     >     >         changed<br>
>         >     >     >         >             since 4.11 and now the tools<br>
>         and the<br>
>         >     bsps are<br>
>         >     >     >         installed in<br>
>         >     >     >         >             the same prefix, but that<br>
>         shouldn't<br>
>         >     matter I<br>
>         >     >     suppose.<br>
>         >     >     >         ><br>
>         >     >     >         >             Thank you in advance.<br>
>         >     >     >         ><br>
>         >     >     >         >             Regards,<br>
>         >     >     >         >             Niko<br>
>         >     >     >         ><br>
>         >     >     >         >           <br>
>         >      _______________________________________________<br>
>         >     >     >         >             users mailing list<br>
>         >     >     >         >             <a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>>><br>
>         >     >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>>>><br>
>         >     >     >         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>>><br>
>         >     >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>>>>><br>
>         >     >     >         >           <br>
>         >      <a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         >     >     >         ><br>
>         _______________________________________________<br>
>         >     >     >         > users mailing list<br>
>         >     >     >         > <a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>>><br>
>         >     >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>><br>
>         >     <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>><br>
>         <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a> <mailto:<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a>>>>><br>
>         >     >     >         ><br>
>         <a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
>         >     >     >         ><br>
>         >     >     ><br>
>         >     >     >         Hello Nicolas,<br>
>         >     >     ><br>
>         >     >     >         I also don't know that problem. The<br>
>         directory that<br>
>         >     should<br>
>         >     >     be created<br>
>         >     >     >         "///h" looks like there are some variables<br>
>         missing<br>
>         >     between the<br>
>         >     >     >         slashes.<br>
>         >     >     >         But I'm not aware of any directory h that<br>
>         should be<br>
>         >     created<br>
>         >     >     >         somewhere.<br>
>         >     >     ><br>
>         >     >     >         - Did you upgrade from a earlier build or<br>
>         do you<br>
>         >     build in<br>
>         >     >     a fresh<br>
>         >     >     >         checkout? There have been some changes to<br>
>         the build<br>
>         >     system in<br>
>         >     >     >         the last<br>
>         >     >     >         months that have lead to incompatible<br>
>         cache files.<br>
>         >     If it is an<br>
>         >     >     >         old tree,<br>
>         >     >     >         try to remove `build` and `.lock-waf_*`.<br>
>         >     >     ><br>
>         >     >     >         - About when does the problem happen? It<br>
>         seems your<br>
>         >     configure<br>
>         >     >     >         runs fine.<br>
>         >     >     >         So I assume that it appears during build<br>
>         or install.<br>
>         >     Maybe<br>
>         >     >     you could<br>
>         >     >     >         provide some lines of context to the error<br>
>         message?<br>
>         >     >     ><br>
>         >     >     >         Best regards<br>
>         >     >     ><br>
>         >     >     >         Christian Mauderer<br>
>         >     >     ><br>
>         >     ><br>
>         >     >     --<br>
>         >     >     --------------------------------------------<br>
>         >     >     embedded brains GmbH<br>
>         >     >     Herr Christian Mauderer<br>
>         >     >     Dornierstr. 4<br>
>         >     >     D-82178 Puchheim<br>
>         >     >     Germany<br>
>         >     >     email: <a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>><br>
>         >     <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>>><br>
>         >     >     <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>><br>
>         >     <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>>>><br>
>         >     >     Phone: +49-89-18 94 741 - 18<br>
>         >     >     Fax:   +49-89-18 94 741 - 08<br>
>         >     >     PGP: Public key available on request.<br>
>         >     ><br>
>         >     >     Diese Nachricht ist keine geschäftliche Mitteilung<br>
>         im Sinne<br>
>         >     des EHUG.<br>
>         >     ><br>
>         ><br>
> <br>
>         -- <br>
>         --------------------------------------------<br>
>         embedded brains GmbH<br>
>         Herr Christian Mauderer<br>
>         Dornierstr. 4<br>
>         D-82178 Puchheim<br>
>         Germany<br>
>         email: <a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
>         <mailto:<a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a>><br>
>         Phone: +49-89-18 94 741 - 18<br>
>         Fax:   +49-89-18 94 741 - 08<br>
>         PGP: Public key available on request.<br>
> <br>
>         Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des<br>
>         EHUG.<br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> users mailing list<br>
> <a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a><br>
> <br>
<br>
-- <br>
--------------------------------------------<br>
embedded brains GmbH<br>
Herr Christian Mauderer<br>
Dornierstr. 4<br>
D-82178 Puchheim<br>
Germany<br>
email: <a href="mailto:christian.mauderer@embedded-brains.de" target="_blank">christian.mauderer@embedded-brains.de</a><br>
Phone: +49-89-18 94 741 - 18<br>
Fax:   +49-89-18 94 741 - 08<br>
PGP: Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
<br>
<br>
</blockquote></div>