Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905448 - dev-lang/julia-1.8.5-r1 adds -Werror flag on its own
Summary: dev-lang/julia-1.8.5-r1 adds -Werror flag on its own
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2023-05-02 10:37 UTC by Agostino Sarubbo
Modified: 2025-05-14 04:33 UTC (History)
3 users (show)

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


Attachments
build.log.xz (build.log.xz,160.30 KB, application/x-xz)
2023-05-02 10:37 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 2023-05-02 10:37:30 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/julia-1.8.5-r1 adds -Werror flag on its own.
Discovered on: amd64 (internal ref: ci)

NOTE:
-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 2023-05-02 10:37:33 UTC
Created attachment 861033 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Larry the Git Cow gentoo-dev 2025-05-14 04:33:11 UTC
The bug has been referenced in the following commit(s):

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

commit ebf8e7715880f0733487c2ff9331a362291fcb9d
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-05-14 04:32:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-05-14 04:32:46 +0000

    dev-lang/julia: drop -Werror for mbedtls; respect AR/CC/CXX more
    
    Bug: https://bugs.gentoo.org/905448
    Closes: https://bugs.gentoo.org/955903
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/julia/files/julia-1.8.5-no-werror-mbedtls.patch | 14 ++++++++++++++
 dev-lang/julia/julia-1.8.3-r6.ebuild                     | 13 +++++++++----
 dev-lang/julia/julia-1.8.5-r3.ebuild                     |  9 ++++++---
 dev-lang/julia/julia-1.9.0-r2.ebuild                     |  9 ++++++---
 dev-lang/julia/julia-1.9.4-r2.ebuild                     | 11 +++++++----
 5 files changed, 42 insertions(+), 14 deletions(-)