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

Bug 746767

Summary: dev-db/percona-server-8.0.20.11-r1 uses -Werror for build
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260867    
Attachments: percona-server-8.0.20.11-r1:20201006-080110.log.bz2

Description Agostino Sarubbo gentoo-dev 2020-10-05 20:34:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-db/percona-server-8.0.20.11-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 Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-05 20:38:55 UTC
Please attach build.log showing your claim.
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-06 08:04:35 UTC
This class of bug comes from an automatic parsing of the log. If you can't reproduce means that you don't see Werror or the parser is broken. I'll check manually what happened.
Comment 3 Agostino Sarubbo gentoo-dev 2020-10-06 08:36:34 UTC
Created attachment 664045 [details]
percona-server-8.0.20.11-r1:20201006-080110.log.bz2
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2020-10-06 13:16:13 UTC
Probably caused by same bug 738462.
Comment 5 Larry the Git Cow gentoo-dev 2020-10-08 23:45:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216421cf4adf995129c87ef0b38ee68b1b3f798e

commit 216421cf4adf995129c87ef0b38ee68b1b3f798e
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2020-10-08 23:41:15 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-10-08 23:45:21 +0000

    dev-db/percona-server: remove -Werror
    
    Closes: https://bugs.gentoo.org/746767
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-db/percona-server/Manifest                           | 2 +-
 dev-db/percona-server/percona-server-8.0.20.11-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)