-
Notifications
You must be signed in to change notification settings - Fork 5
I'm missing a native binary #60
Comments
Hey @Gansgar... thanks for reporting this. I'll look at it today. |
Wow. That's a response time. But hey that's great ^^ |
I happened to be sitting at my computer when this came in. 😄 So it looks like Ubuntu 20.04 isn't officially supported by PowerShell. Did you install it using |
Here's the solution. Problem now is that the build currently dumps all native binaries in the same directory, and I need to retain the output of targeting both For future reference, here is the error that was generated:
|
Thanks a lot for the solution. I'll try it again when I'm booting into Ubuntu. And yes, I installed it through snap. Should we close the issue with that? |
Well, I still need to get the change built into In the meantime, I can give you the correct binary and tell you where to put it, if you'd like. I'll upload it here when I get back to my personal machine. |
@Gansgar If you drop this file in |
Wow thanks. That worked. |
Intended to address the issue linked below. I'm leaving in some comments and scripts that I didn't end up using, just in case I need them later. I will remove them in the following commit. #60
Intended to address the issue linked below. I'm leaving in some comments and scripts that I didn't end up using, just in case I need them later. I will remove them in the following commit. #60
Intended to address the issue linked below. I'm leaving in some comments and scripts that I didn't end up using, just in case I need them later. I will remove them in the following commit. #60
Not fixed. :( |
I have a solution for this, just haven't had time to wrap it up. It will be done within a couple of weeks. I've been avoiding it because its been a real pain in the ass. |
@refactorsaurusrex Unfortunately, I encountered the identical error on Debian 10.7. The approach you mentioned above in the May 25 solution--to copy the lib.git.so such and such file into the local journal folder--did not alone help. I then entered that folder and ran a "git init" command. An empty ".git" folder now exists. But, I still get the error. |
Thanks for that info @lboening. I suspect this problem affects most Linux distros. I'm still fiddling with a solution that doesn't involve creating a massively bloated module packages. |
I never did find a satisfying solution to distributing native binaries like this, so I'm going the complete opposite direction: I'm completely ripping out the git integration. Instead, I'm building end to end encrypted synchronization to S3 which will take advantage of S3's object versioning. The upside of doing this is you'll be able to access your journal from any internet-connected machine; the downside is that you have to opt in to cloud sync in order to enable versioning of your journal which, of course, entails some risk. |
The script says, that it's missing a native git binary and the FAQ redirected me here.
I'm on an Ubuntu 20.04 with Powershell 7 if that helps.
The text was updated successfully, but these errors were encountered: