Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385917 - [gnome-overlay] media-video/cheese-3.2.0 sandbox violation with USE=doc
Summary: [gnome-overlay] media-video/cheese-3.2.0 sandbox violation with USE=doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 19:57 UTC by Paul Jewell
Modified: 2011-10-07 03:03 UTC (History)
0 users

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


Attachments
Build log (build.log,132.14 KB, text/x-log)
2011-10-06 19:59 UTC, Paul Jewell
Details
emerge --info output (emerge.info,5.14 KB, application/octet-stream)
2011-10-06 19:59 UTC, Paul Jewell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Jewell 2011-10-06 19:57:21 UTC
Emerging media-video/cheese with USE=doc causes two sandbox violations accessing /dev/nvidiactl.


Reproducible: Always

Steps to Reproduce:
1. Set USE=doc
2. emerge media-video/cheese
3. fails!
Actual Results:  
Fails to compile, reporting two sandbox violations

Expected Results:  
Compile successfully

Removing the doc flag allows correct compilation
Comment 1 Paul Jewell 2011-10-06 19:59:02 UTC
Created attachment 289023 [details]
Build log
Comment 2 Paul Jewell 2011-10-06 19:59:32 UTC
Created attachment 289025 [details]
emerge --info output
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-10-07 03:03:45 UTC
Fixed in the overlay, thanks for the report!

> commit 393b4e6d28051418fa2b0915e69a763edb001ffd
> Author: Alexandre Rostovtsev <tetromino@gmail.com>
> Date:   Thu Oct 6 22:47:43 2011 -0400
> 
> media-video/cheese: fix access violation (#385917)
> 
> As reported by Paul Jewell <paul@teulu.org> in bug #385917, cheese fails
> with a clutter-related access violation when USE="doc introspection
> -vala" and FEATURES="-userpriv". Work around it with the same ugly fake
> DISPLAY hack as in bug #385433.