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

Build error when trying to make all #2

Closed
duguorong009 opened this issue Dec 2, 2024 · 3 comments
Closed

Build error when trying to make all #2

duguorong009 opened this issue Dec 2, 2024 · 3 comments

Comments

@duguorong009
Copy link

duguorong009 commented Dec 2, 2024

Description

It is needed to update the git submodule url of labrador in .gitmodules

Context

When I try to follow the guideline in paper and build LaZer using make all, I get the error.
In fact, I get the following error when I run git submodule update cmd.

Cloning into '../lazer/src/labrador'...
ERROR: Repository not found.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:gregorseiler/labrador.git' into submodule path '../lazer/src/labrador' failed
Failed to clone 'src/labrador' a second time aborting
@alby0x0c
Copy link

Hi, I found a possible link to the Labrador library repository that might solve the issue.
It could be useful for future updates or as an alternative to the current repository.
You can find it here at: https://github.com/lattice-dogs/labrador
Let me know if it’s the correct link to use.

@duguorong009
Copy link
Author

duguorong009 commented Dec 13, 2024

Hey, @alby0x0c
Thanks for tip!

BTW, I already tried your idea before posting this issue.
I mean I update the .gitmodules file like following:

[submodule "src/labrador"]
  path = src/labrador
  url = https://github.com/lattice-dogs/labrador.git

Then, I try to run this commands.

git submodule init
git submodule update --recursive

I get this error.

Cloning into '.../lazer/src/labrador'...
fatal: remote error: upload-pack: not our ref af6e5d6d4aa95a9dd287a47fda1b86f054e86f3b
fatal: the remote end hung up unexpectedly
Fetched in submodule path 'src/labrador', but it did not contain af6e5d6d4aa95a9dd287a47fda1b86f054e86f3b. Direct fetching of that commit failed.

I think the author @p-steuer adds some more commits to his own fork of labrador, and uses that for this lib.
Hence, I hope he resolves the issue.

(Similar issue in #3 )

@p-steuer
Copy link
Contributor

p-steuer commented Jan 9, 2025

The labrador submodule accidentally pointed to a private repo.
This is fixed with commit 3e33453.

@p-steuer p-steuer closed this as completed Jan 9, 2025
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

3 participants