navcoin / navcoin-core

bitcoin-core 0.13 fork ported for NavCoin
MIT License
123 stars 92 forks source link

Can't build/make in ./depends DIR #448

Closed mxaddict closed 5 years ago

mxaddict commented 5 years ago

I can't make in depends DIR on master branch

When I do, I get this:

Checksum missing or mismatched for qt source. Forcing re-download.
Fetching qtbase-opensource-src-5.7.1.tar.gz from http://download.qt.io/official_releases/qt/5.7/5.7.1/submodules
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
Fetching qtbase-opensource-src-5.7.1.tar.gz from https://build.nav.community/depends-sources
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
funcs.mk:245: recipe for target '/home/mxaddict/Projects/mxaddict/navcoin-core/depends/sources/download-stamps/.stamp_fetched-qt-qtbase-opensource-src-5.7.1.tar.gz.hash' failed
make: *** [/home/mxaddict/Projects/mxaddict/navcoin-core/depends/sources/download-stamps/.stamp_fetched-qt-qtbase-opensource-src-5.7.1.tar.gz.hash] Error 22
aguycalled commented 5 years ago

could you try now?

mxaddict commented 5 years ago

Looks like you added the qtbase-opensource-src-5.7.1.tar.gz to https://build.nav.community/depends-sources

Now it's looking for qttranslations-opensource-src-5.7.1.tar.gz

aguycalled commented 5 years ago

should be fine now

mxaddict commented 5 years ago

Thanks

BTW, is there a reason we use 5.7 specifically?

aguycalled commented 5 years ago

newer versions haven't been tested for compatibility, nothing besides that as far as i know

mxaddict commented 5 years ago

I see, is the GUI unit tested? or will the testing when upgraded have to be done manually?

mxaddict commented 5 years ago

Working now! :D

Thanks for adding those dependencies.

I was able to compile and run navcoin-qt