Search Criteria
Package Details: diaspora-mysql 0.9.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/diaspora-mysql.git (read-only, click to copy) |
---|---|
Package Base: | diaspora-mysql |
Description: | A distributed privacy aware social network (MariaDB/MySQL) |
Upstream URL: | https://diasporafoundation.org |
Licenses: | AGPL3 |
Conflicts: | diaspora-mysql-git, diaspora-postgresql, diaspora-postgresql-git |
Submitter: | jhass |
Maintainer: | jhass |
Last Packager: | jhass |
Votes: | 7 |
Popularity: | 0.000005 |
First Submitted: | 2016-09-05 18:58 (UTC) |
Last Updated: | 2025-01-28 13:29 (UTC) |
Dependencies (15)
- gsfonts (gsfonts-emojilessAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libidn (libidn-gitAUR)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclientAUR, libmysqlclient80AUR, mariadb-libs-gitAUR, mariadb-libs, mariadb-lts-libs)
- libtirpc
- libxslt (libxslt-gitAUR)
- net-tools (net-tools-gitAUR)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey)
- ruby
- ruby-bundler
- ruby-erb
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- jemalloc (jemalloc-gitAUR) (optional) – lower memory consumption
- mariadb (mysql55AUR, mysql56AUR, mysql81AUR, mysql57AUR, mysqlAUR, mysql80AUR, mariadb-lts, percona-server) (optional) – Database server
Latest Comments
1 2 3 Next › Last »
jhass commented on 2025-01-28 13:33 (UTC)
Hey guys, thanks for the feedback! Please try the new revision, I hope it'll fix these issues.
I'm not really using Arch as a daily driver anywhere anymore and my personal deployments since a while moved to a k3s cluster, so I might not be the best maintainer for these packages anymore, in case anyone wants to step up :)
sowieso commented on 2025-01-28 03:41 (UTC)
I guess the behavior of Bundler has changed, Gemfile resolution doesn't work when using a symbolic link (anymore?). bin/bundle is a symlink to /usr/bin/bundle, when executed it looks for a Gemfile inside /usr/bin, instead of ./. To me it looks like this a problem with Bundler, but the source code reads as if this was intended. Anyway, this can be fixed by adding this line to the systemd unit. Can you please add this to the package?
The next problem I had was that I didn't have a Procfile inside Rails root. I'm not sure if this is a problem with my setup or a problem with the script. I added this Procfile (the upstream default).
fordprefect commented on 2025-01-27 20:18 (UTC)
New issue: Started diaspora.service. /usr/Gemfile not found FATAL: Your bundle is not up to date, run the command "bundle install"
This looks awfully wrong. Can you point where to find help with this?
fordprefect commented on 2025-01-27 19:57 (UTC) (edited on 2025-01-27 20:03 (UTC) by fordprefect)
The service won't start due to the mini_portile2 gem missing, and I don't know how to install it. Can you give a hint or fix the build process? EDIT: Sorry, fixed it by installing extra/ruby-mini_portile2. Please add that as dependency.
jhass commented on 2022-09-13 18:34 (UTC)
Ah, these are generated by a script, so no maintenance effort on my side :)
fordprefect commented on 2022-09-11 12:00 (UTC)
While bumping the pkgver and rebuilding I realized, that in line 60 of the current PKGBUILD the pkgver is hardcoded again. I'd suggest using the existing $pkgver variable there. This reduces maintenance burden on you and makes the PKGBUILD more error prove for pkgver bumps.
jhass commented on 2022-05-22 14:00 (UTC)
It'll work fine against Ruby 2.7, just it'll spew a ton of deprecation warnings and we didn't yet run CI against it. So for the moment I'd like to keep it as is. I bumped the ruby2.6 package to the 2.6.10 release but dropped maintainership afterwards again since Ruby 2.6 is EOL and will see no more release after this.
fordprefect commented on 2022-05-17 09:18 (UTC)
Ruby2.6 is an orphan now, is it safe to switch to ruby2.7 (or even ruby3)?
Zergling_man commented on 2021-11-08 15:38 (UTC)
libffi updated and no longer provides libffi.so.7 which diaspora demands; symlinking to .so.8 bothers it because it fails to find some LIBFCLOSURE=7.0 or something inside.
fordprefect commented on 2021-04-19 19:26 (UTC)
Thanks for the comprehensive reply, makes all sense now.
1 2 3 Next › Last »