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.
Still a problem with 1.0.9 or 1.0.10_rc1 ?
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