mintme-com / pool

MintMe.com Coin pool
https://mintme.com/coin/
GNU General Public License v3.0
32 stars 46 forks source link

Error while make Pool #29

Closed ReS4 closed 3 years ago

ReS4 commented 3 years ago

System information

OS & Version: Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster

GO version: go1.13.3 linux/amd64

Backtrace

cd ./webchain-pool
make
root@**:**/webchain-pool# make

CGO_CFLAGS_ALLOW='-maes.*' build/env.sh go get -v ./...
github.com/gorilla/mux (download)
github.com/webchain-network/webchaind (download)
github.com/denisbrodbeck/machineid (download)
...
...
...
github.com/fatih/color
github.com/webchain-network/webchaind/logger/glog
github.com/webchain-network/webchaind/logger
github.com/webchain-network/webchain-pool/storage
github.com/webchain-network/webchain-pool/api
github.com/webchain-network/webchain-pool/policy
github.com/webchain-network/webchain-pool/payouts
github.com/webchain-network/webchaind/ethdb
github.com/webchain-network/webchaind/crypto/ecies
github.com/webchain-network/webchaind/crypto
github.com/webchain-network/webchaind/core/vm
github.com/webchain-network/webchaind/trie
github.com/webchain-network/webchaind/core/types
github.com/webchain-network/webchaind/pow
github.com/webchain-network/cryptonight
# github.com/webchain-network/cryptonight
../cryptonight/cryptonight.go:151:14: cpuid.CPU.AesNi undefined (type cpuid.CPUInfo has no field or method AesNi)
make: *** [Makefile:10: all] Error 2
lukaszmatczak commented 3 years ago

It was fixed in https://github.com/mintme-com/cryptonight/issues/7