From owner-freebsd-ports@FreeBSD.ORG Sun Sep 30 19:08:19 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B504C16A418 for ; Sun, 30 Sep 2007 19:08:19 +0000 (UTC) (envelope-from tscrum@aaawebsolution.com) Received: from dallas1.aaawebsolution.com (dallas1.aaawebsolution.com [207.210.232.50]) by mx1.freebsd.org (Postfix) with ESMTP id 324B713C4AC for ; Sun, 30 Sep 2007 19:08:19 +0000 (UTC) (envelope-from tscrum@aaawebsolution.com) Received: from wolf (75-17-225-43.lightspeed.dllstx.sbcglobal.net [75.17.225.43]) (authenticated bits=0) by dallas1.aaawebsolution.com (8.13.3/8.13.3) with ESMTP id l8UIWHDh089739; Sun, 30 Sep 2007 13:32:17 -0500 (CDT) (envelope-from tscrum@aaawebsolution.com) From: "Thomas S. Crum - AAA Web Solution" To: Date: Sun, 30 Sep 2007 13:34:48 -0500 Message-ID: <009701c80390$97ca9870$0602a8c0@wolf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6822 Thread-Index: AcgDkJRmlQc+Crk9RFmky/+YiusnQw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (dallas1.aaawebsolution.com [207.210.232.50]); Sun, 30 Sep 2007 13:32:17 -0500 (CDT) X-Spam-Status: No, score=-1.3 required=4.0 tests=AWL, BAYES_00, DEAR_SOMETHING autolearn=no version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on dallas1.aaawebsolution.com Cc: ports@FreeBSD.org Subject: FreeBSD Port: php4-4.4.7_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2007 19:08:19 -0000 Dear sir, I am trying to compile from ports and it is failing. Googling the error = the closest thing I find points me to autoconf problems, and I notice that = was changed in the makefile recently? This is happeing for both php4 and = php5 from the ports collection and on two different machines. It also fails = on a portupgrade -a. Here is uname -a: FreeBSD server1.flexcofleetservices.com 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Fri May 18 19:50:04 EDT 2007 root@server1.flexcofleetservices.com:/usr/obj/usr/src/sys/MYKERNEL i386 Thank you, -Tom Crum Here is what I did. cvsup ports collection cd /usr/ports/lang/php4 make distclean make clean make This is what I get: server1# make =3D=3D=3D> Vulnerability check disabled, database not found =3D=3D=3D> Found saved configuration for php4-4.4.7_2 =3D> php-4.4.7.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. =3D> Attempting to fetch from http://br.php.net/distributions/. php-4.4.7.tar.bz2 100% of 4437 kB 200 kBps 00m00s =3D=3D=3D> Extracting for php4-4.4.7_2 =3D> MD5 Checksum OK for php-4.4.7.tar.bz2. =3D> SHA256 Checksum OK for php-4.4.7.tar.bz2. =3D=3D=3D> Patching for php4-4.4.7_2 =3D=3D=3D> Applying FreeBSD patches for php4-4.4.7_2 =3D=3D=3D> php4-4.4.7_2 depends on file: /usr/local/sbin/apxs - found =3D=3D=3D> php4-4.4.7_2 depends on file: /usr/local/bin/autoconf-2.61 = - found =3D=3D=3D> Configuring for php4-4.4.7_2 configure.in:147: warning: AC_PROG_LEX invoked multiple times ../../lib/autoconf/programs.m4:779: AC_DECL_YYTEXT is expanded from... configure.in:147: the top level =3D=3D=3D> Building for php4-4.4.7_2 make: cannot open Makefile. *** Error code 2 Stop in /usr/ports/lang/php4. *** Error code 1 Stop in /usr/ports/lang/php4.