Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32944 invoked from network); 10 Jun 2015 15:04:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2015 15:04:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=robert.devanna@nospammail.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=robert.devanna@nospammail.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain nospammail.net designates 66.111.4.28 as permitted sender) X-PHP-List-Original-Sender: robert.devanna@nospammail.net X-Host-Fingerprint: 66.111.4.28 out4-smtp.messagingengine.com Received: from [66.111.4.28] ([66.111.4.28:39939] helo=out4-smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/33-15306-80258755 for ; Wed, 10 Jun 2015 11:04:40 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 2E54220CB8 for ; Wed, 10 Jun 2015 11:04:38 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Wed, 10 Jun 2015 11:04:38 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=nospammail.net; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=U+u TRkN4hhm0hM83wdbZ7FomICM=; b=kaIapZ53Kxp05rAraaje9J2dp1KZOLk3Utq WPH7NVxcKZ53Pez8BmHTGoEnyrXjFDPVeIaynCUpkB82KA41XH/MnHB5BsEAhgMG 7szsKt3eIDMaHUWMOUeSpot0D5C+fAgrycf2Z/6EAaOuDl1FWWHDUJJGZTo52S+s 18lDU+8w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=U+uTRkN4hhm0hM83wdbZ7FomICM=; b=swtbr wbZvGiKGVcnlZDDT3VkfVi6AGu2YSQUdXQT1BN9DHBS20+M2OP/HQGrhxBz2uMAw qJ7XPyzkLYU4RmCUbFp5efB/AkwHdKx27+f2Gfva5v/28ISWDwQMWbe+qxaAznkC QktlopJ2cTgmXPGCFg9Y4PWKLdM4RpeI+VkvEc= Received: by web4.nyi.internal (Postfix, from userid 99) id 0ABB510EDDF; Wed, 10 Jun 2015 11:04:38 -0400 (EDT) Message-ID: <1433948677.370134.291945833.575BFF0A@webmail.messagingengine.com> X-Sasl-Enc: Vy96P5l8j24E/MHT0kq8QPFg4dNPyw2YZo1b1yOIQh3S 1433948677 To: internals@lists.php.net MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ff004c4b Date: Wed, 10 Jun 2015 08:04:37 -0700 Subject: php 7/git buid on linux/64: fatal error @ 'Installing PEAR environment'; From: robert.devanna@nospammail.net hi I'm building PHP7 on linux/64 git checkout PHP-7.0.0 cd PHP-7.0.0 git log | head commit dbf30365aa15b9044d75b8f77db570bf8fdf2726 Merge: 9cb8cb4 5ff259e Author: Ferenc Kovacs Date: Wed Jun 10 10:49:51 2015 +0200 Merge remote-tracking branch 'origin/master' into PHP-7.0.0 * origin/master: add missing NEWS entries add missing NEWS entries ./configure --enable-shared=yes --enable-static=no --enable-cli --enable-phar=shared --with-pear ... make ... Generating phar.php Generating phar.phar PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled. clicommand.inc pharcommand.inc invertedregexiterator.inc directorygraphiterator.inc directorytreeiterator.inc phar.inc Build complete. Don't forget to run 'make test'. make install Installing shared extensions: /work/php7ext/ Installing PHP CLI binary: /work/php7/bin/ Installing PHP CLI man page: /work/php7/share/man/man1/ Installing PHP FPM binary: /work/php7/sbin/ Installing PHP FPM config: /work/php7/etc/ Installing PHP FPM man page: /work/php7/share/man/man8/ Installing PHP FPM status page: /work/php7/share/php/fpm/ Installing build environment: /work/php7/lib64/build/ Installing header files: /work/php7/include/php/ Installing helper programs: /work/php7/bin/ program: phpize program: php-config Installing man pages: /work/php7/share/man/man1/ page: phpize.1 page: php-config.1 Installing PEAR environment: /work/php7/share/pear/ Warning: main(phar://install-pear-nozlib.phar/index.php): failed to open stream: "PHP_Archive::stream_open" call failed in /work/src/php7-src/pear/install-pear-nozlib.phar on line 1236 Warning: Uncaught EngineException: Call to undefined function ereg_replace() in /work/src/php7-src/pear/install-pear-nozlib.phar:566 Stack trace: #0 /work/src/php7-src/pear/install-pear-nozlib.phar(729): PHP_Archive::processFile('phar://install-...') #1 /work/src/php7-src/pear/install-pear-nozlib.phar(790): PHP_Archive->initializeStream('phar://install-...') #2 /work/src/php7-src/pear/install-pear-nozlib.phar(777): PHP_Archive->_streamOpen('phar://install-...') #3 /work/src/php7-src/pear/install-pear-nozlib.phar(1236): PHP_Archive->stream_open('phar://install-...', 'rb', 129, NULL) #4 /work/src/php7-src/pear/install-pear-nozlib.phar(1236): require_once() #5 {main} thrown in /work/src/php7-src/pear/install-pear-nozlib.phar on line 566 Makefile:482: recipe for target 'install-pear-installer' failed make[1]: *** [install-pear-installer] Error 255 Makefile:485: recipe for target 'install-pear' failed make: *** [install-pear] Error 2 known issue or workaround? bob