Package Details: fluffychat-bin 1.22.1-1

Git Clone URL: https://aur.archlinux.org/fluffychat-bin.git (read-only, click to copy)
Package Base: fluffychat-bin
Description: Open. Nonprofit. Cute. Easy to use (matrix) messenger. Secure and decentralized.
Upstream URL: https://fluffychat.im/
Keywords: Chat Matrix
Licenses: AGPL3
Conflicts: fluffychat
Provides: fluffychat
Submitter: garionion
Maintainer: garionion (WithTheBraid)
Last Packager: WithTheBraid
Votes: 12
Popularity: 0.188323
First Submitted: 2021-06-12 12:58 (UTC)
Last Updated: 2024-09-02 12:08 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

mvdan commented on 2022-01-01 20:31 (UTC)

Thanks for the very fast response! It installed, though now it fails to find libjsoncpp.so.24; looks like Arch on amd64 now ships libjsoncpp.so.25.

garionion commented on 2022-01-01 20:22 (UTC)

@mvdan yes, i'm sorry. i just did an update of the server and something went wrong. it is now available again.

mvdan commented on 2022-01-01 20:15 (UTC) (edited on 2022-01-01 20:16 (UTC) by mvdan)

The x86_64 link seems to give an error now?

$ curl -v 'https://proxy.git.entr0py.de/garionion/fluffychat/releases/download/tag:v1.1.0/fluffychat-linux-x86.tar.zst'
[...]
< HTTP/2 404 
< server: nginx
< date: Sat, 01 Jan 2022 20:15:08 GMT
< content-type: text/plain; charset=utf-8
< content-length: 43
< vary: Accept-Encoding
< 
* Connection #0 to host proxy.git.entr0py.de left intact
Failed to create gitea client: %!v(MISSING)

garionion commented on 2021-12-25 11:09 (UTC)

@Feakster: this might have the same reason why i build the amd64 on my own server: they build fluffychat in a ubuntu container with older libaries.i will try to also build fluffychat for arm64 on my onw infrastructure, but this will take some time

Feakster commented on 2021-12-23 12:13 (UTC) (edited on 2021-12-23 12:17 (UTC) by Feakster)

Just tried installing this on aarch64 & got the following error when trying to launch the application:

fluffychat: error while loading shared libraries: libjsoncpp.so.1: cannot open shared object file: No such file or directory

I've just checked and jsoncpp is installed and up to date at version 1.9.4-1. ls -alh /usr/lib/libjsoncpp* returns the following:

-rw-r--r-- 1 root root 468K Sep 26  2020 /usr/lib/libjsoncpp.a
lrwxrwxrwx 1 root root   16 Sep 26  2020 /usr/lib/libjsoncpp.so -> libjsoncpp.so.24
-rwxr-xr-x 1 root root 234K Sep 26  2020 /usr/lib/libjsoncpp.so.24

Static library mismatch.

garionion commented on 2021-12-03 14:58 (UTC)

@AverytheFurry I dont' randomly use a different link, its on purpose. The offical build ist built in a ubuntu docker image, which uses older libraries than arch. The porblem is, that they link dynamical against those libraries and tehy are not present on an arch install (or at least when I switched to my own build, the libs on ubuntu were older). I mirror the repo here https://git.entr0py.de/garionion/fluffychat so that i can trigger my drone instance (https://drone.entr0py.de/garionion/fluffychat). My drone config is https://git.entr0py.de/garionion/drone-configs/src/branch/main/fluffychat.yml And i use this docker image which contains all necessary programs: https://git.entr0py.de/garionion/archlinux-flutter-dockerimage/src/branch/main/Dockerfile

<deleted-account> commented on 2021-12-03 00:46 (UTC)

Why does the pkgbuild use the link: https://proxy.git.entr0py.de/garionion/fluffychat/releases/download/tag:v${pkgver}/fluffychat-linux-x86.tar.zst instead of: https://gitlab.com/api/v4/projects/16112282/packages/generic/fluffychat/1.0.1/fluffychat-linux-x86.tar.gz

for the x86_64 version? Seems really weird to me that it would randomly use a different url than official, when official is used for the other architecture.

It also is compressed differently, so it's excessively difficult to properly verify the checksums.

garionion commented on 2021-08-15 12:58 (UTC)

Last night, i fixed this issue for amd64 by building fluffychat on my own server.

siddharthagolu commented on 2021-07-27 16:48 (UTC) (edited on 2021-07-27 16:55 (UTC) by siddharthagolu)

I added a symlink from libjsoncpp.so.1 to libjsoncpp.so and it stopped giving that error, however failed later with fluffychat: symbol lookup error: /opt/fluffychat/lib/libflutter_secure_storage_plugin.so: undefined symbol: _ZN4Json19StreamWriterBuilderixENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

EDIT: I tried looking up the dependent libraries for /usr/bin/fluffychat and these libraries were missing:

libfile_selector_linux_plugin.so => not found
libflutter_secure_storage_plugin.so => not found
liburl_launcher_linux_plugin.so => not found
libflutter_linux_gtk.so => not found

garionion commented on 2021-07-26 12:26 (UTC)

@jaap i added the dependency, thanks. however, it still does not work, as jsoncpp does not provide libjsoncpp.so.1 (only libjsoncpp.so and libjsoncpp.so.24