Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2194 - lincity sandbox error
Summary: lincity sandbox error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Verwilst
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-28 13:33 UTC by Ian Smith
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
A update for Lincity to fix the sandbox violation problem (lincity-1.11a.ebuild,1.21 KB, application/octet-stream)
2002-05-02 14:53 UTC, Michael M Nazaroff (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Smith 2002-04-28 13:33:29 UTC
>>> Install lincity-1.11a into /mnt/huge/tmp/portage/lincity-1.11a/image/
category app-games
mkdir -p /usr/bin
chmod 755 /usr/bin
ACCESS DENIED  chmod:     /usr/bin
chmod: changing permissions of `/usr/bin': Permission denied
make: *** [install] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 2, Exitcode 2
!!! (no error message)

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-lincity-1.11a-28313.log"

chmod:     /usr/bin
--------------------------------------------------------------------------------
!!! emerge aborting on  /usr/portage/app-games/lincity/lincity-1.11a.ebuild .
Comment 1 Michael M Nazaroff (RETIRED) gentoo-dev 2002-05-02 14:53:54 UTC
Created attachment 783 [details]
A update for Lincity to fix the sandbox violation problem

Um well this should take care of the sandbox violation, hopefully everything
works fine for you.  I could probably do this in the Makefile patch so we
wouldn't need do the kinda ugly fix in the ebuild to get it to work.  Anyways 

Naz, over and out
Comment 2 Bart Verwilst 2002-05-05 16:33:44 UTC
Thnx