Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 894708 - x11-libs/agg-2.5-r3 fails to compile (MUSL-CLANG-SYSTEM): agg_basics.h:215:13: error: ISO C++17 does not allow register storage class specifier [-Wregister]
Summary: x11-libs/agg-2.5-r3 fails to compile (MUSL-CLANG-SYSTEM): agg_basics.h:215:13...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords: PullRequest
: 918496 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-02-16 08:03 UTC by Agostino Sarubbo
Modified: 2024-11-13 11:07 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,73.57 KB, text/plain)
2023-02-16 08:03 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 2023-02-16 08:03:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-libs/agg-2.5-r3 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-16 08:03:36 UTC
Created attachment 851536 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-11-26 00:30:54 UTC
*** Bug 918496 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2024-11-13 11:07:59 UTC
The bug has been closed via the following commit(s):

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

commit ec1eebeb26c801965e3ca5d5d3b1b3757ed9b4be
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2024-11-13 11:07:42 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2024-11-13 11:07:42 +0000

    x11-libs/agg: fix ICU compilation bug
    
    Closes: https://bugs.gentoo.org/894708
    Closes: https://bugs.gentoo.org/937853
    Signed-off-by: David Seifert <soap@gentoo.org>

 x11-libs/agg/agg-2.5-r3.ebuild                    |  4 +-
 x11-libs/agg/files/agg-2.5-char-ptr-cast.patch    | 13 +++++
 x11-libs/agg/files/agg-2.5-register-keyword.patch | 70 +++++++++++++++++++++++
 3 files changed, 86 insertions(+), 1 deletion(-)