Search Criteria
Package Details: mastodon 4.3.2-2
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: | bjo |
Last Packager: | bjo |
Votes: | 22 |
Popularity: | 0.125359 |
First Submitted: | 2018-06-19 19:35 (UTC) |
Last Updated: | 2024-12-24 15:43 (UTC) |
Dependencies (15)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- git (git-gitAUR, git-glAUR)
- libidn (libidn-gitAUR)
- libpqxx (libpqxx-gitAUR)
- libvips (libvips-gitAUR, libvips-notiffAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- libyaml (libyaml-gitAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron)
- postgresql (postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql17-docsAUR, postgresql17AUR, postgresql13AUR, postgresql-gitAUR)
- protobuf (protobuf-gitAUR)
- ruby-bundler
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- 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 .. 10 Next › Last »
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?
mansuetus commented on 2023-09-22 08:41 (UTC)
Seemless upgrade to 4.2.0 (and to 4.0.x before). Thank you so much @dodecahedron for the quality of your PKGBUILD, and for the speed with which you do (security & features) upgrades.
shtrophic commented on 2023-09-21 17:12 (UTC)
Cool stuff :-)
dodecahedron commented on 2023-09-21 16:52 (UTC)
Yes, this package handles database migrations in the
post_upgrade()
function.« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »