Summary: | lang/tcl86: fails to build WITH_LLVM_BINUTILS (LLVM strip) | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Ed Maste <emaste> |
Component: | Individual Port(s) | Assignee: | freebsd-tcltk (Nobody) <tcltk> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | gahr, philippe.michel7 |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(tcltk) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270769 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268064 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278173 |
||
Bug Depends on: | |||
Bug Blocks: | 258872 |
Description
Ed Maste
![]() ![]() Upstream bug report: https://core.tcl-lang.org/tcl/tktview/718de2132f487cf29dfdd0be2b90fcc0107c2aa7 *** Bug 268064 has been marked as a duplicate of this bug. *** Thanks @emaste - I'm in touch with upstream. We'll see if removing -x is doable for them. Thank you! In the short term (or if upstream is not agreeable) we could just have tcl use GNU strip for the build, but see PR270663. Similar issue affects x11-toolkits/tk86 For the record the upstream change was reverted, and it is unclear when a reworked fix will come. What is our appetite for carrying a local patch in the short term? A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ef4b555f46b1bddd6600380dbcf0dacb013b95e commit 4ef4b555f46b1bddd6600380dbcf0dacb013b95e Author: Pietro Cerutti <gahr@FreeBSD.org> AuthorDate: 2023-04-24 15:49:14 +0000 Commit: Pietro Cerutti <gahr@FreeBSD.org> CommitDate: 2023-04-24 15:51:34 +0000 lang/tcl8[5-7], x11-toolkits/tk8[5-7]: fix build with WITH_LLVM_BINUTILS PR: 270768 Reported by: emaste lang/tcl85/files/patch-Makefile.in | 9 +++++++++ lang/tcl86/files/patch-unix-Makefile.in | 9 +++++++++ lang/tcl87/files/patch-unix_Makefile.in | 9 +++++++++ x11-toolkits/tk85/files/patch-unix-Makefile.in | 8 ++++++-- x11-toolkits/tk86/files/patch-Makefile.in | 9 +++++++++ x11-toolkits/tk87/files/patch-unix-Makefile.in | 9 +++++++++ 6 files changed, 51 insertions(+), 2 deletions(-) > What is our appetite for carrying a local patch in the short term?
Very hungry :)
|