From:             
Operating system: AIX 6.1
PHP version:      5.3.8
Package:          Compile Failure
Bug Type:         Feature/Change Request
Bug description:make is failing for date/lib/parse_tz.lo

Description:
------------
configurung with this command line parameters:
./configure --prefix=/usr/local
--with-apxs2=/export/opt/quikremit/apache2/bin/apxs
--with-config-file-path=/export/opt/quikremit/apache2/conf --with-gd
--with-zlib-dir=/opt/freeware/lib --enable-shared --disable-static
--with-png --with-zlib --with-bz2 --with-xml
--with-jpeg-dir=/opt/freeware/lib --with-png-dir=/opt/freeware/lib
--with-xpm-dir=/opt/freeware/lib  --host=powerpc-ibm-aix6.1.0.0

after this i am running 
make

But it is failing with below error code:

Assembler:
/tmp//ccksvqSL.s: line 1541: 1252-040 The specified expression is not
valid.
        Make sure that all symbols are defined.
        Check the rules on symbols used in an arithmetic expression
        concerning relocation.
make: *** [ext/date/lib/parse_tz.lo] Error 1

Test script:
---------------
make is failing on below code:

/bin/sh /export/opt/quikremit/pqapp/php/php-5.3.8/libtool --silent
--preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/
-I/export/opt/quikremit/pqapp/php/php-5.3.8/ext/date/ -DPHP_ATOM_INC
-I/export/opt/quikremit/pqapp/php/php-5.3.8/include
-I/export/opt/quikremit/pqapp/php/php-5.3.8/main
-I/export/opt/quikremit/pqapp/php/php-5.3.8
-I/export/opt/quikremit/pqapp/php/php-5.3.8/ext/date/lib
-I/export/opt/quikremit/pqapp/php/php-5.3.8/ext/ereg/regex
-I/usr/local/include/libxml2
-I/export/opt/quikremit/pqapp/php/php-5.3.8/ext/sqlite3/libsqlite
-I/export/opt/quikremit/pqapp/php/php-5.3.8/TSRM
-I/export/opt/quikremit/pqapp/php/php-5.3.8/Zend    -I/usr/include -g -O2
-fvisibility=hidden   -c
/export/opt/quikremit/pqapp/php/php-5.3.8/ext/date/lib/parse_tz.c -o
ext/date/lib/parse_tz.lo


Expected result:
----------------
make should be successful with no errors



Actual result:
--------------
Assembler:
/tmp//ccf46yBi.s: line 1541: 1252-040 The specified expression is not
valid.
        Make sure that all symbols are defined.
        Check the rules on symbols used in an arithmetic expression
        concerning relocation.
make: *** [ext/date/lib/parse_tz.lo] Error 1

-- 
Edit bug report at https://bugs.php.net/bug.php?id=60044&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=60044&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=60044&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=60044&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=60044&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=60044&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=60044&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=60044&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=60044&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=60044&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=60044&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=60044&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=60044&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=60044&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=60044&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=60044&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=60044&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=60044&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=60044&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=60044&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=60044&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=60044&r=mysqlcfg

Reply via email to