php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58324 make fails: 'tsrm_ls' undeclared
Submitted: 2008-08-24 08:24 UTC Modified: 2008-08-25 12:12 UTC
From: cweiske@php.net Assigned:
Status: Closed Package: inclued (PECL)
PHP Version: 5_2 CVS-2008-08-24 (dev) OS:
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cweiske@php.net
New email:
PHP Version: OS:

 

 [2008-08-24 08:24 UTC] cweiske@php.net
Description:
------------
Trying to install inclued via "pecl install inclued-alpha" gives me an error.

Reproduce code:
---------------
$ pecl install inclued-alpha 

Expected result:
----------------
package gets installed

Actual result:
--------------
/mnt/temporary/tmp/pear/install/inclued/inclued.c: In function 'pack_output':
/mnt/temporary/tmp/pear/install/inclued/inclued.c:158: error: 'tsrm_ls' undeclared (first use in this function)
/mnt/temporary/tmp/pear/install/inclued/inclued.c:158: error: (Each undeclared identifier is reported only once
/mnt/temporary/tmp/pear/install/inclued/inclued.c:158: error: for each function it appears in.)
make: *** [inclued.lo] Error 1
ERROR: `make' failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-25 12:12 UTC] gopalv82 at yahoo dot com
My bad, it's fixed in CVS now

http://news.php.net/php.pecl.cvs/11269

(takes #1 spot for oddest place I've fixed a bug in - was 
 on a highway roadside near Coimbatore, trying to look up a
 phone number ... )
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC