php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56013 PHP5-RC1 won't install through pear
Submitted: 2004-03-23 16:52 UTC Modified: 2005-10-23 09:40 UTC
From: kenneth at clearplanet dot co dot za Assigned:
Status: Not a bug Package: apd (PECL)
PHP Version: 5CVS-2004-03-23 (dev) OS: Redhat 9
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: kenneth at clearplanet dot co dot za
New email:
PHP Version: OS:

 

 [2004-03-23 16:52 UTC] kenneth at clearplanet dot co dot za
Description:
------------
I tried installing apd using pear install apd-0.4p2.tgz and got the following error:

/tmp/tmpru90gF/apd-0.4p2/php_apd.c: In function `apd_get_active_function_name':
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:384: structure has no member named `ce'
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:385: structure has no member named `ce'
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:389: request for member `ptr' in something not a structure or union
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:390: request for member `ptr' in something not a structure or union
/tmp/tmpru90gF/apd-0.4p2/php_apd.c: At top level:
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:653: warning: initialization makes integer from pointer without a cast
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:655: warning: initialization makes integer from pointer without a cast
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:656: warning: excess elements in struct initializer
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:656: warning: (near initialization for `apd_module_entry')
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:682: `OnUpdateInt' undeclared here (not in a
function)
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:682: initializer element is not constant
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:682: (near initialization for `ini_entries[1].on_modify')
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:682: initializer element is not constant
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:682: (near initialization for `ini_entries[1]')
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:683: initializer element is not constant
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:683: (near initialization for `ini_entries[2]')
/tmp/tmpru90gF/apd-0.4p2/php_apd.c: In function `apd_execute_internal':
/tmp/tmpru90gF/apd-0.4p2/php_apd.c:760: request for member `ptr' in something not a structure or union
make: *** [php_apd.lo] Error 1
`make' failed


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-12 08:59 UTC] tom at integraclick dot com
Same using Gentoo 

/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c: In function `apd_get_active_function_name':
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:384: error: structure has no member named `ce'
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:385: error: structure has no member named `ce'
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:389: error: request for member `ptr' in something not a structure or union
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:390: error: request for member `ptr' in something not a structure or union
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c: At top level:
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:653: warning: initialization makes integer from pointer without a cast
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:655: warning: initialization makes integer from pointer without a cast
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:656: warning: excess elements in struct initializer
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:656: warning: (near initialization for `apd_module_entry')
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:681: error: `OnUpdateInt' undeclared here (not in a function)
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:681: error: initializer element is not constant
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:681: error: (near initialization for `ini_entries[1].on_modify')
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:681: error: initializer element is not constant
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:681: error: (near initialization for `ini_entries[1]')
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:683: error: initializer element is not constant
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:683: error: (near initialization for `ini_entries[2]')
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c: In function `apd_execute_internal':
/tmp/tmpcUiwK7/apd-0.4p2/php_apd.c:760: error: request for member `ptr' in something not a structure or union
 [2004-04-14 17:16 UTC] tom at integraclick dot com
Grabbed a CVS version worked fine.
 [2005-10-23 09:40 UTC] mike@php.net
Lingered to death.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 11:01:30 2024 UTC