Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1849 - ee sandbox issues
Summary: ee sandbox issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-16 15:06 UTC by Chris Piro
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
Fixes sandbox issue (po/Makefile tries to install directly to /usr/share) (ee-sandbox-fix.diff,502 bytes, patch)
2002-04-16 15:07 UTC, Chris Piro
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Piro 2002-04-16 15:06:34 UTC
Currently, ee-0.3.12-r1.ebuild tries installing with:
     make DESTDIR=${D} \
     prefix=${D}/usr

It should be "prefix=/usr", correct?
Also, the Makefile in the "po" subdir tries to install some locale files
directly to the system (-> sandbox errors) ... attached is a quick patch that
fixes it.  Should it go upstream?

Chris Piro
Comment 1 Chris Piro 2002-04-16 15:07:39 UTC
Created attachment 580 [details, diff]
Fixes sandbox issue (po/Makefile tries to install directly to /usr/share)
Comment 2 Spider (RETIRED) gentoo-dev 2002-05-09 15:44:02 UTC
Thanks, commiting.