Package Details: mastodon 4.3.3-1

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: bjo
Votes: 22
Popularity: 1.64
First Submitted: 2018-06-19 19:35 (UTC)
Last Updated: 2025-01-16 11:04 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11

flacks commented on 2018-08-29 21:03 (UTC)

Celti, thanks for the feedback. Updated.

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.