Le 28/05/2014 11:51, Christopher Gregory a écrit :
Hello,
I built SVN systemd via jhalfs and got to the stage of building iced tea
from BLFS SVN and if you try to build it against giflib-5.1.0 it gets to
the stage of compiling the splash screen and aborts the compilation with
an error in the included gif.h file.
I down-graded to the stable BLFS giflib and the build completed successfully.
Also, there is an annoyance that I am failing to understand in the
directions for building iced tea.
On the Java-1.7.0.55 page it tells you on a fresh build to set the
environment:
export CLASSPATH=.:/usr/share/java &&
export JAVA_HOME=/opt/OpenJDK-1.7.0.55-bin &&
export PATH="$PATH:/opt/OpenJDK-1.7.0.55-bin/bin"
Which is well and good as it needs to be set, YET on the
OpenJDK-1.7.0.55/IcedTea-2.4.7 page at the top of the configure block it
has:
unset JAVA_HOME
which results in a failed compile as it can not find the installed java.
I reset the environment as per the Java-1.7.0.55 page and omitted the
unset JAVA_HOME and was able to successfully get past that error.
Now is it something that I am failing to see here, or should that line be
removed from the instructions?
Regards,
Christopher.
What you need to set for building icedtea is:
- ANT_HOME (=/opt/ant if you use thebook layout)
- add:
/opt/ant/bin and /opt/OpenJDK-1.7.0.55-bin/bin to PATH
- and set CLASSPATH as specified on the junit page.
unset JAVA_HOME is recommanded by openjdk developpers.
Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page