Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783684 - [guru] media-libs/fcft-2.3.3 uses -Werror for build
Summary: [guru] media-libs/fcft-2.3.3 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-18 08:44 UTC by Agostino Sarubbo
Modified: 2021-04-25 14:04 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-18 08:44:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/fcft-2.3.3 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-19 08:04:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=674e8abbf344d1251b60e45bccde11a324262ed2

commit 674e8abbf344d1251b60e45bccde11a324262ed2
Author:     Ryan Fox <flewkey@2a03.party>
AuthorDate: 2021-04-19 03:44:37 +0000
Commit:     Ryan Fox <flewkey@2a03.party>
CommitDate: 2021-04-19 03:44:56 +0000

    media-libs/fcft: Disable -Werror
    
    Closes: https://bugs.gentoo.org/783684
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Ryan Fox <flewkey@2a03.party>

 media-libs/fcft/fcft-2.3.3.ebuild | 1 +
 media-libs/fcft/fcft-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-25 14:04:20 UTC
Changing TRACKER as requested by QA.