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.46 |
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 .. 11 Next › Last »
dodecahedron commented on 2024-10-09 14:16 (UTC)
I think you can safely ignore those warnings since
poppler
handles PDFs andopenslide
handles microscope slide images like TIFFs and you're probably not sending either of those on Mastodon.peippo commented on 2024-10-09 12:35 (UTC)
It seems that
libvips
’s optional dependenciespoppler-glib
andopenslide
are required for mastodon (see the error message below), would it be possible to add them as dependencies to mastodon?peippo commented on 2024-08-19 10:45 (UTC)
When you update to 4.2.12, could you also change the dependency redis to valkey? See this news item
Sandwich commented on 2024-08-13 18:52 (UTC)
@mansuetus thanks. That worked for me!
mansuetus commented on 2024-08-13 16:21 (UTC) (edited on 2024-08-13 16:21 (UTC) by mansuetus)
@Sandwich same here, solved.
For ox :
For ERB : (works now without this fix BUT once I did this and it helped)
Hope this helps.
Sandwich commented on 2024-08-13 15:59 (UTC) (edited on 2024-08-13 16:00 (UTC) by Sandwich)
Since the latest Ruby update to 3.2 Mastodon fails starting because it cannot find some libreries. It looks to me like it is using system dependencies instead of bundler:
the same issue for ruby-ox
I have recompiled and cleanly reinstalled the package with no change.
dodecahedron commented on 2024-06-13 14:20 (UTC)
@gaboflowers I think makepkg now generates debug symbols by default, so you might want to disable that in
/etc/makepkg.conf
since this package is huge so generation will take a long time and unless you're a Mastodon dev, you probably don't need debug symbols.gaboflowers commented on 2024-06-13 07:45 (UTC) (edited on 2024-06-13 07:49 (UTC) by gaboflowers)
I tried to install it, but got stuck at one step. This is the last printed:
I googled, and it seems like "Copying source files needed for debug symbols" is a niche-popular step to get stuck at. Any ideas on what could be the reason here?
EDIT: Retried and it worked. I'm leaving this in case anyone goes through the same.
dodecahedron commented on 2024-05-26 16:06 (UTC)
@Sandwich Thanks for reporting this. It seems to be caused by the recent GCC 14 and ICU 75 updates, and has also been reported upstream: https://github.com/brianmario/charlock_holmes/issues/173 https://github.com/brianmario/charlock_holmes/issues/172
I pushed a commit to this PKGBUILD implementing one of the fixes suggested in those issues.
Sandwich commented on 2024-05-26 14:42 (UTC)
I was able to fix the compile issue by deleting .bundler .yarn .cache/yarn
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »