From owner-freebsd-ports@FreeBSD.ORG Thu Dec 27 01:52:00 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 E269E16A419; Thu, 27 Dec 2007 01:52:00 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD5D13C4CC; Thu, 27 Dec 2007 01:51:59 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4773053D.80508@FreeBSD.org> Date: Thu, 27 Dec 2007 02:51:57 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Darrell Betts References: <52909253-5AB1-4AC7-ABF1-CFDA5E571351@norden1.com> In-Reply-To: <52909253-5AB1-4AC7-ABF1-CFDA5E571351@norden1.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: FreeBSD Port: php5-bz2-5.2.5 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: Thu, 27 Dec 2007 01:52:01 -0000 Darrell Betts wrote: > I am receiving this error when trying to compile php5 > > "Makefile", line 588: warning: duplicate script for target > "main/internal_functions.lo" ignored > /bin/sh /usr/ports/lang/php5/work/php-5.2.5/libtool --silent > --preserve-dup-deps --mode=compile cc -Iext/date/lib -Iext/date/ > -I/usr/ports/lang/php5/work/php-5.2.5/ext/date/ -DPHP_ATOM_INC > -I/usr/ports/lang/php5/work/php-5.2.5/include > -I/usr/ports/lang/php5/work/php-5.2.5/main > -I/usr/ports/lang/php5/work/php-5.2.5 -I/usr/local/include/libxml2 > -I/usr/local/include -I/usr/ports/lang/php5/work/php-5.2.5/ext/date/lib > -I/usr/ports/lang/php5/work/php-5.2.5/TSRM > -I/usr/ports/lang/php5/work/php-5.2.5/Zend -O2 -fno-strict-aliasing > -pipe -prefer-non-pic -c > /usr/ports/lang/php5/work/php-5.2.5/ext/date/lib/parse_date.c -o > ext/date/lib/parse_date.lo > cc: Internal error: Killed: 9 (program cc1) > Please submit a full bug report. > See for instructions. > {standard input}: Assembler messages: > {standard input}:10028: Warning: end of file not at end of a line; > newline inserted > *** Error code 1 > > Stop in /usr/ports/lang/php5/work/php-5.2.5. > *** Error code 1 > > Stop in /usr/ports/lang/php5. > *** Error code 1 > > Stop in /usr/ports/lang/php5. > > Running freebsd 6.2 > > Thanks for looking into this. This usually means your machine ran out of swap during the compile. Add more RAM, more swap, try reducing the optimization level, or just use the precompiled package. Kris