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

Can't build from source #249

Open
kris99p opened this issue Sep 12, 2024 · 0 comments
Open

Can't build from source #249

kris99p opened this issue Sep 12, 2024 · 0 comments

Comments

@kris99p
Copy link

kris99p commented Sep 12, 2024

Introduction
An error occurs during compilation.

Please describe the bug

kris@marvin:~
$ git clone https://github.com/eruption-project/eruption.git
Cloning into 'eruption'...
remote: Enumerating objects: 44486, done.
remote: Counting objects: 100% (5439/5439), done.
remote: Compressing objects: 100% (1262/1262), done.
remote: Total 44486 (delta 4208), reused 5242 (delta 4087), pack-reused 39047 (from 1)
Receiving objects: 100% (44486/44486), 95.25 MiB | 22.15 MiB/s, done.
Resolving deltas: 100% (28375/28375), done.
kris@marvin:~
$ cd eruption/
kris@marvin:~/eruption
$ make
Updating git repository https://github.com/ruabmbua/hidapi-rs.git
error: failed to get hidapi as a dependency of package eruption v0.3.6 (/home/kris/eruption/eruption)

Caused by:
failed to load source for dependency hidapi

Caused by:
Unable to update https://github.com/ruabmbua/hidapi-rs.git?branch=master#b69e5db0

Caused by:
object not found - no match for id (b69e5db0b7267901da65910d563e9d142e491948); class=Odb (9); code=NotFound (-3)
make: *** [Makefile:31: build] Error 101
kris@marvin:~/eruption

To Reproduce
git clone and than make

Expected behavior
the program should compile

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

1 participant