Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 781050 - [guru] gui-apps/wlr-randr-0.2.0 uses -Werror for build
Summary: [guru] gui-apps/wlr-randr-0.2.0 uses -Werror for build
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-08 11:57 UTC by Agostino Sarubbo
Modified: 2021-04-25 14:02 UTC (History)
0 users

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-04-08 11:57:08 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-apps/wlr-randr-0.2.0 uses -Werror for build.
Discovered on: amd64 (internal ref: guru_tinderbox)

-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-04-15 12:51:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a98bf4c02b6632650f2de20b91148ade64cbec5

commit 0a98bf4c02b6632650f2de20b91148ade64cbec5
Author:     Theo Anderson <telans@posteo.de>
AuthorDate: 2021-04-15 05:40:43 +0000
Commit:     Theo Anderson <telans@posteo.de>
CommitDate: 2021-04-15 07:09:10 +0000

    gui-apps/wlr-randr: disable -Werror
    
    Closes: https://bugs.gentoo.org/781050
    Signed-off-by: Theo Anderson <telans@posteo.de>

 gui-apps/wlr-randr/wlr-randr-0.1.0.ebuild | 5 +++++
 gui-apps/wlr-randr/wlr-randr-0.2.0.ebuild | 5 +++++
 gui-apps/wlr-randr/wlr-randr-9999.ebuild  | 5 +++++
 3 files changed, 15 insertions(+)
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-25 14:02:56 UTC
Changing TRACKER as requested by QA.