php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75142 buildcheck.sh check for autoconf version needs to be updated for v2.64
Submitted: 2017-08-31 23:10 UTC Modified: 2017-09-05 06:21 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: zizzy at zizzy dot net Assigned: remi (profile)
Status: Closed Package: Compile Failure
PHP Version: 7.2.0RC1 OS: CentOS 6.9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zizzy at zizzy dot net
New email:
PHP Version: OS:

 

 [2017-08-31 23:10 UTC] zizzy at zizzy dot net
Description:
------------
buildcheck.sh currently says "OK" when verifying the installed autoconf version, if autoconf is v2.59 or older. PHP 7.2 will not build unless autoconf is v2.64 or newer.

CentOS v6.9 with all updates has autoconf v2.63, which works fine on PHP v7.1. With PHP v7.2, autoconf must be manually updated to v2.69 before PHP 7.2 will build.


Patches

buildcheck_php7.2rc0.patch (last revision 2017-08-31 23:11 UTC by zizzy at zizzy dot net)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-08-31 23:12 UTC] zizzy at zizzy dot net
Typo
buildcheck.sh says "OK" if autoconf is v2.59 or NEWER, not older.
 [2017-09-01 13:04 UTC] cmb@php.net
-Type: Documentation Problem +Type: Bug
 [2017-09-05 06:02 UTC] remi@php.net
Indeed, new version included ax_check_compile_flag.m4 which have

AC_PREREQ(2.64)
 [2017-09-05 06:20 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=e967de6bfad916f2e9e1107265104c7aeaf8acc6
Log: Fixed bug #75142 buildcheck.sh check for autoconf version needs to be updated for v2.64
 [2017-09-05 06:20 UTC] remi@php.net
-Status: Open +Status: Closed
 [2017-09-05 06:21 UTC] remi@php.net
-Assigned To: +Assigned To: remi
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC