php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74136 Can't compile extension using PECL
Submitted: 2017-02-20 18:28 UTC Modified: 2017-10-24 17:19 UTC
From: reynierpm at gmail dot com Assigned:
Status: Suspended Package: scream (PECL)
PHP Version: 7.1.2 OS: Ubuntu 16.0.4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: reynierpm at gmail dot com
New email:
PHP Version: OS:

 

 [2017-02-20 18:28 UTC] reynierpm at gmail dot com
Description:
------------
- Installed php7.1-dev
- Trying to install scream using PECL as follow: `pecl install channel://pecl.php.net/scream-0.1.0` generate the following error:

running: make
/bin/bash /tmp/pear/temp/pear-build-defaultuserVnPvwy/scream-0.1.0/libtool --mode=compile cc  -I. -I/tmp/pear/temp/scream -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserVnPvwy/scream-0.1.0/include -I/tmp/pear/temp/pear-build-defaultuserVnPvwy/scream-0.1.0/main -I/tmp/pear/temp/scream -I/usr/include/php/20160303 -I/usr/include/php/20160303/main -I/usr/include/php/20160303/TSRM -I/usr/include/php/20160303/Zend -I/usr/include/php/20160303/ext -I/usr/include/php/20160303/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/scream/scream.c -o scream.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/scream -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserVnPvwy/scream-0.1.0/include -I/tmp/pear/temp/pear-build-defaultuserVnPvwy/scream-0.1.0/main -I/tmp/pear/temp/scream -I/usr/include/php/20160303 -I/usr/include/php/20160303/main -I/usr/include/php/20160303/TSRM -I/usr/include/php/20160303/Zend -I/usr/include/php/20160303/ext -I/usr/include/php/20160303/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/scream/scream.c  -fPIC -DPIC -o .libs/scream.o
In file included from /tmp/pear/temp/scream/scream.c:26:0:
/tmp/pear/temp/scream/php_scream.h:30:40: fatal error: ext/standard/php_smart_str.h: No such file or directory
compilation terminated.
Makefile:193: recipe for target 'scream.lo' failed
make: *** [scream.lo] Error 1
ERROR: `make' failed


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-02-23 11:44 UTC] cmb@php.net
-Status: Open +Status: Verified -Assigned To: +Assigned To: johannes
 [2017-02-23 11:44 UTC] cmb@php.net
According to the latest commit in trunk[1], scream 0.1.0 isn't
even compatible with PHP 5.5. Actually, it seems that the
extension is unmaintained. Johannes?
 [2017-10-24 05:22 UTC] kalle@php.net
-Status: Verified +Status: Assigned
 [2017-10-24 06:52 UTC] kalle@php.net
-Status: Assigned +Status: Open -Assigned To: johannes +Assigned To:
 [2017-10-24 17:19 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2017-10-24 17:19 UTC] cmb@php.net
It seems that PECL/scream is no longer being maintained, so I'm
suspending this ticket.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Oct 27 16:01:27 2024 UTC