php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58687 does not build with php-5.3.x
Submitted: 2009-05-19 09:24 UTC Modified: 2010-11-21 20:55 UTC
From: oeriksson at mandriva dot com Assigned: martynas (profile)
Status: Closed Package: htscanner (PECL)
PHP Version: 5.3.0RC2 OS: Mandriva Cooker
Private report: No CVE-ID: None
 [2009-05-19 09:24 UTC] oeriksson at mandriva dot com
Description:
------------
htscanner 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/htscanner-0.9.0 -DPHP_ATOM_INC -I/home/oden/RPM/BUILD/htscanner-0.9.0/include -I/home/oden/RPM/BUILD/htscanner-0.9.0/main -I/home/oden/RPM/BUILD/htscanner-0.9.0 -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/htscanner-0.9.0/htscanner.c  -fPIC -DPIC -o .libs/htscanner.o
/home/oden/RPM/BUILD/htscanner-0.9.0/htscanner.c:408:30: error: macro "RETURN_FAILURE" passed 2 arguments, but takes just 1
/home/oden/RPM/BUILD/htscanner-0.9.0/htscanner.c: In function 'htscanner_main':
/home/oden/RPM/BUILD/htscanner-0.9.0/htscanner.c:408: error: 'RETURN_FAILURE' undeclared (first use in this function)
/home/oden/RPM/BUILD/htscanner-0.9.0/htscanner.c:408: error: (Each undeclared identifier is reported only once
/home/oden/RPM/BUILD/htscanner-0.9.0/htscanner.c:408: error: for each function it appears in.)
[...]

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-21 20:55 UTC] martynas at venck dot us
htscanner-trunk builds again on php-src-5.3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC