Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937497 - [guru] net-im/chatterino-2.5.1 fails to compile: SignalVector.hpp:158:22: error: class chatterino::SignalVector<T> has no member named items
Summary: [guru] net-im/chatterino-2.5.1 fails to compile: SignalVector.hpp:158:22: err...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-07 07:43 UTC by Agostino Sarubbo
Modified: 2024-08-24 20:56 UTC (History)
0 users

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


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

Issue: net-im/chatterino-2.5.1 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-08-07 07:43:39 UTC
Created attachment 899346 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-07 07:43:39 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: src/CMakeFiles/chatterino-lib.dir/Application.cpp.o 
FAILED: src/CMakeFiles/chatterino-lib.dir/RunGui.cpp.o 
FAILED: src/CMakeFiles/chatterino-lib.dir/chatterino-lib_autogen/mocs_compilation.cpp.o 
FAILED: src/CMakeFiles/chatterino-lib.dir/common/Channel.cpp.o 
FAILED: src/CMakeFiles/chatterino-lib.dir/common/ChatterinoSetting.cpp.o 
FAILED: src/CMakeFiles/chatterino-lib.dir/common/Credentials.cpp.o 
FAILED: src/CMakeFiles/chatterino-lib.dir/controllers/accounts/AccountController.cpp.o 
FAILED: src/CMakeFiles/chatterino-lib.dir/controllers/accounts/AccountModel.cpp.o 
/var/tmp/portage/net-im/chatterino-2.5.1/work/chatterino2-2.5.1/src/common/SignalVector.hpp:158:22: error: ‘class chatterino::SignalVector<T>’ has no member named ‘items’; did you mean ‘items_’?
Comment 3 Larry the Git Cow gentoo-dev 2024-08-24 20:56:33 UTC
The bug has been closed via the following commit(s):

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

commit dae6db6057c10405f7dce816fdfa8f6babcecbda
Author:     Takuya Wakazono <pastalian46@gmail.com>
AuthorDate: 2024-08-24 08:25:11 +0000
Commit:     Takuya Wakazono <pastalian46@gmail.com>
CommitDate: 2024-08-24 10:55:59 +0000

    net-im/chatterino: fix gcc15 build
    
    Closes: https://bugs.gentoo.org/937497
    Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>

 net-im/chatterino/chatterino-2.5.1.ebuild            |  5 +++++
 net-im/chatterino/files/chatterino-2.5.1-gcc15.patch | 13 +++++++++++++
 2 files changed, 18 insertions(+)