|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-10-21 02:39 UTC] kalle@php.net
-Status: Open
+Status: Assigned
-Assigned To:
+Assigned To: nikic
[2015-10-21 02:39 UTC] kalle@php.net
[2015-10-21 04:50 UTC] dams@php.net
[2015-10-21 04:50 UTC] dams@php.net
-Status: Assigned
+Status: Not a bug
[2015-10-21 04:50 UTC] dams@php.net
[2015-10-22 08:46 UTC] kalle@php.net
[2016-01-18 11:13 UTC] hywan@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 23:00:01 2025 UTC |
Description: ------------ starting at commit ddb6d7801e5dfc2f196b549b8ad51376cdc1bc90, PHP fails to compile on OSX. Test script: --------------- make clean ./buildconf --force # configure phpng env YACC=`brew --prefix bison27`/bin/bison ./configure \ --prefix="/usr/local/opt/phpng" \ --with-config-file-path="/usr/local/etc/phpng" \ --with-config-file-scan-dir=/usr/local/etc/phpng/conf.d \ --enable-mbstring \ --enable-tokenizer \ --with-curl \ --with-sqlite3 \ --enable-json \ --disable-all make -j`sysctl -n hw.logicalcpu_max` Expected result: ---------------- PHP compiles fine It does up to PHP up to commit f9e3461c02068c599ea9fbf6455860c8cc956bc6 Actual result: -------------- Undefined symbols for architecture x86_64: "_zend_ast_append_doc_comment", referenced from: _zendparse in zend_language_parser.o Undefined symbols for architecture x86_64: "_zend_ast_append_doc_comment", referenced from: _zendparse in zend_language_parser.o ld: symbol(s) not found for architecture x86_64 ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [sapi/cgi/php-cgi] Error 1 make: *** Waiting for unfinished jobs.... clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [sapi/cli/php] Error 1 Undefined symbols for architecture x86_64: "_zend_ast_append_doc_comment", referenced from: _zendparse in zend_language_parser.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [sapi/phpdbg/phpdbg] Error 1