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

cannot clone with --recursive because of libeigen problems #4645

Closed
lmassaron opened this issue Oct 3, 2021 · 7 comments
Closed

cannot clone with --recursive because of libeigen problems #4645

lmassaron opened this issue Oct 3, 2021 · 7 comments

Comments

@lmassaron
Copy link

Description

fatal: repository 'https://gitlab.com/libeigen/eigen.git/' not found
fatal: clone of 'https://gitlab.com/libeigen/eigen.git' into submodule path 'C:/Users/Luca/Desktop/LightGBM/external_libs/eigen' failed
Failed to clone 'external_libs/eigen'. Retry scheduled

Reproducible example

git clone --recursive https://github.com/Microsoft/LightGBM

@TaehyunJo-CP
Copy link

https://gitlab.com/libeigen/eigen/-/issues/2336

Maybe It seems a cause of the problem.

@StrikerRUS
Copy link
Collaborator

All our recent CI jobs are failing with this error.
#4644
Thanks for reporting this! Hope they restore the repository ASAP.

@jameslamb
Copy link
Collaborator

I don't even understand how this can happen 😭

There aren't any active incidents or reports of degraded service at https://status.gitlab.com/

@jameslamb
Copy link
Collaborator

According to https://gitlab.com/libeigen/eigen/-/issues/2336#note_694339283, the Eigen repo is now back up on GitLab. Not all features of that repo have been restored, but for LightGBM's purposes (just cloning the latest state of the master branch), the repo is up and I believe this issue can be closed.

Just ran the following successfully.

git clone --recursive git@github.com:microsoft/LightGBM.git

Thanks very much for reporting this @lmassaron , and to @TaehyunJo-CP for finding the relevant discussion with the Eigen maintainers.

@StrikerRUS
Copy link
Collaborator

@jameslamb Just one minor note

... but for LightGBM's purposes (just cloning the latest state of the master branch) ...

We are not cloning the latest state of the Eigen repo, but a particular one specified via a commit hash:
https://github.com/microsoft/LightGBM/tree/master/external_libs
Right now it is 8ba1b0f.

@jameslamb
Copy link
Collaborator

Ah ok, maybe I misunderstood how submodules work. I didn't see any specific commits referenced in https://github.com/microsoft/LightGBM/blob/a77260f03eb735923125024b0f36df9f63a6e0f3/.gitmodules

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot removed the blocking label Aug 23, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants