| Ticket Hash: | c9a4f87325d68cf830bf897846b47eff26468ba6 | ||
| Title: | Use ${prefix}/lib instead TCL_PACKAGE_PATH to find installation folder | ||
| Status: | Closed | Type: | Build Problem |
| Severity: | Important | Priority: | Immediate |
| Subsystem: | Resolution: | Overcome_By_Events | |
| Last Modified: |
2024-06-29 01:56:07 1.34 years ago |
Created: |
2024-03-05 10:14:51 1.65 years ago |
| Version Found In: | trunk | ||
| User Comments: | ||||
oehhar added on 2024-03-05 10:14:51:
See TCL ticket https://core.tcl-lang.org/tcl/info/1b8a893ded5f2a9b : Apparently, TCLTLS uses TCL_PACKAGE_PATH instead ${prefix}/lib to find its installation path. Example, where "{/usr/local/lib}" is the first element of the package path.
/usr/bin/install -c -d '{/usr/local/lib}/tcltls1.7.22'
/usr/bin/install -c tcltls.so '{/usr/local/lib}/tcltls1.7.22'
/usr/bin/install -c -m 644 pkgIndex.tcl '{/usr/local/lib}/tcltls1.7.22'
Take care, Harald bohagan added on 2024-05-28 00:13:49:
This should be OBE now with the updated build system in trunk. bohagan added on 2024-06-29 01:56:07:
This issue is obsolete with the updated build system. The variable TCL_PACKAGE_PATH is no longer used. | ||||