php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59711 spread compilation error
Submitted: 2011-04-12 13:10 UTC Modified: 2011-06-05 15:20 UTC
From: a dot reznik at astrotech-co dot ru Assigned:
Status: Closed Package: spread (PECL)
PHP Version: 5.3.2 OS: Ubuntu 10.04.2 LTS
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 !
Your email address:
MUST BE VALID
Solve the problem:
23 + 1 = ?
Subscribe to this entry?

 
 [2011-04-12 13:10 UTC] a dot reznik at astrotech-co dot ru
Description:
------------
 pecl install spread
downloading spread-2.1.0.tgz ...
Starting to download spread-2.1.0.tgz (9,437 bytes)
.....done: 9,437 bytes
4 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
spread path prefix [autodetect] : 
building in /tmp/pear/temp/pear-build-rootskQ0Gj/spread-2.1.0
running: /tmp/pear/temp/spread/configure --with-spread
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20090626
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for php_spread support... yes, shared
checking for egrep... (cached) /bin/grep -E
checking for a sed that does not truncate output... (cached) /bin/sed
checking for libspread in default path... found in /usr
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking /usr/include/sp.h usability... yes
checking /usr/include/sp.h presence... yes
checking for /usr/include/sp.h... yes
checking /usr/include/sp_events.h usability... yes
checking /usr/include/sp_events.h presence... yes
checking for /usr/include/sp_events.h... yes
checking for spread... no
Spread 3.17.3 or superior...found
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
running: make
/bin/bash /tmp/pear/temp/pear-build-rootskQ0Gj/spread-2.1.0/libtool --mode=compile cc  -I. -I/tmp/pear/temp/spread -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootskQ0Gj/spread-2.1.0/include -I/tmp/pear/temp/pear-build-rootskQ0Gj/spread-2.1.0/main -I/tmp/pear/temp/spread -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/spread/php_spread.c -o php_spread.lo
libtool: compile:  cc -I. -I/tmp/pear/temp/spread -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-rootskQ0Gj/spread-2.1.0/include -I/tmp/pear/temp/pear-build-rootskQ0Gj/spread-2.1.0/main -I/tmp/pear/temp/spread -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/spread/php_spread.c  -fPIC -DPIC -o .libs/php_spread.o
/tmp/pear/temp/spread/php_spread.c:49: error: duplicate ?static?
/tmp/pear/temp/spread/php_spread.c: In function ?zif_spread_receive?:
/tmp/pear/temp/spread/php_spread.c:870: error: ?membership_info? undeclared (first use in this function)
/tmp/pear/temp/spread/php_spread.c:870: error: (Each undeclared identifier is reported only once
/tmp/pear/temp/spread/php_spread.c:870: error: for each function it appears in.)
/tmp/pear/temp/spread/php_spread.c:870: error: expected ?;? before ?memb_info?
make: *** [php_spread.lo] Ошибка 1
ERROR: `make' failed

Expected result:
----------------
spread module installed

Actual result:
--------------
compilation failed

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-25 16:14 UTC] php at wheelhouse dot org
The 2.1 release is years out of date.

To fix this issue, download the current source from CVS, or 
apply the below patch which should bring your php_spread.c 
up to date.

This will not work with "pecl install."  The people 
maintaining this module do so for their own personal benefit 
and don't appear to prioritize keeping releases up to date 
for others to use.  (Perils of "free" I guess.)

To build it by hand, briefly:

1) Download the 2.1 release. ("Download Latest" on the 
package home page)
2) Extract it. (tar -xf)
3) Apply the patch below. (patch)
4) Preconfigure it.  (phpize)
5) Configure it. (./configure)
6) Build it. (make)
7) Install it. (make install)

--- php_spread.c.orig	2011-05-24 08:26:40.000000000 +0000
+++ php_spread.c	2011-05-24 08:28:30.000000000 +0000
@@ -17,7 +17,7 @@
   |         Rob Richards <rrichards@php.net>                             
|
   +--------------------------------------------------------
--------------+
 */
-/* $Id: php_spread.c,v 1.54 2008/10/22 16:23:29 rrichards 
Exp $ */
+/* $Id$ */
 
 #include "config.h"
 
@@ -45,7 +45,6 @@
 static int le_conn;
 
 /* {{{ arginfo */
-static
 ZEND_BEGIN_ARG_INFO_EX(arginfo_spread_connect, 0, 0, 1)
 	ZEND_ARG_INFO(0, spread_daemon)
 	ZEND_ARG_INFO(0, private_name)
@@ -105,7 +104,7 @@
 
 /* {{{ spread_functions[] */
 
-function_entry spread_functions[] = {
+zend_function_entry spread_functions[] = {
 	PHP_FE(spread_connect, arginfo_spread_connect)
 	PHP_FE(spread_multicast, arginfo_spread_multicast)
 	PHP_FE(spread_disconnect, arginfo_spread_disconnect)
@@ -358,7 +357,7 @@
 	{
 		php_info_print_table_row(2, "Spread", 
"enabled");
 		php_info_print_table_row(2, "Version", 
PHP_SPREAD_VERSION);
-		php_info_print_table_row(2, "CVS Id", "$Id: 
php_spread.c,v 1.54 2008/10/22 16:23:29 rrichards Exp $");
+		php_info_print_table_row(2, "CVS Id", 
"$Id$");
 		if (SP_version( &mver, &miver, &pver)) {
 			snprintf(sp_version, 128, 
"%d.%d.%d", mver, miver, pver);
 			php_info_print_table_row(2, "Spread 
version", sp_version);
@@ -423,7 +422,7 @@
 	mailbox *mbox = NULL;
 	char private_group[MAX_GROUP_NAME];
 	int rsrc_id;
-	list_entry *le;
+	zend_rsrc_list_entry *le;
 
 #ifdef ZEND_ENGINE_2
 	zval *this = getThis();
@@ -867,7 +866,9 @@
 
 		if (Is_reg_memb_mess(stype)) {
 			/* join/leave/disconnect/network */
+#if (SPREAD_VERSION >> 24) >= 4
 			membership_info memb_info;
+#endif
 			char *changed_member;
 
 			add_assoc_long(return_value, 
"group_size", ngrps);
 [2011-06-05 15:20 UTC] felipe@php.net
The trunk version is building just fine.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC