php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69375 Stuck in making with Generating phar.php
Submitted: 2015-04-04 15:17 UTC Modified: 2020-11-01 04:22 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: ahyu at foxmail dot com Assigned: cmb (profile)
Status: No Feedback Package: *Compile Issues
PHP Version: 5.6.7 OS: CentOS 6.5 x86_64
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: ahyu at foxmail dot com
New email:
PHP Version: OS:

 

 [2015-04-04 15:17 UTC] ahyu at foxmail dot com
Description:
------------
We're installing PHP on our Server.
The OS is CentOS 6.5 x86_64.
We've settled all the problems and errors occurred during configuring and make it successful.
It seemed good when we entered 'make' until it was stuck on 'Generating phar.php'.
We waited and waited, but it seemed no more information updated.
It was halted on.
We had nothing to do but change the version of PHP, almost all PHP-5.3, 5.4, 5.5, and 5.6, but it was no use.
We've also searched on Search engine for a long time, but got no solution.
We hope somebody here could offer some help.
Thanks.

Test script:
---------------
# ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-gd=/usr/local/gd2 --with-libxml-dir=/usr/local/libxml2 --with-freetype-dir=/usr/local/freetype --with-mcrypt=/usr/local/libmcrypt --with-openssl=/usr/local/openssl --with-jpeg-dir=/usr/local/jpeg --with-png-dir=/usr/local/libpng --with-zlib --with-zlib-dir=/usr/local/zlib --with-gettext --with-curl=/usr/local/curl --with-ldap=/usr/local/ldap --with-iconv --enable-gd-native-ttf --enable-ftp --enable-mbstring  --enable-calendar --enable-magic-quotes --enable-sockets --enable-sysvsem --enable-sysvshm --enable-sysvmsg --enable-pcntl --enable-shmop 
# make

Expected result:
----------------
Compile complete and successfully.

Actual result:
--------------
Compiling paused as below for a long time:

Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_ts_hash.lo Zend/zend_stream.lo Zend/zend_iterators.lo Zend/zend_interfaces.lo Zend/zend_exceptions.lo Zend/zend_strtod.lo Zend/zend_gc.lo Zend/zend_closures.lo Zend/zend_float.lo Zend/zend_objects.lo Zend/zend_object_handlers.lo Zend/zend_objects_API.lo Zend/zend_default_classes.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/php_cli_readline.lo main/internal_functions_cli.lo -lcrypt -lcrypt -lrt -lmysqlclient_r -lmcrypt -lltdl -lldap -llber -lgd -lfreetype -lpng -lz -ljpeg -lssl -lcrypto -lcurl -lz -lssl -lcrypto -lm -ldl -lnsl -lxml2 -lm -ldl -lcurl -lxml2 -lm -ldl -lmysqlclient_r -lz -lcrypt -lnsl -lm -lxml2 -lm -ldl -lcrypt -lxml2 -lm -ldl -lxml2 -lm -ldl -lxml2 -lm -ldl -lcrypt  -o sapi/cli/php
Generating phar.php

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-10-18 18:01 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2020-10-18 18:01 UTC] cmb@php.net
Is that still a problem with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-11-01 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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC