ID:               39795
 Updated by:       [EMAIL PROTECTED]
 Reported By:      michael dot kurz at lrp dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: AIX 5.2, ML08-01
 PHP Version:      5CVS-2006-12-11 (snap)
 New Comment:

Argh.. Is it possible to install GNU patchutils?
AIX seems to have some kind of broken "patch", which does not
understand unified diffs.


Previous Comments:
------------------------------------------------------------------------

[2006-12-11 13:02:16] michael dot kurz at lrp dot de

Hi,

Im not able to apply the patch
Look here:

[EMAIL PROTECTED]:/repository/php-src# patch -p0 < crypt_r.diff
Hmm...  I can't seem to find a patch in there anywhere.
[EMAIL PROTECTED]:/repository/php-src#

What is the mistake?
crypt_r.diff is located the the php-src directory
-rwxr-xr-x   1 root     system         3545 Dec 11 13:35 crypt_r.diff

------------------------------------------------------------------------

[2006-12-11 12:28:33] [EMAIL PROTECTED]

Please try this patch:
http://tony2001.phpclub.net/dev/tmp/crypt_r.diff
apply it with patch -p0 < crypt_r.diff, then run 
./buildconf && ./config.nice && make

------------------------------------------------------------------------

[2006-12-11 08:52:06] michael dot kurz at lrp dot de

Description:
------------
snap = php5.2-200612110530
aix level see above
Compiler = C for Aix 6.0

configure without any failures
make crashes after a while with rc=1

base version any many snaps tested with same or similar results

Reproduce code:
---------------
./configure --with-oci8=/dba/app/oracle/102
--with-oracle=/dba/app/oracle/102 --enable-sigchild

make 

.
.
.


Expected result:
----------------
Should compile properly.

Actual result:
--------------
        /bin/sh /tempdata/xxx/php5.2-200612110530/libtool --silent
--preserve-dup-deps --mode=compile cc  -Iext/standard/
-I/tempdata/xxx/php5.2-200612110530/ext/standa
rd/ -DPHP_ATOM_INC -I/tempdata/xxx/php5.2-200612110530/include
-I/tempdata/xxx/php5.2-200612110530/main
-I/tempdata/xxx/php5.2-200612110530 -I/opt/freeware/include/libx
ml2 -I/tempdata/xxx/php5.2-200612110530/ext/date/lib
-I/dba/app/oracle/102/rdbms/public -I/dba/app/oracle/102/rdbms/demo
-I/dba/app/oracle/102/plsql/public -I/tempdata/
xxx/php5.2-200612110530/TSRM -I/tempdata/xxx/php5.2-200612110530/Zend  
 -I/usr/include -g  -c
/tempdata/xxx/php5.2-200612110530/ext/standard/crc32.c -o
ext/standard/cr
c32.lo 
        /bin/sh /tempdata/xxx/php5.2-200612110530/libtool --silent
--preserve-dup-deps --mode=compile cc  -Iext/standard/
-I/tempdata/xxx/php5.2-200612110530/ext/standa
rd/ -DPHP_ATOM_INC -I/tempdata/xxx/php5.2-200612110530/include
-I/tempdata/xxx/php5.2-200612110530/main
-I/tempdata/xxx/php5.2-200612110530 -I/opt/freeware/include/libx
ml2 -I/tempdata/xxx/php5.2-200612110530/ext/date/lib
-I/dba/app/oracle/102/rdbms/public -I/dba/app/oracle/102/rdbms/demo
-I/dba/app/oracle/102/plsql/public -I/tempdata/
xxx/php5.2-200612110530/TSRM -I/tempdata/xxx/php5.2-200612110530/Zend  
 -I/usr/include -g  -c
/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c -o
ext/standard/cr
ypt.lo 
"/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 150.24:
1506-007 (S) "struct crypt_data" is undefined.
"/tempdata/xxx/php5.2-200612110530/ext/standard/crypt.c", line 152.17:
1506-196 (W) Initialization between types "unsigned char*" and "int" is
not allowed.
make: The error code from the last command is 1.


Stop.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39795&edit=1

Reply via email to