From owner-freebsd-qa@FreeBSD.ORG Wed Mar 10 05:44:43 2010 Return-Path: Delivered-To: freebsd-qa@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E0C5106566C for ; Wed, 10 Mar 2010 05:44:43 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from mx40.mail.ru (mx40.mail.ru [94.100.176.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3C4058FC17 for ; Wed, 10 Mar 2010 05:44:43 +0000 (UTC) Received: from [91.155.189.108] (port=63252 helo=vova-vaio) by mx40.mail.ru with asmtp id 1NpEim-0008OE-00 for freebsd-qa@freebsd.org; Wed, 10 Mar 2010 08:44:40 +0300 Content-Type: text/plain; charset=koi8-r; format=flowed; delsp=yes To: "freebsd-qa@freebsd.org" Date: Wed, 10 Mar 2010 07:44:40 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: chukharev@mail.ru Message-ID: User-Agent: Opera Mail/10.10 (FreeBSD) X-Spam: Not detected X-Mras: Ok Subject: java/jdk16 ; port test X-BeenThere: freebsd-qa@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD Quality Assurance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2010 05:44:43 -0000 This port has one more problem. It does not define IS_INTERACTIVE, although it must do so (according to Porter's Handbook 4.6 : http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-user-input.html ) Otherwise 'port test' finishes successfully. The 'port test' command (ports-mgmt/porttools) tests a port for a number of possible errors by running portlint, building, packaging, installing, and de-installing with a check for left files. This is done with defined PREFIX and PKG_DBDIR variables. 'port test' command is recommended by the Porter's Handbook. Note that the port installs the usual way. $ cd java/jdk16 ; port test +++++++++++++++ ===> Validating port with portlint WARN: Makefile: [264]: possible direct use of command "file" found. use ${FILE} instead. WARN: Makefile: [289]: possible direct use of command "file" found. use ${FILE} instead. WARN: Makefile: [293]: possible direct use of command "file" found. use ${FILE} instead. WARN: Makefile: [297]: possible direct use of command "file" found. use ${FILE} instead. WARN: Makefile: [350]: possible direct use of command "install" found. use ${INSTALL_foobaa} instead. 0 fatal errors and 5 warnings found. ===> flags: PREFIX=/home/chu/tmp/jdk-1.6.0.3p4_14 NO_DEPENDS=yes PKG_DBDIR=/tmp/pkg_db.ibz2wBAX -- ===> Cleaning workspace before port test ===> Cleaning for jdk-1.6.0.3p4_14 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.3p4_14 => 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 OK for bsd-jdk16-patches-4.tar.bz2. => SHA256 Checksum OK for bsd-jdk16-patches-4.tar.bz2. => MD5 Checksum OK for tzupdater-1_3_25-2009u.zip. => SHA256 Checksum OK for tzupdater-1_3_25-2009u.zip. /bin/sh /usr/ports/java/jdk16/files/license.sh JAVA RESEARCH LICENSE Version 1.6 I. DEFINITIONS. .... 4. Governing Law. This License is governed by the laws of the United States and the State of California, as applied to contracts entered into and performed in California between California residents. In no event shall this License be construed against the drafter. 5. Export Control. As further described at http://www.sun.com/its, you agree to comply with the U.S. export controls and trade laws of other countries that apply to Technology and Modifications. Do you agree to the above license terms? [yes or no]