Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 921710 - [guru] dev-libs/luksmeta-9 adds -Werror flag on its own (GCC-14-SYSTEM)
Summary: [guru] dev-libs/luksmeta-9 adds -Werror flag on its own (GCC-14-SYSTEM)
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Julien
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2024-01-10 14:50 UTC by Agostino Sarubbo
Modified: 2024-03-03 18:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,62.54 KB, text/plain)
2024-01-10 14:50 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)