| Summary: | media-gfx/blender-2.63a seems to have an access violation issue with /dev/nvidiactl | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Matthew Marlowe (RETIRED) <mattm> |
| Component: | New packages | Assignee: | Luca Barbato <lu_zero> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | flameeyes, graphics+disabled, hasufell |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge log
emerge log compressed take2 - bugzilla didn't set mimetype correctly before |
||
|
Description
Matthew Marlowe (RETIRED)
2012-08-26 19:22:44 UTC
Created attachment 322320 [details]
emerge log
Created attachment 322322 [details]
emerge log compressed take2 - bugzilla didn't set mimetype correctly before
I now have 11 ebuilds giving almost the same error. dev-libs/dbus-glib-0.100.2 dev-libs/libxml2-2.9.0-r2 dev-libs/mpc-1.0.1 dev-libs/protobuf-2.4.0a dev-util/ddd-3.3.12-r3 media-libs/gstreamer-1.0.5-r1 media-libs/harfbuzz-0.9.12 net-libs/gnutls-2.12.23 sys-apps/util-linux-2.22.2 sys-devel/gdb-7.5.1 sys-fs/udisks-2.0.92 all the /var/log/sandbox/sandbox-nnn.log look like: ------------------------------------------- VERSION 1.0 FORMAT: F - Function called FORMAT: S - Access Status FORMAT: P - Path as passed to function FORMAT: A - Absolute Path (not canonical) FORMAT: R - Canonical Path FORMAT: C - Command Line F: open_wr S: deny P: /dev/nvidiactl A: /dev/nvidiactl R: /dev/nvidiactl C: print -r -- -n ------------------------------------------- However, the errors occur during configure not compile, which make me suspect a different issue, but I'm stumped as to how to troubleshoot any further. I see no reference to /dev/nvidiactl in any of the files left under the portage tmpdir except for the build.log files. The "print -r -- -n" is in ./configure for checking how to print strings. version is not in the tree anymore |