Bug #51576 [Com]: compile failure on zend_float.c

2012-02-23 Thread phil dot nyc at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=51576edit=1

 ID: 51576
 Comment by: phil dot nyc at gmail dot com
 Reported by:i2r at pacbell dot net
 Summary:compile failure on zend_float.c
 Status: Assigned
 Type:   Bug
 Package:Compile Failure
 Operating System:   AIX 5.3
 PHP Version:5.3.2
 Assigned To:cseiler
 Block user comment: N
 Private report: N

 New Comment:

I'm receiving the same issue with 5.3.10:

/bin/sh /home/lawadm/php/php-5.3.10/libtool --silent --preserve-dup-deps --mode=
compile cc  -IZend/ -I/home/lawadm/php/php-5.3.10/Zend/ -DPHP_ATOM_INC -I/home/l
awadm/php/php-5.3.10/include -I/home/lawadm/php/php-5.3.10/main -I/home/lawadm/p
hp/php-5.3.10 -I/home/lawadm/php/php-5.3.10/ext/date/lib -I/home/lawadm/php/php-
5.3.10/ext/ereg/regex -I/usr/local/include/libxml2 -I/home/lawadm/php/php-5.3.10
/ext/sqlite3/libsqlite -I/home/lawadm/php/php-5.3.10/TSRM -I/home/lawadm/php/php
-5.3.10/Zend  -D_THREAD_SAFE  -I/usr/include -g -DZTS   -c /home/lawadm/php/php-
5.3.10/Zend/zend_float.c -o Zend/zend_float.lo
/home/lawadm/php/php-5.3.10/Zend/zend_float.c, line 33.9: 1506-579 (W) The __a
sm directive is ignored.
/home/lawadm/php/php-5.3.10/Zend/zend_float.c, line 34.9: 1506-579 (W) The __a
sm directive is ignored.
/home/lawadm/php/php-5.3.10/Zend/zend_float.c, line 44.10: 1506-276 (S) Syntax
 error: possible missing 'while'?
/home/lawadm/php/php-5.3.10/Zend/zend_float.c, line 48.17: 1506-579 (W) The __
asm directive is ignored.
/home/lawadm/php/php-5.3.10/Zend/zend_float.c, line 51.9: 1506-276 (S) Syntax
error: possible missing 'while'?
/home/lawadm/php/php-5.3.10/Zend/zend_float.c, line 55.1: 1506-276 (S) Syntax
error: possible missing 'while'?
/home/lawadm/php/php-5.3.10/Zend/zend_float.c, line 62.9: 1506-579 (W) The __a
sm directive is ignored.
/home/lawadm/php/php-5.3.10/Zend/zend_float.c, line 64.10: 1506-204 (S) Unexpe
cted end of file.
make: *** [Zend/zend_float.lo] Error 1
/home/lawadm/php/php-5.3.10


Previous Comments:

[2011-01-04 11:35:59] sebastian dot voort at metrosystems dot net

same here:
Compiler: VisualAge C++ Professional / C for AIX Compiler, Version 6
Make: GNU Make 3.80
PHP: 5.3.4
OS: AIX 5300-08-02-0822
Apache: Server version: IBM_HTTP_Server/2.0.47.1 Apache/2.0.47
/* $Id: zend_float.c 293155 2010-01-05 20:46:53Z sebastian $ */

/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 33.9: 1506-579 (W) 
The __asm directive is ignored.
/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 34.9: 1506-579 (W) 
The __asm directive is ignored.
/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 44.10: 1506-276 
(S) Syntax error: possible missing 'while'?
/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 48.17: 1506-579 
(W) The __asm directive is ignored.
/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 51.9: 1506-276 (S) 
Syntax error: possible missing 'while'?
/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 55.1: 1506-276 (S) 
Syntax error: possible missing 'while'?
/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 62.9: 1506-579 (W) 
The __asm directive is ignored.
/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 64.10: 1506-204 
(S) Unexpected end of file.
make: *** [Zend/zend_float.lo] Error 1

Configure:
configure --with-apxs2=/usr/IBMIHS/bin/apxs --prefix=/usr/PHP 
--with-oci8=/h000/oracle/product/11.1.0 --without-mysql --without-pear 
--with-zlib --with-gd --with-ttf --enable-gd-native-ttf 
--with-freetype-dir=/opt/freeware/ --enable-sigchild --enable-libxml 
--with-jpeg-dir=/opt/freeware --with-png-dir=/opt/freeware


