PEAR install failures

php.internals

Sara Golemon

9 years ago
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? -Sara

Nikita Popov

9 years ago
On Sun, Jun 25, 2017 at 4:23 PM, Sara Golemon <pollita@php.net> 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? > > -Sara >
Relevant: https://bugs.php.net/bug.php?id=74723 Nikita

Sara Golemon

9 years ago
On Sun, Jun 25, 2017 at 10:43 AM, Nikita Popov <nikita.ppv@gmail.com> wrote:
> On Sun, Jun 25, 2017 at 4:23 PM, Sara Golemon <pollita@php.net> 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

Tom Van Looy

9 years ago
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 <pollita@php.net> wrote:

Tom Van Looy

9 years ago
Chuck responded https://github.com/pear/pearweb_phars/issues/2#issuecomment-310918232 On Sun, Jun 25, 2017 at 6:47 PM, Tom Van Looy <tom@ctors.net> wrote:

Rainer Jung

9 years ago
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 <tom@ctors.net> 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 <pollita@php.net> wrote: >> >>> On Sun, Jun 25, 2017 at 10:43 AM, Nikita Popov <nikita.ppv@gmail.com> >>> wrote: >>>> On Sun, Jun 25, 2017 at 4:23 PM, Sara Golemon <pollita@php.net> 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