Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 382521 - dev-java/oracle-jdk-bin-1.7.0: java{,c} causes sandbox access violation
Summary: dev-java/oracle-jdk-bin-1.7.0: java{,c} causes sandbox access violation
Status: RESOLVED DUPLICATE of bug 382465
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-10 13:57 UTC by Hanno Zysik (geki)
Modified: 2011-09-10 14:15 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanno Zysik (geki) 2011-09-10 13:57:19 UTC
emerge of libreoffice with oracle-jdk-bin-1.7.0 fails with a sandbox access violation:

****************************************************************************
*
* LibreOffice configuration finished. 
*
* - to prevent incompatibilities between internal libxml2 and libxslt, the office will be build with system-libxml
*
**************************************************************************** 
To build, issue:
make

To install when the build is finished, issue:
make install

If you want to develop LibreOffice, you might prefer:
make dev-install

If you want to run the smoketest, issue:
make check

***** WARNINGS ISSUED *****
>>> Source configured.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-9098.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: /proc/self/coredump_filter
A: /proc/self/coredump_filter
R: /proc/10450/coredump_filter
C: /opt/oracle-jdk-bin-1.7.0/bin/java -version 

F: open_wr
S: deny
P: /proc/self/coredump_filter
A: /proc/self/coredump_filter
R: /proc/12002/coredump_filter
C: /opt/oracle-jdk-bin-1.7.0/bin/java -classpath /usr/share/ant-core/lib/ant-launcher.jar:/opt/oracle-jdk-bin-1.7.0/lib/tools.jar -Dant.home=/usr/share/ant-core -Dant.library.dir=/usr/share/ant-core/lib -Djava.library.path= org.apache.tools.ant.launch.Launcher -lib /usr/share/ant-nodeps/lib/ant-nodeps.jar -cp  -buildfile conftest.xml 

F: open_wr
S: deny
P: /proc/self/coredump_filter
A: /proc/self/coredump_filter
R: /proc/12076/coredump_filter
C: /opt/oracle-jdk-bin-1.7.0/bin/java -classpath /usr/share/ant-core/lib/ant-launcher.jar:/opt/oracle-jdk-bin-1.7.0/lib/tools.jar -Dant.home=/usr/share/ant-core -Dant.library.dir=/usr/share/ant-core/lib -Djava.library.path= org.apache.tools.ant.launch.Launcher -lib /usr/share/ant-nodeps/lib/ant-nodeps.jar -cp  -version 
--------------------------------------------------------------------------------
!!! When you file a bug report, please include the following information:
GENTOO_VM=oracle-jdk-bin-1.7  CLASSPATH="" JAVA_HOME="/opt/oracle-jdk-bin-1.7.0"
JAVACFLAGS="-source 1.6 -target 1.6" COMPILER=""
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2011-09-10 14:15:55 UTC

*** This bug has been marked as a duplicate of bug 382465 ***