[2010-04-23 23:10:30] 12r at pacbell dot net

OS AIX 5.3

build procedure  configure  make

./configure --with-oci8=/usr/local/opt/oracle/product/oraclient\
 --with-config-file-path=/xxx/xxx_apache_2_2_15_bundle/tools/conf\
 --with-apxs2=/xxx/xxx_apache_2_2_15_bundle/apache2/bin/apxs\
 --without-mysql\
 --enable-sockets\
 --prefix=/xxx/xxx_apache_2_2_15_bundle/tools\
 --enable-sigchild


[2010-04-22 20:03:39] csei...@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to Open.

Thank you for your interest in PHP.


Since I don't have Visual Age myself, I'd appreciate it if you could provide 
the following pieces of information:

* On which operating system are you using Visual Age?
* Which steps did you take to compile PHP? configure  make? If so, with which 
configure options?


[2010-04-22 02:14:42] ka...@php.net


Bug #51576 [Com]: compile failure on zend_float.c

2011-01-04 Thread sebastian dot voort at metrosystems dot net
Edit report at http://bugs.php.net/bug.php?id=51576edit=1

 ID: 51576
 Comment by: sebastian dot voort at metrosystems dot net
 Reported by:i2r at pacbell dot net
 Summary:compile failure on zend_float.c
 Status: Assigned
 Type:   Bug
 Package:Compile Failure
 Operating System:   AIX 5.3
 PHP Version:5.3.2
 Assigned To:cseiler
 Block user comment: N
 Private report: N

 New Comment:

same here:

Compiler: VisualAge C++ Professional / C for AIX Compiler, Version 6

Make: GNU Make 3.80

PHP: 5.3.4

OS: AIX 5300-08-02-0822

Apache: Server version: IBM_HTTP_Server/2.0.47.1 Apache/2.0.47

/* $Id: zend_float.c 293155 2010-01-05 20:46:53Z sebastian $ */



/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 33.9:
1506-579 (W) The __asm directive is ignored.

/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 34.9:
1506-579 (W) The __asm directive is ignored.

/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 44.10:
1506-276 (S) Syntax error: possible missing 'while'?

/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 48.17:
1506-579 (W) The __asm directive is ignored.

/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 51.9:
1506-276 (S) Syntax error: possible missing 'while'?

/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 55.1:
1506-276 (S) Syntax error: possible missing 'while'?

/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 62.9:
1506-579 (W) The __asm directive is ignored.

/h000/oracle/www/SOURCES/php-5.3.4/Zend/zend_float.c, line 64.10:
1506-204 (S) Unexpected end of file.

make: *** [Zend/zend_float.lo] Error 1



Configure:

configure --with-apxs2=/usr/IBMIHS/bin/apxs --prefix=/usr/PHP
--with-oci8=/h000/oracle/product/11.1.0 --without-mysql --without-pear
--with-zlib --with-gd --with-ttf --enable-gd-native-ttf
--with-freetype-dir=/opt/freeware/ --enable-sigchild --enable-libxml
--with-jpeg-dir=/opt/freeware --with-png-dir=/opt/freeware


Previous Comments:

[2010-04-23 23:10:30] 12r at pacbell dot net

OS AIX 5.3



build procedure  configure  make



./configure --with-oci8=/usr/local/opt/oracle/product/oraclient\

 --with-config-file-path=/xxx/xxx_apache_2_2_15_bundle/tools/conf\

 --with-apxs2=/xxx/xxx_apache_2_2_15_bundle/apache2/bin/apxs\

 --without-mysql\

 --enable-sockets\

 --prefix=/xxx/xxx_apache_2_2_15_bundle/tools\

 --enable-sigchild


[2010-04-22 20:03:39] csei...@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to Open.

Thank you for your interest in PHP.


Since I don't have Visual Age myself, I'd appreciate it if you could
provide the following pieces of information:



* On which operating system are you using Visual Age?

* Which steps did you take to compile PHP? configure  make? If so, with
which configure options?


[2010-04-22 02:14:42] ka...@php.net

Christian, here is some feedback for the rounding patch ;-)


[2010-04-16 23:02:21] i2r at pacbell dot net

version of zend_float.c



/* $Id: zend_float.c 293155 2010-01-05 20:46:53Z sebastian $ */


[2010-04-16 21:39:59] i2r at pacbell dot net

Description:

Compiler  IBM visual age ver 6

.../php-5.3.2/Zend/zend_float.c, line 33.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 34.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 44.10: 1506-276 (S) Syntax
error: possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 48.17: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 51.9: 1506-276 (S) Syntax error:
possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 55.1: 1506-276 (S) Syntax error:
possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 62.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 64.10: 1506-204 (S) Unexpected
end of file.

make: *** [Zend/zend_float.lo] Error 1







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


Bug #51576 [Com]: compile failure on zend_float.c

2010-04-23 Thread 12r at pacbell dot net
Edit report at http://bugs.php.net/bug.php?id=51576edit=1

 ID:   51576
 Comment by:   12r at pacbell dot net
 Reported by:  i2r at pacbell dot net
 Summary:  compile failure on zend_float.c
 Status:   Feedback
 Type: Bug
 Package:  Compile Failure
 Operating System: AIX 5.3
 PHP Version:  5.3.2
 Assigned To:  cseiler

 New Comment:

OS AIX 5.3



build procedure  configure  make



./configure --with-oci8=/usr/local/opt/oracle/product/oraclient\

 --with-config-file-path=/xxx/xxx_apache_2_2_15_bundle/tools/conf\

 --with-apxs2=/xxx/xxx_apache_2_2_15_bundle/apache2/bin/apxs\

 --without-mysql\

 --enable-sockets\

 --prefix=/xxx/xxx_apache_2_2_15_bundle/tools\

 --enable-sigchild


Previous Comments:

[2010-04-22 20:03:39] csei...@php.net

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to Open.

Thank you for your interest in PHP.


Since I don't have Visual Age myself, I'd appreciate it if you could
provide the following pieces of information:



* On which operating system are you using Visual Age?

* Which steps did you take to compile PHP? configure  make? If so, with
which configure options?


[2010-04-22 02:14:42] ka...@php.net

Christian, here is some feedback for the rounding patch ;-)


[2010-04-16 23:02:21] i2r at pacbell dot net

version of zend_float.c



/* $Id: zend_float.c 293155 2010-01-05 20:46:53Z sebastian $ */


[2010-04-16 21:39:59] i2r at pacbell dot net

Description:

Compiler  IBM visual age ver 6

.../php-5.3.2/Zend/zend_float.c, line 33.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 34.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 44.10: 1506-276 (S) Syntax
error: possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 48.17: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 51.9: 1506-276 (S) Syntax error:
possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 55.1: 1506-276 (S) Syntax error:
possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 62.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 64.10: 1506-204 (S) Unexpected
end of file.

make: *** [Zend/zend_float.lo] Error 1







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


Bug #51576 [Com]: compile failure on zend_float.c

2010-04-16 Thread i2r at pacbell dot net
Edit report at http://bugs.php.net/bug.php?id=51576edit=1

 ID:   51576
 Comment by:   i2r at pacbell dot net
 Reported by:  i2r at pacbell dot net
 Summary:  compile failure on zend_float.c
 Status:   Open
 Type: Bug
 Package:  Compile Failure
 Operating System: AIX 5.3
 PHP Version:  5.3.2

 New Comment:

version of zend_float.c



/* $Id: zend_float.c 293155 2010-01-05 20:46:53Z sebastian $ */


Previous Comments:

[2010-04-16 21:39:59] i2r at pacbell dot net

Description:

Compiler  IBM visual age ver 6

.../php-5.3.2/Zend/zend_float.c, line 33.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 34.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 44.10: 1506-276 (S) Syntax
error: possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 48.17: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 51.9: 1506-276 (S) Syntax error:
possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 55.1: 1506-276 (S) Syntax error:
possible missing 'while'?

.../php-5.3.2/Zend/zend_float.c, line 62.9: 1506-579 (W) The __asm
directive is ignored.

.../php-5.3.2/Zend/zend_float.c, line 64.10: 1506-204 (S) Unexpected
end of file.

make: *** [Zend/zend_float.lo] Error 1







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