Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941509 - [guru] dev-lang/swift-5.10.1-r1 adds -Werror flag on its own
Summary: [guru] dev-lang/swift-5.10.1-r1 adds -Werror flag on its own
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Itai Ferber
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2024-10-14 07:52 UTC by Agostino Sarubbo
Modified: 2024-11-02 20:52 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,432.37 KB, application/x-xz)
2024-10-14 07:52 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-10-14 07:52:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/swift-5.10.1-r1 adds -Werror flag on its own.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0035
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-14 07:52:50 UTC
Created attachment 905738 [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 2024-11-02 20:52:18 UTC
The bug has been closed via the following commit(s):

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

commit bcc4ae9994b2d546421cc894b8804926676d87f4
Author:     Itai Ferber <itai@itaiferber.net>
AuthorDate: 2024-10-31 02:12:49 +0000
Commit:     Itai Ferber <itai@itaiferber.net>
CommitDate: 2024-10-31 15:11:56 +0000

    dev-lang/swift: add 5.10.1-r2
    
    * Enables backtracing on Swift program abort
    * Disables unconditional `-Werror` in swift-corelibs-libdispatch
    
    Closes: https://bugs.gentoo.org/941508
    Closes: https://bugs.gentoo.org/941509
    Signed-off-by: Itai Ferber <itai@itaiferber.net>

 .../swift-5.10.1-r2/backtracing-noexecstack.patch  |   1 +
 .../disable-libdispatch-werror.patch               |  12 +
 .../files/swift-5.10.1-r2/link-ncurses-tinfo.patch |   1 +
 .../files/swift-5.10.1-r2/link-with-lld.patch      |   1 +
 .../lldb-cmake-minimum-version.patch               |   1 +
 dev-lang/swift/swift-5.10.1-r1.ebuild              |   2 +-
 dev-lang/swift/swift-5.10.1-r2.ebuild              | 338 +++++++++++++++++++++
 dev-lang/swift/swift-5.10.1.ebuild                 |   2 +-
 8 files changed, 356 insertions(+), 2 deletions(-)