ffmpeg-build-script icon indicating copy to clipboard operation
ffmpeg-build-script copied to clipboard

Fails at PCRE

Open Jakes-old-projects opened this issue 4 years ago • 2 comments
trafficstars

building pcre - version 8.44
=======================
Downloading https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz as pcre-8.44.tar.gz

Failed to download https://ftp.pcre.org/pub/pcre/pcre-8.44.tar.gz. Exitcode 28. Retrying in 10 seconds

From https://pcre.org/ incase it's relevant

Note that the former ftp.pcre.org FTP site is no longer available. You will need to update any scripts that download PCRE source code to download via HTTPS, Git, or Subversion from the new home on GitHub instead.

Jakes-old-projects avatar Nov 12 '21 19:11 Jakes-old-projects

Any ideas where to change that in the script? I wasn't able to find it.

TheSashmo avatar Nov 12 '21 23:11 TheSashmo

Nevermind..... figured it out...

For those not in the know:

Don't re-run the .sh file, you need to edit the build-ffmpeg

Find the build-ffmpeg file, then edit the line with the old ftp and replace it with this new source

http://ftp.cs.stanford.edu/pub/exim/pcre/pcre-8.44.tar.gz

Then run this:

./build-ffmpeg --build --enable-gpl-and-non-free or ./build-ffmpeg --build

I wish I knew enough how to add code to say " Hey! this source no worky " Have separate source? input here - >

LOL

TheSashmo avatar Nov 12 '21 23:11 TheSashmo