Open
Description
Today in Perl 5 I synched blead with ExtUtils-Install-2.16. Once that finished, I wanted to do the same for our current branch. This is what I got:
$ p7 Porting/sync-with-cpan ExtUtils::Install
Fetching https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-Install-2.16.tar.gz
Cleaning out old directory
Unpacking ExtUtils-Install-2.16.tar.gz
Could not open 'ExtUtils-Install-2.16.tar.gz' for reading: No such file or directory at Porting/sync-with-cpan line 366.
Can't stat ExtUtils-Install-2.16: No such file or directory
at Porting/sync-with-cpan line 201.
Renaming directories
Creating new package directory
Populating new package directory
Can't stat ExtUtils-Install-2.16: No such file or directory
at Porting/sync-with-cpan line 201.
git rm -f ExtUtils-Install/t/can_write_dir.t
git rm -f ExtUtils-Install/t/Packlist.t
git rm -f ExtUtils-Install/t/Install.t
git rm -f ExtUtils-Install/t/InstallWithMM.t
git rm -f ExtUtils-Install/t/Installapi2.t
git rm -f ExtUtils-Install/t/Installed.t
git rm -f ExtUtils-Install/t/lib/TieOut.pm
git rm -f ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm
git rm -f ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm
git rm -f ExtUtils-Install/lib/ExtUtils/Packlist.pm
git rm -f ExtUtils-Install/lib/ExtUtils/Installed.pm
git rm -f ExtUtils-Install/lib/ExtUtils/Install.pm
Hit return to continue; ^C to abort
rm 'cpan/ExtUtils-Install/t/can_write_dir.t'
rm 'cpan/ExtUtils-Install/t/Packlist.t'
rm 'cpan/ExtUtils-Install/t/Install.t'
rm 'cpan/ExtUtils-Install/t/InstallWithMM.t'
rm 'cpan/ExtUtils-Install/t/Installapi2.t'
rm 'cpan/ExtUtils-Install/t/Installed.t'
rm 'cpan/ExtUtils-Install/t/lib/TieOut.pm'
rm 'cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm'
rm 'cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm'
rm 'cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm'
rm 'cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm'
rm 'cpan/ExtUtils-Install/lib/ExtUtils/Install.pm'
Fixing MANIFEST
Running a make and saving its output to make.log ... Running make failed, see make.log at Porting/sync-with-cpan line 232.
This is obviously not what is supposed to happen. Needs investigation.
Thank you very much.
Jim Keenan