php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21959 Compile failure
Submitted: 2003-01-30 00:08 UTC Modified: 2003-01-30 18:32 UTC
From: ct at swin dot edu dot au Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.0 OS: Tru64 UNIX 5.1A
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ct at swin dot edu dot au
New email:
PHP Version: OS:

 

 [2003-01-30 00:08 UTC] ct at swin dot edu dot au
PHP 4.3.0 compile fails on Tru64 UNIX 5.1A PK3

php4-STABLE-200301291030 also experiences the same problem.

gcc 3.0.4
Compaq C compiler 6.4-215
GNU make 3.78.1


/bin/ksh libtool --silent --mode=compile gcc  -Imain/ -I/usr/local/src/php-4.3.0/main/ -DPHP_ATOM_INC -I/usr/local/src/php-4.3.0/include -I/usr/local/src/php-4.3.0/main -I/usr/local/src/php-4.3.0 -I/usr/local/src/php-4.3.0/Zend -I/usr/local/src/php-4.3.0/ext/xml/expat  -DOSF1 -DUSE_HSREGEX -DUSE_EXPAT -I/usr/local/src/php-4.3.0/TSRM  -g -O2  -prefer-pic -c /usr/local/src/php-4.3.0/main/streams.c -o main/streams.lo 
/usr/local/src/php-4.3.0/main/streams.c: In function `_php_stream_stat':
/usr/local/src/php-4.3.0/main/streams.c:677: structure has no member named `_F64_stat'
/usr/local/src/php-4.3.0/main/streams.c: In function `php_stdiop_cast':
/usr/local/src/php-4.3.0/main/streams.c:1512: warning: cast to pointer from integer of different size
make: *** [main/streams.lo] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-30 00:53 UTC] magnus@php.net
It might be better to try latest PHP5 snapshot from 
http://snaps.php.net instead. 
 [2003-01-30 01:21 UTC] ct at swin dot edu dot au
The CVS snapshot for PHP5 (php5-200301300630) compiles successfully.
 [2003-01-30 05:12 UTC] derick@php.net
Good, considering it fixed then, you might also want to try a snapshot from http://snaps.php.net/php4-STABLE-latest.tar.gz to check if the fix will be included in 4.3.1 too.

Derick
 [2003-01-30 18:32 UTC] ct at swin dot edu dot au
php4-STABLE-latest (200301302230) now compiles successfully.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 16:01:34 2025 UTC