Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61284 - dev-cpp/sptk ebuild violates sandbox
Summary: dev-cpp/sptk ebuild violates sandbox
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-22 12:10 UTC by sven.jonsson
Modified: 2004-12-22 23:29 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 sven.jonsson 2004-08-22 12:10:17 UTC
When i try to emerge sptk, it tries to write in /root/.themes.sptk during compilation, which is a bad thing.

Reproducible: Always
Steps to Reproduce:
1. emerge sptk


Actual Results:  
it crashes when trying to write where it shouldn't.

Expected Results:  
a peacefull compilation followed by a successful install.

By adding the following lines:

	REALHOME="$HOME"
	mkdir -p $T/fakehome
	export HOME="$T/fakehome"

in src_compile() in sptk-2.2.1.ebuild, the error seems to be corrected.
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2004-11-06 07:08:14 UTC
hm. I can't reproduce it.

Could you please attach the output emerge info?
Comment 2 sven.jonsson 2004-11-08 15:19:45 UTC
Actually, when I tried tonight I couldn't reproduce it either. That's life...
Comment 3 sven.jonsson 2004-12-22 23:29:11 UTC
This bug is obviously not possible to reproduce. Let's finish this bug report.