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
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: maroszek at gmx dot net
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 05:01:29 2024 UTC