Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 945704 - [guru] net-p2p/dogecoin-qt-1.14.8 fails to compile: string_view.h:53:26: error: string_view in namespace std does not name a type
Summary: [guru] net-p2p/dogecoin-qt-1.14.8 fails to compile: string_view.h:53:26: erro...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Victor Skovorodnikov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-02 08:25 UTC by Agostino Sarubbo
Modified: 2024-12-04 14:56 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,707.05 KB, text/plain)
2024-12-02 08:25 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 2024-12-02 08:25:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-p2p/dogecoin-qt-1.14.8 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-12-02 08:25:31 UTC
Created attachment 913033 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-12-04 14:56:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33d6cfd74b872f2eb12a64939684c875dc2948b3

commit 33d6cfd74b872f2eb12a64939684c875dc2948b3
Author:     Victor Skovorodnikov <victor3.14@yandex.com>
AuthorDate: 2024-12-02 18:13:08 +0000
Commit:     Victor Skovorodnikov <victor3.14@yandex.com>
CommitDate: 2024-12-02 18:20:14 +0000

    net-p2p/dogecoin-qt: replace c++14 with c++17
    
    - replacing c++14 with c++17 standard to compile with boost-1.86.0-r1
      per the bug
    - removed unused inherit
    
    Closes: https://bugs.gentoo.org/945704
    Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>

 net-p2p/dogecoin-qt/dogecoin-qt-1.14.8.ebuild | 4 ++--
 net-p2p/dogecoin-qt/dogecoin-qt-1.14.9.ebuild | 4 ++--
 net-p2p/dogecoin-qt/dogecoin-qt-9999.ebuild   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)