DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

Reply
 
Thread Tools Display Modes
  #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
  #2   (View Single Post)  
Old 28th June 2008
18Googol2's Avatar
18Googol2 18Googol2 is offline
Real Name: whoami
Spam Deminer
 
Join Date: Apr 2008
Location: pwd
Posts: 283
Default

Due to the Sun licence, you need to fetch the package manually (google for the download location) and put it in the disfiles dir. Then you shouldnt have any other problem, the installation process after that is quite straight forward.
Reply With Quote
  #3   (View Single Post)  
Old 29th June 2008
corey_james corey_james is offline
Uber Geek
 
Join Date: Apr 2008
Location: Brisbane, Australia
Posts: 238
Default

or you could wait a few weeks for freebsdfoundation to release the pkg!
__________________
"No, that's wrong, Cartman. But don't worry, there are no stupid answers, just stupid people." -- Mr. Garrison

Forum Netiquette
Reply With Quote
  #4   (View Single Post)  
Old 29th June 2008
fronty fronty is offline
New User
 
Join Date: Jun 2008
Posts: 3
Default

Quote:
Originally Posted by 18Googol2 View Post
Due to the Sun licence, you need to fetch the package manually (google for the download location) and put it in the disfiles dir. Then you shouldnt have any other problem, the installation process after that is quite straight forward.
Whatwhat, fetched all it told me to fetch. Except that timezone update thingie, couldn't easily find the version it wanted and didn't want to fight with checksums.

Quote:
Originally Posted by corey_james View Post
or you could wait a few weeks for freebsdfoundation to release the pkg!
Guess that's what I'm going to do, then. o.o
Reply With Quote
  #5   (View Single Post)  
Old 29th June 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

Here is a more-or-less direct link to the patchset.
http://www.eyesbeyond.com/freebsddom...RLConfirm.html
I am confused by the fact that the port attempted to download it directly. If they are now allowed to provide it without a clickwrap, then they should have set the download location.
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.
Reply With Quote
  #6   (View Single Post)  
Old 1st July 2008
ninjatux's Avatar
ninjatux ninjatux is offline
Real Name: Baqir Majlisi
Spam Deminer
 
Join Date: May 2008
Location: Antarctica
Posts: 293
Default

Hmm, that's interesting. I compiled and installed this a couple of days ago.
__________________
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
MacBook Pro (Darwin 9), iMac (Darwin 9), iPod Touch (Darwin 9), Dell Optiplex GX620 (FreeBSD 7.1-STABLE)
Reply With Quote
  #7   (View Single Post)  
Old 8th July 2008
master-richie master-richie is offline
New User
 
Join Date: Jul 2008
Posts: 7
Default check out my post in this forum

titled "freebsd 7.0, tightvnc and jdk16 - newbie"

had been struggling with jdk16 installation on a new install of 7.0 for a weekend until someone showed me how to do it - worked like a champ with very manageable hiccups.

~Rich
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FreeBSD installation CD with Fixit? bsddaemon FreeBSD Installation and Upgrading 4 12th November 2008 03:20 AM
freebsd 7 64 bit installation ijk FreeBSD Installation and Upgrading 9 1st September 2008 03:16 AM
FreeBSD 7.0, tightvnc and jdk16 - newbie master-richie FreeBSD Ports and Packages 5 9th July 2008 04:45 PM
jdk16 plugins on FreeBSD 7 AMD64 ninjatux FreeBSD General 0 26th June 2008 07:55 PM
install jdk16 on freeBSD 7.0 ccc FreeBSD Ports and Packages 4 16th June 2008 10:48 PM


All times are GMT. The time now is 02:19 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick