From:             thierryblind at msn dot com
Operating system: AIX 5.1
PHP version:      5.1.2
PHP Bug Type:     *Compile Issues
Bug description:  configure script hangs on AIX

Description:
------------
Hello,
since php 5.1.1, the "configure" script hangs on AIX 5.1
while "checking for flex version...".
I have to hit "ctrl-d" and "enter" to bypass this test (and to make fail
this one by the same occasion), but compilation of PHP still succeeds.
I think the script simply do some wrong tests and it results that it waits
on user input ...

In comparison, "configure" script in php-5.0.5 had no such problem.

Thank you.

Reproduce code:
---------------
creating cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking host system type... powerpc-ibm-aix5.1.0.0
checking target system type... powerpc-ibm-aix5.1.0.0
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking for AIX... yes
checking whether ln -s works... yes
checking if compiler supports -R... yes
checking for re2c... no
configure: warning: You will need re2c 0.9.11 or later if you want to
regenerate
 PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for bison... no
checking for byacc... no
checking for bison version... invalid
configure: warning: bison versions supported for regeneration of the
Zend/PHP pa
rsers: 1.28 1.35 1.75 1.875 2.0 2.1 (found: none).
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... 

<script hangs here>


-- 
Edit bug report at http://bugs.php.net/?id=35992&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=35992&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=35992&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=35992&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=35992&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=35992&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=35992&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=35992&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=35992&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=35992&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=35992&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=35992&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=35992&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=35992&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=35992&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=35992&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=35992&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=35992&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=35992&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=35992&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=35992&r=mysqlcfg

Reply via email to