Re: Need reviewer on addition of whitespace normalizer script

2012-03-02 Thread Per Bothner
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

Re: Fwd: Re: hotspot build problems

2011-01-03 Thread Per Bothner
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

Re: A More FHS-Compliant JDK Install

2011-01-03 Thread Per Bothner
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

Re: Need reviewer and comments

2010-12-20 Thread Per Bothner
using Mercurial sub-repositories? http://mercurial.selenic.com/wiki/Subrepository -- --Per Bothner per.both...@oracle.com p...@bothner.com http://per.bothner.com/

Re: hotspot build problems

2010-12-14 Thread Per Bothner
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

Re: hotspot build problems

2010-12-11 Thread Per Bothner
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/

Re: hotspot build problems

2010-12-11 Thread Per Bothner
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

Re: hotspot build problems

2010-12-11 Thread Per Bothner
d the needed chcon (assuming that is the correct fix). -- --Per Bothner per.both...@oracle.com p...@bothner.com http://per.bothner.com/

Re: hotspot build problems

2010-12-11 Thread Per Bothner
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/

Re: jaxp/jaxws build problems

2010-12-10 Thread Per Bothner
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/

Re: hotspot build problems

2010-12-10 Thread Per Bothner
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/

hotspot build problems

2010-12-10 Thread Per Bothner
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

Re: jaxp/jaxws build problems

2010-12-10 Thread Per Bothner
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/

Re: jaxp/jaxws build problems

2010-12-09 Thread Per Bothner
(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/

jaxp/jaxws build problems

2010-12-06 Thread Per Bothner
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