Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936931 - net-irc/kvirc-5.2.4 fails to compile with app-text/doxygen-1.11.0
Summary: net-irc/kvirc-5.2.4 fails to compile with app-text/doxygen-1.11.0
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 884417
  Show dependency tree
 
Reported: 2024-07-30 10:16 UTC by Agostino Sarubbo
Modified: 2024-10-13 14:00 UTC (History)
3 users (show)

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


Attachments
build.log.xz (build.log.xz,82.04 KB, application/x-xz)
2024-07-30 10:16 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-07-30 10:16:32 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-irc/kvirc-5.2.4 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-30 10:16:34 UTC
Created attachment 898639 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-07-30 10:35:55 UTC
/usr/lib/gcc/x86_64-pc-linux-musl/14/include/g++-v14/string_view:256: constexpr const std::basic_string_view<_CharT, _Traits>::value_type& std::basic_string_view<_CharT, _Traits>::operator[](size_type) const [with _CharT = char; _Traits = std::char_traits<char>; const_reference = const char&; size_type = long unsigned int]: Assertion '__pos < this->_M_len' failed.
make[3]: *** [CMakeFiles/devdocs.dir/build.make:72: devdocs] Aborted

Hello _GLIBCXX_ASSERTIONS!
Comment 3 Alexey 2024-09-05 02:41:33 UTC
The cause is not _GLIBCXX_ASSERTIONS, but doxygen 1.11.0

It compiles with doxygen 1.9.8, 1.10.0-r1 and 1.12.0, but not with 1.11.0
Comment 4 Andreas Sturmlechner gentoo-dev 2024-10-13 09:11:06 UTC
Can we please just clean up 1.11.0?
Comment 5 Larry the Git Cow gentoo-dev 2024-10-13 14:00:16 UTC
The bug has been referenced in the following commit(s):

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

commit 6777dce8ca9a8a3bc417fc42b2d559a942c84d4c
Author:     Alexey Sokolov <alexey+gentoo@asokolov.org>
AuthorDate: 2024-10-13 00:03:27 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-10-13 13:59:58 +0000

    net-irc/kvirc: add 5.2.6
    
    Bug: https://bugs.gentoo.org/936931
    Closes: https://bugs.gentoo.org/934767
    Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
    Closes: https://github.com/gentoo/gentoo/pull/38964
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 net-irc/kvirc/Manifest           |   1 +
 net-irc/kvirc/kvirc-5.2.6.ebuild | 151 +++++++++++++++++++++++++++++++++++++++
 net-irc/kvirc/kvirc-9999.ebuild  |  30 ++++----
 3 files changed, 166 insertions(+), 16 deletions(-)