php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58502 build error
Submitted: 2009-01-11 15:56 UTC Modified: 2009-01-11 17:05 UTC
From: ok dot pecl dot 12 dot zero at spamgourmet dot com Assigned:
Status: Closed Package: imagick (PECL)
PHP Version: 5.2.5 OS: Mac OS X 10.5.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
17 + 42 = ?
Subscribe to this entry?

 
 [2009-01-11 15:56 UTC] ok dot pecl dot 12 dot zero at spamgourmet dot com
Description:
------------
well ...

Reproduce code:
---------------
sudo pear upgrade pecl/imagick-beta

Expected result:
----------------
love, peace, happiness

Actual result:
--------------
creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /private/var/tmp/pear-build-root/imagick-2.2.2RC2/libtool --mode=compile gcc  -I. -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-2.2.2RC2/include -I/private/var/tmp/pear-build-root/imagick-2.2.2RC2/main -I/private/tmp/pear/temp/imagick -I/sw/include/php5 -I/sw/include/php5/main -I/sw/include/php5/TSRM -I/sw/include/php5/Zend -I/sw/include/php5/ext -I/sw/include/php5/ext/date/lib -I/sw/include/ImageMagick  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/imagick/imagick_class.c -o imagick_class.lo
mkdir .libs
 gcc -I. -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/imagick-2.2.2RC2/include -I/private/var/tmp/pear-build-root/imagick-2.2.2RC2/main -I/private/tmp/pear/temp/imagick -I/sw/include/php5 -I/sw/include/php5/main -I/sw/include/php5/TSRM -I/sw/include/php5/Zend -I/sw/include/php5/ext -I/sw/include/php5/ext/date/lib -I/sw/include/ImageMagick -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/imagick/imagick_class.c  -fno-common -DPIC -o .libs/imagick_class.o
/private/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getimageprofiles':
/private/tmp/pear/temp/imagick/imagick_class.c:1161: warning: pointer targets in assignment differ in signedness
/private/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_removeimageprofile':
/private/tmp/pear/temp/imagick/imagick_class.c:3133: error: too many arguments to function 'zend_throw_exception'
/private/tmp/pear/temp/imagick/imagick_class.c:3133: error: too many arguments to function 'zend_throw_exception'
/private/tmp/pear/temp/imagick/imagick_class.c:3133: error: too many arguments to function 'zend_throw_exception'
/private/tmp/pear/temp/imagick/imagick_class.c:3133: error: too many arguments to function 'zend_throw_exception'
/private/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getpage':
/private/tmp/pear/temp/imagick/imagick_class.c:7860: warning: pointer targets in passing argument 2 of 'MagickGetPage' differ in signedness
/private/tmp/pear/temp/imagick/imagick_class.c:7860: warning: pointer targets in passing argument 3 of 'MagickGetPage' differ in signedness
/private/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getquantumdepth':
/private/tmp/pear/temp/imagick/imagick_class.c:7886: warning: pointer targets in passing argument 1 of 'MagickGetQuantumDepth' differ in signedness
/private/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getquantumrange':
/private/tmp/pear/temp/imagick/imagick_class.c:7907: warning: pointer targets in passing argument 1 of 'MagickGetQuantumRange' differ in signedness
/private/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getsamplingfactors':
/private/tmp/pear/temp/imagick/imagick_class.c:7981: warning: pointer targets in passing argument 2 of 'MagickGetSamplingFactors' differ in signedness
/private/tmp/pear/temp/imagick/imagick_class.c: In function 'zim_imagick_getversion':
/private/tmp/pear/temp/imagick/imagick_class.c:8028: warning: pointer targets in passing argument 1 of 'MagickGetVersion' differ in signedness
make: *** [imagick_class.lo] Error 1
ERROR: `make' failed

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-11 16:28 UTC] mkoppanen@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Can you test the CVS version, please?
 [2009-01-11 17:05 UTC] ok dot pecl dot 12 dot zero at spamgourmet dot com
Works, thx!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 06:01:34 2024 UTC