php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69826 Fatal error while runing commane 'make -j4'
Submitted: 2015-06-14 04:46 UTC Modified: 2015-06-14 09:33 UTC
From: p dot vansia at gmail dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 7.0Git-2015-06-14 (Git) OS: Ubuntu 14.04.02 VirtualBox Win81
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: p dot vansia at gmail dot com
New email:
PHP Version: OS:

 

 [2015-06-14 04:46 UTC] p dot vansia at gmail dot com
Description:
------------
Hello. I am running Ubuntu Linux pinkal-VirtualBox 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:43:57 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux.

It is hosted in Oracle virtual box running on Windows 8.1 64 bit.
Earlier I successfully compiled PHP 7 from GIT source.
 
Today I pulled in latest with 'git pull origin master'. Then Ran following commands to compile PHP 7.

1. git pull origin master

2. ./buildconf

3.  ./configure --prefix=/usr --with-config-file-path=/etc --enable-mbstring --enable-zip --enable-bcmath --enable-pcntl --enable-ftp --enable-exif --enable-calendar --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --with-curl --with-mcrypt --with-iconv --with-gmp --with-pspell --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-zlib-dir=/usr --with-xpm-dir=/usr --with-freetype-dir=/usr --with-t1lib=/usr --enable-gd-native-ttf --enable-gd-jis-conv --with-openssl --with-pdo-mysql=/usr --with-gettext=/usr --with-zlib=/usr --with-bz2=/usr --with-recode=/usr --with-mysqli=/usr/bin/mysql_config

4. make -j4

after executing 'make -j4' I got following fatal error 

'PHP Fatal error:  Declaration of CachingIterator::offsetSet() must be compatible with ArrayAccess::offsetSet(unknown &$param0, $param1) in Unknown on line 0'


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-06-14 04:50 UTC] p dot vansia at gmail dot com
above mentioned Fatal error is infinite loop. After CTRL+C i get following

^Cmake: *** Deleting file `ext/phar/phar.php'
make: *** [ext/phar/phar.php] Interrupt
 [2015-06-14 09:33 UTC] p dot vansia at gmail dot com
-Status: Open +Status: Closed
 [2015-06-14 09:33 UTC] p dot vansia at gmail dot com
'sudo make clean' before 'make -j4' resolved it
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC