eth-sri / ilf

AI based fuzzer based on imitation learning
Apache License 2.0
149 stars 32 forks source link

error during docker build #4

Closed sunbeomso closed 4 years ago

sunbeomso commented 4 years ago

Hi, I encountered an error during docker build (via the command docker build -t ilf .) at step 27/34:

Step 27/34 : RUN go get github.com/ethereum/go-ethereum
 ---> Running in 68d84bc112cd
# github.com/ethereum/go-ethereum/common/math
/go/src/github.com/ethereum/go-ethereum/common/math/integer.go:84:21: undefined: bits.Sub64
/go/src/github.com/ethereum/go-ethereum/common/math/integer.go:90:19: undefined: bits.Add64
/go/src/github.com/ethereum/go-ethereum/common/math/integer.go:96:12: undefined: bits.Mul64
The command '/bin/sh -c go get github.com/ethereum/go-ethereum' returned a non-zero code: 2

Could you help me to handle this error? I have tried on two different Ubuntu 18.04 machines.

LostBenjamin commented 4 years ago

Hi,

We have fixed this error. Now it builds on my machine.

Best, Jingxuan

sunbeomso commented 4 years ago

Thank you for the answer!