Search Criteria
Package Details: python2-odict 1.6.2-1
Git Clone URL: | https://aur.archlinux.org/python2-odict.git (read-only, click to copy) |
---|---|
Package Base: | python2-odict |
Description: | Ordered dictionary. |
Upstream URL: | https://github.com/bluedynamics/odict |
Licenses: | |
Provides: | |
Submitter: | fab31 |
Maintainer: | fab31 |
Last Packager: | fab31 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-04 12:20 |
Last Updated: | 2018-02-16 16:27 |
Latest Comments
sylex commented on 2017-01-12 03:29
The latest version is 1.5.2 which fixes the permissions issue.
Also the PKGBUILD needs a package function and will not build using an up to date makepkg. Here is a revised PKGBUILD:
http://pastebin.com/pfWrdsVw
fab31 commented on 2014-04-13 13:50
Hum, on my computer I have correct permissions set... if you take a look at the PKGBUILD file there is nothing done about permissions...
Did you try reinstalling this package ? Do someone else have this issue ? Also, my user's umask is 022, what's yours ?
samuellittley commented on 2014-04-13 13:21
This PKGBUILD seems to be removing group and world read permissions from odict's egg-info folder.
ls -al /usr/lib/python2.7/site-packages/odict-1.5.1-py2.7.egg-info
drwxr-xr-x 2 root root 4096 10. Feb 02:07 .
drwxr-xr-x 178 root root 20480 13. Apr 02:53 ..
-rw------- 1 root root 1 10. Feb 02:07 dependency_links.txt
-rw------- 1 root root 1 10. Feb 02:07 namespace_packages.txt
-rw------- 1 root root 11955 10. Feb 02:07 PKG-INFO
-rw------- 1 root root 28 10. Feb 02:07 requires.txt
-rw------- 1 root root 368 10. Feb 02:07 SOURCES.txt
-rw------- 1 root root 6 10. Feb 02:07 top_level.txt
-rw------- 1 root root 1 9. Nov 2011 zip-safe
The files in every other egg-info folder on my machine have group and world read permissions, this package when installed prevents building the python2-whoosh package because it can't read the /usr/lib/python2.7/site-packages/odict-1.5.1-py2.7.egg-info/namespace_packages.txt file (although don't ask me why it has to!)