Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90575 - problem in opera-8.00.ebuild
Summary: problem in opera-8.00.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 22:34 UTC by Daniel Steiner
Modified: 2011-10-30 22:47 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 Daniel Steiner 2005-04-26 22:34:58 UTC
Line 54:
-e "s:/usr/share/gnome:${D}/usr/share/gnome:g" \
must be:
-e "s:/opt/gnome/share:${D}/opt/gnome/share:g" \

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
ACCESS DENIED  open_wr:   /opt/gnome/share/pixmaps/opera.xpm
cp: cannot create regular file `/opt/gnome/share/pixmaps/opera.xpm': Permission 
denied
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2005-04-27 03:48:55 UTC
why do you have /opt/gnome at all?
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-04-27 10:30:39 UTC
what is the output of `equery belongs /opt/gnome`?
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2005-05-03 23:12:00 UTC
fixed.