Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836623 - app-i18n/uim-1.8.9_pre20210103 incorrectly mangle -Wconversion-null to -null
Summary: app-i18n/uim-1.8.9_pre20210103 incorrectly mangle -Wconversion-null to -null
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-04-02 07:13 UTC by Alessandro Barbieri
Modified: 2022-05-14 02:32 UTC (History)
1 user (show)

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


Attachments
emerge_info (emerge_info,36.62 KB, text/plain)
2022-04-02 07:13 UTC, Alessandro Barbieri
Details
uim-1.8.9_pre20210103:20220402-002229.log (uim-1.8.9_pre20210103:20220402-002229.log,886.94 KB, text/plain)
2022-04-02 07:13 UTC, Alessandro Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2022-04-02 07:13:36 UTC
This package fails to build on an unstable system. Attached relevant logs and emerge --info
Comment 1 Alessandro Barbieri 2022-04-02 07:13:41 UTC
Created attachment 768451 [details]
emerge_info

emerge --info
Comment 2 Alessandro Barbieri 2022-04-02 07:13:44 UTC
Created attachment 768452 [details]
uim-1.8.9_pre20210103:20220402-002229.log

build log
Comment 3 Alessandro Barbieri 2022-04-02 07:17:20 UTC
if CXXFLAGS="-Wconversion-null"

because of this macro
QMAKE_CXXFLAGS_RELEASE  = $$replace(QMAKE_CXXFLAGS_RELEASE, "-Wconversion", "")
Comment 4 Larry the Git Cow gentoo-dev 2022-05-14 02:32:26 UTC
The bug has been closed via the following commit(s):

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

commit d5901bd14f66b550782cfa755da29d2755369f70
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-04-02 07:33:21 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-14 02:32:06 +0000

    app-i18n/uim: remove wrong Wconversion substitution
    
    Closes: https://bugs.gentoo.org/836623
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/24859
    Signed-off-by: Sam James <sam@gentoo.org>

 ....9_pre20210103-remove-Wconversion-replace.patch |  13 ++
 app-i18n/uim/uim-1.8.9_pre20210103-r1.ebuild       | 247 +++++++++++++++++++++
 2 files changed, 260 insertions(+)