mollyim / mollysocket

MollySocket allows getting Signal notifications via UnifiedPush.
GNU Affero General Public License v3.0
90 stars 7 forks source link

Installation with cargo gives me an error #15

Closed radasbona closed 9 months ago

radasbona commented 9 months ago

Hi, i try to setup my own server on my raspberry pi 4. cargo install mollysocket gives me this error.

error: failed to download mollysocket v1.1.1

Caused by: unable to get packages from source

Caused by: failed to parse manifest at /opt/mollysocket/.cargo/registry/src/github.com-1ecc6299db9ec823/mollysocket-1.1.1/Cargo.toml

Caused by: invalid type: unit variant, expected string only for key profile.release.strip

p1gp1g commented 9 months ago

What's the version of cargo you are using ?

radasbona commented 9 months ago

1.46.0

Oh oh, let me guess...

Am 14. Dezember 2023 18:21:58 MEZ schrieb S1m @.***>:

What's the version of cargo you are using ?

-- Reply to this email directly or view it on GitHub: https://github.com/mollyim/mollysocket/issues/15#issuecomment-1856262696 You are receiving this because you authored the thread.

Message ID: @.***>

p1gp1g commented 9 months ago

I think you've found what's wrong :)

It needs cargo 1.59+ to strip the binaries

radasbona commented 9 months ago

Yep. 😇

I installed cargo from the apt repo. My fault...