Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 793917 - dev-libs/libixion-0.16.1 fix nullptr_t usage without namespace
Summary: dev-libs/libixion-0.16.1 fix nullptr_t usage without namespace
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: systemwide-clang
  Show dependency tree
 
Reported: 2021-06-02 15:54 UTC by Jory A. Pratt
Modified: 2021-12-01 16:42 UTC (History)
3 users (show)

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


Attachments
fix nullptr_t to use namespace std (0001_fix_nullptr_t.patch,789 bytes, patch)
2021-06-02 15:54 UTC, Jory A. Pratt
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jory A. Pratt gentoo-dev 2021-06-02 15:54:17 UTC
Created attachment 713310 [details, diff]
fix nullptr_t to use namespace std

Please refer to patch, it needs to be submitted upstream if it has not been fixed on master. This will fix it for clang along with those of us working on musl.
Comment 2 Larry the Git Cow gentoo-dev 2021-12-01 16:42:40 UTC
The bug has been closed via the following commit(s):

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

commit 9e170d9159e96863444a8270c1cee602d8c00d6a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-01 16:42:16 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-01 16:42:29 +0000

    dev-libs/libixion: fix build with Clang
    
    Closes: https://bugs.gentoo.org/793917
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/libixion/files/libixion-0.16.1-clang.patch | 18 ++++++++++++++++++
 dev-libs/libixion/libixion-0.16.1.ebuild            |  4 ++++
 2 files changed, 22 insertions(+)