From owner-freebsd-java@FreeBSD.ORG Wed Dec 31 10:04:58 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 634B41EB for ; Wed, 31 Dec 2014 10:04:58 +0000 (UTC) Received: from co02.mbox.net (co02.mbox.net [165.212.64.32]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B2FA6727F for ; Wed, 31 Dec 2014 10:04:57 +0000 (UTC) Received: from co02.mbox.net (localhost [127.0.0.1]) by co02.mbox.net (Postfix) with ESMTP id 3kC7Mq0hJrzJ353 for ; Wed, 31 Dec 2014 10:02:31 +0000 (UTC) X-USANET-Received: from co02.mbox.net [127.0.0.1] by co02.mbox.net via mtad (C8.MAIN.3.82G) with ESMTP id 723sLEkcZ8080M02; Wed, 31 Dec 2014 10:02:25 -0000 X-USANET-Routed: 3 gwsout-vs Q:bmvirus X-USANET-Routed: 3 gwsout-vs Q:bmvirus X-USANET-GWS2-Tenant: usa.net X-USANET-GWS2-Tagid: UNKN Received: from ca31.cms.usa.net [165.212.11.131] by co02.mbox.net via smtad (C8.MAIN.4.00L) with ESMTP id XID723sLEkcZ5173X02; Wed, 31 Dec 2014 10:02:25 -0000 X-USANET-Source: 165.212.11.131 OUT derrin@usa.net ca31.cms.usa.net CLR X-USANET-MsgId: XID723sLEkcZ5173X02 Received: from web03.cms.usa.net [165.212.8.203] by ca31.cms.usa.net (ESMTP/derrin@usa.net) via mtad (C8.MAIN.3.95M) with ESMTP id 359sLEkcZ8416M31; Wed, 31 Dec 2014 10:02:25 -0000 X-USANET-Auth: 165.212.8.203 AUTO derrin@usa.net web03.cms.usa.net Received: from 82.71.1.144 [82.71.1.144] by web03.cms.usa.net (USANET web-mailer C8.MAIN.4.00B); Wed, 31 Dec 2014 10:02:25 -0000 Date: Wed, 31 Dec 2014 10:02:25 -0000 From: "Derrin Morton" To: Subject: Java OpenJDK - build fail - error message dated 10 years in the future? X-Mailer: USANET web-mailer (C8.MAIN.4.00B) Message-ID: <492sLEkBZ1216S03.1420020145@web03.cms.usa.net> Z-USANET-MsgId: XID359sLEkcZ8416X31 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 10:04:58 -0000 Hello Not sure if anyone has come across this - so a reach out Attempting to get Serviio installed on a FreeNAS (FreeBSD) box Serviio requires heaps of libraries and while the freebsd team have done a stirling job and put them altogether, I am stuck at a hurdle relating to the Java OpenJDK 7 build /usr/local/bootstrap-openjdk/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/btjars/generatecu rrencydata.jar -o /usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/lib/currency.data .temp \ < ../../../src/share/classes/java/util/CurrencyData.properties Error: time is more than 10 years from present: 1104530400000 java.lang.RuntimeException: time is more than 10 years from present: 1104530400000 at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEn try(GenerateCurrencyData.java:285) at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpeci alCaseTables(GenerateCurrencyData.java:225) at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurr encyData.java:154) Makefile:347: recipe for target '/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/lib/currency.dat a' failed Which is baffling me Thanks Derrin