BTCPrivate / BitcoinPrivate-legacy

Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Other
284 stars 132 forks source link

404 when building explorer-btcp branch #192

Closed j4ys0n closed 4 years ago

j4ys0n commented 6 years ago

Describe the issue

Please provide a general summary of the issue you're experiencing

404 error when downloading dependencies when building the explorer-btcp branch.

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

1.

apt-get -y install \
  build-essential pkg-config libc6-dev m4 g++-multilib \
  autoconf libtool ncurses-dev unzip git python libgmp-dev \
  zlib1g-dev wget bsdmainutils automake libzmq3-dev curl

2.

git clone -b explorer-btcp https://github.com/BTCPrivate/BitcoinPrivate && \
  cd BitcoinPrivate && \
  ./btcputil/fetch-params.sh && \
  ./btcputil/build.sh -j$(nproc)

Expected behaviour

Tell us what should happen

build should complete successfully.

Actual behaviour + errors

Tell us what happens instead including any noticeable error output (any messages displayed on-screen when e.g. a crash occurred)

cd /BitcoinPrivate/depends/sources/download-stamps; (test -f /BitcoinPrivate/depends/sources/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz || ( mkdir -p /BitcoinPrivate/depends/work/download/libgmp- && echo Fetching libgmp... && ( wget --timeout=10 --tries=3 -nv -O "/BitcoinPrivate/depends/work/download/libgmp-/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.temp" "https://z.cash/depends-sources/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz" || wget --timeout=10 --tries=3 -nv -O "/BitcoinPrivate/depends/work/download/libgmp-/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.temp" "https://github.com/z-classic/libgmp/archive//aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz" ) && echo "59b2c2b5d58fdf5943bfde1fa709e9eb53e7e072c9699d28dc1c2cbb3c8cc32c  /BitcoinPrivate/depends/work/download/libgmp-/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.temp" > /BitcoinPrivate/depends/work/download/libgmp-/.libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.hash && sha256sum -c /BitcoinPrivate/depends/work/download/libgmp-/.libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.hash && mv /BitcoinPrivate/depends/work/download/libgmp-/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.temp /BitcoinPrivate/depends/sources/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz && rm -rf /BitcoinPrivate/depends/work/download/libgmp- ))
Fetching libgmp...
https://z.cash/depends-sources/libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz:
2018-08-17 23:56:55 ERROR 404: Not Found.
https://codeload.github.com/z-classic/libgmp/tar.gz//aece03c7b6967f91f3efdac8c673f55adff53ab1:
2018-08-17 23:56:56 ERROR 404: Not Found.
make: *** [/BitcoinPrivate/depends/sources/download-stamps/.stamp_fetched-libgmp-libgmp-aece03c7b6967f91f3efdac8c673f55adff53ab1.tar.gz.hash] Error 8
make: Leaving directory `/BitcoinPrivate/depends'

Machine specs:

alikhalil commented 6 years ago

I also have this issue, but with the release i.e. tag/1.0.12-1-b27c722. It looks like files that they're referring to at https://z.cash/depends-sources/ no longer exist.

This issue doesn't seem to be restricted to BTCP. Even Zclassic is affected.

ch4ot1c commented 5 years ago

Maybe this: https://gmplib.org/download/gmp/gmp-6.0.0a.tar.xz?

Just successfully built the latest release on ubuntu 18 after 1 fix.

ch4ot1c commented 5 years ago

I guessed that by looking at the file update date of depends/packages/libgmp.mk

interbiznw commented 4 years ago

Closed as explorer branch was merged into master, and master branch can be used to run explorer now.