<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 16, 2017 at 4:13 PM, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I have pushed a patch to #3083 [1] that attempts to resolve this issue. I<br>
suspect it is related to Linux's install and some checks it is making.<br>
<br>
I would appreciate testing and feedback, on the ticket if that is OK.<br>
<br>
As noted in the ticket `make install` is broken with this change. I will look at<br>
that if this resolves the issue. I have tested on FreeBSD, Windows and MacOS.<br></blockquote><div><br></div><div>I started a build on rtbf64c which is Centos 7 (6 real cores, 12 virtual). I</div><div>I built "everything". It pretty quickly had the Altera BSP do this:</div><div><br></div><div><div>/usr/bin/install -c -m 644 /home/joel/rtems-work/rtems/c/src/libchip/i2c/spi-flash-m25p40.h ../../../altcycv_devkit_smp/lib/include/libchip/spi-flash-m25p40.h</div><div>/usr/bin/install: cannot create regular file ‘../../../altcycv_devkit_smp/lib/include/libchip/spi-flash-m25p40.h’: File exists</div><div>/usr/bin/install -c -m 644 /home/joel/rtems-work/rtems/c/src/libchip/i2c/spi-fram-fm25l256.h ../../../altcycv_devkit_smp/lib/include/libchip/spi-fram-fm25l256.h</div><div>gmake[5]: Leaving directory `/data/home/joel/rtems-work/build/arm/altcycv_devkit_smp.profiling/arm-rtems5/c/altcycv_devkit_smp/libchip'</div><div>gmake[5]: *** [../../../altcycv_devkit_smp/lib/include/libchip/spi-flash-m25p40.h] Error 1</div></div><div><br></div><div>The command was</div><div><br></div><div><div>/rtems-tools/tester/rtems-bsp-builder \</div><div>  --rtems=/home/joel/rtems-work/rtems \</div><div>  --build-path=build \ </div><div>  --prefix=/home/joel/rtems-work/bsps \</div><div>  --log=build.log \ </div><div>  --warnings-report=warnings.log \</div><div>   --mail \</div><div>   --mail-from=<a href="mailto:joel@rtems.org">joel@rtems.org</a> \</div><div>   --mail-to=<a href="mailto:build@rtems.org">build@rtems.org</a> \</div><div>  --profiles=everything \</div><div>  --jobs=4/3</div></div><div><br></div><div>A separate issue is that there is still the %s from the bsp builder. </div><div><br></div><div>run: %s: arm/altcycv_devkit.posix-debug\</div><div>         /home/joel/rtems-work/rtems/configure --target=arm-rtems5\</div><div>         --enable-rtemsbsp=altcycv_devkit --prefix=/home/joel/rtems-\</div><div>         work/bsps --enable-debug --enable-posix</div><div> </div><div>The full log should pop out in about 20 hours.</div><div><br></div><div>--joel</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thanks<br>
Chris<br>
<br>
[1] <a href="https://devel.rtems.org/ticket/3083" rel="noreferrer" target="_blank">https://devel.rtems.org/<wbr>ticket/3083</a><br>
<span class="gmail-im gmail-HOEnZb"><br>
On 22/07/2017 02:55, Kirspel, Kevin wrote:<br>
</span><div class="gmail-HOEnZb"><div class="gmail-h5">> I have seen similar things as well.  In my case it fails in different places randomly.  Sometimes it will get all the way through.<br>
><br>
> Kevin Kirspel<br>
> Electrical Engineer - Sr. Staff<br>
> Idexx Roswell<br>
> 235 Hembree Park Drive<br>
> Roswell GA 30076<br>
> Tel: <a href="tel:%28770%29-510-4444%20ext.%2081642" value="+17705104444">(770)-510-4444 ext. 81642</a><br>
> Direct: <a href="tel:%28770%29-688-1642" value="+17706881642">(770)-688-1642</a><br>
> Fax: <a href="tel:%28770%29-510-4445" value="+17705104445">(770)-510-4445</a><br>
><br>
> -----Original Message-----<br>
> From: devel [mailto:<a href="mailto:devel-bounces@rtems.org">devel-bounces@rtems.<wbr>org</a>] On Behalf Of Gedare Bloom<br>
> Sent: Friday, July 21, 2017 11:24 AM<br>
> To: <a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
> Subject: parallel make failure?<br>
><br>
> I'm building a clean master with current tools and observed the following using make -j4:<br>
><br>
> /usr/bin/install -c -m 644<br>
> ../../../../../../rtems/c/src/<wbr>libchip/i2c/i2c-ds1621.h<br>
> ../../../erc32/lib/include/<wbr>libchip/i2c-ds1621.h<br>
> /usr/bin/install: cannot create regular file<br>
> '../../../erc32/lib/include/<wbr>libchip/ds1375-rtc.h': File exists<br>
> Makefile:2147: recipe for target<br>
> '../../../erc32/lib/include/<wbr>libchip/ds1375-rtc.h' failed<br>
> make[5]: *** [../../../erc32/lib/include/<wbr>libchip/ds1375-rtc.h] Error 1<br>
> make[5]: Leaving directory<br>
> '/home/gedare/work/rtems/<wbr>builds/b-erc32/sparc-rtems4.<wbr>12/c/erc32/libchip'<br>
> Makefile:916: recipe for target 'preinstall-libchip' failed<br>
> make[4]: *** [preinstall-libchip] Error 1<br>
><br>
> With just 'make' it passes this step.<br>
> ______________________________<wbr>_________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
> <a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.rtems.org_mailman_listinfo_devel&d=DwICAg&c=2do6VJGs3LvEOe4OFFM1bA&r=HDiJ93ANMEQ32G5JGdpyUxbdebuwKHBbeiHMr3RbR74&m=H9XvezTNiH4W-H2EFj7UpeWTK8A3pj_g9545ys--tXQ&s=NK5spqMDGykOoOeFKNlO88-8y9mrj6y9saEinGMqxkw&e=" rel="noreferrer" target="_blank">https://urldefense.proofpoint.<wbr>com/v2/url?u=http-3A__lists.<wbr>rtems.org_mailman_listinfo_<wbr>devel&d=DwICAg&c=<wbr>2do6VJGs3LvEOe4OFFM1bA&r=<wbr>HDiJ93ANMEQ32G5JGdpyUxbdebuwKH<wbr>BbeiHMr3RbR74&m=H9XvezTNiH4W-<wbr>H2EFj7UpeWTK8A3pj_g9545ys--<wbr>tXQ&s=NK5spqMDGykOoOeFKNlO88-<wbr>8y9mrj6y9saEinGMqxkw&e=</a><br>
> ______________________________<wbr>_________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/devel</a><br>
><br>
______________________________<wbr>_________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/<wbr>mailman/listinfo/devel</a><br>
</div></div></blockquote></div><br></div></div>