`tt binaries` command error if `tarantool` is not a symlink
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 113
- Forks
- 18
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 23
Description
After using tt pack tgz we have the following in bin dir:
$ ls bin/
tarantool tt
This causes tt binaries failure:
$ ./bin/tt binaries
List of installed binaries:
⨯ readlink /home/user/tmp/bin/tarantool: invalid argument
I'm sure tt binaries must be able to work even is tarantool is not a symlink. Or tt pack must copy a binary with version and create a symlink. In this case we must come up with a solution for tarantool-dev packing, because there is no tarantool_3.0.0 binary.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with tt binaries against a bin/tarantool regular file, then inspect the command and the tt pack tgz packaging path. Compare the handling of symlinks and regular binaries; done means tt binaries works for the reported package layout or the packaging behavior is consistently corrected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100