From:             Oscar dot Castillo at jpl dot nasa dot gov
Operating system: solaris 9
PHP version:      5CVS-2005-04-05 (dev)
PHP Bug Type:     Compile Failure
Bug description:  CVS PHP 5.1.x Compile error on Solaris 9

Description:
------------
I downloaded the latest CVS php5-200504041830 (as suggested in bug #32491)
and have failed to compile correctly. The configure options I use are as
follows:
./configure --prefix=/usr/local/php
--with-nsapi=/usr/ns-home/operational_server

This is the compile error I receive:

/bin/sh /usr/local/src/php_src/php5-200504041830/libtool --silent
--preserve-dup-deps --mode=compile
/usr/local/src/php_src/php5-200504041830/meta_ccld  -IZend/
-I/usr/local/src/php_src/php5-200504041830/Zend/ -DPHP_ATOM_INC
-I/usr/local/src/php_src/php5-200504041830/include
-I/usr/local/src/php_src/php5-200504041830/main
-I/usr/local/src/php_src/php5-200504041830
-I/usr/ns-home/operational_server/plugins/include
-I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/local/src/php_src/php5-200504041830/TSRM
-I/usr/local/src/php_src/php5-200504041830/Zend 
-D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT  -g -O2
-pthreads -DZTS   -c
/usr/local/src/php_src/php5-200504041830/Zend/zend_execute.c -o
Zend/zend_execute.lo -O0
/usr/ccs/bin/as: "/tmp/ccA7i1xh.s": error: symbol "zend_error" is used but
not defined
/usr/ccs/bin/as: "/tmp/ccA7i1xh.s": internal error:
evaluate_symbol_expression(): op 20?
make: *** [Zend/zend_execute.lo] Error 1

Thanks in advance for your help.

Reproduce code:
---------------
./configure --prefix=/usr/local/php
--with-nsapi=/usr/ns-home/operational_server

Expected result:
----------------
Successfull compilation of the latest CVS version of PHP 5

Actual result:
--------------
/bin/sh /usr/local/src/php_src/php5-200504041830/libtool --silent
--preserve-dup-deps --mode=compile
/usr/local/src/php_src/php5-200504041830/meta_ccld  -IZend/
-I/usr/local/src/php_src/php5-200504041830/Zend/ -DPHP_ATOM_INC
-I/usr/local/src/php_src/php5-200504041830/include
-I/usr/local/src/php_src/php5-200504041830/main
-I/usr/local/src/php_src/php5-200504041830
-I/usr/ns-home/operational_server/plugins/include
-I/usr/local/include/libxml2 -I/usr/local/include
-I/usr/local/src/php_src/php5-200504041830/TSRM
-I/usr/local/src/php_src/php5-200504041830/Zend 
-D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT  -g -O2
-pthreads -DZTS   -c
/usr/local/src/php_src/php5-200504041830/Zend/zend_execute.c -o
Zend/zend_execute.lo -O0
/usr/ccs/bin/as: "/tmp/ccA7i1xh.s": error: symbol "zend_error" is used but
not defined
/usr/ccs/bin/as: "/tmp/ccA7i1xh.s": internal error:
evaluate_symbol_expression(): op 20?
make: *** [Zend/zend_execute.lo] Error 1


-- 
Edit bug report at http://bugs.php.net/?id=32580&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32580&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32580&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32580&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32580&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32580&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32580&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32580&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32580&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32580&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32580&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32580&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32580&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32580&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32580&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32580&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32580&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32580&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32580&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32580&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32580&r=mysqlcfg

Reply via email to