libwebrtc-bin icon indicating copy to clipboard operation
libwebrtc-bin copied to clipboard

Decompress error the M98 version and exit

Open xujingzhou opened this issue 1 year ago • 5 comments

Hi, Decompress error the M98 version and exit. Thanks

cmd Info: tar xf libwebrtc-android.tar.xz

Error Info: tar: include/build/linux/debian_sid_amd64-sysroot/usr/include/gssapi/gssapi_generic.h: Cannot create symlink to ‘../mit-krb5/gssapi/gssapi_generic.h’: Operation not supported tar: include/build/linux/debian_sid_amd64-sysroot/usr/include/gssapi/mechglue.h: Cannot create symlink to ‘../mit-krb5/gssapi/mechglue.h’: Operation not supported tar: include/build/linux/debian_sid_amd64-sysroot/usr/include/gssapi/gssapi_krb5.h: Cannot create symlink to ‘../mit-krb5/gssapi/gssapi_krb5.h’: Operation not supported tar: include/build/linux/debian_sid_amd64-sysroot/usr/include/gssapi/gssapi_ext.h: Cannot create symlink to ‘../mit-krb5/gssapi/gssapi_ext.h’: Operation not supported tar: Exiting with failure status due to previous errors

xujingzhou avatar Oct 14 '22 09:10 xujingzhou

I using this version of tar and no error occurs. It is recommended to use a linux pc as it is built on ubuntu.

tar (GNU tar) 1.34

crow-misia avatar Oct 14 '22 10:10 crow-misia

I think it is symlink connection problem because I don't have directory '.. /mit-krb5/. in my machine. But I don't know how to solve the symlink in the tar package.

xujingzhou avatar Oct 16 '22 01:10 xujingzhou

I think it is symlink connection problem because I don't have directory '.. /mit-krb5/. in my machine. But I don't know how to solve the connection in the tar package

xujingzhou avatar Oct 16 '22 01:10 xujingzhou

Please execute on a file system that supports symbolic link. No other way.

crow-misia avatar Oct 16 '22 03:10 crow-misia

i will try it

xujingzhou avatar Oct 16 '22 10:10 xujingzhou