Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110034 - wrong permissions on docs for qwtplot3d
Summary: wrong permissions on docs for qwtplot3d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 07:27 UTC by Jim MacDonald
Modified: 2006-06-20 01:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim MacDonald 2005-10-21 07:27:46 UTC
The ebuild chmod -R 644's the dir /usr/share/doc/qwtplot3d-0.2.6/examples/, 
but doesn't set the execute bits on the dir's. The follwoing fixed the 
problem: 
 
cd /usr/share/doc/qwtplot3d-0.2.6/examples/ 
chmod 755 . simpleplot/ mesh2/ enrichments/ axes/ autoswitch/ axes/src/ 
enrichments/src/ mesh2/src/ 
   

Reproducible: Always
Steps to Reproduce:
1. USE="docs" emerge qwtplot3d 
 
 
Actual Results:  
$ cd /usr/share/doc/qwtplot3d-0.2.6/examples/ 
bash: cd: /usr/share/doc/qwtplot3d-0.2.6/examples/: Permission denied 
$ ls -ld /usr/share/doc/qwtplot3d-0.2.6/examples/ 
drw-r--r--  7 root root 1256 Oct 21  
14:49 /usr/share/doc/qwtplot3d-0.2.6/examples/ 

Expected Results:  
directory should be user readable
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-21 08:13:15 UTC
And...

- the license is wrong. It's ZLIB, not as-is. There are many licenses which have
an "as is" sentence, but that doesn't mean that it's the classic as-is license. 

- the examples should be installed using the exapmles use flag.

- with use foo && ( blah blah ) you unnecessarily open a subshell. if ... then
is the better choice.

Comment 2 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-10-21 09:48:53 UTC
Fixed I think - let me know if there are any further issues with it. Added it 
as a dep to qtiplot and didn't pay enough attention to some of the finer 
details obviously, sorry. 
Comment 3 Dustin Polke 2006-06-20 01:58:30 UTC
I'm using qwtplot3d-0.2.6-r2 and just found that two dirs still have 644 mask instead of 755 although there have been listed already.

This are:

/usr/share/doc/qwtplot3d-0.2.6-r2/examples/mesh2/src
/usr/share/doc/qwtplot3d-0.2.6-r2/examples/enrichments/src