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

Bug 921710

Summary: [guru] dev-libs/luksmeta-9 adds -Werror flag on its own (GCC-14-SYSTEM)
Product: GURU Reporter: Agostino Sarubbo <ago>
Component: Package issuesAssignee: Julien Roy <julien>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, guru-bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260867    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-01-10 14:50:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/luksmeta-9 adds -Werror flag on its own (GCC-14-SYSTEM).
Discovered on: amd64 (internal ref: guru_tinderbox)

NOTE:
(GCC-14-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-14 but this bug MAY or MAY NOT BE related to the new compiler
-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.
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-10 14:50:26 UTC
Created attachment 881821 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-03-03 18:33:26 UTC
The bug has been closed via the following commit(s):

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

commit d06cdb84ca4096b475821a9acbf1fb0f2bc0c576
Author:     Julien Roy <julien@jroy.ca>
AuthorDate: 2024-03-03 18:28:39 +0000
Commit:     Julien Roy <julien@jroy.ca>
CommitDate: 2024-03-03 18:32:37 +0000

    dev-libs/luksmeta: remove -Werror from configure.ac
    
    Also improve comments in ebuilds
    
    Closes: https://bugs.gentoo.org/921710
    
    Signed-off-by: Julien Roy <julien@jroy.ca>

 dev-libs/luksmeta/files/luksmeta-tests.patch                  | 1 -
 dev-libs/luksmeta/{luksmeta-9.ebuild => luksmeta-9-r1.ebuild} | 6 +++++-
 2 files changed, 5 insertions(+), 2 deletions(-)