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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
21 + 32 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 23:01:28 2024 UTC