Re: Building open jdk 8 from source fails

2015-11-25 Thread David Holmes
Sorry not enough information. Which forest did you try to build? What platform? What was the error? What boot JDK did you use? ... Regards, David On 26/11/2015 12:21 PM, Sunbo (Bb) wrote: I have the same build error as lee json. I add "import static com.sun.tools.javac.parser.Tokens.Token

Building open jdk 8 from source fails

2015-11-25 Thread Sunbo (Bb)
I have the same build error as lee json. I add "import static com.sun.tools.javac.parser.Tokens.Token;" code to fix this error. Who can tell me why? package com.sun.tools.javac.parser; import com.sun.tools.javac.code.Source; import com.sun.tools.javac.parser.Tokens.Comment.CommentStyle; import

Re: Building open jdk 8 from source fails

2015-02-04 Thread lee json
I really appreciate your help. Thank you very much! On 30 January 2015 at 18:42, Magnus Ihse Bursie wrote: > On 2015-01-28 05:20, lee json wrote: >> >> dist clean and configure (with boot jdk) look correct. But really no >> luck when executing make > > > I'm sorry, but I can't help you any furth

Re: Building open jdk 8 from source fails

2015-01-30 Thread Magnus Ihse Bursie
On 2015-01-28 05:20, lee json wrote: dist clean and configure (with boot jdk) look correct. But really no luck when executing make I'm sorry, but I can't help you any further. Maybe someone in the langtools team recognize the error and know what can cause it? /Magnus

Re: Building open jdk 8 from source fails

2015-01-27 Thread lee json
dist clean and configure (with boot jdk) look correct. But really no luck when executing make = below is the output when executing make dist-clean Cleaning langtools build artifacts ... done Cleaning corba build artifacts ... done Cleaning jaxp build artifacts ... done Cleaning jaxws build ar

Re: Building open jdk 8 from source fails

2015-01-27 Thread Magnus Ihse Bursie
On 2015-01-27 13:07, lee json wrote: No luck. After running bash get_source.sh, then re-configure, make, etc. still produce the same error. Did you run "make clean"? You can even try running "make dist-clean" and re-running configure to really start from a clean slate. /Magnus On 23 January

Re: Building open jdk 8 from source fails

2015-01-27 Thread lee json
No luck. After running bash get_source.sh, then re-configure, make, etc. still produce the same error. On 23 January 2015 at 20:12, Magnus Ihse Bursie wrote: > On 2015-01-18 04:47, lee json wrote: >> >> I switch to cloning repository at >> http://hg.openjdk.java.net/jdk8u/jdk8u-dev/ by command `h

Re: Building open jdk 8 from source fails

2015-01-23 Thread Magnus Ihse Bursie
On 2015-01-18 04:47, lee json wrote: I switch to cloning repository at http://hg.openjdk.java.net/jdk8u/jdk8u-dev/ by command `hg clone http://hg.openjdk.java.net/jdk8u/jdk8u-dev` Then build with command line `bash ./configure --with-boot-jdk=/home/jason/jdk1.7.0_6` or `bash ./configure`. And th

Re: Building open jdk 8 from source fails

2015-01-17 Thread lee json
I switch to cloning repository at http://hg.openjdk.java.net/jdk8u/jdk8u-dev/ by command `hg clone http://hg.openjdk.java.net/jdk8u/jdk8u-dev` Then build with command line `bash ./configure --with-boot-jdk=/home/jason/jdk1.7.0_6` or `bash ./configure`. And then execute `make` or `make all` command

Re: Building open jdk 8 from source fails

2015-01-03 Thread Stanislav Baiduzhyi
On Friday 02 January 2015 17:24:25 lee json wrote: > I following the instruction at > openjdk.java.net/projects/build-infra/guide.html > > with commands `configure` and `make (all)` > > `configure` goes well, but `make` or `make all` fails with error like > paste.debian.net/138889/ > > And there

Re: Building open jdk 8 from source fails

2015-01-02 Thread Volker Simonis
What boot-jdk did you use? - You could try with a different one. What is the exact configure command line? Which repository did you build from? - The latest jdk8 development code line is at: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/ On Fri, Jan 2, 2015 at 10:24 AM, lee json wrote: > I follow

Building open jdk 8 from source fails

2015-01-02 Thread lee json
I following the instruction at openjdk.java.net/projects/build-infra/guide.html with commands `configure` and `make (all)` `configure` goes well, but `make` or `make all` fails with error like paste.debian.net/138889/ And there is no differences with JAVA_HOME set or unset. How to fix this prob