Package Details: cinny-desktop 4.11.2-1

Git Clone URL: https://aur.archlinux.org/cinny-desktop.git (read-only, click to copy)
Package Base: cinny-desktop
Description: Matrix client focusing primarily on a simple, elegant and secure interface.
Upstream URL: https://cinny.in/
Keywords: cinny client matrix
Licenses: MIT
Submitter: Chewing_Bever
Maintainer: ogarcia
Last Packager: ogarcia
Votes: 8
Popularity: 0.47
First Submitted: 2022-05-22 09:08 (UTC)
Last Updated: 2026-03-11 17:13 (UTC)

Latest Comments

ogarcia commented on 2026-03-12 15:58 (UTC)

@kryptonian use a clean chroot to build package.

  1. Install devtools
  2. Run extra-x86_64-build in PKGBUILD directory

kryptonian commented on 2026-03-12 15:51 (UTC) (edited on 2026-03-12 15:51 (UTC) by kryptonian)

Cargo problems.

Failed to get cargo metadata: cargo metadata command exited with a non zero exit code: error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.

       Error failed to get cargo metadata: cargo metadata command exited with a non zero exit code: error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.

kryptonian commented on 2026-02-22 12:18 (UTC)

Wayland seems to not work? Reported upstream https://github.com/cinnyapp/cinny/issues/2683

patlefort commented on 2025-08-13 16:35 (UTC)

Build error:

error: linking with `cc` failed: exit status: 1
  |
  = note:  "cc" "-Wl,--version-script=/tmp/rustcARQfLN/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcARQfLN/symbols.o" "<5 object files omitted>" "/tmp/rustcARQfLN/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcARQfLN/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/pkgbuild/out/cinny-desktop/src/cinny-desktop/src-tauri/target/release/deps/libproc_macro_hack-6f9939d045fa3fa0.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-Wl,--strip-debug" "-nodefaultlibs"
  = note: some arguments are omitted. use `--verbose` to show all linker arguments
  = note: /usr/bin/ld: /usr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-68e7be1c71cd87ea.rlib: error adding symbols: file format not recognized
          collect2: error: ld returned 1 exit status

Tested in clean container. Any idea?

ogarcia commented on 2024-08-05 14:12 (UTC)

The appmenu-gtk-module package can be marked as an optional dependency since it is not needed either for compiling (tested in a clean chroot) or for running Cinny

KaMeHb-UA commented on 2023-12-21 23:52 (UTC) (edited on 2023-12-21 23:54 (UTC) by KaMeHb-UA)

@Chewing_Bever I've tested build & work on aarch64, and it actually works. Wouldn't you mind to add aarch64 as a supported architecture? I've changed only 2 lines in PKGBUILD and have successfully built the package:
On line 7:

arch=('x86_64')

to

arch=('x86_64' 'aarch64')

And on line 47:

ar x "${pkgname}/src-tauri/target/release/bundle/deb/cinny_${pkgver}_amd64.deb" 'data.tar.gz'

to

ar x "${pkgname}/src-tauri/target/release/bundle/deb/cinny_${pkgver}"_*.deb 'data.tar.gz'

probably can work on other architectures as well, simply adding tested architecture to the list on line 7.

Chewing_Bever commented on 2022-06-23 06:37 (UTC)

@AverytheFurry I am unable to reproduce this either locally or in an isolated build. Perhaps this has something to do with your Rust installation.

Chewing_Bever commented on 2022-06-23 06:23 (UTC) (edited on 2022-06-23 06:28 (UTC) by Chewing_Bever)

@vegai, I've added gst-plugins-good as a dependency, apologies for the late reply.

<deleted-account> commented on 2022-06-22 23:29 (UTC)

I get this error building with paru

webpack 5.72.1 compiled with 2 warnings in 28497 ms error: no override and no default toolchain set Error running CLI: failed to build app: Result of cargo build operation was unsuccessful: ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'cinny-desktop-2.0.4-2': error: packages failed to build: cinny-desktop-2.0.4-2

vegai commented on 2022-05-31 06:46 (UTC) (edited on 2022-05-31 06:46 (UTC) by vegai)

This needs to depend on gst-plugins-good, otherwise cinny will not start properly.