From owner-freebsd-qa@FreeBSD.ORG Sat Mar 6 17:00:04 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 B4BD61065670 for ; Sat, 6 Mar 2010 17:00:04 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from mx33.mail.ru (mx33.mail.ru [94.100.176.47]) by mx1.freebsd.org (Postfix) with ESMTP id 676B08FC12 for ; Sat, 6 Mar 2010 17:00:03 +0000 (UTC) Received: from [91.155.189.108] (port=62498 helo=vova-vaio) by mx33.mail.ru with asmtp id 1NnxM9-000Pdj-00 for freebsd-qa@freebsd.org; Sat, 06 Mar 2010 20:00:01 +0300 Content-Type: text/plain; charset=koi8-r; format=flowed; delsp=yes Date: Sat, 06 Mar 2010 18:59:59 +0200 To: "freebsd-qa@freebsd.org" 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: graphics/graphviz port test failure 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: Sat, 06 Mar 2010 17:00:04 -0000 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. When running 'port test' command in graphics/graphviz, the following output is generated indicating fatal errors from portlint. graphics/graphviz +++++++++++++++ ===> Validating port with portlint WARN: Makefile: [391]: use ${VARIABLE}, instead of $(VARIABLE). FATAL: Makefile: [331]: USE_RUBY is set after including bsd.port.pre.mk. WARN: Makefile: [213]: is USE_GNOME a user-settable option? Consider using WITH_GNOME instead. WARN: Makefile: [217]: is USE_XORG a user-settable option? Consider using WITH_XORG instead. WARN: Makefile: possible use of absolute pathname "/nonexistent". WARN: Makefile: CFLAGS/CXXFLAGS are not needed in CONFIGURE_ENV as they are already added there in bsd.port.mk. WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. 1 fatal error and 6 warnings found. Error validating port