Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44408 - gkrellmss-2.4 sandbox access violation: open_wr: /dev/snd/controlC0
Summary: gkrellmss-2.4 sandbox access violation: open_wr: /dev/snd/controlC0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-11 18:41 UTC by Ed Catmur
Modified: 2004-07-03 07:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
suggested ebuild (gkrellmss-2.4.ebuild,872 bytes, text/plain)
2004-03-11 18:44 UTC, Ed Catmur
Details

Note You need to log in before you can comment on or make changes to this bug.
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.