Edit report at https://bugs.php.net/bug.php?id=63889&edit=1
ID: 63889 User updated by: php dot net at reg dot purple dot org dot ua Reported by: php dot net at reg dot purple dot org dot ua Summary: Build failed: ext/standard/var.o: file not recognized: File truncated Status: Not a bug Type: Bug Package: Compile Failure Operating System: Fedora Linux 17 PHP Version: 5.5.0alpha2 Block user comment: N Private report: N New Comment: Solved. There was a problem with ccache and reboot during first compilation. After .ccache cleared, it works. Sorry, Rasmus. Thank you for help Previous Comments: ------------------------------------------------------------------------ [2013-01-03 12:57:42] ras...@php.net Look at the output from your compiler when it creates that file. Perhaps you are running out of memory or something. gcc 4.7.2 and and ld 2.22.90 handles it fine. ------------------------------------------------------------------------ [2013-01-03 10:46:38] php dot net at reg dot purple dot org dot ua How can I help you to analyze this problem? Maybe I can inform you about versions of my build software? Which versions are interesting for you? ------------------------------------------------------------------------ [2013-01-03 10:41:47] php dot net at reg dot purple dot org dot ua This problem on the same environment is not reproducible, when I build php 5.4 sources cd php-5.4.10 ./configure --prefix=/opt/php-5.4 make sudo make install Ok in this case, So I still think that problem related to PHP 5.5 Please, assist ------------------------------------------------------------------------ [2013-01-03 01:55:09] ras...@php.net This doesn't seem like a PHP issue. Can you compile anything on that box? And I certainly can't reproduce it on any of my Linux systems. ------------------------------------------------------------------------ [2013-01-03 00:44:21] php dot net at reg dot purple dot org dot ua Description: ------------ Sequence of actions to reproduce a bug: ./configure --prefix=/opt/php-5.5 make Expected result: ---------------- Successfull making is expected Actual result: -------------- An error message: ext/standard/var.o: file not recognized: File truncated collect2: error: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63889&edit=1