Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18905 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64060 invoked by uid 1010); 14 Sep 2005 14:56:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64045 invoked from network); 14 Sep 2005 14:56:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2005 14:56:04 -0000 X-Host-Fingerprint: 80.190.230.99 www.troja.net Linux 2.5 (sometimes 2.4) (4) Received: from ([80.190.230.99:45299] helo=mail.troja.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3C/F6-41173-30A38234 for ; Wed, 14 Sep 2005 10:56:04 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 36E8DF2AD; Wed, 14 Sep 2005 16:55:56 +0200 (CEST) Received: from mail.troja.net ([127.0.0.1]) by localhost (cyca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10802-03; Wed, 14 Sep 2005 16:55:50 +0200 (CEST) Received: from vega.php.net (unknown [134.102.249.81]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTP id 1A744F20B; Wed, 14 Sep 2005 16:55:49 +0200 (CEST) Message-ID: <6.2.3.4.0.20050914165111.03290a28@127.0.0.1> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Wed, 14 Sep 2005 16:55:35 +0200 To: Jani Taskinen ,internals@lists.php.net In-Reply-To: References: <5.1.0.14.2.20050914142002.050b9cc0@localhost> <6.2.3.4.0.20050914154644.032e6d48@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: amavisd-new at troja.net Subject: Re: [PHP-DEV] 5.1.0RC2 From: thetaphi@php.net (Uwe Schindler) At 16:18 14.09.2005, you wrote: >On Wed, 14 Sep 2005, Uwe Schindler wrote: > >>* "make test" still does not work > > Like..how? I posted this one month ago (other thread). It fails when calling "test" with an empty expression: pangaeaw@pans1:~/install/php5-200509141230$ gmake test Build complete. (It is safe to ignore warnings about tempnam and tmpnam). /bin/sh: test: argument expected gmake: [test] Error 1 (ignored) pangaeaw@pans1:~/install/php5-200509141230$ 4.3 and 5.0 worked in the past. >>* configure prints out a lot of garbage when testing for bison >>(which is missing on my solaris machine) > > And the garbage is..? checking whether ln -s works... yes checking if compiler supports -R... yes checking for re2c... no configure: warning: You will need re2c 0.98 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking for bison... no checking for byacc... no checking for bison version... ./configure: bison: not found AWK=gawk CC=gcc CFLAGS=-g -O2 CONFIGURE_COMMAND= './configure' '--prefix=/pangaea/gnu' '--enable-cli' '--with-nsapi=/pangaea/webserver61' '--with-sybase-ct=/opt/csw' '--with-mysql=/opt/csw/mysql4' '--enable-ftp' '--enable-versioning' '--enable-session' '--enable-trans-sid' '--with-zlib=/opt/csw' '--enable-mbstring=all' '--with-openssl=/opt/csw' '--with-gd' '--with-png-dir=/opt/csw' '--with-jpeg-dir=/opt/csw' '--with-ttf=/opt/csw' '--with-libxml-dir=/opt/csw' '--with-iconv=/opt/csw' '--with-iconv-dir=/opt/csw' '--with-xsl=/opt/csw' '--enable-soap' '--without-sqlite' '--enable-exif' '--with-curl=/opt/csw' '--with-curlwrappers' '--with-pdo-mysql=/opt/csw/mysql4' '--with-xmlrpc' '--without-pdo-sqlite' '--with-pdo-dblib=/opt/csw' CONFIG_SITE=/pangaea/gnu/share/config.site /pangaea/gnu/etc/config.site CPP=gcc -E CYGWIN= ECHO=/usr/ucb/echo EGREP=egrep EXTRA_VERSION=RC2-dev GCC=yes HOME=/pangaea HOSTNAME=pans1 HOSTTYPE=sparc ....... and more crap .... then: with_xsl=/opt/csw with_zlib=/opt/csw x_includes=NONE x_libraries=NONE invalid configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 (found: dummy.byacc). checking for flex... lex checking for yywrap in -ll... yes checking lex output file root... lex.yy checking whether yytext is a pointer... no checking for working const... yes checking for flex version... invalid configure: warning: flex versions supported for regeneration of the Zend/PHP parsers: 2.5.4 (found: ). checking whether to force non-PIC code in shared modules... no checking for pthreads_cflags... ^C But configure works. Greetings, Uwe ----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany