<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 18, 2020 at 5:52 PM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 18/8/20 9:16 pm, Sebastian Huber wrote:<br>
> This patch is for the new build system.<br>
<br>
<stand><clap><clap><clap><br>
<br>
Looking forward to this change.<br></blockquote><div><br></div><div>Me too. </div><div><br></div><div>We determined that the Python tar defaulted to " POSIX.1-2001 (pax) format" </div><div>which is newer than the "IEEE Std 1003.2 (“POSIX.2”)" from the pax man</div><div>page as ustar as best I can tell.  But GNU tar describes the formats as:</div><div><br></div><div>       -H, --format=FORMAT<br>              create archive of the given format<br><br>              FORMAT is one of the following:<br><br>                     gnu    GNU tar 1.13.x format<br>                     oldgnu GNU format as per tar <= 1.12<br>                     pax    POSIX 1003.1-2001 (pax) format<br>                     posix  same as pax<br>                     ustar  POSIX 1003.1-1988 (ustar) format<br>                     v7     old V7 tar format<br></div><div><br></div><div>tar and pax seem to conflict. Wikipedia is clear it is the ustar. But GNU tar</div><div>seems to be giving pax credit for a newer format I don't see supported.</div><div><br></div><div>Are we sure the POSIX-2001 (pax) format is definitely different from</div><div>what pax was using which I think is the 1988 ustar format.  </div><div><br></div><div>And can the RTEMS side untar read the newer format? </div><div><br></div><div>Switching tars is a no brainer and updating the format is also as long</div><div>as we are really updating and keeping things in sync.</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>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div></div>