When I try to gzip a binary file I get a message: Function not implemented. Is this a problem?
Note that the file gets compressed and I can also uncompress it. I was wondering whether this should ebe of concern.
I am using gzip 1.3.5 on Windows XP.
E.g.
C:\test\gzip test.bin test.gin.gz: Function not implemented C:\test\dir test.gin.gz
This message is indeed harmless: gzip tries to (res)set the ownership of files, but this function is not implemented.
An update of gzip, which eliminates this message, is available from http://gnuwin32.sourceforge.net/
The latest version available of BSDTar.exe from the web site does not fix this. I'm still getting "Can't set permissions: Function not implemented"
Any Ideas?
Hopefully, this will be repaired in the next release of bsdtar. Actually, it is a harmless message and can be ignored.
When I try to gzip a binary file I get a message: Function not implemented. Is this a problem?
Note that the file gets compressed and I can also uncompress it. I was wondering whether this should ebe of concern.
I am using gzip 1.3.5 on Windows XP.
E.g.
C:\test\gzip test.bin
test.gin.gz: Function not implemented
C:\test\dir
test.gin.gz
This message is indeed harmless: gzip tries to (res)set the ownership of files, but this function is not implemented.
An update of gzip, which eliminates this message, is available from http://gnuwin32.sourceforge.net/
The latest version available of BSDTar.exe from the web site does not fix this.
I'm still getting "Can't set permissions: Function not implemented"
Any Ideas?
Hopefully, this will be repaired in the next release of bsdtar. Actually, it is a harmless message and can be ignored.