Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

404 when building explorer-btcp branch #192

Closed
j4ys0n opened this issue Aug 18, 2018 · 4 comments
Closed

404 when building explorer-btcp branch #192

j4ys0n opened this issue Aug 18, 2018 · 4 comments

Comments

@j4ys0n
Copy link

j4ys0n commented Aug 18, 2018

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:

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
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:

  • OS name + version: Ubuntu Trusty (14.04)
  • CPU: 6 core 2.2ghz Intel i7
  • RAM: 32GB
  • Disk size: enough
  • Disk Type (HD/SDD): SSD
@alikhalil
Copy link

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
Copy link
Collaborator

ch4ot1c commented Oct 16, 2018

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
Copy link
Collaborator

ch4ot1c commented Oct 16, 2018

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

@interbiznw
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants