tarantool / tarantool/tt

`tt binaries` command error if `tarantool` is not a symlink

Open
#536 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1sp bug teamE
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.