Package Details: fluffychat 1.19.0-5

Git Clone URL: https://aur.archlinux.org/fluffychat.git (read-only, click to copy)
Package Base: fluffychat
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: 24
Popularity: 1.57
First Submitted: 2020-10-29 10:59 (UTC)
Last Updated: 2024-04-04 19:53 (UTC)

Pinned Comments

Latest Comments

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

msrd0 commented on 2023-01-20 13:43 (UTC)

The package currently fails to compile because it removes the correct version from /opt/flutter/version, writes 0.0.0-unknown into it and then complains about the flutter version being to old. I don't know how flutter works but this sounds really stupid.

DonKot commented on 2022-08-17 07:08 (UTC)

I was able to build the package. The problem lies with flutter and not with this package. Just fix the ownership of flutter.

sudo chown -R $USER:flutterusers /opt/flutter/

mnqn commented on 2022-08-12 07:32 (UTC)

Cannot build the package.

==> Starting prepare()...
fatal: detected dubious ownership in repository at '/opt/flutter'
To add an exception for this directory, call:

    git config --global --add safe.directory /opt/flutter
rm: cannot remove '/opt/flutter/version': Permission denied
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: fluffychat

whoami commented on 2022-06-25 21:23 (UTC)

this build works for me http://vpaste.net/aeGOv

LinuxDonald commented on 2022-06-18 08:21 (UTC)

Maybe thats the comint that fix it? https://gitlab.com/famedly/fluffychat/-/commit/b7f0b69255c32ad499ed3e3c22b57b6b3801f1b7

LinuxDonald commented on 2022-06-18 08:20 (UTC)

Cant compile it too. Same problem.

msrd0 commented on 2022-06-02 13:11 (UTC)

I'm unable to compile this package, I always get this error message:

Running "flutter pub get" in fluffychat-v1.4.0...
Could not find a file named "pubspec.yaml" in https://github.com/TheOneWithTheBraid/snapping_sheet.git 3da78eea5d222baa1b266c19284acafee090f6be.
pub get failed (1; Could not find a file named "pubspec.yaml" in https://github.com/TheOneWithTheBraid/snapping_sheet.git 3da78eea5d222baa1b266c19284acafee090f6be.)

dreieck commented on 2022-01-24 20:44 (UTC)

You download flutter in the sources.

There is (now) also an AUR package flutter, maybe you can makedepend on that and remove flutter from the sources array?

Feakster commented on 2022-01-04 12:06 (UTC) (edited on 2022-01-04 12:14 (UTC) by Feakster)

Are you sure this package works on aarch64? I get the following error in prepare():

/home/meee/.cache/paru/clone/fluffychat/src/flutter/bin/internal/shared.sh: line 229: /home/meee/.cache/paru/clone/fluffychat/src/flutter/bin/cache/dart-sdk/bin/dart: cannot execute binary file: Exec format error

Looks like the version of flutter sourced by this package only works on x86_64.

garionion commented on 2021-12-29 22:25 (UTC)

@whoami i will not use the flutter aur package, because it needs modifications to the system (you need to be part of the flutteruser group and it will modify your flutter channel). i used the package in the past but it caused more problems than it solved. I normaly use the flutter version availabe at the release time because often fluffychat does not build with a newer version without patches