Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: mocore on August 09, 2015, 02:30:18 PM
-
FYI :P
cd some-git-clone
gitk # provided by git-gui.tcz
/usr/local/bin/gitk: exec: line 3: wish not found # provided by tk.tcz
which wish8.5
/usr/local/bin/wish8.5
sudo ln -s /usr/local/bin/wish8.5 /usr/local/bin/wish
gitk
*now it works!*
-
...
In /4.x/x86/tcz/tk.tcz.list (http://tinycorelinux.net/4.x/x86/tcz/tk.tcz.list)
usr/local/bin/wish
usr/local/bin/wish8.6
I guess it is a link included in the tcz from wish8.5 to wish , but the link appears missing in 5.x/x86 , 6.x/x86 , 6.x/armv6 !.
...In fact it is a link! created in the
/4.x/x86/tcz/src/tk/tk.tcbuild (http://tinycorelinux.net/4.x/x86/tcz/src/tk/tk.tcbuild) script
#make symlink
ln -s /usr/local/bin/wish8.6 "$PKG"/usr/local/bin/wish
but not in the /6.x/armv6/tcz/src/tk/tk.build (http://www.tinycorelinux.net/6.x/armv6/tcz/src/tk/tk.build) script. ???
/5.x/x86/tcz/src/tk/tk.tcbuild - 404
/6.x/x86/tcz/src/tk/tk.tcbuild - 404
-
Thanks for reporting, I will fix it
-
No problem!
Thanks for the fix!