View Single Post
  #1   (View Single Post)  
Old 28th June 2008
fronty fronty is offline
New User
 
Join Date: Jun 2008
Posts: 3
Default JDK16 installation on FreeBSD 7

Hi,

I'm trying to install JDK16 on my FreeBSD 7 box. Got all packages from Sun plus patchset almost without without problems, but now make complains about patchset existing in distfiles.

Output of make, ls and file:
Code:
# Make output

===>  Vulnerability check disabled, database not found
===>  Found saved configuration for jdk-1.6.0.3p4

IMPORTANT: To build the JDK 1.6.0 port, you should have at least
2.5Gb of free disk space in the build area!

===>  Extracting for jdk-1.6.0.3p3
=> MD5 Checksum OK for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.
=> SHA256 Checksum OK for jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar.
=> MD5 Checksum OK for jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar.
=> SHA256 Checksum OK for jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar.
=> MD5 Checksum OK for jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar.
=> SHA256 Checksum OK for jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar.
=> MD5 Checksum mismatch for bsd-jdk16-patches-3.tar.bz2.
=> SHA256 Checksum mismatch for bsd-jdk16-patches-3.tar.bz2.
===>  Refetch for 1 more times files: bsd-jdk16-patches-3.tar.bz2 bsd-jdk16-patches-3.tar.bz2 
===>  Vulnerability check disabled, database not found
===>  Found saved configuration for jdk-1.6.0.3p4

IMPORTANT: To build the JDK 1.6.0 port, you should have at least
2.5Gb of free disk space in the build area!

=> bsd-jdk16-patches-3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bsd-jdk16-patches-3.tar.bz2: File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/java/jdk16.
*** Error code 1

Stop in /usr/ports/java/jdk16.
*** Error code 1

Stop in /usr/ports/java/jdk16.

#############
# ls /usr/ports/distfiles

autoconf-2.61.tar.bz2
bsd-jdk16-patches-3.tar.bz2
dungn27s.zip
dungn32b.zip
gettext-1.05.tar.gz
help2man-1.36.4.tar.gz
jdk-6u3-fcs-bin-b05-jrl-24_sep_2007.jar
jdk-6u3-fcs-mozilla_headers-b05-unix-24_sep_2007.jar
jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar
ksh93
m4-1.4.9.tar.bz2
unzip552.tar.gz
zsh-4.3.4-doc.tar.bz2
zsh-4.3.4.tar.bz2

#############
# file /usr/ports/distfiles/bsd-jdk16-patches-3.tar.bz2

/usr/ports/distfiles/bsd-jdk16-patches-3.tar.bz2: bzip2 compressed data, block size = 900k
Reply With Quote