php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58686 does not build with php-5.3.x
Submitted: 2009-05-19 09:07 UTC Modified: 2010-05-08 16:57 UTC
From: oeriksson at mandriva dot com Assigned:
Status: Closed Package: hidef (PECL)
PHP Version: 5.3.0RC2 OS: Mandriva Cooker
Private report: No CVE-ID: None
 [2009-05-19 09:07 UTC] oeriksson at mandriva dot com
Description:
------------
hdef does not build with php-5.3.x

Reproduce code:
---------------
as done usually

Expected result:
----------------
should build

Actual result:
--------------
[...]
libtool: compile:  cc -I. -I/home/oden/RPM/BUILD/hidef-0.1.1 -DPHP_ATOM_INC -I/home/oden/RPM/BUILD/hidef-0.1.1/include -I/home/oden/RPM/BUILD/hidef-0.1.1/main -I/home/oden/RPM/BUILD/hidef-0.1.1 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/usr/include/php -DHAVE_CONFIG_H-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fstack-protector-all -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -c /home/oden/RPM/BUILD/hidef-0.1.1/hidef.c  -fPIC -DPIC -o .libs/hidef.o
/home/oden/RPM/BUILD/hidef-0.1.1/hidef.c:92: error: duplicate 'static'
make: *** [hidef.lo] Error 1
make: *** Waiting for unfinished jobs....
/home/oden/RPM/BUILD/hidef-0.1.1/frozenarray.c:284: error: duplicate 'static'
/home/oden/RPM/BUILD/hidef-0.1.1/frozenarray.c:289: error: duplicate 'static'
/home/oden/RPM/BUILD/hidef-0.1.1/frozenarray.c: In function 'frozen_array_unserialize':
/home/oden/RPM/BUILD/hidef-0.1.1/frozenarray.c:625: warning: ignoring return value of 'fread', declared with attribute warn_unused_result
[...]

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-08 16:57 UTC] kalle@php.net
This bug has been fixed in SVN.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Already fixed in SVN a while ago
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 14:01:31 2024 UTC