Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28105 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87481 invoked by uid 1010); 20 Feb 2007 21:30:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87466 invoked from network); 20 Feb 2007 21:30:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 21:30:41 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.182.191 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.191] ([64.233.182.191:58688] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/6B-28837-1886BD54 for ; Tue, 20 Feb 2007 16:30:41 -0500 Received: by nf-out-0910.google.com with SMTP id l35so4760nfa for ; Tue, 20 Feb 2007 13:30:38 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iIMt7p1Bv7qWMTNei6OqHWbdVzKyeBHItdasdgp1R0qH7MGCtUEr/SCxzQrQqStvSiHHfSkBJ3e/uAKSZoPysgh9sOJsxaOhQ8eul9wFx64NG8glN6+z1a7iWYAjWmkT3LNKqrTSkUKBpfoHSj0urcNsy6yK2ZNYOOHshK2pjaA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sMrE2e5AW/WgFRPv+9sWA7uJkriBdAZYWmpeqNyKswqiPx8H8mIc7kMm+6Qj5rSzW+6DD2qNOAfO/kmydpS3fQ/WA1hXiv7GuU2E8Imbd21e/5ZAqSTkd6+t2n9tXNH6Q3W7ge2CMhOEYCK/4OBTfbii2Q+wzg+04Tk4aqZOWW8= Received: by 10.48.246.4 with SMTP id t4mr7190678nfh.1172007038547; Tue, 20 Feb 2007 13:30:38 -0800 (PST) Received: by 10.48.230.3 with HTTP; Tue, 20 Feb 2007 13:30:38 -0800 (PST) Message-ID: <7f3ed2c30702201330m28b173e9pdc5e7469f8785b96@mail.gmail.com> Date: Tue, 20 Feb 2007 22:30:38 +0100 To: "Chris Malton" Cc: internals@lists.php.net In-Reply-To: <15.F9.28837.0956BD54@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14.B6.28837.57C5BD54@pb1.pair.com> <15.F9.28837.0956BD54@pb1.pair.com> Subject: Re: [PHP-DEV] Re: pcre build problems From: hannes.magnusson@gmail.com ("Hannes Magnusson") On 2/20/07, Chris Malton wrote: > OK, there are still some problems with PHP6, as indicated by my make > test command. The script has posted my results to the server. I await > the message's arrival on php.qa PHP QA only accepts test results from the current test or stable releases, that is; In RC phase: only test results from that RC get accepted. No RC out yet: Only latest release gets accepted. Meaning: currently PHP QA only accepts tests from PHP4.4.5 & 5.2.1. -Hannes > > Chris > > > Chris Malton wrote: > > Hello, > > In current CVS (check out about 30 mins ago) there is an error with > > pcre. When linking PHP, there is an error with unresolved external > > symbols. Here is the error log: > > > > ext/pcre/pcrelib/pcre_compile.o: In function `check_auto_possessive': > > /root/php6/ext/pcre/pcrelib/pcre_compile.c:1795: undefined reference to > > `_pcre_is_newline' > > /root/php6/ext/pcre/pcrelib/pcre_compile.c:1832: undefined reference to > > `_pcre_is_newline' > > ext/pcre/pcrelib/pcre_compile.o: In function `compile_branch': > > /root/php6/ext/pcre/pcrelib/pcre_compile.c:2209: undefined reference to > > `_pcre_is_newline' > > ext/pcre/pcrelib/pcre_exec.o: In function `match': > > /root/php6/ext/pcre/pcrelib/pcre_exec.c:1209: undefined reference to > > `_pcre_was_newline' > > /root/php6/ext/pcre/pcrelib/pcre_exec.c:1268: undefined reference to > > `_pcre_is_newline' > > /root/php6/ext/pcre/pcrelib/pcre_exec.c:2722: undefined reference to > > `_pcre_is_newline' > > /root/php6/ext/pcre/pcrelib/pcre_exec.c:1238: undefined reference to > > `_pcre_is_newline' > > /root/php6/ext/pcre/pcrelib/pcre_exec.c:1325: undefined reference to > > `_pcre_is_newline' > > /root/php6/ext/pcre/pcrelib/pcre_exec.c:2834: undefined reference to > > `_pcre_is_newline' > > ext/pcre/pcrelib/pcre_exec.o:/root/php6/ext/pcre/pcrelib/pcre_exec.c:3027: > > more undefined references to `_pcre_is_newline' follow > > ext/pcre/pcrelib/pcre_exec.o: In function `php_pcre_exec': > > /root/php6/ext/pcre/pcrelib/pcre_exec.c:3993: undefined reference to > > `_pcre_was_newline' > > collect2: ld returned 1 exit status > > make: *** [sapi/cgi/php] Error 1 > > > > Build platform: Ubuntu Server x64 6.10 > > > > Chris > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >