From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 08:06:18 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D86D716A420; Tue, 7 Feb 2006 08:06:18 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7822E43D55; Tue, 7 Feb 2006 08:06:17 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from localhost (terrapin.inter-sonic.com [172.16.1.12]) by neonpark.inter-sonic.com (Postfix) with ESMTP id 19524818E22; Tue, 7 Feb 2006 09:06:14 +0100 (CET) Message-ID: <43E854F0.5030702@intersonic.se> Date: Tue, 07 Feb 2006 09:06:08 +0100 From: Per olof Ljungmark User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at inter-sonic.com Cc: demon@FreeBSD.org Subject: problem building p5-Locale-gettext X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2006 08:06:19 -0000 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Tue Feb 7 15:47:26 CET 2006 [hunter] /usr/ports/devel/p5-Locale-gettext# make ===> Vulnerability check disabled, database not found ===> Extracting for p5-gettext-1.05_1 => MD5 Checksum OK for gettext-1.05.tar.gz. => SHA256 Checksum OK for gettext-1.05.tar.gz. ===> p5-gettext-1.05_1 depends on file: /usr/local/bin/perl5.8.7 - found ===> Patching for p5-gettext-1.05_1 ===> p5-gettext-1.05_1 depends on file: /usr/local/bin/perl5.8.7 - found ===> Applying FreeBSD patches for p5-gettext-1.05_1 ===> p5-gettext-1.05_1 depends on file: /usr/local/bin/perl5.8.7 - found ===> p5-gettext-1.05_1 depends on shared library: intl - found ===> Configuring for p5-gettext-1.05_1 checking for gettext... no checking for gettext in -L/usr/local/lib -lintl -I/usr/local/include... yes checking for dgettext in -L/usr/local/lib -lintl -I/usr/local/include... yes checking for ngettext in -L/usr/local/lib -lintl -I/usr/local/include... yes checking for bind_textdomain_codeset in -L/usr/local/lib -lintl -I/usr/local/include... yes Writing Makefile for Locale::gettext ===> Building for p5-gettext-1.05_1 Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.7/mach/Config.pm /usr/local/lib/perl5/5.8.7/mach/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 || /bin/sh -c true /usr/local/bin/perl5.8.7 Makefile.PL "INSTALLDIRS=site" "CC=cc" "CCFLAGS=-O2 -fno-strict-aliasing -pipe " "PREFIX=/usr/local" "INSTALLPRIVLIB=/usr/local/lib" "INSTALLARCHLIB=/usr/local/lib" checking for gettext... no checking for gettext in -L/usr/local/lib -lintl -I/usr/local/include... yes checking for dgettext in -L/usr/local/lib -lintl -I/usr/local/include... yes checking for ngettext in -L/usr/local/lib -lintl -I/usr/local/include... yes checking for bind_textdomain_codeset in -L/usr/local/lib -lintl -I/usr/local/include... yes Writing Makefile for Locale::gettext ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false *** Error code 1 Stop in /usr/ports/devel/p5-Locale-gettext/work/gettext-1.05. *** Error code 1 Stop in /usr/ports/devel/p5-Locale-gettext.