Previous versions of the package had a /usr/lib/tclConfig.sh in addition to /usr/lib64/tclConfig.sh, which allowed ./configure scripts to find it (extremetuxracer for example). Now /usr/lib/tclConfig.sh doesn't exist anymore in the 64 bits package. In a previous version of the spec file, we had : # Arrangements for lib64 platforms echo "# placeholder" >> %{develname}.files if [[ "%{_lib}" != "lib" ]]; then mkdir -p %{buildroot}%{_prefix}/lib ln -s %{_libdir}/tclConfig.sh %{buildroot}%{_prefix}/lib/tclConfig.sh echo "%{_prefix}/lib/tclConfig.sh" >> %{develname}.files fi I don't know if it's a bug, but if it isn't, I'll need help to make extremetuxracer build correctly :)
CC: (none) => lists.jjorge
It was dropped by Funda Wang, it was a quirk anyway, does anything other than extremetuxtracer need it? For extremetuxracer, simply configure with: --with-tcl=%{_libdir}
Keywords: (none) => NEEDINFOCC: (none) => fundawang
we have /usr/lib/tcl8.5/tclConfig.sh now.
(In reply to comment #2) > we have /usr/lib/tcl8.5/tclConfig.sh now. Yes, but not in lib64tcl-devel. I think configuring with --with-tcl=%{_libdir} is a better solution all over.
Then close as worksforme.
Status: NEW => RESOLVEDResolution: (none) => WORKSFORME
Thanks for fixing extremetuxracer