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

Bug 44408

Summary: gkrellmss-2.4 sandbox access violation: open_wr: /dev/snd/controlC0
Product: Gentoo Linux Reporter: Ed Catmur <ed>
Component: Current packagesAssignee: Martin Holzer (RETIRED) <mholzer>
Status: RESOLVED FIXED    
Severity: major CC: vykk3
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: suggested ebuild

Description Ed Catmur 2004-03-11 18:41:30 UTC
In the configure phase (called by make) gkrellmss checks for ALSA.

This involves opening the ALSA devices, causing sandbox to complain.

Unfortunately, gkrellmss then decides to continue with the make; not only this but it hides the ./configure output in a logfile. Grrr. </rant>

addpredict /dev/snd makes things work - gkrellmss doesn't actually mind that the ALSA test fails to open devices, it still compiles in ALSA support.

However this is probably incorrect for 2.4 kernels, so addpredict /dev might be better for the general case.
Comment 1 Ed Catmur 2004-03-11 18:44:41 UTC
Created attachment 27225 [details]
suggested ebuild

    # ALSA test causes sandbox to break (even though configure still succeeds)
    addpredict /dev/snd
 
Also took the liberty of removing redundant S=${WORKDIR}/${P}
Comment 2 Markus Nigbur (RETIRED) gentoo-dev 2004-07-03 07:49:10 UTC
*** Bug 54479 has been marked as a duplicate of this bug. ***
Comment 3 Markus Nigbur (RETIRED) gentoo-dev 2004-07-03 07:51:50 UTC
fixed in cvs.