You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sage needs GNU tar (at least I know the Sun tar is not suitable), so we need to check that 'tar' is in fact gnu tar, and not some other version of tar.
On HP-UX there does not appear to be a version of GNU tar on the system. With Solaris, there is a version called 'gtar' at /usr/sfw/bin/gtar.
One way or another, we need to make sure that the tar that Sage files is the GNU version.
Possibly a better solution would be to write tar files in a more portable format. It would appear the GNU tar developers are going to change to a POSIX format for the default format of GNU tar, rather than their current 'gnu' format. See
However, at this point in time, I'm not aware of whether that will solve the problem. It may be on some platforms the 'tar' program is just not suitable and so insisting on the use of GNU tar will be necessary.
Sage needs GNU tar (at least I know the Sun tar is not suitable), so we need to check that 'tar' is in fact gnu tar, and not some other version of tar.
On HP-UX there does not appear to be a version of GNU tar on the system. With Solaris, there is a version called 'gtar' at /usr/sfw/bin/gtar.
One way or another, we need to make sure that the tar that Sage files is the GNU version.
Component: build
Issue created by migration from https://trac.sagemath.org/ticket/7142
The text was updated successfully, but these errors were encountered: