[PHP-BUG] Bug #55141 [NEW]: make fails

2011-07-05 Thread ddrirc at gmail dot com
From: 
Operating system: Linux
PHP version:  5.4SVN-2011-07-05 (snap)
Package:  Compile Failure
Bug Type: Bug
Bug description:make fails

Description:

Trying to test php5.4-201107052030, configure worked with no errors, then
try to make and then it fails


Test script:
---
/bin/sh /root/php5.4-201107052030/libtool --silent --preserve-dup-deps
--mode=compile cc -I/usr/include -Iext/gd/
-I/root/php5.4-201107052030/ext/gd/ -DPHP_ATOM_INC
-I/root/php5.4-201107052030/include -I/root/php5.4-201107052030/main
-I/root/php5.4-201107052030 -I/root/php5.4-201107052030/ext/date/lib
-I/root/php5.4-201107052030/ext/ereg/regex -I/usr/include/libxml2
-I/usr/kerberos/include -I/usr/include/freetype2 -I/usr/include/imap
-I/root/php5.4-201107052030/ext/mbstring/oniguruma
-I/root/php5.4-201107052030/ext/mbstring/libmbfl
-I/root/php5.4-201107052030/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql
-I/usr/include/pspell -I/root/php5.4-201107052030/TSRM
-I/root/php5.4-201107052030/Zend-I/usr/include -g -O2
-fvisibility=hidden -DZEND_SIGNALS  -c
/root/php5.4-201107052030/ext/gd/gd.c -o ext/gd/gd.lo
In file included from /root/php5.4-201107052030/ext/gd/gd.c:103:
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function
â_php_image_stream_putcâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:51: error: âstruct gdIOCtxâ has
no member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function
â_php_image_stream_putbufâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:58: error: âstruct gdIOCtxâ has
no member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function
â_php_image_stream_ctxfreeâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:67: error: âstruct gdIOCtxâ has
no member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c:68: error: âstruct gdIOCtxâ has
no member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c:69: error: âstruct gdIOCtxâ has
no member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function
â_php_image_output_ctxâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:153: error: âgdIOCtxâ has no
member named âdataâ
make: *** [ext/gd/gd.lo] Error 1


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



Bug #55141 [Opn]: make fails

2011-07-05 Thread ddrirc at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=55141&edit=1

 ID: 55141
 User updated by:ddrirc at gmail dot com
 Reported by:ddrirc at gmail dot com
 Summary:make fails
 Status: Open
 Type:   Bug
 Package:Compile Failure
 Operating System:   Linux
 PHP Version:5.4SVN-2011-07-05 (snap)
 Block user comment: N
 Private report: N

 New Comment:

GD 2.0.33 is installed on this machine


Previous Comments:

[2011-07-05 18:26:41] ddrirc at gmail dot com

Description:

Trying to test php5.4-201107052030, configure worked with no errors, then try 
to make and then it fails


Test script:
---
/bin/sh /root/php5.4-201107052030/libtool --silent --preserve-dup-deps 
--mode=compile cc -I/usr/include -Iext/gd/ -I/root/php5.4-201107052030/ext/gd/ 
-DPHP_ATOM_INC -I/root/php5.4-201107052030/include 
-I/root/php5.4-201107052030/main -I/root/php5.4-201107052030 
-I/root/php5.4-201107052030/ext/date/lib 
-I/root/php5.4-201107052030/ext/ereg/regex -I/usr/include/libxml2 
-I/usr/kerberos/include -I/usr/include/freetype2 -I/usr/include/imap 
-I/root/php5.4-201107052030/ext/mbstring/oniguruma 
-I/root/php5.4-201107052030/ext/mbstring/libmbfl 
-I/root/php5.4-201107052030/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql 
-I/usr/include/pspell -I/root/php5.4-201107052030/TSRM 
-I/root/php5.4-201107052030/Zend-I/usr/include -g -O2 -fvisibility=hidden 
-DZEND_SIGNALS  -c /root/php5.4-201107052030/ext/gd/gd.c -o ext/gd/gd.lo
In file included from /root/php5.4-201107052030/ext/gd/gd.c:103:
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_putcâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:51: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_putbufâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:58: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_ctxfreeâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:67: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c:68: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c:69: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_output_ctxâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:153: error: âgdIOCtxâ has no member 
named âdataâ
make: *** [ext/gd/gd.lo] Error 1







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


Bug #55141 [Fbk->Asn]: make fails

2011-07-06 Thread ddrirc at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=55141&edit=1

 ID: 55141
 User updated by:ddrirc at gmail dot com
 Reported by:ddrirc at gmail dot com
 Summary:make fails
-Status: Feedback
+Status: Assigned
 Type:   Bug
 Package:Compile Failure
 Operating System:   Linux
 PHP Version:5.4SVN-2011-07-05 (snap)
 Assigned To:pajoye
 Block user comment: N
 Private report: N

 New Comment:

@pajoye - yes it works fine in the latest release and snapshot of 5.3.7


Previous Comments:

[2011-07-06 05:30:36] paj...@php.net

Does it work with 5.3? We did not change anything here in gd between both 
versions.


