Fails with the following error:
Git error. Command: `git fetch`
stdout:
stderr: remote: Repository not found.
fatal: repository 'https://github.com/radzio-it/flutter-webrtc.git/' not found
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: | 26 |
Popularity: | 1.39 |
First Submitted: | 2020-10-29 10:59 (UTC) |
Last Updated: | 2024-09-02 12:14 (UTC) |
Fails with the following error:
Git error. Command: `git fetch`
stdout:
stderr: remote: Repository not found.
fatal: repository 'https://github.com/radzio-it/flutter-webrtc.git/' not found
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.
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/
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
this build works for me http://vpaste.net/aeGOv
Maybe thats the comint that fix it? https://gitlab.com/famedly/fluffychat/-/commit/b7f0b69255c32ad499ed3e3c22b57b6b3801f1b7
Cant compile it too. Same problem.
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.)
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?
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.
Pinned Comments