Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: hiro on August 14, 2015, 02:55:15 AM

Title: usb-modeswitch vs. tcl
Post by: hiro on August 14, 2015, 02:55:15 AM
Too reduce too much fragmention I only link to this already existing thread about the dcore package that has the exact same content:
http://forum.tinycorelinux.net/index.php/topic,18203.msg114633.html#msg114633
Title: Re: usb-modeswitch vs. tcl
Post by: hiro on August 26, 2015, 03:42:53 AM
i'm not sure if people overlooked the post i made, but my problem with usb-modeswitch.tcz in tc 6.0 hasn't been addressed yet.
if someone of you is allowed to change that one line in the tce.installed script in usb-modeswitch.tcz

from
ln -s /usr/local/bin/tclsh /usr/bin/
to
ln -s /usr/local/bin/tclsh8.5 /usr/bin/tclsh

or change the tcl.tcz extension so that there is a file /usr/bin/tclsh

or change /tmp/tcloop/usb-modeswitch/usr/sbin/usb_modeswitch_dispatcher that has the following line
#!/usr/bin/tclsh
to point to /usr/local/bin/tclsh8.5 or an other enlightened combination of the stuff above.

thanks.
Title: Re: usb-modeswitch vs. tcl
Post by: Juanito on August 26, 2015, 03:52:32 AM
or change the tcl.tcz extension so that there is a file /usr/bin/tclsh

I'd suggest that adding the symlink /usr/local/bin/tclsh -> /usr/local/bin/tclsh8.5 is the neatest solution and possibly required anyway.

@BMarkus are you OK to fix?
Title: Re: usb-modeswitch vs. tcl
Post by: bmarkus on August 26, 2015, 04:32:08 AM
OK