Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90123 - Problem with sandbox binary. Disabling...
Summary: Problem with sandbox binary. Disabling...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-23 07:15 UTC by Torsten Veller (RETIRED)
Modified: 2005-08-11 03:44 UTC (History)
1 user (show)

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 Torsten Veller (RETIRED) gentoo-dev 2005-04-23 07:15:20 UTC
# emerge --info
!!! Problem with sandbox binary. Disabling...

Portage 2.0.51.20 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.5-r0, 2.6.11-gentoo-r6 i686)
=================================================================
[...]
FEATURES="autoconfig collision-protect cvs distlocks sfperms sign strict userpriv"

LIES:
grep ^FEATURES /etc/make.conf
FEATURES="-autoaddcvs sandbox cvs sign userpriv usersandbox strict collision-protect"



line 1195 in portage.py is:
| if not portage_exec.sandbox_capable and "sandbox" in self.features or "usersandbox" in self.features:

should be:
| if not portage_exec.sandbox_capable and ("sandbox" in self.features or "usersandbox" in self.features):
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2005-04-23 07:17:46 UTC
You should have provided emerge info. ;)

I can guess that make.conf has USE="-* ..." though. You need to add sandbox to it.
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2005-04-23 07:23:43 UTC
i have sandbox installed and did emerge portage with USE="sandbox" (it's in package.use).

did you try:
FEATURES=usersandbox emerge --info
Comment 3 Jason Stubbs (RETIRED) gentoo-dev 2005-04-23 07:49:20 UTC
Yeah. You're right. I didn't read through all of your original comment because I was expecting bugs of this nature. -r2 out shortly.
Comment 4 Zac Medico gentoo-dev 2005-07-31 20:16:46 UTC
Once I had the same problem. It's all fixed now, right?
Comment 5 Alec Warner (RETIRED) archtester gentoo-dev Security 2005-08-10 18:31:13 UTC
(In reply to comment #3)
> Yeah. You're right. I didn't read through all of your original comment because 
I was expecting bugs of this nature. -r2 out shortly.

Jason did this get fixed in 2.0.51.22-r2?  I'd close but I can't find the 
changes in viewcvs ;)
Comment 6 Jason Stubbs (RETIRED) gentoo-dev 2005-08-11 03:44:33 UTC
Can always unpack and have a look. ;)