Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 751301 - media-libs/bcg729-1.0.4-r1 uses -Werror for build
Summary: media-libs/bcg729-1.0.4-r1 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: Sam James
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2020-10-26 08:44 UTC by Agostino Sarubbo
Modified: 2021-01-01 22:22 UTC (History)
1 user (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 2020-10-26 08:44:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/bcg729-1.0.4-r1 uses -Werror for build.
Discovered on: amd64 (internal ref: 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-01-01 22:22:03 UTC
The bug has been closed via the following commit(s):

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

commit 85d706b3d2841c4bc90293f8e527ab087c4832ce
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-01-01 06:20:38 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-01 22:21:53 +0000

    media-libs/bcg729: don't use -Werror
    
    Closes: https://bugs.gentoo.org/751301
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/bcg729/bcg729-1.0.4-r1.ebuild | 7 ++++++-
 media-libs/bcg729/bcg729-1.1.1.ebuild    | 7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)