On Tue, Apr 21, 2015 at 11:25 AM, Richard Melville <
[email protected]> wrote:

> On 20 April 2015 at 17:59, Paul Rogers <[email protected]> wrote:
>
>> > this happens at "make DEBUG_BINARIES=false all", does not even get to
>> > the tests yet...
>>
>> Well, you know the book says "make DEBUG_BINARIES=true all".  You might
>> try it the book's way.  I just built JDK a couple weeks ago, albeit not
>> for 86-64, following the book.  I did not have this problem.  I did have
>> a problem with it falling out of my build script after the testing.  I
>> got the impression that OpenJDK is so large, has so many moving parts
>> being worked on independently, that it barely holds together.
>>
>>
> Java? -- let's face it, it's just a very unpleasant language.  Too bad
> that it's so prevalent.
>
> Not a helpful comment, I know, but it had to be said.
>

hi

I manage to find WrapperGenerator.java at another location:
 
/build/jdk8u-jdk8u31-b13/jdk/src/solaris/classes/sun/awt/X11/generator/WrapperGenerator.java
as opposed to
/build/jdk8u-jdk8u31-b13/jdk/src/solaris/classes/sun/awt/org/xml/generator/WrapperGenerator.java
so before make, I did:
mkdir /build/jdk8u-jdk8u31-b13/jdk/src/solaris/classes/sun/awt/org
( cd /build/jdk8u-jdk8u31-b13/jdk/src/solaris/classes/sun/awt/org ; ln -s
../X11 xml )
I worked, but I ran into other error:
CompileJavaClasses.gmk:332: recipe for target
'/build/jdk8u-jdk8u31-b13/build/linux-x86_64-normal-server-release/jdk/classes/_the.BUILD_JDK_batch'
failed
I will stop for now.


> Richard
>
> --
> http://lists.linuxfromscratch.org/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>
>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to