From owner-freebsd-ports@FreeBSD.ORG Fri Jul 20 14:23:07 2012 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 32175106564A; Fri, 20 Jul 2012 14:23:07 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 061AE8FC08; Fri, 20 Jul 2012 14:23:07 +0000 (UTC) Received: from [10.0.10.3] ([173.88.199.104]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 20 Jul 2012 07:23:08 -0700 Message-ID: <500969C8.3010003@a1poweruser.com> Date: Fri, 20 Jul 2012 10:23:04 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Chris Rees References: <5009617E.2080709@a1poweruser.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Jul 2012 14:23:08.0397 (UTC) FILETIME=[2F4D81D0:01CD6683] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: ports@freebsd.org, FreeBSD Questions , Alex Dupre Subject: Re: 9.1 php5 port broken 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: Fri, 20 Jul 2012 14:23:07 -0000 Chris Rees wrote: > On 20 July 2012 14:47, Fbsd8 wrote: >> Script started on Fri Jul 20 09:25:23 2012 >> >> # /usr/ports/lang/php5 >make config >> # /usr/ports/lang/php5 >make install clean >> ===> php5-5.4.4 depends on file: /usr/local/sbin/apxs - found >> ===> php5-5.4.4 depends on file: /usr/local/bin/autoconf-2.69 - found >> ===> php5-5.4.4 depends on executable: pkg-config - found >> ===> php5-5.4.4 depends on shared library: pcre.1 - found >> ===> php5-5.4.4 depends on shared library: xml2.5 - found >> ===> Configuring for php5-5.4.4 >> rm: /usr/ports/lang/php5/work/php-5.4.4/configure: No such file or directory >> *** [pre-configure] Error code 1 > > You must have interrupted the pre-configure stage. > > Run make clean, and try again. > > Chris > > Thanks Chris that fixed it. Compile is running now