| Summary: | x11-drivers/xf86-video-virtualbox-3.2.8 sandbox violation: /dev/vboxuser | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Christopher Byrne <salah.coronya> |
| Component: | New packages | Assignee: | Markus Ullmann (RETIRED) <jokey> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | polynomial-c, swapon |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Update mesa-check patch | ||
|
Description
Christopher Byrne
2010-08-07 20:10:09 UTC
Created attachment 241817 [details, diff]
Update mesa-check patch
Made a minor tweak to the mesa checks patch: in the check_mesa function, the configure script compiles and runs a little program to test for Mesa, and the call to glXQueryVersion causes the problem.
However, I don't thinks it actually needed for the program to run - only compile and link. In fact, I'm not even sure its intended to be run - If XOpenDisplay fails, the test program succeeds without even calling glXQueryVersion. So I just removed the test_execute function in check_mesa. Now compiles and runs just fine.
Does this still happen after you re-synced portage? By looking at your patch it seems like you tried to emerge the package before I added the correct mesa-patch (see bug #331473). The error no longer occurs now So let's mark this bug as dupe then ;) *** This bug has been marked as a duplicate of bug 331473 *** |