Custom Query (313 matches)
Results (13 - 15 of 313)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#108 | fixed | compile failure on php 5.2.2 | moo | utdrmac |
Description |
[root@localhost src]# wget http://.../xcache-1.0.3.tar.gz [root@localhost src]# tar -xvzf xcache-1.0.3.tar.gz && cd xcache [root@localhost xcache]# phpize [root@localhost xcache]# ./configure --enable-xcache 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 gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc and cc understand -c and -o together... yes 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/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 checking for PHP extension directory... /usr/lib/php/extensions/no-debug-non-zts-20060613 checking for PHP installed headers prefix... /usr/include/php checking for re2c... no configure: WARNING: You will need re2c 0.9.11 or later if you want to regenerate PHP parsers. checking for gawk... gawk checking for XCache support... yes, shared checking for XCache optimizer... no checking for XCache coverager... no checking for XCache assembler... no checking for XCache disassembler... no checking for XCache encoder... no checking for XCache decoder... no checking for XCache self test... no checking for gawk... /usr/bin/gawk checking for m4... /usr/bin/m4 checking for grep... (cached) /bin/grep checking for sed... /bin/sed checking for indent... /usr/bin/indent checking if you have opcode_spec_def.h for XCache... no checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -E 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes configure: creating ./config.status config.status: creating config.h [root@localhost xcache]# make gcc -I. -I/usr/src/xcache -DPHP_ATOM_INC -I/usr/src/xcache/include -I/usr/src/xcache/main -I/usr/src/xcache -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 -DHAVE_CONFIG_H -g -O2 -E /usr/src/xcache/includes.c -o ./includes.i ./structinfo.m4 is optional if XCache test is not enabled, feel free if it awk failed to produce it /usr/bin/gawk -f /usr/src/xcache/mkstructinfo.awk < ./includes.i > ./structinfo.m4.tmp && mv -f ./structinfo.m4.tmp ./structinfo.m4 /usr/bin/m4 -D srcdir="/usr/src/xcache" -D builddir="." /usr/src/xcache/processor/main.m4 > ./processor.out.tmp AUTOCHECK INFO: runtime autocheck Disabled (optimized build) AUTOCHECK INFO: zend_compiled_variable: processor looks good AUTOCHECK INFO: zend_try_catch_element: processor looks good AUTOCHECK ERROR: ==== calc zend_brk_cont_element ================= AUTOCHECK expected: start,cont,brk,parent AUTOCHECK missing : start AUTOCHECK INFO: HashTable: processor looks good AUTOCHECK INFO: zval: processor looks good AUTOCHECK INFO: zend_arg_info: processor looks good AUTOCHECK ERROR: ==== calc zend_property_info ================= AUTOCHECK expected: flags,name,name_length,h,doc_comment,doc_comment_len,ce AUTOCHECK missing : ce AUTOCHECK INFO: zend_class_entry: processor looks good AUTOCHECK INFO: znode: processor looks good AUTOCHECK INFO: zend_op: processor looks good AUTOCHECK INFO: zend_op_array: processor looks good AUTOCHECK INFO: xc_funcinfo_t: processor looks good AUTOCHECK INFO: xc_classinfo_t: processor looks good AUTOCHECK INFO: xc_entry_data_php_t: processor looks good AUTOCHECK INFO: xc_entry_data_var_t: processor looks good AUTOCHECK INFO: xc_entry_t: processor looks good AUTOCHECK ERROR: ==== store zend_brk_cont_element ================= AUTOCHECK ERROR: ==== store zend_property_info ================= AUTOCHECK ERROR: ==== restore zend_brk_cont_element ================= AUTOCHECK ERROR: ==== restore zend_property_info ================= AUTOCHECK ERROR: ==== dprint zend_brk_cont_element ================= AUTOCHECK ERROR: ==== dprint zend_property_info ================= AUTOCHECK ERROR: ==== dasm zend_brk_cont_element ================= AUTOCHECK ERROR: ==== dasm zend_property_info ================= AUTOCHECK ERROR: ==== asm zend_brk_cont_element ================= AUTOCHECK ERROR: ==== asm zend_property_info ================= make: *** [processor.out] Error 1 [root@localhost xcache]# php -v PHP 5.2.2 (cli) (built: Jun 15 2007 09:40:37) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with Zend Extension Manager v1.2.0, Copyright (c) 2003-2006, by Zend Technologies with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies [root@localhost xcache]# uname -a Linux localhost.localdomain 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux [root@localhost xcache]# gcc -v Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20070502 (Red Hat 4.1.2-12) |
|||
#234 | duplicate | Fatal Error with conditional class definition. | moo | tuccen |
Description |
With Zend Framework the class definition of the Zend_Exception takes care of the php version and so php < 5.3 triggers an Fatal Error beacause both defnitions are in the same file. Please have a look at ZF-8984 |
|||
#367 | fixed | AUTOCHECK ERROR: ==== store zend_op_array ================= in 3.2.0 | moo | trurl |
Description |
Can't compile version 3.2.0 (https://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gz) with php-5.6.20 (http://php.net/get/php-5.6.20.tar.xz/from/this/mirror) Doing all as wiki:BuildingFromSource , but *make* failed with AUTOCHECK ERROR: ==== store zend_op_array ================= AUTOCHECK ERROR: ==== restore zend_op_array ================= AUTOCHECK ERROR: ==== dprint zend_op_array ================= AUTOCHECK ERROR: ==== dasm zend_op_array ================= build based on official https://hub.docker.com/_/php/ 5.6.20-fpm-alpine with svn://svn.lighttpd.net/xcache/trunk same error |