[2011-07-06 05:01:01] johan...@php.net

It is suggested to use the bundled GD library.

Pierre, please look into this.


[2011-07-05 18:30:03] ddrirc at gmail dot com

GD 2.0.33 is installed on this machine


[2011-07-05 18:26:41] ddrirc at gmail dot com

Description:

Trying to test php5.4-201107052030, configure worked with no errors, then try 
to make and then it fails


Test script:
---
/bin/sh /root/php5.4-201107052030/libtool --silent --preserve-dup-deps 
--mode=compile cc -I/usr/include -Iext/gd/ -I/root/php5.4-201107052030/ext/gd/ 
-DPHP_ATOM_INC -I/root/php5.4-201107052030/include 
-I/root/php5.4-201107052030/main -I/root/php5.4-201107052030 
-I/root/php5.4-201107052030/ext/date/lib 
-I/root/php5.4-201107052030/ext/ereg/regex -I/usr/include/libxml2 
-I/usr/kerberos/include -I/usr/include/freetype2 -I/usr/include/imap 
-I/root/php5.4-201107052030/ext/mbstring/oniguruma 
-I/root/php5.4-201107052030/ext/mbstring/libmbfl 
-I/root/php5.4-201107052030/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql 
-I/usr/include/pspell -I/root/php5.4-201107052030/TSRM 
-I/root/php5.4-201107052030/Zend-I/usr/include -g -O2 -fvisibility=hidden 
-DZEND_SIGNALS  -c /root/php5.4-201107052030/ext/gd/gd.c -o ext/gd/gd.lo
In file included from /root/php5.4-201107052030/ext/gd/gd.c:103:
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_putcâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:51: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_putbufâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:58: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_ctxfreeâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:67: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c:68: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c:69: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_output_ctxâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:153: error: âgdIOCtxâ has no member 
named âdataâ
make: *** [ext/gd/gd.lo] Error 1







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


Bug #55141 [Asn]: make fails

2011-07-06 Thread ddrirc at gmail dot com
Edit report at https://bugs.php.net/bug.php?id=55141&edit=1

 ID: 55141
 User updated by:ddrirc at gmail dot com
 Reported by:ddrirc at gmail dot com
 Summary:make fails
 Status: Assigned
 Type:   Bug
 Package:Compile Failure
 Operating System:   Linux
 PHP Version:5.4SVN-2011-07-05 (snap)
 Assigned To:pajoye
 Block user comment: N
 Private report: N

 New Comment:

followup: I've recompiled --with-gd=shared and it works fine. here are the two 
differences i've noticed:

with shared:
GD Version  bundled (2.0.34 compatible)
XBM Support enabled 

with user lib:
GD Version  2.0.33
no xbm support


Previous Comments:

[2011-07-06 06:54:06] ddrirc at gmail dot com

@pajoye - yes it works fine in the latest release and snapshot of 5.3.7


[2011-07-06 05:30:36] paj...@php.net

Does it work with 5.3? We did not change anything here in gd between both 
versions.


[2011-07-06 05:01:01] johan...@php.net

It is suggested to use the bundled GD library.

Pierre, please look into this.


[2011-07-05 18:30:03] ddrirc at gmail dot com

GD 2.0.33 is installed on this machine


[2011-07-05 18:26:41] ddrirc at gmail dot com

Description:

Trying to test php5.4-201107052030, configure worked with no errors, then try 
to make and then it fails


Test script:
---
/bin/sh /root/php5.4-201107052030/libtool --silent --preserve-dup-deps 
--mode=compile cc -I/usr/include -Iext/gd/ -I/root/php5.4-201107052030/ext/gd/ 
-DPHP_ATOM_INC -I/root/php5.4-201107052030/include 
-I/root/php5.4-201107052030/main -I/root/php5.4-201107052030 
-I/root/php5.4-201107052030/ext/date/lib 
-I/root/php5.4-201107052030/ext/ereg/regex -I/usr/include/libxml2 
-I/usr/kerberos/include -I/usr/include/freetype2 -I/usr/include/imap 
-I/root/php5.4-201107052030/ext/mbstring/oniguruma 
-I/root/php5.4-201107052030/ext/mbstring/libmbfl 
-I/root/php5.4-201107052030/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql 
-I/usr/include/pspell -I/root/php5.4-201107052030/TSRM 
-I/root/php5.4-201107052030/Zend-I/usr/include -g -O2 -fvisibility=hidden 
-DZEND_SIGNALS  -c /root/php5.4-201107052030/ext/gd/gd.c -o ext/gd/gd.lo
In file included from /root/php5.4-201107052030/ext/gd/gd.c:103:
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_putcâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:51: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_putbufâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:58: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_stream_ctxfreeâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:67: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c:68: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c:69: error: âstruct gdIOCtxâ has no 
member named âdataâ
/root/php5.4-201107052030/ext/gd/gd_ctx.c: In function 
â_php_image_output_ctxâ:
/root/php5.4-201107052030/ext/gd/gd_ctx.c:153: error: âgdIOCtxâ has no member 
named âdataâ
make: *** [ext/gd/gd.lo] Error 1







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