As far as i can see the build failed due to missing resources requested from https://download.qt.io/official_release ... 6.2.tar.xz where the whole 5.6 directory is missing (see https://download.qt.io/official_releases/qt/).
Code: Select all
--2020-09-07 14:05:44-- https://download.qt.io/official_releases/qt/5.6/5.6.2/submodules/qtbase-opensource-src-5.6.2.tar.xz
Resolving download.qt.io (download.qt.io)... Resolving download.qt.io (download.qt.io)... 77.86.229.90
Connecting to download.qt.io (download.qt.io)|77.86.229.90|:443... 77.86.229.90
Connecting to download.qt.io (download.qt.io)|77.86.229.90|:443... connected.
connected.
HTTP request sent, awaiting response... HTTP request sent, awaiting response... 404 Not Found
2020-09-07 14:05:44 ERROR 404: Not Found.
../../contrib/src/qt/rules.mak:18: recipe for target '../../contrib/tarballs/qt-5.6.2.tar.xz' failed
make: *** [../../contrib/tarballs/qt-5.6.2.tar.xz] Error 8
make: *** Waiting for unfinished jobs....
404 Not Found
2020-09-07 14:05:45 ERROR 404: Not Found.
../../contrib/src/qtsvg/rules.mak:17: recipe for target '../../contrib/tarballs/qtsvg-5.6.2.tar.xz' failed
make: *** [../../contrib/tarballs/qtsvg-5.6.2.tar.xz] Error 8
Extra info:
-im building on a 18.04 64 bit ubuntu VM
-the reason that i want to do my own build is to implement the youtube playback fix referenced here: https://mailman.videolan.org/pipermail/ ... 35441.html