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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
When I try and build the rpm's I get this tar error:
make rpm
if test -f pynodestatviz.spec; then chmod u+w pynodestatviz.spec; fi
sed -e 's|@Version[@]|0.2.3|g' -e 's|@DEBIAN_VERSION[@]||g' -e 's|@DATE_RFC2822[@]|Mon, 04 Oct 2021 14:00:08 -0400|g' pynodestatviz.spec.in > pynodestatviz.spec
chmod g-w,u-w pynodestatviz.spec
if test -d "pynodestatviz-0.2.3"; then find "pynodestatviz-0.2.3" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "pynodestatviz-0.2.3" || { sleep 5 && rm -rf "pynodestatviz-0.2.3"; }; else :; fi
test -d "pynodestatviz-0.2.3" || mkdir "pynodestatviz-0.2.3"
test -n ""
|| find "pynodestatviz-0.2.3" -type d ! -perm -755
-exec chmod u+rwx,go+rx {} ; -o
! -type d ! -perm -444 -links 1 -exec chmod a+r {} ; -o
! -type d ! -perm -400 -exec chmod a+r {} ; -o
! -type d ! -perm -444 -exec /bin/sh /local_disk/ER30730/pynodestatviz/install-sh -c -m a+r {} {} ;
|| chmod -R a+r "pynodestatviz-0.2.3"
tardir=pynodestatviz-0.2.3 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >pynodestatviz-0.2.3.tar.gz
tar: value 50020745 out of uid_t range 0..2097151
tar: Exiting with failure status due to previous errors
The text was updated successfully, but these errors were encountered: