php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79706 ./configure: line 5474/5579: -z: command not found
Submitted: 2020-06-16 16:39 UTC Modified: 2020-07-13 07:45 UTC
From: bugreports2 at gmail dot com Assigned: nikic (profile)
Status: Closed Package: Compile Failure
PHP Version: master-Git-2020-06-16 (Git) OS: Fedora 31
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 - 1 = ?
Subscribe to this entry?

 
 [2020-06-16 16:39 UTC] bugreports2 at gmail dot com
Description:
------------
for weeks php8-dev results in crashing binaries
maybe the configure errors are the reason, maybe not

it would be helpful if one could attach files here....

./configure: line 5474: -z: command not found
for ac_exec_ext in '' $ac_executable_extensions; do
    
./configure: line 5579: -z: command not found
test -z "$as_dir" && as_dir=.
 
buildconf: Checking installation
buildconf: autoconf version 2.69 (ok)
buildconf: Forcing buildconf. The configure files will be regenerated.
buildconf: Cleaning cache and configure files
buildconf: Rebuilding configure
buildconf: Rebuilding main/php_config.h.in
buildconf: Run ./configure to proceed with customizing the PHP build

[Tue Jun 16 18:33:24 2020] httpd[37462]: segfault at 0 ip 00007f260584dd91 sp 00007ffe16131430 error 4 in libphp.so[7f2605591000+557000]
[Tue Jun 16 18:33:24 2020] Code: 0c 0e 88 4a 02 48 89 fa eb 93 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 53 66 48 8d 3d 37 65 52 00 66 66 48 e8 cf 5b d4 ff <48> 83 38 00 74 11 48 8d 35 e2 ff ff ff bf 06 38 09 54 e8 c8 68 d4


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-06-16 18:34 UTC] nikic@php.net
-Status: Open +Status: Feedback
 [2020-06-16 18:34 UTC] nikic@php.net
What shell are you using?
 [2020-06-16 18:37 UTC] bugreports2 at gmail dot com
bash-5.0.17-1.fc31.x86_64 in context of rpmbuild
 [2020-06-16 18:58 UTC] nikic@php.net
Turns out I'm seeing this locally as well (also bash), but no idea what causes it. These are two out of many uses of "test -z".
 [2020-06-28 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2020-06-28 06:44 UTC] requinix@php.net
-Status: No Feedback +Status: Open
 [2020-07-13 07:45 UTC] nikic@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: nikic
 [2020-07-13 07:45 UTC] nikic@php.net
Fixed by 86e2b7bb70131b48636cded57e5bc62b81b79865.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC