Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95823 - sandbox violation when emerging >alsa-driver-1.0.7
Summary: sandbox violation when emerging >alsa-driver-1.0.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-11 19:21 UTC by Oliver Roeschke
Modified: 2005-10-19 07:45 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 Oliver Roeschke 2005-06-11 19:21:15 UTC
every version newer than 1.0.7 produces the same sandbox violation, when trying to 
'emerge alsa-driver' 
 
if [ -L /tmp/portage/portage/alsa-driver-1.0.9a/image//usr/include/sound ]; then \ 
        rm -f /tmp/portage/portage/alsa-driver-1.0.9a/image//usr/include/sound; \ 
        ln 
-sf /tmp/portage/portage/alsa-driver-1.0.9a/work/alsa-driver-1.0.9a/include/sound /tmp/portage/portage/alsa-driver-1.0.9a/image//usr/include/sound; 
\ 
else \ 
        rm -rf /tmp/portage/portage/alsa-driver-1.0.9a/image//usr/include/sound; \ 
        install -d -m 755 -g root -o 
root /tmp/portage/portage/alsa-driver-1.0.9a/image//usr/include/sound; \ 
        for f in include/sound/*.h; do \ 
                install -m 644 -g root -o root 
$f /tmp/portage/portage/alsa-driver-1.0.9a/image//usr/include/sound; \ 
        done \ 
fi 
cat WARNING 
 
WARNING!!! The mixer channels for the ALSA driver are muted by default!!! 
************************************************************************** 
You would use some ALSA or OSS mixer to set the appropriate volume. 
 
mv: when moving multiple files, last argument must be a directory 
Try `mv --help' for more information. 
man: 
prepallstrip: 
strip: i686-pc-linux-gnu-strip --strip-unneeded 
>>> Completed installing alsa-driver-1.0.9a 
into /tmp/portage/portage/alsa-driver-1.0.9a/image/ 
 
--------------------------- ACCESS VIOLATION SUMMARY --------------------------- 
LOG FILE = "/tmp/sandbox-media-sound_-_alsa-driver-1.0.9a-4883.log" 
 
rmdir:     /kernel 
============================================================ 
 
and the log-file simply contains: 
 
rmdir:     /kernel 
============================================================ 
 
I have this problems since 1.0.8, none of the newer versions fix it... and since 1.0.7 is 
removed from portage I can't get sound to work with the alsa-driver package. 
 
mfg 
OR 

Reproducible: Always
Steps to Reproduce:
1. emerge alsa-driver 
2. 
3.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-09-01 16:58:25 UTC
Still a problem with 1.0.9 or 1.0.10_rc1 ? 
Comment 2 Oliver Roeschke 2005-10-19 07:45:30 UTC
problem is solved... 
 
my kernel '.config' file contained a single whitespace in the 
CONFIG_LOCALVERSION option, which brings me to that failure... 
 
same as the problem here: 
http://forums.gentoo.org/viewtopic-t-380094-highlight-.html