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

Error during installation and build of make #6

Open
Konard opened this issue Sep 4, 2024 · 0 comments
Open

Error during installation and build of make #6

Konard opened this issue Sep 4, 2024 · 0 comments

Comments

@Konard
Copy link
Member

Konard commented Sep 4, 2024

Current Behavior

fatal: No names found, cannot describe anything.
go: finding github.com/tendermint/tendermint v0.34.19
--> Ensure dependencies have not been modified
all modules verified
go mod tidy -compat=1.17
flag provided but not defined: -compat
usage: go mod tidy [-v]
Run 'go help mod tidy' for details.
make: *** [Makefile:117: go.sum] Error 2

Expected Behavior

[comcomment: # (Describe what you expected to happen.)
ment]: # (Describe what you expected to happen.)

Reproduction

Launched the VPS server. Options:
1)Ubuntu-20.04-amd64
2)KVM SSD Start (1 CPU/768 MB RAM/7 GB SSD)

Then I downloaded the following dependencies:

sudo apt-get -y install --no-install-recommends\
     make gcc g++ \
     curl\
     gnupg\
     git\
     software-properties-common\

Cloned and entered the deep-chain repository:

git clone https://github.com/deep-foundation/deep-chain

cd deep-chain

Next I used the command:

make install

the same error occurs when:

make build CUDA_ENABLED=false

Log

Additional Information


Forked from deep-foundation/deep-chain#5 by https://github.com/konard/gh-org-migrator

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

1 participant