From:             b dot mosher at podshow dot com
Operating system: CentOS 4
PHP version:      5.2.3
PHP Bug Type:     Compile Warning
Bug description:  Buildconf warns about wrong version of autoconf

Description:
------------
When running buildconf on the 5.2.3 release sources, it complains that I'm
not using autoconf 2.13. I am using 2.59 which shouldn't trigger the
warning from what I can gather in the OK message right before the warning.
The warning advises downgrading autoconf severely. If autoconf truly is
using buggy cache code in 2.59, please advise. However this warning has
been generated since at least PHP 4.3x
(http://bugs.php.net/bug.php?id=34328 and
http://bugs.php.net/bug.php?id=33922&edit=2 which don't hve satisfactory
solutions for the spurious warning)

Reproduce code:
---------------
[EMAIL PROTECTED]:~/php-5.2.3]$ ./buildconf --force
Forcing buildconf
using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.59 (ok)
buildconf: Your version of autoconf likely contains buggy cache code.
           Running cvsclean for you.
           To avoid this, install autoconf-2.13.
[EMAIL PROTECTED]:~/php-5.2.3]

Expected result:
----------------
"buildconf: autoconf version 2.59 (ok)" should be the last message.

Actual result:
--------------
see reproduce section

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

Reply via email to