Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925324 - app-editors/qxmledit-0.9.18-r1 adds -Werror flag on its own
Summary: app-editors/qxmledit-0.9.18-r1 adds -Werror flag on its own
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2024-02-23 11:31 UTC by Agostino Sarubbo
Modified: 2024-02-23 11:49 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,29.77 KB, application/x-xz)
2024-02-23 11:32 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-02-23 11:31:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/qxmledit-0.9.18-r1 adds -Werror flag on its own.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0035
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-23 11:32:00 UTC
Created attachment 885811 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Larry the Git Cow gentoo-dev 2024-02-23 11:49:32 UTC
The bug has been closed via the following commit(s):

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

commit fe07b4b07e3e65f0348bd3bb8af5ef6151a97854
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-02-23 11:47:35 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-02-23 11:49:25 +0000

    app-editors/qxmledit: fix -Werror
    
    The way we need to pass anto Werror changed, and I missed it when
    bumping. We can do it now using an environment variable, which is
    nicer than `sed` command.
    
    No revbump, since it affect compilation itself only (failing if
    there were warnings).
    
    Closes: https://bugs.gentoo.org/925324
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 app-editors/qxmledit/qxmledit-0.9.18-r1.ebuild | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)