php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74336 ifinite: Fix for 74265 is incomplete
Submitted: 2017-03-29 15:51 UTC Modified: 2017-03-30 15:33 UTC
From: dave at simonsontech dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 7.1.3 OS: Solaris 11.3 SRU 17.5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dave at simonsontech dot net
New email:
PHP Version: OS:

 

 [2017-03-29 15:51 UTC] dave at simonsontech dot net
Description:
------------
Link fails the same way as shown in 74265, isfinite unresolved, after all changes for 74265 have been applied.

PHP built with "configure --with-openssl --with-system-ciphers --without-sqlite3 --without-pdo-sqlite CC=gcc"

Need the same changes as in 74265 to main/php_config.h.in lines 2518, 2527 and 2538. Build then completes cleanly.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-03-29 16:18 UTC] nikic@php.net
main/php_config.h.in is a generated file. Are you sure you ran ./buildconf --force prior to ./configure, as described in bug #74365?
 [2017-03-29 16:18 UTC] nikic@php.net
-Status: Open +Status: Feedback
 [2017-03-30 15:13 UTC] dave at simonsontech dot net
buildconf solves the problem, thank you! I couldn't get it to run at first.

On Solaris, to run buildconf, set MAKE=gmake. Solaris' native make doesn't work.

rroot@s11p:/var/tmp/php-7.1.3# MAKE=gmake ./buildconf --force --debug
Forcing buildconf
Removing configure caches
rebuilding aclocal.m4
rebuilding configure
rebuilding main/php_config.h.in
root@s11p:/var/tmp/php-7.1.3#
 [2017-03-30 15:33 UTC] requinix@php.net
-Status: Feedback +Status: Not a bug
 [2017-03-30 15:33 UTC] requinix@php.net
.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 15:01:30 2024 UTC