Package Details: mastodon 4.5.10-2

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: zoltix
Last Packager: zoltix
Votes: 27
Popularity: 0.51
First Submitted: 2018-06-19 19:35 (UTC)
Last Updated: 2026-05-20 17:13 (UTC)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13

Celti commented on 2018-08-29 09:34 (UTC) (edited on 2018-08-29 10:19 (UTC) by Celti)

git is a required makedepend. This fails to build in a container without it.

EDIT: Apparently npm is also a required makedepend to prevent yarn from arbitrarily changing the working directory and causing build failures for being unable to find .yarnclean (peripherally described as a docker issue in #6809 but also valid here).

EDIT 2: It also appears that yarn is a full dependency, not a makedepend — precompiling assets when running bundle exec rails mastodon:setup fails entirely without it.