Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829405 - net-p2p/bitcoin-qt-22.0 fails tests: error: in walletinit_verify_walletdir_no_trailing": check walletdir == expected_path has failed
Summary: net-p2p/bitcoin-qt-22.0 fails tests: error: in walletinit_verify_walletdir_no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Luke-Jr
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-17 08:52 UTC by Agostino Sarubbo
Modified: 2023-10-24 10:37 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,446.22 KB, text/plain)
2021-12-17 08:52 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-12-17 08:52:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-p2p/bitcoin-qt-0.21.0 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2021-12-17 08:52:47 UTC
Created attachment 759389 [details]
build.log

build log and emerge --info
Comment 2 Luke-Jr 2021-12-17 17:33:41 UTC
How are you running the tests? IIRC they're disabled (and non-trivial to enable)
Comment 3 Agostino Sarubbo gentoo-dev 2021-12-17 18:55:42 UTC
(In reply to Luke-Jr from comment #2)
> How are you running the tests? IIRC they're disabled (and non-trivial to
> enable)

FEATURES="test"
Comment 4 Agostino Sarubbo gentoo-dev 2022-10-19 17:03:58 UTC
lto_tinderbox has reproduced this issue with version 22.0 - Updating summary.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-20 02:20:53 UTC
(In reply to Luke-Jr from comment #2)
> How are you running the tests? IIRC they're disabled (and non-trivial to
> enable)

They're not: 

$ grep -rsin "RESTRICT"
bitcoin-qt-21.2.ebuild:25:RESTRICT="!test? ( test )"
bitcoin-qt-0.21.1.ebuild:25:RESTRICT="!test? ( test )"
bitcoin-qt-0.21.0.ebuild:25:RESTRICT="!test? ( test )"
bitcoin-qt-22.0.ebuild:25:RESTRICT="!test? ( test )"

which just means "only run with USE=test on".
Comment 6 Larry the Git Cow gentoo-dev 2023-10-24 10:37:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f97d897c7d6a72a3aa3b21824ec6016b53387f

commit 53f97d897c7d6a72a3aa3b21824ec6016b53387f
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2023-10-24 10:30:52 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-10-24 10:37:10 +0000

    net-p2p/bitcoin-qt: drop 0.21.0-r1, 22.0-r1, 24.0.1
    
    Closes: https://bugs.gentoo.org/829405
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 net-p2p/bitcoin-qt/Manifest                        |   5 -
 net-p2p/bitcoin-qt/bitcoin-qt-0.21.0-r1.ebuild     | 192 --------------
 net-p2p/bitcoin-qt/bitcoin-qt-22.0-r1.ebuild       | 222 ----------------
 net-p2p/bitcoin-qt/bitcoin-qt-24.0.1.ebuild        | 160 ------------
 net-p2p/bitcoin-qt/files/24.0.1-gcc13.patch        |  39 ---
 net-p2p/bitcoin-qt/files/24.0.1-syslibs.patch      | 281 ---------------------
 .../bitcoin-qt-0.20.1-boost-1.77-compat.patch      |  56 ----
 net-p2p/bitcoin-qt/files/bitcoin-qt.protocol       |  11 -
 .../files/org.bitcoin.bitcoin-qt.desktop           |  15 --
 net-p2p/bitcoin-qt/metadata.xml                    |   2 -
 profiles/base/package.use.mask                     |   1 -
 11 files changed, 984 deletions(-)