Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 911886 - dev-util/bitcoin-tx-22.0-r2 - support/lockedpool.cpp: error: runtime_error is not a member of std
Summary: dev-util/bitcoin-tx-22.0-r2 - support/lockedpool.cpp: error: runtime_error is...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Luke-Jr
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-07 20:29 UTC by Toralf Förster
Modified: 2023-10-24 10:37 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.61 KB, text/plain)
2023-08-07 20:29 UTC, Toralf Förster
Details
dev-util:bitcoin-tx-22.0-r2:20230807-192302.log (dev-util:bitcoin-tx-22.0-r2:20230807-192302.log,73.58 KB, text/plain)
2023-08-07 20:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,102.69 KB, text/plain)
2023-08-07 20:29 UTC, Toralf Förster
Details
environment (environment,93.15 KB, text/plain)
2023-08-07 20:29 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,784 bytes, application/x-xz)
2023-08-07 20:29 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,15.79 KB, application/x-xz)
2023-08-07 20:30 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,14.88 KB, application/x-xz)
2023-08-07 20:30 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,30.76 KB, application/x-xz)
2023-08-07 20:30 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-08-07 20:29:54 UTC
too long lines were shrinked:

/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/unique_lock.h:148:7: note: declared here
  148 |       try_lock()
      |       ^~~~~~~~
x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../src/config   -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I.   -I/usr/include -I./leveldb/include -I./leveldb/helpers/memenv  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DPROVIDE_FUZZ_MAIN_FUNCTION  -fstack-reuse=none -Wstack-protector -fstack-prot
x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../src/config   -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I.   -I/usr/include -I./leveldb/include -I./leveldb/helpers/memenv  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DPROVIDE_FUZZ_MAIN_FUNCTION  -fstack-reuse=none -Wstack-protector -fstack-prot
support/lockedpool.cpp: In member function 'void Arena::free(void*)':
support/lockedpool.cpp:102:20: error: 'runtime_error' is not a member of 'std'
  102 |         throw std::runtime_error("Arena: invalid or double free");
      |                    ^~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd_merged_usr-20230806-085004

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Rust versions:
  [1]   rust-1.71.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.20.6 linux/amd64

  HEAD of ::gentoo
commit 04294b22c5eb3d6a60b76f0088f9ae57fd7914fb
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Aug 7 17:31:43 2023 +0000

    2023-08-07 17:31:42 UTC

emerge -qpvO dev-util/bitcoin-tx
[ebuild  N    ] dev-util/bitcoin-tx-24.0.1-r1
Comment 1 Toralf Förster gentoo-dev 2023-08-07 20:29:54 UTC
Created attachment 867355 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-08-07 20:29:56 UTC
Created attachment 867356 [details]
dev-util:bitcoin-tx-22.0-r2:20230807-192302.log
Comment 3 Toralf Förster gentoo-dev 2023-08-07 20:29:57 UTC
Created attachment 867357 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-08-07 20:29:58 UTC
Created attachment 867358 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-08-07 20:29:59 UTC
Created attachment 867359 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-08-07 20:30:00 UTC
Created attachment 867360 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-08-07 20:30:01 UTC
Created attachment 867361 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2023-08-07 20:30:02 UTC
Created attachment 867362 [details]
temp.tar.xz
Comment 9 Larry the Git Cow gentoo-dev 2023-10-24 10:37:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a7231a3886135c7e3a98de16fb578e694348e0

commit 37a7231a3886135c7e3a98de16fb578e694348e0
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2023-10-24 10:25:25 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2023-10-24 10:37:09 +0000

    dev-util/bitcoin-tx: drop 0.21.0-r2, 22.0-r2, 24.0.1-r1
    
    Closes: https://bugs.gentoo.org/911921
    Closes: https://bugs.gentoo.org/911886
    Closes: https://bugs.gentoo.org/889802
    Closes: https://bugs.gentoo.org/766827
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 dev-util/bitcoin-tx/Manifest                       |   5 -
 dev-util/bitcoin-tx/bitcoin-tx-0.21.0-r2.ebuild    | 105 --------
 dev-util/bitcoin-tx/bitcoin-tx-22.0-r2.ebuild      | 113 ---------
 dev-util/bitcoin-tx/bitcoin-tx-24.0.1-r1.ebuild    |  83 ------
 .../files/22.0-fix_build_without_leveldb.patch     |  23 --
 dev-util/bitcoin-tx/files/24.0.1-gcc13.patch       |  39 ---
 dev-util/bitcoin-tx/files/24.0.1-syslibs.patch     | 281 ---------------------
 dev-util/bitcoin-tx/metadata.xml                   |   3 -
 profiles/base/package.use.mask                     |   1 -
 9 files changed, 653 deletions(-)