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

Make check fail after complete installation #3280

Closed
SamirBitzees opened this issue Jun 21, 2023 · 5 comments
Closed

Make check fail after complete installation #3280

SamirBitzees opened this issue Jun 21, 2023 · 5 comments
Labels
triage Issues under investigation

Comments

@SamirBitzees
Copy link

SamirBitzees commented Jun 21, 2023

ubuntu@ip-172-31-14-216:~/dogecoin$ make check
Making check in src
make[1]: Entering directory '/home/ubuntu/dogecoin/src'
make[2]: Entering directory '/home/ubuntu/dogecoin/src'
make[3]: Entering directory '/home/ubuntu/dogecoin'
make[3]: Leaving directory '/home/ubuntu/dogecoin'
make[3]: Entering directory '/home/ubuntu/dogecoin/src/secp256k1'
make[3]: Leaving directory '/home/ubuntu/dogecoin/src/secp256k1'
make  check-TESTS check-local
make[3]: Entering directory '/home/ubuntu/dogecoin/src'
make[4]: Entering directory '/home/ubuntu/dogecoin/src'
make[5]: Entering directory '/home/ubuntu/dogecoin'
make[5]: Leaving directory '/home/ubuntu/dogecoin'
make[5]: Entering directory '/home/ubuntu/dogecoin/src/secp256k1'
make[5]: Leaving directory '/home/ubuntu/dogecoin/src/secp256k1'
FAIL: test/test_dogecoin
============================================================================
Testsuite summary for Dogecoin Core 1.14.6
============================================================================
# TOTAL: 1
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See src/test-suite.log
Please report to https://github.com/dogecoin/dogecoin/issues
============================================================================
make[4]: *** [Makefile:9925: test-suite.log] Error 1
make[4]: Leaving directory '/home/ubuntu/dogecoin/src'
make[3]: *** [Makefile:10033: check-TESTS] Error 2
make[3]: Leaving directory '/home/ubuntu/dogecoin/src'
make[2]: *** [Makefile:10138: check-am] Error 2
make[2]: Leaving directory '/home/ubuntu/dogecoin/src'
make[1]: *** [Makefile:9817: check-recursive] Error 1
make[1]: Leaving directory '/home/ubuntu/dogecoin/src'
make: *** [Makefile:693: check-recursive] Error 1
@patricklodder
Copy link
Member

May be related to #3041 and is caused by a regression in OpenSSL 3 (i.e. Ubuntu Jammy uses this too).

What's the output of openssl version?

@patricklodder patricklodder added the triage Issues under investigation label Jun 21, 2023
@SamirBitzees
Copy link
Author

openssl version

ubuntu@ip-172-31-14-216:~/dogecoin$ openssl version
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

@patricklodder
Copy link
Member

What you can do is cherry pick 6f21685 on top of the v1.14.6 tag:

make distclean # only if you kept the results from the previous compile
git checkout -b my-patched-1.14.6 v1.14.6 # make a new branch to not get a lot of complaints later
git cherry-pick 6f216855bd0730e278de19144ca85d8157a9c02d # pick the patch
# redo the build.. (start with ./autogen.sh)

@SamirBitzees
Copy link
Author

What you can do is cherry pick 6f21685 on top of the v1.14.6 tag:

make distclean # only if you kept the results from the previous compile
git checkout -b my-patched-1.14.6 v1.14.6 # make a new branch to not get a lot of complaints later
git cherry-pick 6f216855bd0730e278de19144ca85d8157a9c02d # pick the patch
# redo the build.. (start with ./autogen.sh)

Thank You now my make check execute without Fail.....

@SamirBitzees
Copy link
Author

SamirBitzees commented Jun 22, 2023

I have one more an week ago raise but not resolve and recently also I posted that #3283 , I unable connect node from backend fail to connect can you please help me, I am not getting response from any other community sources. I am trying to fixed these issue from one week....

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

No branches or pull requests

2 participants