On 10/20/2012 02:38 PM, Bruce Dubbs wrote:
> DJ Lucas wrote:
>
>>> BTW, what do we call this version.  It's icedtea-2.3.3, but the build says:
>>>
>>> java version "1.7.0_0"
>>> OpenJDK Runtime Environment (build 1.7.0-b36)
>>> OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
>>>
>>> Right now we are calling the current version OpenJDK-1.7.0.5, but the
>>> most recent version does not seem to fall into that naming convention.
>> Odd...it should be pulling that value from the OpenJDK version (which
>> should already match the closed version in git). Upstream must have
>> broken that somehow. Nothing on distro-pkg-dev list yet.
> The earlier post was before the final executable was done.  Now I have:
>
>
> $ openjdk.build/j2sdk-image/bin/javac -version
> javac 1.7.0_09
>
> $ openjdk.build/j2sdk-image/bin/java -version
> java version "1.7.0_09"
> OpenJDK Runtime Environment (IcedTea7 2.3.3) (Linux From Scratch build
> 1.7.0_09-b30)
> OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
>
>
> The question still remains, what should we call the destination
> directory.  What we have in the book is /opt/OpenJDK-1.7.0.5:
>
> $ /opt/OpenJDK-1.7.0.5-bin/bin/javac -version
> javac 1.7.0_04
>
> $ /opt/OpenJDK-1.7.0.5-bin/bin/java -version
> java version "1.7.0_04-icedtea"
> OpenJDK Runtime Environment (IcedTea7 2.2) (linux-gnu build
> 1.7.0_04-icedtea-b21)
> OpenJDK 64-Bit Server VM (build 23.0-b21, mixed mode)
>
> So do we just call it 'OpenJDK-1.7.0.9' ?
>
>     -- Bruce
That was the convention I had used before. I'm not sure why the binary 
u5 is showing u4 though.

root [ ~ ]# java -version
java version "1.7.0_05-icedtea"
OpenJDK Runtime Environment (IcedTea7 2.2.1) (linux-gnu build 
1.7.0_05-icedtea-b21)
OpenJDK 64-Bit Server VM (build 23.0-b21, mixed mode)
root [ ~ ]# ls -l $JAVA_HOME
lrwxrwxrwx 1 root root 19 Oct  4 22:46 /opt/OpenJDK -> OpenJDK-1.7.0.5-bin

Either way, u4 should be fine for a bootstrap.

-- DJ Lucas


-- 
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to