Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99637 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28551 invoked from network); 25 Jun 2017 16:36:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2017 16:36:38 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.128.182 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.128.182 mail-wr0-f182.google.com Received: from [209.85.128.182] ([209.85.128.182:34083] helo=mail-wr0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/8B-12245-596EF495 for ; Sun, 25 Jun 2017 12:36:38 -0400 Received: by mail-wr0-f182.google.com with SMTP id 77so123746389wrb.1 for ; Sun, 25 Jun 2017 09:36:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=uRtTYmdMb1sqFqr2vYqkBXKg2IfagTrfwR+xRCXx9xU=; b=xW5D3FKTv9ZdsOm9yg1PDpraRiCWV1mQwyG0zM8a5zV68SYL6RMY4uk4oNNR2YO+00 LHyXjqzcuooqcdBQSw7eStNVez/wrCVIXO+F8pr+TP4dxCmOC2hOBMYXgbNcWC3kaP5a C2jIz1AcNWFksp1erCXhi0R+4Vr697JUP+rUbYLxAUXC8xCnlAjM7qc2iaWZEsNpmC08 nbHXaWLVkLvcWdMIw3cw/fEJoQEmE2CulZLPumapw90MysdvQpHp10v5PusHMDFyjb6E jQhrfpWo0H9XoiKHkX9EHu9dkcPsc5sCRu40fNHTgsezvKw1PR15UlrQ5G+oWyvsymNl QIPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=uRtTYmdMb1sqFqr2vYqkBXKg2IfagTrfwR+xRCXx9xU=; b=LDn7KnHBGs9YgUQL1/IuyUuAWqo545621oqKgO5BbGoJfFRvgerFaFloH/QXbBgPAE 47rzuRPOGeo6TRgTYGXNvgewtvKwfe1NHc6b+sxuCzPn4Iyh/qC7+vttCZDG85t6ukWo ctnX+auWpK6nSCozunv3zcEPiLsjKmSSDxV275FcRDQ6w0xnDa3glMQcfLAv377ed99c QR6BtjPYB/Z//aGi69GIonoDO8DBxIk0xl6yNl9EHVGTo6fUjV6K11OiOdfD7zYfLoG4 7IU/QofGqwx6G/odD18DnH5Xiyg8f5R2ANCR3touvAEIQ+pPHFqYw0Woe4S0FUFObjFZ yasQ== X-Gm-Message-State: AKS2vOwZ03GXl35qppZw8efdUgUxhFtlCmWZcen2PlVquC1n33K8mxnF 3z2xGFsJ/lTVVJbla+VjuyRqQW62yJSP X-Received: by 10.223.129.47 with SMTP id 44mr10920551wrm.179.1498408594936; Sun, 25 Jun 2017 09:36:34 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.139 with HTTP; Sun, 25 Jun 2017 09:36:34 -0700 (PDT) X-Originating-IP: [71.251.16.204] In-Reply-To: References: Date: Sun, 25 Jun 2017 12:36:34 -0400 X-Google-Sender-Auth: xZUm8SVO1N49dj1jYYtVEZCZPZM Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] PEAR install failures From: pollita@php.net (Sara Golemon) 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