Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82866 - fpc-bin permissions issue
Summary: fpc-bin permissions issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Maintainers for Miscelleneous Language Packages [OBSOLETE]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-21 13:27 UTC by Daniel Herzog
Modified: 2005-10-06 10:47 UTC (History)
2 users (show)

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


Attachments
Corretion of the permissions. (fpc-bin-1.9.4.ebuild.diff,505 bytes, patch)
2005-03-11 13:13 UTC, Enderson Tadeu S. Maia (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Herzog 2005-02-21 13:27:24 UTC
This dir should be readable for users of (almost) all kinds...

expose@hoshino expose $ cd /opt/fpc/bin
bash: cd: /opt/fpc/bin: Permission denied

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Enderson Tadeu S. Maia (RETIRED) gentoo-dev 2005-03-11 12:54:17 UTC
I resolved with:

# chmod 755 /opt/fpc
# chmod 755 /opt/fpc/bin
# chmod 755 /opt/fpc/lib
# chmod 755 /opt/fpc/share


Comment 2 Enderson Tadeu S. Maia (RETIRED) gentoo-dev 2005-03-11 13:13:32 UTC
Created attachment 53206 [details, diff]
Corretion of the permissions.

This patch is the commands I said before, in the ebuild pkg_postinst().
Comment 3 Daniel Herzog 2005-04-23 09:25:10 UTC
Note: This package is outdated yet.

If noone still works on it, one might consider closing this bug.
Comment 4 Gustavo Zacarias (RETIRED) gentoo-dev 2005-10-06 10:47:42 UTC
Closing because as Daniel said this is deprecated in favour of dev-lang/fpc.