ewasm / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
27 stars 4 forks source link

ewasm-testnet-v1 compilation fails on OS X #4

Closed lrettig closed 5 years ago

lrettig commented 5 years ago

End of the log is below, full log at https://gist.github.com/lrettig/b8b4061755f1ba0bab205a8c6657ffb0.

# github.com/ethereum/go-ethereum/vendor/github.com/rjeczalik/notify
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:51:216: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:165:47: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithCStringNoCopy
vendor/github.com/rjeczalik/notify/watcher_fsevents_cgo.go:166:225: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
github.com/ethereum/go-ethereum/crypto
github.com/ethereum/go-ethereum/crypto/ecies
github.com/ethereum/go-ethereum/p2p/discover
github.com/ethereum/go-ethereum/trie
github.com/ethereum/go-ethereum/p2p/discv5
github.com/ethereum/go-ethereum/core/types
github.com/ethereum/go-ethereum/p2p
github.com/ethereum/go-ethereum
github.com/ethereum/go-ethereum/core/bloombits
github.com/ethereum/go-ethereum/core/rawdb
github.com/ethereum/go-ethereum/core/state
github.com/ethereum/go-ethereum/core/vm
github.com/ethereum/go-ethereum/accounts
github.com/ethereum/go-ethereum/ethclient
github.com/ethereum/go-ethereum/accounts/usbwallet
github.com/ethereum/go-ethereum/whisper/whisperv6
github.com/ethereum/go-ethereum/consensus
github.com/ethereum/go-ethereum/consensus/misc
github.com/ethereum/go-ethereum/console
github.com/ethereum/go-ethereum/eth/fetcher
github.com/ethereum/go-ethereum/consensus/clique
github.com/ethereum/go-ethereum/consensus/ethash
github.com/ethereum/go-ethereum/core
github.com/ethereum/go-ethereum/eth/filters
github.com/ethereum/go-ethereum/light
github.com/ethereum/go-ethereum/eth/downloader
github.com/ethereum/go-ethereum/miner
github.com/ethereum/go-ethereum/eth/tracers
util.go:45: exit status 2
exit status 1
make: *** [geth] Error 1
axic commented 5 years ago

This seems to be from August. There is also an ewasm-testnet-v2 and ewasm-v3 tag.

@cdetrio @chfast is ewasm-v3 the testnet version?

chfast commented 5 years ago

Yes, use ewasm-v3 or any newer.

axic commented 5 years ago

@chfast why not use ewasm-testnet-v3 as a tag to follow the rest?

chfast commented 5 years ago

Well, my impression was you wanted to resurrect the ewasm branch and simplify tagging to ewasm-vX.

axic commented 5 years ago

Meanwhile we have discussed this on the call.