$ sdr sdr:tcl_sdr couldn't stat "sdr": no such file or directory couldn't stat "sdr": no such file or directory while executing "file type $app_name" But: $ cd $(dirname $(which sdr) ) $ ./sdr $ works fine.
Actually, it's not that complicated. Run it like so: /usr/bin/sdr Tim
that also works, no real surprise. (Ok, bug summary is wrong. Real bug remains. "Stupid app does 'stat $0' and expects it to actually work." I have not had the courage to get the source and find out why it thinks it needs to stat the program.)
It's definitely a bug. I don't dispute that. I just thought it was funny that in your initial description of the problem you found a workaround using the "hard" way ;) In any case, sdr-3.0-4 fixes this problem. It should show up in rawhide soon. Also, I updated rat as well. Yoou should see a new version of that in rawhide at the same time. Tim