Bug 2346957
| Summary: | tcl8-devel packages contains broken TCL_PACKAGE_PATH | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomasz Torcz <tomek> |
| Component: | tcl8 | Assignee: | Jaroslav Škarvada <jskarvad> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jskarvad |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-03-28 17:14:53 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: | 2337745, 2340991 | ||
|
Description
Tomasz Torcz
2025-02-21 08:36:25 UTC
It's not bug in the Tcl compat package. It's intended change in the Tcl-8.6.15 [1, 2] which was for some time in Fedora as the latest tcl package and was later switched to the compat package. Some Tcl consumers (e.g. brltty) already fixed their scripts. [1] https://github.com/tcltk/tcl/commit/76dad5485f7b5b964131405414ee63734e0b741d [2] https://core.tcl-lang.org/tcl/tktview/1b8a893ded Could you bring it to the owfs upstream? Because Tcl-8.6.15 is currently the oldest Tcl upstream supported release. I've let upstream know: https://sourceforge.net/p/owfs/mailman/owfs-developers/thread/Z8AYyb5b4iOOVtgT%40mother.pipebreaker.pl/#msg59154054 In the meantime I've adjusted owfs spec to deal with colons. Thanks, if upstream uses TCL_PACKAGE_PATH, they should also update their scripts to deal with colons. |