php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79737 Building embed as static fails during install step
Submitted: 2020-06-25 21:18 UTC Modified: 2020-06-26 08:08 UTC
From: maroszek at gmx dot net Assigned: dmitry (profile)
Status: Closed Package: Compile Failure
PHP Version: 8.0.0alpha1 OS: Mac OS
Private report: No CVE-ID: None
 [2020-06-25 21:18 UTC] maroszek at gmx dot net
Description:
------------
Building PHP 8 Alpha 1 fails during installation if embed is configured as static.

Test script:
---------------
./configure --prefix=$(pwd)/../out --disable-all --enable-embed=static
make 
make install 

Expected result:
----------------
Everything should land in the "out" folder

Actual result:
--------------
Compiling is successful.
Installing fails with:

Build complete.
Don't forget to run 'make test'.

exit 0;  -v -d /Users/test/build/mac/php-8.0.0alpha1-src/Zend/zend_ini_parser.y -o /Users/test/build/mac/php-8.0.0alpha1-src/Zend/zend_ini_parser.c
Installing PHP SAPI module:       embed
cp: libs/libphp.a: No such file or directory
make: *** [install-sapi] Error 1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-06-26 08:08 UTC] nikic@php.net
-Assigned To: +Assigned To: dmitry
 [2020-06-26 08:08 UTC] nikic@php.net
Likely related to Dmitry's shared/static library build changes.
 [2020-06-29 08:14 UTC] dmitry@php.net
Automatic comment on behalf of dmitry@zend.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=46e38a192751be02ff95d56fb0c6c18ec4d7d6df
Log: Fixed bug #79737 (Building embed as static fails during install step).
 [2020-06-29 08:14 UTC] dmitry@php.net
-Status: Assigned +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC