$ pacaur -S cwtch-git (...) AUR Packages (1) cwtch-git-latest Repo
Packages (1) tor-0.4.2.7-1 (...) ==> Making package: cwtch-git
r384.b959bfa-1 (Wed 15 Apr 2020 05:57:32 PM CEST) (...) go:
google.golang.org/protobuf upgrade => v1.21.0 go: finding module for
package github.com/agl/ed25519/extra25519
../../../../../pkg/mod/git.openprivacy.ca/openprivacy/libricochet-go@v1.0.11/utils/crypto.go:8:2:
module github.com/agl/ed25519@latest found
(v0.0.0-20200225211852-fd4d107ace12), but does not contain package
github.com/agl/ed25519/extra25519 ==> ERROR: A failure occurred in
prepare(). Aborting... :: failed to verify integrity or prepare
cwtch-git package
Thank you for help in fixing this.
Hello,
we (Archlinux users) have trouble to compile cwtch-git-latest AUR package.
Here I attach links to ticket I opened (me and other user has issue):
https://aur.archlinux.org/packages/cwtch-git/#comment-739620
Here are full logs: https://pastebin.com/CwBGhvQD
Here is part of log:
```
$ pacaur -S cwtch-git (...) AUR Packages (1) cwtch-git-latest Repo
Packages (1) tor-0.4.2.7-1 (...) ==> Making package: cwtch-git
r384.b959bfa-1 (Wed 15 Apr 2020 05:57:32 PM CEST) (...) go:
google.golang.org/protobuf upgrade => v1.21.0 go: finding module for
package github.com/agl/ed25519/extra25519
../../../../../pkg/mod/git.openprivacy.ca/openprivacy/libricochet-go@v1.0.11/utils/crypto.go:8:2:
module github.com/agl/ed25519@latest found
(v0.0.0-20200225211852-fd4d107ace12), but does not contain package
github.com/agl/ed25519/extra25519 ==> ERROR: A failure occurred in
prepare(). Aborting... :: failed to verify integrity or prepare
cwtch-git package
```
Thank you for help in fixing this.
Ah... the extra25519 library was recently deprecated and purged which broke all dependencies
We removed the dependency from Tapir, but I forgot that libricochet-go still relies on it as well.
The end goal for libricochet-go is to deprecate, but I’ll look into patching it tomorrow to remove the dependency to get this building.
(Side Note: @dan ...how did this not break our builds like the Tapir one did?)
> github.com/agl/ed25519/extra25519
Ah... the extra25519 library was recently deprecated and purged which broke all dependencies
We removed the dependency from Tapir, but I forgot that libricochet-go still relies on it as well.
The end goal for libricochet-go is to deprecate, but I'll look into patching it tomorrow to remove the dependency to get this building.
(Side Note: @dan ...how did this not break our builds like the Tapir one did?)
Once approved I’ll issue a patch release and uppdate Cwtch.
Fix to libricochet is here: https://git.openprivacy.ca/openprivacy/libricochet-go/pulls/78/files
Once approved I'll issue a patch release and uppdate Cwtch.
(there probably won’t be a full ui release until the current ux overhaul is complete)
Latest tagged release should build now: https://git.openprivacy.ca/cwtch.im/cwtch/src/tag/v0.3.13
(there probably won't be a full ui release until the current ux overhaul is complete)
Hello,
we (Archlinux users) have trouble to compile cwtch-git-latest AUR package.
Here I attach links to ticket I opened (me and other user has issue):
https://aur.archlinux.org/packages/cwtch-git/#comment-739620
Here are full logs: https://pastebin.com/CwBGhvQD
Here is part of log:
Thank you for help in fixing this.
Ah... the extra25519 library was recently deprecated and purged which broke all dependencies
We removed the dependency from Tapir, but I forgot that libricochet-go still relies on it as well.
The end goal for libricochet-go is to deprecate, but I’ll look into patching it tomorrow to remove the dependency to get this building.
(Side Note: @dan ...how did this not break our builds like the Tapir one did?)
Fix to libricochet is here: https://git.openprivacy.ca/openprivacy/libricochet-go/pulls/78/files
Once approved I’ll issue a patch release and uppdate Cwtch.
Latest tagged release should build now: https://git.openprivacy.ca/cwtch.im/cwtch/src/tag/v0.3.13
(there probably won’t be a full ui release until the current ux overhaul is complete)
Thank you for update! I updated package threat in AUR : https://aur.archlinux.org/packages/cwtch-git/#comment-740691