Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631466 - sandbox violation in configure phase of media-libs/openexr-2.1.0 when sys-apps/lshw is installed
Summary: sandbox violation in configure phase of media-libs/openexr-2.1.0 when sys-app...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-20 05:43 UTC by Manuel Mommertz
Modified: 2017-09-21 08:43 UTC (History)
0 users

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


Attachments
complete build log (build.log,9.73 KB, text/x-log)
2017-09-20 05:43 UTC, Manuel Mommertz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Mommertz 2017-09-20 05:43:13 UTC
Created attachment 495490 [details]
complete build log

relevant part of logfile:

# emerge -1 media-libs/openexr
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-libs/openexr-2.1.0::gentoo
>>> Failed to emerge media-libs/openexr-2.1.0, Log file:
>>>  '/var/tmp/portage/media-libs/openexr-2.1.0/temp/build.log'
>>> Jobs: 0 of 1 complete, 1 failed                 Load avg: 1.83, 1.25, 1.07
 * Package:    media-libs/openexr-2.1.0
 * Repository: gentoo
 * Maintainer: media-video@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   compressdebug installsources preserve-libs sandbox splitdebug userpriv usersandbox
[..]
>>> Configuring source in /var/tmp/portage/media-libs/openexr-2.1.0/work/openexr-2.1.0 ...
[..]
/var/tmp/portage/media-libs/openexr-2.1.0/work/openexr-2.1.0/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib64 --docdir=/usr/share/doc/openexr-2.1.0 --enable-shared --disable-static --disable-static --disable-imfexamples
 * ACCESS DENIED:  open_wr:      /dev/sg0
 * ACCESS DENIED:  __xmknod:     /var/run/fb-9715
 * ACCESS DENIED:  __xmknod:     /dev/fb-9715
[..]
 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/log/sandbox/sandbox-9296.log"
 * 
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/sg0
A: /dev/sg0
R: /dev/sg0
C: lshw -short -quiet 

F: __xmknod
S: deny
P: /var/run/fb-9715
A: /var/run/fb-9715
R: /run/fb-9715
C: lshw -short -quiet 

F: __xmknod
S: deny
P: /dev/fb-9715
A: /dev/fb-9715
R: /dev/fb-9715
C: lshw -short -quiet 
 * --------------------------------------------------------------------------------
Comment 1 Manuel Mommertz 2017-09-21 08:43:26 UTC
Sorry, error comes from a script 'hostinfo' on my machine. If I rename it to a less general name, compilation works.