.github/workflows: fixing c++/cmake issues w/r/t evmone, evmc tests#508
Closed
.github/workflows: fixing c++/cmake issues w/r/t evmone, evmc tests#508
Conversation
The command 'make test-evmc' complains about a GLIBCXX version incompatibility (missing 3.4.29). This issue has been shown resolved by the Actions CI run here: https://github.com/meowsbits/core-geth/actions/runs/3429882085/jobs/5716103415 The run ultimately fails, but it fails because the tests fail, while the evmone .so is used appropriately. Full context of the error follows. panic: EVMC loading error: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.29 not found, required by /home/ia/go/src/github.com/ethereum/go-ethereum/build/_workspace/evmone/lib/libevmone.so goroutine 1 [running]: github.com/ethereum/go-ethereum/core/vm.initEVMC(0x11e4e0?, {0x7ffc235f574c?, 0xc0001361c0?}) /home/ia/go/src/github.com/ethereum/go-ethereum/core/vm/evmc.go:83 +0x605 github.com/ethereum/go-ethereum/core/vm.InitEVMCEVM({0x7ffc235f574c, 0x58}) /home/ia/go/src/github.com/ethereum/go-ethereum/core/vm/evmc.go:60 +0xd0 github.com/ethereum/go-ethereum/tests.TestMain(0xffffffffffffffff?) /home/ia/go/src/github.com/ethereum/go-ethereum/tests/init_test.go:50 +0xec main.main() _testmain.go:77 +0x1d3 FAIL github.com/ethereum/go-ethereum/tests 0.014s FAIL make: *** [Makefile:57: test-evmc] Error 1 See also here: https://github.com/etclabscore/core-geth/actions/runs/3414467176/jobs/5682462570#step:5:482 Date: 2022-11-09 07:44:38-08:00 Signed-off-by: meows <b5c6@protonmail.com>
ziogaschr
reviewed
Nov 9, 2022
Member
ziogaschr
left a comment
There was a problem hiding this comment.
How the empty cmake.sh is being used?
Date: 2022-11-09 11:57:19-08:00 Signed-off-by: meows <b5c6@protonmail.com>
…t, oops Date: 2022-11-09 11:57:55-08:00 Signed-off-by: meows <b5c6@protonmail.com>
Contributor
Author
|
|
Contributor
Author
|
The I'm going to close this PR since I've been continuing development on the EVMC integration, and will merge my development changes to the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The command 'make test-evmc' complains about a GLIBCXX version incompatibility (missing 3.4.29).
This issue has been shown resolved by the Actions CI run here: https://github.com/meowsbits/core-geth/actions/runs/3429882085/jobs/5716103415 The run ultimately fails, but it fails because the tests fail, while the evmone .so is used appropriately.
Full context of the error follows.
See also here: https://github.com/etclabscore/core-geth/actions/runs/3414467176/jobs/5682462570#step:5:482
Date: 2022-11-09 07:44:38-08:00
Signed-off-by: meows b5c6@protonmail.com