From owner-freebsd-ports@FreeBSD.ORG Mon May 8 02:52:33 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C140916A401 for ; Mon, 8 May 2006 02:52:33 +0000 (UTC) (envelope-from xxjack12xx@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B6BC43D46 for ; Mon, 8 May 2006 02:52:33 +0000 (GMT) (envelope-from xxjack12xx@gmail.com) Received: by wx-out-0102.google.com with SMTP id t13so784853wxc for ; Sun, 07 May 2006 19:52:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XVXwH9J29pPouF1swfcQpfitNryAWzgx0Nxdzl3aXL/MynotYXDAH25HLBY82tS7b3T98XZS51iJZssWOyYGIji3jLJM0TdmaSz4nGibtw+63GJYHOUjv4LoMklTlAPRjTAuVSBV7F29+6ZkhfT7zG1yMyFeR2WxVfbfDzYzyNM= Received: by 10.70.51.19 with SMTP id y19mr1775963wxy; Sun, 07 May 2006 19:52:32 -0700 (PDT) Received: by 10.70.133.20 with HTTP; Sun, 7 May 2006 19:52:32 -0700 (PDT) Message-ID: Date: Sun, 7 May 2006 19:52:32 -0700 From: "Jack L." To: "Derrick Edwards" In-Reply-To: <200605071253.24756.derrick@uniquestrength.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200605071253.24756.derrick@uniquestrength.net> Cc: freebsd-ports@freebsd.org Subject: Re: php5-pcre problem 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: Mon, 08 May 2006 02:52:33 -0000 Just pkg_delete it, upgrade php with the new options, reinstall it, and it should work. Worked for me. On 5/7/06, Derrick Edwards wrote: > Hi, > I was trying to upgrade php5 today and I noticed that all the other php5 > extensions installed correctly however, php5-pcre did not. This is the > begining of the error message. > v/r > Derrick > FreeBSD 6.1-RC i386 SMP-GENERIC > > > -o .libs/php_pcre.o > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error= : > `fifth_arg_force_ref' undeclared here (not in a function) > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error= : > initializer element is not constant > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error= : > (near initialization for `pcre_functions[2].arg_info') > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error= : > initializer element is not constant > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1630: error= : > (near initialization for `pcre_functions[2]') > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error= : > initializer element is not constant > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error= : > (near initialization for `pcre_functions[3].arg_info') > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error= : > initializer element is not constant > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1631: error= : > (near initialization for `pcre_functions[3]') > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error= : > initializer element is not constant > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1632: error= : > (near initialization for `pcre_functions[4]') > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error= : > initializer element is not constant > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1633: error= : > (near initialization for `pcre_functions[5]') > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error= : > initializer element is not constant > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1634: error= : > (near initialization for `pcre_functions[6]') > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error= : > initializer element is not constant > /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre/php_pcre.c:1635: error= : > (near initialization for `pcre_functions[7]') > *** Error code 1 > > Stop in /usr/ports/devel/php5-pcre/work/php-5.1.4/ext/pcre. > *** Error code 1 > > Stop in /usr/ports/devel/php5-pcre. > [root@www /usr/ports/devel/php5-pcre]# > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >