php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74801 Installation process broken and it does not finish
Submitted: 2017-06-22 21:52 UTC Modified: 2017-06-23 08:58 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: jjlemire at gmail dot com Assigned:
Status: Duplicate Package: *General Issues
PHP Version: 7.2.0alpha2 OS: Ubuntu
Private report: No CVE-ID: None
 [2017-06-22 21:52 UTC] jjlemire at gmail dot com
Description:
------------
the command: make install
is producing at the end:

Installing shared extensions:     /home/niceuser/WebPHP/php72a/lib/php/extensions/no-debug-non-zts-20160731/
Installing PHP CLI binary:        /home/niceuser/WebPHP/php72a/bin/
Installing PHP CLI man page:      /home/niceuser/WebPHP/php72a/php/man/man1/
Installing phpdbg binary:         /home/niceuser/WebPHP/php72a/bin/
Installing phpdbg man page:       /home/niceuser/WebPHP/php72a/php/man/man1/
Installing PHP CGI binary:        /home/niceuser/WebPHP/php72a/bin/
Installing PHP CGI man page:      /home/niceuser/WebPHP/php72a/php/man/man1/
Installing build environment:     /home/niceuser/WebPHP/php72a/lib/php/build/
Installing header files:          /home/niceuser/WebPHP/php72a/include/php/
Installing helper programs:       /home/niceuser/WebPHP/php72a/bin/
  program: phpize
  program: php-config
Installing man pages:             /home/niceuser/WebPHP/php72a/php/man/man1/
  page: phpize.1
  page: php-config.1
Installing PEAR environment:      /home/niceuser/WebPHP/php72a/lib/php/
Makefile:449: recipe for target 'install-pear-installer' failed
make[1]: *** [install-pear-installer] Error 255
Makefile:452: recipe for target 'install-pear' failed
make: *** [install-pear] Error 2

I have 7.1.6 compiled and installed everything -- no problem,

Test script:
---------------
make install

Expected result:
----------------
Complete installation

Actual result:
--------------
fail!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-06-22 23:50 UTC] kevin at kstich dot com
This is a duplicate of https://bugs.php.net/bug.php?id=74723. The issue does persist to 7.2a2.
 [2017-06-23 08:58 UTC] nikic@php.net
-Status: Open +Status: Duplicate
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC