a TAB with? 4 spaces for JDK
or 2 spaces for Hotspot?
TAB width is not necessarily related to indentation width.
GNU or Unix traditionally effectively just uses tabs for compression, to
8-column boundaries, but the indentation increment is usually less.
--
--Per Bothner
per.both...@orac
it's a bug.
The attachments seem to fix the problem.
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
diff -r d1cb3e473c32 build-defs.xml
--- a/build-defs.xmlTue Nov 23 10:04:15 2010 -0800
+++ b/build-defs.xmlSun Dec 05 13:44:24 2010 -080
(Now there is a problem in hotspot's test_gamma,
but that's an unrelated problem.)
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
But it's better to offer more help than needed rather than less!
I may ask for more help soon ... the hotspot build is failing :-(
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
r 1
make[4]: Leaving directory
`/home/bothner/Java/jdk7/build/linux-i586/hotspot/outputdir'
I Googled for the error message - it might some problem with linker
flags or LD_LIBRARY_PATH not set correctly. I'll dig into it,
but if anyone has any hints where to look it would be apprecia
log file shows:
ALT_OUTPUTDIR=/home/bothner/Java/jdk7/build/linux-i586/hotspot/outputdir
which is local.
I'll try disabling SELinux and see if that makes a difference.
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
For completeness: I did change one other thing: I dropped
the SLASH_JAVA= (i.e. setting it to empty).
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
mpiler2/product && ./test_gamma
java full version "1.6.0_23-b05"
./gamma: error while loading shared libraries: libjvm.so: cannot enable
executable stack as shared object requires: Permission denied
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
d the needed chcon (assuming that is
the correct fix).
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
On 12/11/2010 03:50 PM, Per Bothner wrote:
We also need to do:
chcon -t execmem_exec_t linux_i486_compiler2/product/gamma
This command enables test_gamma to sucessfully run with
SELinux enabled.
The attached patch seems to work - this now works:
cd linux_i486_compiler2/product
The patch in the previous message works after a top-level
clean and re-build!
Control linux i586 1.7.0-internal all build finished: 10-12-11 16:42
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
So - is this a good fix?
On 12/11/2010 04:11 PM, Per Bothner wrote:
On 12/11/2010 03:50 PM, Per Bothner wrote:
We also need to do:
chcon -t execmem_exec_t linux_i486_compiler2/product/gamma
This command enables test_gamma to sucessfully run with
SELinux enabled.
The attached patch seems to
using Mercurial sub-repositories?
http://mercurial.selenic.com/wiki/Subrepository
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
the time I thought that was an okay
idea. But after having talked with people in several Linux distro
projects, I understand the value of weaving Java into the system so that
it feels as seamless as e.g. Python does.
There is no /usr/java on Fedora 14, at least.
--
--Per Bothner
per.both...@o
mp;& make completes successfully.
--
--Per Bothner
per.both...@oracle.com p...@bothner.com http://per.bothner.com/
diff --git a/make/linux/makefiles/launcher.make
b/make/linux/makefiles/launcher.make
--- a/make/linux/makefiles/launcher.make
+++ b/make/linux/makefiles/launch
15 matches
Mail list logo