Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  4 Jan 2012 16:16:57 +0200 (EET)
From:      filipp <filipp@mcare.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   java/163814: java/jdk16 port install fails while looking for outdated tzupdater, fix included
Message-ID:  <20120104141657.096BA33C56@srv6.macpalvelin.com>
Resent-Message-ID: <201201041430.q04EUB1V016824@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163814
>Category:       java
>Synopsis:       java/jdk16 port install fails while looking for outdated tzupdater, fix included
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 04 14:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     filipp
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD srv6.macpalvelin.com 8.2-RELEASE FreeBSD 8.2-RELEASE #2: Sun Apr 10 18:49:47 EEST 2011 root@srv6.macpalvelin.com:/usr/obj/usr/src/sys/SRV6 amd64


>Description:
While installing the java/jdk16 port, one is instructed to download the tzupdater package from Oracle. It appears that this file has
changed and is no longer compatible with the current version of the port, ie having a different filename and checksum. The instructions 
are still valid, but the tzupdater file is now called tzupdater-1_3_45-2011n.zip.

>How-To-Repeat:
cd /usr/ports/java/jdk16
make install

Follow the instructions, notice that the build will fail, looking for a non-existent tzupdater file.

>Fix:
edit /usr/ports/java/jdk16/Makefile accordingly:

TZUPDATE_VERSION=       1_3_45
TZUPDATE_TZVERSION=     2011n
SHA256 (tzupdater-1_3_45-2011n.zip) = c0894921dd6b440b4c99daf2e139d3d240012ed09e602b3101bfcc9fac394b0f
SIZE (tzupdater-1_3_45-2011n.zip) = 468717
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120104141657.096BA33C56>