Bug 411115 - Mac: wget unable to download pcre
Summary: Mac: wget unable to download pcre
Status: CLOSED FIXED
Alias: None
Product: Craft
Classification: Developer tools
Component: Blueprints (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-20 20:51 UTC by Allen Winter
Modified: 2019-08-21 12:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Allen Winter 2019-08-20 20:51:32 UTC
SUMMARY
wget is failing to download pcre, like so.  This has been happening for a couple days.  Probably not Craft's fault, but I figure I'll report it just in case.

Command ['/usr/local/bin/wget', '-c', '-t', '10', '--ca-certificate', '/Users/build/Craft/KF5/macos-clang_64-sdk-5.11.3/etc/cacert.pem', '--max-redirect', '50', '-O', '/Users/build/Craft/KF5/downloads/archives/libs/pcre/pcre-8.41.tar.bz2', 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.bz2'] failed with exit code 4
--2019-08-20 22:23:22--  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.41.tar.bz2
           => ‘/Users/build/Craft/KF5/downloads/archives/libs/pcre/pcre-8.41.tar.bz2’
Resolving ftp.csx.cam.ac.uk (ftp.csx.cam.ac.uk)... 131.111.8.115
Connecting to ftp.csx.cam.ac.uk (ftp.csx.cam.ac.uk)|131.111.8.115|:21... failed: Operation timed out.
Retrying.




STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Ben Cooksley 2019-08-21 10:00:55 UTC
Git commit a62e5cef9c6baf8ff97b784d6e94b26aa3719dfd by Ben Cooksley.
Committed on 21/08/2019 at 10:00.
Pushed by bcooksley into branch 'master'.

Switch to the official mirror of PCRE for downloading PCRE.

M  +1    -1    libs/pcre/pcre.py

https://commits.kde.org/craft-blueprints-kde/a62e5cef9c6baf8ff97b784d6e94b26aa3719dfd
Comment 2 Allen Winter 2019-08-21 12:15:18 UTC
Thanks Ben