i change the "root" property,and passed
chmod g+w root
then bsdtar processed ok.
bsdtar --version
su
apt install -y make cmake gcc
wget https://github.com/libarchive/libarchive/archive/v3.3.1.tar.gz
tar -zxvf v3.3.1.tar.gz
cd libarchive-3.3.1
./configure
make
make install
bsdtar --version
wget https://www.libarchive.org/downloads/libarchive-3.3.1.tar.gz
tar xzf libarchive-3.3.1.tar.gz
cd libarchive-3.3.1
./configure
make
sudo make install
Users browsing this forum: No registered users and 1 guest