Package Details: diaspora-mysql 0.7.18.2-1

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 (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.001488
First Submitted: 2016-09-05 18:58 (UTC)
Last Updated: 2023-07-12 16:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

fordprefect commented on 2017-11-01 19:14 (UTC)

7.1.1 fails while building sigar-0.7.3 with a rather unspecific error (to my eye). Can anyone confirm this?

knutmithut commented on 2017-02-14 19:49 (UTC)

Thanks, once figuring out I need a new Gemfile I did it by copying it, but the patch is even better. For anyone interested, my patch is here, so you can skip the bundle update part: https://gist.github.com/mlamberti/90bd723ef41ac0a5862c80dd38b76db7

jhass commented on 2017-02-12 09:03 (UTC)

You can clone the diaspora repo from Github, then edit `Gemfile` there to include `gem 'unf_ext', github: 'knu/ruby-unf_ext', branch: 'master'`, run `bundle update unf_ext` and get the resulting patch with `git diff > unf_ext_master.patch`. For the git version you could then apply it with `git apply < unf_ext_master.patch`, for the non git version with `patch -p1 < unf_ext_master.patch` within the PKGBUILD.

knutmithut commented on 2017-02-10 15:15 (UTC)

Hey, thanks for the package! Unluckily there is a bug with ruby-unf_ext on armv7h (https://github.com/knu/ruby-unf_ext/issues/15) which is already fixed in the github repository but not on rubygems. I tried a lot, but I can't figure out how to change the PKGBUILD thus that it will use the github version instead of rubygems. I successfully installed the gem with gem-2.3 build/install , so that 'gem-2.3 which unf_ext' now returns the correct location, yet bundle tries to build again. Also I have seen that the "bunde --local" is set, but I can't figure out where the local packages are stored. Can you help me? Thank you! knut Edit: this comment was on diaspora-mysql-git first, but it belongs here.

immae commented on 2017-01-12 21:57 (UTC)

I had to use ruby-2.3 to have it work, since it doesn't work at all with ruby 2.4.0 furthermore, I had to add `export PATH="/usr/share/webapps/diaspora/bin:$PATH"` at the beginning of /usr/share/webapps/diaspora/script/server to have it work with systemd