Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: mocore on August 09, 2015, 02:30:18 PM

Title: git-gui dep tk.tcz : wish named wish8.5? ..on armv6 'picore'
Post by: mocore on August 09, 2015, 02:30:18 PM
FYI :P
Quote
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!*


Title: Re: git-gui dep tk.tcz : wish named wish8.5? ..on armv6 && 5.x && 6.x
Post by: mocore on August 11, 2015, 07:05:48 AM
...

In  /4.x/x86/tcz/tk.tcz.list   (http://tinycorelinux.net/4.x/x86/tcz/tk.tcz.list)
Quote
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
Quote
        #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

Title: Re: git-gui dep tk.tcz : wish named wish8.5? ..on armv6 'picore'
Post by: bmarkus on August 11, 2015, 07:25:33 AM
Thanks for reporting, I will fix it
Title: Re: git-gui dep tk.tcz : wish named wish8.5? ..on armv6 'picore'
Post by: mocore on August 14, 2015, 05:45:37 AM
No problem!

Thanks for the fix!