Search Criteria
Package Details: mastodon 4.3.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mastodon.git (read-only, click to copy) |
---|---|
Package Base: | mastodon |
Description: | Your self-hosted, globally interconnected microblogging community |
Upstream URL: | https://github.com/mastodon/mastodon |
Keywords: | activitypub fediverse mastodon server |
Licenses: | AGPL3 |
Submitter: | flacks |
Maintainer: | Vamp898 |
Last Packager: | Vamp898 |
Votes: | 22 |
Popularity: | 0.49 |
First Submitted: | 2018-06-19 19:35 (UTC) |
Last Updated: | 2025-03-14 14:21 (UTC) |
Dependencies (15)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR)
- git (git-gitAUR, git-glAUR)
- libidn (libidn-gitAUR)
- libpqxx (libpqxx-gitAUR)
- libvips (libvips-notiffAUR, libvips-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- libyaml (libyaml-gitAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod)
- postgresql (postgresql13AUR, postgresql-gitAUR, postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR)
- protobuf (protobuf-gitAUR, protobuf-dllexportAUR)
- ruby-bundler
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR)
- valkey (valkey-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »
Sandwich commented on 2024-05-25 17:33 (UTC) (edited on 2024-05-25 17:41 (UTC) by Sandwich)
Till last week's update, everything was fine.
I can see that he is using a different bundler version
Bundler 2.5.4 is running, but your lockfile was generated with 2.4.13. Installing Bundler 2.4.13 and restarting using that version.
Deleting .bundler does not change this.
Compile error:
dodecahedron commented on 2024-05-17 19:37 (UTC)
Hi @aoneko, thanks for reporting that error. For me, both cbor and posix-spawn are failing to compile, and it seems to be due to Arch's recent GCC upgrade from 13.2 to 14.1. Both libraries are very old and not really maintained anymore (actually Mastodon is removing their dependency on posix-spawn), so in the meantime, I added a CFLAGS to ignore these errors. For more info, see https://github.com/rtomayko/posix-spawn/issues/91
aoneko commented on 2024-05-17 17:44 (UTC)
This type of error tends to depends on the Ruby version which installed in your system. But you know that the Ruby version in Arch Linux distro is lower than the minimum requirement. I guess this might be the reason that caused the problem. Just for a reference.
dodecahedron commented on 2024-05-11 17:23 (UTC)
This package uses Ruby from the official Arch repos, which hasn't been updated in a long time. However, I haven't had any problems running Mastodon with this old version of Ruby.
jimchen commented on 2024-05-11 06:02 (UTC)
The ruby version seem to be outdated Here it requires 3.2.3 but the ruby bundler is 3.0.6
dodecahedron commented on 2024-01-15 02:38 (UTC) (edited on 2024-01-15 02:44 (UTC) by dodecahedron)
Is anyone else experiencing segfaults with an error message like
/var/lib/mastodon/vendor/bundle/ruby/3.0.0/gems/blurhash-0.1.7/lib/blurhash.rb:9: [BUG] Segmentation fault at 0x00007f827fafd000
? There's an issue on the Mastodon repo about a similar bug, but it's claimed to be fixed. One remedy is to comment outEnvironment="LD_PRELOAD=libjemalloc.so"
in the systemd service files formastodon-web
andmastodon-streaming
or addEnvironment="LD_PRELOAD="
to the override files, but that leads to increased memory usage.shtrophic commented on 2023-12-05 15:01 (UTC)
@peippo there seems to be another release that is adressing this:
https://github.com/mastodon/mastodon/releases/tag/v4.2.3
peippo commented on 2023-12-05 08:40 (UTC)
Thanks for the update! Right after your pushing the PKGBUILD, the
json-canonicalization
gem was yanked upstream and replaced by a new version. The bundle does not build right now, butjson-canonicalization-1.0.0
seems safe.See https://rubygems.org/gems/json-canonicalization/versions/0.3.2
dodecahedron commented on 2023-11-17 23:13 (UTC)
@bjo You can replace the URL in the
source
array to point to a tar.gz of glitch-soc instead and the PKGBUILD will probably still work.bjo commented on 2023-11-17 20:20 (UTC)
Any idea how to integrate glitch-soc into this PKGBUILD?
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »