libsecp256k1.so.0 cannot be found after updating nix and running nix-garbage-collect #54
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mighty-gerbils/gerbil-ethereum#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After updating nix version and running
nix-garbage-collect, I encounter the following error when trying to build gerbil-ethereum:The solution is to:
NOTE:
gxpkg buildalone does not work.Then
./build.ssforgerbil-ethereumcontinues to work as per normal.Note that the file is still not located at that path even after the above steps:
This seems to suggest some issues with linking to the nix-store path,
either it went missing after garbage collection / there where changes to the store hash for secp256k1 package.
Either a better error message or a fix will be great for this.