Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 770940

Summary: sys-apps/minijail-12 uses -Werror for build
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: David Coles <coles.david>
Status: RESOLVED FIXED    
Severity: normal CC: chutzpah, esigra
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260867    

Description Agostino Sarubbo gentoo-dev 2021-02-16 13:28:00 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-apps/minijail-12 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 2022-06-11 05:36:09 UTC
The bug has been closed via the following commit(s):

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

commit 938d4ab4c924cceb259cced0c8d3dffe81c654d2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-11 05:26:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-11 05:36:02 +0000

    sys-apps/minijail: drop 12
    
    Closes: https://bugs.gentoo.org/732014
    Closes: https://bugs.gentoo.org/770940
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/minijail/Manifest           |  1 -
 sys-apps/minijail/minijail-12.ebuild | 77 ------------------------------------
 2 files changed, 78 deletions(-)

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

commit 2bbf7e85f8cb017c7324afd4c49e5b10b814980c
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-06-11 05:26:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-11 05:36:01 +0000

    sys-apps/minijail: drop Werror
    
    Closes: https://bugs.gentoo.org/732014
    Closes: https://bugs.gentoo.org/770940
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/minijail/files/minijail-17-no-werror.patch | 13 +++++++++++++
 sys-apps/minijail/minijail-17.ebuild                |  3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)