Re: Building OpenJDK for ppc64

2013-01-25 Thread Volker Simonis
Hi Christian, you can have a look at our OpenJDK PowerPC Port for Linux and AIX(it builds and runs on Linux/PPC64 ). Porting it to 32-bit PPC would be possible although I expect it to be quite an ef

Review request: 8006933: Need to use nawk on Solaris to avoid awk limitations

2013-01-25 Thread Tim Bell
Here is the bug report: http://bugs.sun.com/view_bug.do?bug_id=8006933 Use nawk instead of awk to avoid "awk: string too long near line 1" errors when running idlj in corba. For new 'build-infra' style builds, this needs to be fixed in common/makefiles/IdlCompilation.gmk The errors are seen

Re: Review request: 8006933: Need to use nawk on Solaris to avoid awk limitations

2013-01-25 Thread David Holmes
Hi Tim, On 25/01/2013 8:36 PM, Tim Bell wrote: Here is the bug report: http://bugs.sun.com/view_bug.do?bug_id=8006933 Use nawk instead of awk to avoid "awk: string too long near line 1" errors when running idlj in corba. For new 'build-infra' style builds, this needs to be fixed in common/makef

Re: Review request: 8006933: Need to use nawk on Solaris to avoid awk limitations

2013-01-25 Thread Dmitry Samersoff
Tim, It might be better to remove AWK completely $(FIND) . -type f | sed 's!\./!$3 : $4/!g' > $5 or ever find . -type f -printf "$3%s : $4\n" -Dmitry On 2013-01-25 14:36, Tim Bell wrote: > Here is the bug report: > http://bugs.sun.com/view_bug.do?bug_id=8006933 > > Use nawk instead of awk t

JDK 8 Build Failure

2013-01-25 Thread dalibor . topic
I checked out jdk8/jdk8 and gave it a go using the new build system. It failed eventually with Generating exceptions classes Generating icon classes /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.9.x86_64/jre/lib/rt.jar: invalid LOC header (bad signature) Exception in thread "main" java.lang.NoClassDef

Re: JDK 8 Build Failure

2013-01-25 Thread Kelly O'Hair
I would recommend you file a JBS Issue at this time. Don't know when we will be able to track it down. You might try again, with a clean slate, and use make JOBS=2or make JOBS=1 -kto On Jan 25, 2013, at 1:14 AM, dalibor.to...@oracle.com wrote: > I checked out jdk8/jdk8 and gave it a

Re: Questionable new-build failure

2013-01-25 Thread Kelly O'Hair
Please file JBS Issues. And keep in mind every "Solaris 10" system could be different. It depends on which Solaris 10 Update it is, and also potentially if it has all the latest patches or not. We try and use Solaris 10u6 for building, usually with all latest required and recommended patches. T

New build system problems

2013-01-25 Thread Martin Buchholz
I was trying out the shiny new build system. Problem: configure is not executable - must run bash ./configure It's traditional for configure scripts to be executable. Problem: Your life is hell if you have a non-compiler "cl" command on your PATH, even on Linux. checking for cl... /usr/bin/cl co