Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770940 - sys-apps/minijail-12 uses -Werror for build
Summary: sys-apps/minijail-12 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: David Coles
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2021-02-16 13:28 UTC by Agostino Sarubbo
Modified: 2022-06-11 05:36 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-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(-)