Package Details: seafile 9.0.13-1

Git Clone URL: https://aur.archlinux.org/seafile.git (read-only, click to copy)
Package Base: seafile
Description: An online file storage and collaboration tool
Upstream URL: https://github.com/haiwen/seafile
Licenses: GPL2
Conflicts: seafile-server
Provides: seafile-client-cli
Submitter: eolianoe
Maintainer: Joffrey
Last Packager: Joffrey
Votes: 110
Popularity: 0.000000
First Submitted: 2016-08-11 16:38 (UTC)
Last Updated: 2025-04-04 12:14 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 47 Next › Last »

<deleted-account> commented on 2014-08-18 20:39 (UTC)

@cola4cube This has only happened to me when not using "makepkg" directly, i.e. using an AUR helper. Did you use makepkg or an AUR helper? If you used an AUR helper, please try using makepkg and pacman directly (e.g. after getting the package with yaourt -G seafile-server) and should you get the same error please say so; otherwise (if you already used makepkg/pacman), please tell me what the installed packages (direct dependencies of seafile-server only) were at the moment when you got that error. @simeonfelis You probably have gunicon-python2 19.x installed. But as can be read earlier in the comments, to use seafile-server without --fastcgi, you need gunicorn-python2 of version < 19, so the dependency is valid as == 18.0. If you always use seafile-server with --fastcgi (as the example service does), then you don't need gunicon-python2 at all (as far as I know), but because both modes are mutually exclusive and either one can be the main mode of operation, this can not be an optional dependency. Furthermore, if you want gunicorn-python2 incorporated in the virtual environment, please provide a patch or a PKGBUILD I can include. The package should work the way it is if you use the standard Arch tools pacman/makepkg (no AUR helpers, I cannot speak for any issues with those), which is why I only see sense in maintaining, not enhancing at the moment. Again, however, if you can provide a working patch/PKGBUILD for this feature, I'd be more than happy to integrate it.

cola4cube commented on 2014-08-18 11:27 (UTC)

Yes, removing the version flag also helps 'gunicorn-python2'.

simeonfelis commented on 2014-08-18 11:23 (UTC)

In line depends of PKGBUILD, I replaced 'gunicorn-python2==18.0' with 'gunicorn-python2>=18.0', than the build started. gunicorn-python2 is at version 19.x in aur. Let's face it: It very difficutl to maintain pip packages and system packages similtanously due to dependencies like that. With pip I could run pip2 gunicorn=18.0, but then the dependency would not be met for pacman. Please include gunicorn-python2 into the virtual env (python jail?) that is already shipped with seafile.

cola4cube commented on 2014-08-18 09:33 (UTC)

Installation not possible. ==> Missing dependencies: -> gunicorn-python2==18.0 ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies. Guncorin is installed: > $ pacman -Q | grep gunicorn gunicorn-python2 18.0-0

kiven commented on 2014-08-13 14:21 (UTC)

@BumBum I've done it, as usual at each update

BunBum commented on 2014-08-13 12:53 (UTC)

@kiven I had the same error. You have to run seahub-preupgrade (see here https://wiki.archlinux.org/index.php/Seafile#Upgrading).

kiven commented on 2014-08-13 08:03 (UTC)

I cannot use it after upgrade to 3.1.1 : Aug 13 10:04:47 seafile-admin[840]: self._wrapped = Settings(settings_module) Aug 13 10:04:47 seafile-admin[840]: File "/usr/lib/seafile/seafileenv/lib/python2.7/site-packages/django/conf...init__ Aug 13 10:04:47 seafile-admin[840]: raise ImportError("Could not import settings '%s' (Is it on sys.path?): %...E, e)) Aug 13 10:04:47 seafile-admin[840]: ImportError: Could not import settings 'seahub.settings' (Is it on sys.pa...R_ROOT Aug 13 10:04:47 seafile-admin[840]: Starting seafile-server... Aug 13 10:04:47 seafile-admin[840]: Starting seahub in fastcgi mode... Aug 13 10:04:47 seafile-admin[840]: Error: Failed to start seahub in fastcgi mode

<deleted-account> commented on 2014-08-12 15:13 (UTC)

@vit See my comment from 2014-07-05 18:59. Short version: Package was taken from me (without asking) and then broken such that it could not be built (whether this is still the case I do not know, but I informed the new maintainer and did not get a positive response). You can try using it, but if you do, please tell me should it work.

<deleted-account> commented on 2014-08-12 15:12 (UTC)

@vit See my comment from 2014-07-05 18:59. Short version: Package was taken from me (without asking) and then broken such that it could not be built (whether this is still the case I do not know, but I informed the new maintainer and did not get a positive response). You can try using it, but if you please tell me should it work.

vit commented on 2014-08-12 10:21 (UTC)

What is the difference between python2-djblets and python2-django-djblets? Why is the first one in deps, while the second one is in AUR?