Bug 9951 - SCANCPAN failure
Summary: SCANCPAN failure
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2017.02.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-13 13:18 UTC by Raj
Modified: 2017-06-15 20:38 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raj 2017-06-13 13:18:52 UTC
After the shutdown of METACPAN v0 API page, we are unable to download the perl packages using SCANCPAN script. The scancpan script still points to the v0 link, which needs to be updated with v1 link as mentioned in webpage http://api.metacpan.org/

=====================================================================

Error:
======

[root@FADL062 buildroot]# /root/perl5/perlbrew/perls/perl-5.24.0/bin/perl  support/scripts/scancpan Net-Telnet

fetch Net-Telnet

Failed to fetch 'http://api.metacpan.org/v0/release/Net-Telnet': Gone at support/scripts/scancpan line 573.
Comment 1 Thomas Petazzoni 2017-06-15 20:38:15 UTC
Fixed by https://git.buildroot.org/buildroot/commit/?id=8710996bb7d69bd4fbbf59cd3c186a428334c187. Thanks for having reported the bug, and thanks to François Perrad for providing the fix!