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 fetch googletest #770

Closed
oierlauzi opened this issue Jun 22, 2023 · 1 comment
Closed

Cannot fetch googletest #770

oierlauzi opened this issue Jun 22, 2023 · 1 comment
Assignees

Comments

@oierlauzi
Copy link
Collaborator

After merging with devel, I get the following error when compiling Xmipp:

---------------------------------------------------------------
 Unable to install Xmipp.

 Devel version of Xmipp is constantly beeing improved, some errors might appear temporary.
 Cannot auto-detect default branch for googletest. Maybe git version < 1.8.5?
* remoto https://github.com/google/googletest  URL  para obtener: https://github.com/google/googletest  URL para empujar: https://github.com/google/googletest  Rama HEAD: main. 
 Check the git version and the internet connetion 
 For more information about the error check compileLOG.txt file if exist.
 Developers note: If you have modified code inside Xmipp please check it.
---------------------------------------------------------------

The issue seems to be related to the version tag used in the repository (v.1.13.0) which seems non-existent in the google-test repo. Only v.1.13.x and v1.13.0 exist.

@oierlauzi oierlauzi self-assigned this Jun 22, 2023
@albertmena
Copy link
Collaborator

albertmena commented Jun 23, 2023

Yes, there is a bug in the tag/branch name (v1.13.0 and not v.1.13.0), but the code must clone the "main" branch if the branch proposed does not exist
Spanish language of git is a problem, we run some git commands and fails the read

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants