From owner-freebsd-qa@FreeBSD.ORG Sat Mar 6 16:14:17 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 24D13106566C for ; Sat, 6 Mar 2010 16:14:17 +0000 (UTC) (envelope-from chukharev@mail.ru) Received: from fallback4.mail.ru (fallback4.mail.ru [94.100.176.42]) by mx1.freebsd.org (Postfix) with ESMTP id 876B58FC15 for ; Sat, 6 Mar 2010 16:14:16 +0000 (UTC) Received: from mx34.mail.ru (mx34.mail.ru [94.100.176.48]) by fallback4.mail.ru (mPOP.Fallback_MX) with ESMTP id C1853136141E for ; Sat, 6 Mar 2010 18:58:35 +0300 (MSK) Received: from [91.155.189.108] (port=61618 helo=vova-vaio) by mx34.mail.ru with asmtp id 1NnwOd-0004YO-00 for freebsd-qa@freebsd.org; Sat, 06 Mar 2010 18:58:32 +0300 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-qa@freebsd.org Date: Sat, 06 Mar 2010 17:58:25 +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: net-mgmt/wifimgr 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 16:14:17 -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 a recommended by PortersHandbook test tool. When running 'port test' command in net-mgmt/wifimgr, the following output is generated. ===> Validating port with portlint looks fine. ===> flags: PREFIX=/home/chu/tmp/wifimgr-1.5_1 NO_DEPENDS=yes PKG_DBDIR=/tmp/pkg_db.AcvSn0Pw -- ===> Cleaning workspace before port test ===> Cleaning for wifimgr-1.5_1 ===> Extracting for wifimgr-1.5_1 => MD5 Checksum OK for wifimgr-1.5.tar.bz2. => SHA256 Checksum OK for wifimgr-1.5.tar.bz2. ===> Patching for wifimgr-1.5_1 ===> Configuring for wifimgr-1.5_1 ===> Building for wifimgr-1.5_1 cd src; make cc -O2 -pipe -march=native -fno-strict-aliasing -march=native -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -c wifimgr.c cc -O2 -pipe -march=native -fno-strict-aliasing -march=native -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -c string.c cc -O2 -pipe -march=native -fno-strict-aliasing -march=native -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -c net_list.c cc -O2 -pipe -march=native -fno-strict-aliasing -march=native -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -c wifimgr-gtk.c cc -o wifimgr wifimgr.o string.o net_list.o wifimgr-gtk.o -L/home/chu/tmp/wifimgr-1.5_1/lib -lintl -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 cc -I/home/chu/tmp/wifimgr-1.5_1/include -c wifimgrsu.c wifimgrsu.c:47:21: error: libintl.h: No such file or directory wifimgrsu.c: In function 'main': wifimgrsu.c:71: warning: incompatible implicit declaration of built-in function 'gettext' wifimgrsu.c:92: warning: incompatible implicit declaration of built-in function 'gettext' wifimgrsu.c:102: warning: incompatible implicit declaration of built-in function 'gettext' wifimgrsu.c:137: warning: incompatible implicit declaration of built-in function 'gettext' wifimgrsu.c:149: warning: incompatible implicit declaration of built-in function 'gettext' *** Error code 1 Stop in /usr/home/chu/tmp/port_test_wrk/usr/ports/net-mgmt/wifimgr/work/wifimgr-1.5/src. *** Error code 1 Stop in /usr/home/chu/tmp/port_test_wrk/usr/ports/net-mgmt/wifimgr/work/wifimgr-1.5. *** Error code 1 Stop in /usr/ports/net-mgmt/wifimgr. ===> Error running make build ===> Cleaning up