Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 774162 - gui-apps/swappy-1.3.1 uses -Werror for build
Summary: gui-apps/swappy-1.3.1 uses -Werror for build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Emily Mills
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2021-03-04 09:20 UTC by Agostino Sarubbo
Modified: 2021-03-04 12:26 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-03-04 09:20:23 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-apps/swappy-1.3.1 uses -Werror for build.
Discovered on: amd64 (internal ref: ci)

-Werror is not recommended for releases and should always be disabled when encountered in build-logs, because there are numerous cases where this breaks without purpose.
See also: https://devmanual.gentoo.org/ebuild-writing/common-mistakes/index.html

NOTE: If you want to change the summary, to avoid auto-filed duplicates, please at least keep the word '-Werror'
Comment 1 Larry the Git Cow gentoo-dev 2021-03-04 12:26:15 UTC
The bug has been closed via the following commit(s):

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

commit c638628292d79e6a7612434e5e1caabcba13ef46
Author:     Aisha Tammy <gentoo@aisha.cc>
AuthorDate: 2021-03-04 11:17:18 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-03-04 12:26:08 +0000

    gui-apps/swappy: fix werror for meson build
    
    Closes: https://bugs.gentoo.org/774162
    Package-Manager: Portage-3.0.16, Repoman-3.0.2
    Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
    Closes: https://github.com/gentoo/gentoo/pull/19762
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 gui-apps/swappy/swappy-1.3.1.ebuild | 8 ++++++++
 gui-apps/swappy/swappy-9999.ebuild  | 8 ++++++++
 2 files changed, 16 insertions(+)