From:             me at derrabus dot de
Operating system: Ubuntu 12.10
PHP version:      5.5Git-2012-12-17 (Git)
Package:          Compile Failure
Bug Type:         Bug
Bug description:Compile failure in ext/json/utf8_to_utf16.c

Description:
------------
I've just tried to compile the current 5.5 branch from git. ext/json fails
to build.

My test machine runs a Ubuntu 12.10 standard configuration.

Linux 3.5.0-19-generic (64bit)
GCC 4.7.2

Test script:
---------------
./configure --prefix=/opt/php/php-5.5-dev --enable-cli --with-zlib
--with-pear
make

Expected result:
----------------
A compiled version of PHP 5.5.

Actual result:
--------------
/home/rabus/php-src/ext/json/json.c: In function ‘json_escape_string’:
/home/rabus/php-src/ext/json/json.c:422:6: warning: unknown conversion type
character ‘k’ in format [-Wformat]
/home/rabus/php-src/ext/json/json.c: In function ‘php_json_encode’:
/home/rabus/php-src/ext/json/json.c:630:6: warning: unknown conversion type
character ‘k’ in format [-Wformat]
make: *** No rule to make target
`/home/rabus/php-src/ext/json/utf8_to_utf16.c', needed by
`ext/json/utf8_to_utf16.lo'.  Stop.


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

Reply via email to