Re: [PATCH v3 2/2] x86_64/i386 fenv: Replace symlink with include fenv_stub.c
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Feb 20 07:54, Joel Sherrill wrote: > On Thu, Feb 20, 2020 at 3:01 AM Corinna Vinschen <[email protected]> > wrote: > > > Hey Joel, > > > > the patch itself is fine, but I'm puzzeling over the commit message. > > > [...] > Yeah. It is an issue with tar. Apparently you can't create symlinks > to non-existent files at least with bsdtar. If the link is in the tar file > before > the real file, it fails to create the file. Maybe GNU tar covers this > up. > [...] > Here is the thread. It is a few messages in before investigation shows it > is a tar file issue. > > https://lists.rtems.org/pipermail/devel/2020-February/057184.html > > The RTEMS ticket is here: > > https://devel.rtems.org/ticket/3868 > > I know this is an odd one. In that case I'd like to change the commit message to something along these lines: --- Having symlinks for these files led to an issue reported to the RTEMS Project that showed up using some tar for native Windows to unpack the newlib sources. It creates symlinks in the tar file as copies of the files the symlinks point to. If the links appear in the tar file before the source exists, it cannot copy the file. The solution in this patch is to convert the files that are symbolic links into simple files which include the file they were linked to. This should be more portable and avoids the symbolinc link problem. --- This doesn't point to MSYS2 or "recet" Windows versions as the culprit. That ok with you? Thanks, Corinna -- Corinna Vinschen Cygwin Maintainer Red Hat
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAl5OkzEACgkQ9TYGna5E T6Dapw//SL/7Pkjy8XQHR55Sylxolv6xLFvapHNWHDt+z0Vnd36J4o+SM5VPrLc5 NaEMecYWCRsqGNqsYEK8xNLCV6tizQ74TiL/uWMv7aZk25gNAxT1MJVn1tXh6Xdi Y3TnYJl1QEwP/k2i2+vVclk3tIoIwyMxIBc0S8z9kofB2LwHmf0AaYurnbebGgj2 oMNoay8CsGxkfGPcNHYvEOrsy+COwjrctLDQyeaTRPD0A4l2rUZzlZ+D1ow4KQJA QGlnx36M6NnxLueZsvXPp6NfmCxOCt56UGQS6G3cAb6/ObM188UBdWgrIqIrNL58 eYkFhK7uMGHJvT4s7emvqy8PNjLVN43Y7st7Mc/JkRRyVk+D0P1jD4Zg2cOjqH7d zdy4dvStKHnqbEFj7wPalG06SRICJd6WgpLgwmrhVtkLd8DL3CRt/1+B6mNDShsK NxXbsouhlWs3tfn1hYD9LT8NvnTdybOhQKkjfUaLIZH5IDv8FDDu4015n2XT3T+y 7uyv119EzRyhl8BO5Zqmogjpbu6exXy1ZYSWCOJP5hD3QOeTX8T0yEabsE+gkAKS EPJdUojca6hxhYz1LvrYQ4xJ+NtFqYGe9Cdm0YDp5IOjUC6Fdq38RV+UJ/+1Hv+T rAR4NLVppxiZYSRA2CpQTw3Cw03YMt8gguIz2F5j+ke/L7gpkIE= =Fwc4 -----END PGP SIGNATURE-----