Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 61284

Summary: dev-cpp/sptk ebuild violates sandbox
Product: Gentoo Linux Reporter: sven.jonsson
Component: Current packagesAssignee: Desktop Misc. Team <desktop-misc>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.