Bug 2337778
Summary: | Please update the package for the 'Tcl/Tk 9.0' Fedora change | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jaroslav Škarvada <jskarvad> |
Component: | tcl-mysqltcl | Assignee: | Rene Ploetz <reneploetz> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | jtfas90, reneploetz |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://fedoraproject.org/wiki/Changes/TclTk9.0 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2025-01-31 12:45:16 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2337584 |
Description
Jaroslav Škarvada
2025-01-14 18:38:40 UTC
Update: There is a better way how to handle switch to compat packages, instead of build requiring tcl8-devel/tk8-devel, the following is better and backward compatible approach: BuildRequires: tcl-devel < 9 BuildRequires: tk-devel < 9 The correct provides are already included in the tcl8/tk8 packages. And in a such way the package needn't be built into the side tag. For updates please check the tracking bug 2337584. Update (auto comment):
> BuildRequires: tcl-devel < 9
> BuildRequires: tk-devel < 9
There is epoch, so the correct variant is:
BuildRequires: tcl-devel < 1:9
BuildRequires: tk-devel < 1:9
Sorry for confusion.
Added a patch for building against Tcl 9 on rawhide. Due to the age of the package (last update: 2012) I do not expect the patch to be upstreamable. https://koji.fedoraproject.org/koji/taskinfo?taskID=128680309 Note: The patch is applied unconditionally in rawhide and will only work when building against Tcl 9. I think this should be ok, as I would expect all branches derived from it will use Tcl 9 in the future. Currently rawhide is still using Tcl 8.x, but as I expect this change to be applied systemwide for F42 and rawhide later. I updated the patch to also build against Tcl 8.x too just in case the change is not applied for F42 and deferred to F43. https://koji.fedoraproject.org/koji/taskinfo?taskID=128681280 |