Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895814 - net-p2p/bitcoin-cli-24.0.1-r1 - support/lockedpool.cpp: error: runtime_error is not a member of std
Summary: net-p2p/bitcoin-cli-24.0.1-r1 - support/lockedpool.cpp: error: runtime_error ...
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: gcc-13
  Show dependency tree
 
Reported: 2023-02-22 08:09 UTC by Toralf Förster
Modified: 2023-04-10 04:11 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.07 KB, text/plain)
2023-02-22 08:09 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,67.32 KB, application/x-bzip)
2023-02-22 08:09 UTC, Toralf Förster
Details
environment (environment,76.57 KB, text/plain)
2023-02-22 08:09 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,838 bytes, application/x-bzip)
2023-02-22 08:09 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,37.62 KB, application/x-bzip)
2023-02-22 08:09 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,16.77 KB, application/x-bzip)
2023-02-22 08:09 UTC, Toralf Förster
Details
net-p2p:bitcoin-cli-24.0.1-r1:20230222-052927.log (net-p2p:bitcoin-cli-24.0.1-r1:20230222-052927.log,39.19 KB, text/plain)
2023-02-22 08:09 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,27.28 KB, application/x-bzip)
2023-02-22 08:09 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-02-22 08:09:11 UTC
too long lines were shrinked:

libtool: compile:  x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../src/config -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_BUILD_INFO -I./univalue/include -fstack-reuse=none -Wstack-protector -fstack-protector-all -fcf-protection=full -fstack-clash-protection -fno-extended-identifiers -p
/bin/sh ../libtool  --tag=CXX --preserve-dup-deps  --mode=compile x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../src/config   -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_BUILD_INFO -I./univalue/include   -fstack-reuse=none -Wstack-protector -fstack-protector-all -fcf-protection=full -f
x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../src/config   -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_BUILD_INFO -I. -I./minisketch/include -I./secp256k1/include -I./univalue/include -I/usr/include -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DBOOST_NO_CXX98_FUNCTION_BASE  -I/usr/inclu
x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../src/config   -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_BUILD_INFO -I. -I./minisketch/include -I./secp256k1/include -I./univalue/include -I/usr/include -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION -DBOOST_NO_CXX98_FUNCTION_BASE  -I/usr/inclu
libtool: compile:  x86_64-pc-linux-gnu-g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../src/config -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -DHAVE_BUILD_INFO -I./univalue/include -fstack-reuse=none -Wstack-protector -fstack-protector-all -fcf-protection=full -fstack-clash-protection -fno-extended-identifiers -p
support/lockedpool.cpp: In member function 'void Arena::free(void*)':
support/lockedpool.cpp:99:20: error: 'runtime_error' is not a member of 'std'
   99 |         throw std::runtime_error("Arena: invalid or double free");
      |                    ^~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j4-20230218-230029

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Rust versions:
  [1]   rust-1.67.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):

  HEAD of ::gentoo
commit ef1738e37dcc2c853710527a29f2aa17b0f7cb90
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Feb 22 04:02:01 2023 +0000

    2023-02-22 04:02:00 UTC

emerge -qpvO net-p2p/bitcoin-cli
[ebuild  N    ] net-p2p/bitcoin-cli-24.0.1-r1
Comment 1 Toralf Förster gentoo-dev 2023-02-22 08:09:12 UTC
Created attachment 853768 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-22 08:09:13 UTC
Created attachment 853770 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2023-02-22 08:09:15 UTC
Created attachment 853772 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-02-22 08:09:16 UTC
Created attachment 853774 [details]
etc.clang.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2023-02-22 08:09:17 UTC
Created attachment 853776 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-22 08:09:18 UTC
Created attachment 853778 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-22 08:09:19 UTC
Created attachment 853780 [details]
net-p2p:bitcoin-cli-24.0.1-r1:20230222-052927.log
Comment 8 Toralf Förster gentoo-dev 2023-02-22 08:09:20 UTC
Created attachment 853782 [details]
temp.tar.bz2
Comment 9 Larry the Git Cow gentoo-dev 2023-04-10 04:11:04 UTC
The bug has been closed via the following commit(s):

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

commit cc8c224903f48c9154a66e70383ef72b706c2d38
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-10 04:06:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-10 04:06:14 +0000

    net-p2p/bitcoin-cli: fix build w/ gcc 13
    
    Closes: https://bugs.gentoo.org/895814
    Signed-off-by: Sam James <sam@gentoo.org>

 net-p2p/bitcoin-cli/bitcoin-cli-24.0.1-r1.ebuild |  1 +
 net-p2p/bitcoin-cli/files/24.0.1-gcc13.patch     | 39 ++++++++++++++++++++++++
 2 files changed, 40 insertions(+)