From owner-freebsd-java@freebsd.org Thu Jul 28 18:27:47 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83EADBA78A5 for ; Thu, 28 Jul 2016 18:27:47 +0000 (UTC) (envelope-from vkarkad@cisco.com) Received: from alln-iport-6.cisco.com (alln-iport-6.cisco.com [173.37.142.93]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (Client CN "alln-iport.cisco.com", Issuer "HydrantID SSL ICA G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38263125F; Thu, 28 Jul 2016 18:27:46 +0000 (UTC) (envelope-from vkarkad@cisco.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1764; q=dns/txt; s=iport; t=1469730467; x=1470940067; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=a4PLtnMZCsjk0WQXGS93XbknD1bSy4qJR3fqp8WtB2o=; b=O7wogW9+9Lp6hSl52j2FbcyjyP4KD3U3R/su+sym8rdYP+tCWieJQuhn qzSDH3yjT1SSA1N3ffKDi7vXcB7cLMtI6/DUKniFHbU6YikK49YTbqb1G qrRIsT/BD0sDTWGiNxFScLLp5LfLxqHSzbtK95H4QOmNCbHoKhSNnLXfd E=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0AtAgDOTZpX/5tdJa1dg0WBUga4c4F9h?= =?us-ascii?q?h0CgTY4FAEBAQEBAQFdJ4RdAQU6PxACAQgYHhAyJQIEAQ0FiDG8GgEBAQEBAQE?= =?us-ascii?q?BAQEBAQEBAQEBAQEBARyGKoRNhAcjhXEBBJkyAY58jz+QJQEeNoN6bogCfwEBA?= =?us-ascii?q?Q?= X-IronPort-AV: E=Sophos;i="5.28,434,1464652800"; d="scan'208";a="303726357" Received: from rcdn-core-4.cisco.com ([173.37.93.155]) by alln-iport-6.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2016 18:27:45 +0000 Received: from XCH-RCD-008.cisco.com (xch-rcd-008.cisco.com [173.37.102.18]) by rcdn-core-4.cisco.com (8.14.5/8.14.5) with ESMTP id u6SIRiNk022854 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Thu, 28 Jul 2016 18:27:45 GMT Received: from xch-aln-006.cisco.com (173.36.7.16) by XCH-RCD-008.cisco.com (173.37.102.18) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Thu, 28 Jul 2016 13:27:44 -0500 Received: from xch-aln-006.cisco.com ([173.36.7.16]) by XCH-ALN-006.cisco.com ([173.36.7.16]) with mapi id 15.00.1210.000; Thu, 28 Jul 2016 13:27:37 -0500 From: "Vineeth Karkad (vkarkad)" To: Jung-uk Kim , Michael Zhilin CC: "Marvin Miles (mamiles)" , "freebsd-java@FreeBSD.org" Subject: Re: Trying to install Java on FreeBSD Thread-Topic: Trying to install Java on FreeBSD Thread-Index: AQHR6PoWuQs2Jk7AZUaNpdMQLiocM6Aud82AgABdUAD//6ZFAIAAXhAA Date: Thu, 28 Jul 2016 18:27:37 +0000 Message-ID: References: <8e1c2f5c-28f6-5d3b-594c-07f7643a5eca@FreeBSD.org> In-Reply-To: <8e1c2f5c-28f6-5d3b-594c-07f7643a5eca@FreeBSD.org> Accept-Language: en-IN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.6.3.160329 x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.65.36.182] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2016 18:27:47 -0000 [auto-build@rel-bld11 ~]$ uname -a FreeBSD rel-bld11.eng 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Wed Feb 8 16:11:26 PST 2012 =20 root@:/sys/amd64/compile/MESSAGING_GATEWAY.amd64_INSTALL amd64 [auto-build@rel-bld11 ~]$ /usr/local/openjdk7/bin/java -version openjdk version "1.7.0" OpenJDK Runtime Environment (build 1.7.0-root_2015_12_22_07_05-b00) OpenJDK 64-Bit Server VM (build 21.0-b17, mixed mode) I have another host with the same version of FreeBSD, that has openjdk7. Not sure how it worked on that host. Regards, Vineeth. On 28/07/16, 11:50 PM, "Jung-uk Kim" wrote: >On 07/28/16 02:12 PM, Vineeth Karkad (vkarkad) wrote: >> Thank you Michael for the quick response. >>=20 >>> Do you use head- ports or Q'- ports? >> Not sure. How do I find out this ? I am relatively new to FreeBSD. >>=20 >> rel-bld11# grep VERSION Makefile >> PORTVERSION=3D =20 >>${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_BUILD_NUMBER} >> JDK_MAJOR_VERSION=3D 7 >> JDK_MINOR_VERSION=3D 0 >> JDK_SRC_DISTFILE=3D >>${PORTNAME}-${JDK_MAJOR_VERSION}-fcs-src-b${JDK_BUILD_NUMBER}-${JDK_BUILD >>_DATE} >> ANT_VERSION=3D 1.8.2 >> ANT_DISTFILE=3D apache-ant-${ANT_VERSION}-bin >> INSTALLDIR=3D ${PREFIX}/${PORTNAME}${JDK_MAJOR_VERSION} >> ANT_HOME=3D"${WRKDIR}/apache-ant-${ANT_VERSION}" \ >> @${ECHO} "@exec ${LOCALBASE}/bin/registervm >>'${INSTALLDIR}/bin/java # OpenJDK${JDK_MAJOR_VERSION}'" >> ${TMPPLIST} >> "${LOCALBASE}/bin/registervm" "${INSTALLDIR}/bin/java # >>OpenJDK${JDK_MAJOR_VERSION}" > >Clearly, you are building ancient ports on ancient FreeBSD >(9.0-RELEASE). Both ports tree and FreeBSD are not supported any more. > >Jung-uk Kim >