diablo-jre16 fails on port upgrade

jgh@

Developer
I am unable to get this port to upgrade.

Code:
/usr/ports/java/diablo-jre16]$ sudo make
===>  Found saved configuration for diablo-jre-1.6.0.07.02_4

 Because of licensing restrictions, you must fetch the distribution
 manually.

 Please place the downloaded file(s) in /usr/ports/distfiles.

*** Error code 1

Stop in /usr/ports/java/diablo-jre16.
*** Error code 1

Stop in /usr/ports/java/diablo-jre16.

I have downloaded the necessary file and put it in /usr/ports/distfiles/diablo-latte-freebsd7-amd64-1.6.0_07-b02.tar.bz2

This was downloaded from freebsdfoundation.org
make checksum fails too, but I am curious if this is due to the Makefile not finding things correctly, as normally it gives me a download link, and this time it does not. (see bug
http://www.freebsd.org/cgi/query-pr.cgi?pr=133500)

From my system:
Code:
sha256 /usr/ports/distfiles/diablo-latte-freebsd7-amd64-1.6.0_07-b02.tar.bz2
SHA256 (/usr/ports/distfiles/diablo-latte-freebsd7-amd64-1.6.0_07-b02.tar.bz2) = c5f652431e0ea299ed47be83daea9a44ce7e4621dc5658379a3faa3af8cf8430

From the distinfo of the port:
Code:
SHA256 (diablo-latte-freebsd7-amd64-1.6.0_07-b02.tar.bz2) = c5f652431e0ea299ed47be83daea9a44ce7e4621dc5658379a3faa3af8cf8430
 
It might be looking for a new tzupdater. That should be tzupdater-1_3_5-2009g.zip.
 
I've placed the tzupdater I've downloaded to /usr/ports/distfiles and ran the make, and received the same error.

Code:
[/usr/ports/java/diablo-jre16]$ sudo make
===>  Found saved configuration for diablo-jre-1.6.0.07.02_4

 Because of licensing restrictions, you must fetch the distribution
 manually.

 Please place the downloaded file(s) in /usr/ports/distfiles.

*** Error code 1

Stop in /usr/ports/java/diablo-jre16.
*** Error code 1

Stop in /usr/ports/java/diablo-jre16.
 
you want to install jre for amd64 architecture, while your OS is i386.

you can't install 64bit app on 32bit os


you need to download diablo-latte-freebsd7-[red]i386[/red]-1.6.0_07-b02.tar.bz2

or install freebsd amd64
 
Download the OEM version's at the bottom of the download page.

I changed my Makefile a bit and it spelled out the exact pkg it was looking for.
 
Back
Top