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

crypto/batchverifier.go:168:14: could not determine kind of name for C.crypto_sign_ed25519_open_batch #5124

Closed
dimitardanailov opened this issue Feb 9, 2023 · 3 comments

Comments

@dimitardanailov
Copy link

Greetings,

I'd like to install on my MacOSX: go-algorand. I have a problem to execute: make install is a command

My mac os x uses Apple Chip (A1)
Go version is: go version go1.20 darwin/amd64

Error output is:

./scripts/check_golang_version.sh build
mkdir -p "/Users/ddanailov/Workspace/algorand/go-algorand/tmp/go-cache" && \
        touch "/Users/ddanailov/Workspace/algorand/go-algorand/tmp/go-cache"/file.txt && \
        go install -trimpath --tags "sqlite_unlock_notify sqlite_omit_load_extension "  -ldflags="-X github.com/algorand/go-algorand/config.BuildNumber=172108 -X github.com/algorand/go-algorand/config.CommitHash=42a112a2 -X github.com/algorand/go-algorand/config.Branch=master -X github.com/algorand/go-algorand/config.DefaultDeadlock=disable -extldflags \"\" -X github.com/algorand/go-algorand/config.Channel=master" ./...
# github.com/algorand/go-algorand/crypto
crypto/batchverifier.go:168:14: could not determine kind of name for C.crypto_sign_ed25519_open_batch
make: *** [buildsrc] Error 1
@ghost
Copy link

ghost commented Feb 9, 2023

Hey, me not very familiar with algorand, but i give it one(!) try:

OSX only: Homebrew (brew) must be installed before continuing

git clone https://github.com/algorand/go-algorand
cd go-algorand
./scripts/configure_dev.sh
./scripts/buildtools/install_buildtools.sh
make install

or switch to a stable tag

git clone https://github.com/algorand/go-algorand
git checkout tags/v3.14.2-stable
cd go-algorand
./scripts/configure_dev.sh
./scripts/buildtools/install_buildtools.sh
make install

@ghost
Copy link

ghost commented Feb 16, 2023

@dimitardanailov take a look here, same error solved

#4362 (comment)

@algorandskiy
Copy link
Contributor

Duplicates #4362

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

No branches or pull requests

3 participants