Package Details: libsignal-client 0.44.0-1

Git Clone URL: https://aur.archlinux.org/libsignal-client.git (read-only, click to copy)
Package Base: libsignal-client
Description: Library for the Signal Protocol.
Upstream URL: https://github.com/signalapp/libsignal
Licenses: AGPL-3.0-only
Submitter: AsamK
Maintainer: AsamK
Last Packager: AsamK
Votes: 8
Popularity: 0.084328
First Submitted: 2021-01-09 18:17 (UTC)
Last Updated: 2024-04-19 17:41 (UTC)

Dependencies (10)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

snakeroot commented on 2022-11-02 20:18 (UTC) (edited on 2022-11-02 20:29 (UTC) by snakeroot)

Fails with the following error:

==> Starting build()...
cargo build --frozen -p libsignal-jni --release
error: failed to get `criterion` as a dependency of package `signal-crypto v0.1.0  (/tmp/makepkg/libsignal-client/src/libsignal-0.21.1/rust/crypto)`

Caused by:
  attempting to make an HTTP request, but --frozen was specified
==> ERROR: A failure occurred in build().
Aborting...

Commenting out the sed line which add --frozen results in a different error building boring-sys.

stas-t commented on 2022-11-01 18:23 (UTC)

Now I'm getting this error:

mkdir -p java/shared/resources
cp target/release/libsignal_jni.so java/shared/resources/

FAILURE: Build failed with an exception.

* What went wrong:
Gradle could not start your build.
> Could not initialize native services.
   > Failed to load native library 'libnative-platform.so' for Linux amd64.

Did we forget to chmod +x by any chance?

AsamK commented on 2022-11-01 17:50 (UTC)

Actually JDK17 also works, I've updated the PKGBUILD, it's just the latest JDK19 that doesn't work.

stas-t commented on 2022-11-01 16:28 (UTC)

It's worth mentioning that:

  • JDK11 should be used now to build it (in contrast to sginal-cli which uses JDK17+)
  • your TMPDIR used during build should allow executables

cmacht commented on 2022-08-18 18:40 (UTC) (edited on 2022-08-18 20:55 (UTC) by cmacht)

The build fails for me with "Execution failed for task ':client:javadoc'. Javadoc generation failed." - What can I do / what info can I provide to help resolve this?

e: Solved it by removing (possibly conflicting) jdk-* and jre-* packages.

AsamK commented on 2022-04-04 20:11 (UTC)

Fixed, upstream renamed the repository, so the directory name in the tar file had changed.

magicalplace commented on 2022-04-04 16:57 (UTC)

Validation fails for libsignal-client-0.12.3.tar.gz

treeshateorcs commented on 2021-01-13 05:58 (UTC)

how do i use the rust library? are there no docs? can't find any