Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 223671

Summary: sci-visualization/qtiplot-0.9.6.2: a regular user can't create compiled python files in the configuration files' directory
Product: Gentoo Linux Reporter: urcindalo <urcindalo>
Component: Current packagesAssignee: Marcus D. Hanwell (RETIRED) <cryos>
Status: VERIFIED FIXED    
Severity: minor CC: sci
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description urcindalo 2008-05-26 11:10:46 UTC
Qtiplot's config files are installed in /urs/local/qtiplot. However, if this
directory is own by root:root and its permissions are drwxr-xr-x, qtiplot can't
create the files qtiplotrc.pyc and qtiUtil.pyc inside it for a regular user at
launch time. I had to manually modify the permissions of /urs/local/qtiplot to drwxrwxrwx.

Reproducible: Always

Steps to Reproduce:
Comment 1 Andrey Grozin gentoo-dev 2008-05-27 21:15:37 UTC
I've just committed an improved ebuild to cvs. It installs python files to /usr/lib/python<version>/site-packages and compiles them. This should fix the bug. Please check. Please rm -rf ~/.config/ProIndependent before starting qtiplot for the first time after updating to this new version. If it works, please, close the bug.
Comment 2 urcindalo 2008-05-28 07:47:23 UTC
Yes, the bug is gone. Thanks very, very much.