Closed noraj closed 4 years ago
FWorkaround: sudo chmod go+r /usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info/PKG-INFO
Same with me. I think prettytable folder need read privileges.
After investigating all of my .egg-info, it has read priv like this.
ls -al /usr/lib/python2.7/site-packages/crackmapexec-4.0.1.dev0-py2.7.egg-info
total 108
drwxr-xr-x 2 root root 4096 Feb 18 16:10 .
drwxr-xr-x 739 root root 53248 Mar 11 14:36 ..
-rw-r--r-- 1 root root 1 Feb 10 19:03 dependency_links.txt
-rw-r--r-- 1 root root 107 Feb 10 19:03 entry_points.txt
-rw-r--r-- 1 root root 1 Feb 10 19:03 not-zip-safe
-rw-r--r-- 1 root root 510 Feb 10 19:03 PKG-INFO
-rw-r--r-- 1 root root 144 Feb 10 19:03 requires.txt
-rw-r--r-- 1 root root 22316 Feb 10 19:03 SOURCES.txt
-rw-r--r-- 1 root root 4 Feb 10 19:03 top_level.txt
Reference patch: https://patchwork.openembedded.org/patch/139547/
So the PR fixed it ?
Yes. You can try.
If this issue fixed, it can be closed?
It seems yes.
Works fine with root.
perms on the dependency are wrong:
I don't see a perm issue in https://github.com/BlackArch/blackarch/blob/master/packages/python2-prettytable/PKGBUILD
It may come from another package that has it in dependencies.