Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99686 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80895 invoked from network); 1 Jul 2017 10:05:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2017 10:05:18 -0000 Authentication-Results: pb1.pair.com header.from=rainer.jung@kippdata.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rainer.jung@kippdata.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain kippdata.de designates 212.79.170.253 as permitted sender) X-PHP-List-Original-Sender: rainer.jung@kippdata.de X-Host-Fingerprint: 212.79.170.253 mailserver.kippdata.de Solaris 10 (beta) Received: from [212.79.170.253] ([212.79.170.253:61663] helo=mailserver.kippdata.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/80-60825-AD377595 for ; Sat, 01 Jul 2017 06:05:15 -0400 Received: from [10.0.110.6] ([192.168.2.104]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id v61A5BMI006358 for ; Sat, 1 Jul 2017 12:05:11 +0200 (CEST) To: PHP internals References: Message-ID: <8379e678-d93c-bc5b-7198-81264e1f5b9e@kippdata.de> Date: Sat, 1 Jul 2017 12:04:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PEAR install failures From: rainer.jung@kippdata.de (Rainer Jung) Am 25.06.2017 um 20:55 schrieb Tom Van Looy: > Chuck responded > https://github.com/pear/pearweb_phars/issues/2#issuecomment-310918232 > > On Sun, Jun 25, 2017 at 6:47 PM, Tom Van Looy wrote: > >> I also reported the issue here http://pear.php.net/bugs/bug.php?id=21222 >> Christian Weiske + Chuck Burgess are listed as active leads of that >> project. >> >> On Sun, Jun 25, 2017 at 6:36 PM, Sara Golemon wrote: >> >>> On Sun, Jun 25, 2017 at 10:43 AM, Nikita Popov >>> wrote: >>>> On Sun, Jun 25, 2017 at 4:23 PM, Sara Golemon wrote: >>>>> >>>>> I've heard at least two separate reports of the pear install step of >>>>> PHP's `make install` failing for the 7.2 releases. (Latest: >>>>> https://gist.github.com/brunoric/66fd62c00848a11f144d1838d26d043a ) >>>>> >>>>> Who's in charge of PEAR these days? >>>>> >>>> >>>> Relevant: https://bugs.php.net/bug.php?id=74723 >>>> >>> Archive_Tar had been updated by the time I rolled alpha2, but I still >>> got an older version. Does something need to be poked to update >>> https://pear.php.net/install-pear-nozlib.phar ? >>> >>> -Sara The file https://pear.php.net/install-pear-nozlib.phar was updated by Chuck. It now uses the new Tar_Archive version 1.4.3. He also did a new release of pearweb_phars. So if PHP 7.2 picks the new files for the next release all should be good. Regards, Rainer