Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to checkout Tarantool on Windows #4781

Closed
tsafin opened this issue Feb 17, 2020 · 0 comments
Closed

Unable to checkout Tarantool on Windows #4781

tsafin opened this issue Feb 17, 2020 · 0 comments
Labels
bug Something isn't working build

Comments

@tsafin
Copy link
Contributor

tsafin commented Feb 17, 2020

Tarantool version: HEAD

OS version: Windows 10

Bug description: unable to checkout Tarantol git repository

Steps to reproduce:

C:\Users\t.safin\Documents\GitHub>git clone https://github.com/tarantool/tarantool.git
Cloning into 'tarantool'...
remote: Enumerating objects: 257, done.
remote: Counting objects: 100% (257/257), done.
remote: Compressing objects: 100% (170/170), done.
remote: Total 132836 (delta 180), reused 133 (delta 87), pack-reused 132579
Receiving objects: 100% (132836/132836), 68.06 MiB | 7.78 MiB/s, done.
Resolving deltas: 100% (106610/106610), done.
error: invalid path 'src/box/bootstrap.'
fatal: unable to checkout working tree
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'


C:\Users\t.safin\Documents\GitHub>cd tarantool

C:\Users\t.safin\Documents\GitHub\tarantool>git restore --source=HEAD :/
error: invalid path 'src/box/bootstrap.'

The problem introduced with this commit:

$ git log -p 200a492aa771e50af86a4754b41a5e373fa7a354
commit 200a492aa771e50af86a4754b41a5e373fa7a354
Author: Kirill Shcherbatov <kshcherbatov@tarantool.org>
Date:   Thu Jun 13 11:54:13 2019 +0300

    box: introduce Lua persistent functions

    Closes #4182
    Closes #4219
    Needed for #1260
@kyukhin kyukhin added build bug Something isn't working labels Mar 6, 2020
@kyukhin kyukhin added this to the wishlist milestone Mar 6, 2020
tsafin added a commit that referenced this issue Jul 20, 2020
`src/box/boostrap.` file (please pay attendtion to the trailing dot) is
preventing checkout of Tarantool sources on some file-systems
(i.e. Windows NTFS) which disallow creations of such files.

The funny story is - this file is unnecessary for the build process
and might be easily deleted.

Closes #4781
tsafin added a commit that referenced this issue Jul 27, 2020
`src/box/bootstrap.` file (please pay attendtion to the trailing dot)
is preventing checkout of Tarantool sources on some file-systems
(i.e. Windows NTFS) which disallow creations of such files.

The funny story is - this file is unnecessary for the build process
and might be easily deleted.

Closes #4781
kyukhin pushed a commit that referenced this issue Jul 28, 2020
`src/box/bootstrap.` file (please pay attendtion to the trailing dot)
is preventing checkout of Tarantool sources on some file-systems
(i.e. Windows NTFS) which disallow creations of such files.

The funny story is - this file is unnecessary for the build process
and might be easily deleted.

Closes #4781

(cherry picked from commit 4755184)
kyukhin pushed a commit that referenced this issue Jul 28, 2020
`src/box/bootstrap.` file (please pay attendtion to the trailing dot)
is preventing checkout of Tarantool sources on some file-systems
(i.e. Windows NTFS) which disallow creations of such files.

The funny story is - this file is unnecessary for the build process
and might be easily deleted.

Closes #4781

(cherry picked from commit 4755184)
@kyukhin kyukhin removed this from the wishlist milestone Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build
Projects
None yet
Development

No branches or pull requests

2 participants