@dev_arch: Damn, that's a lot of data. But more to the point: Could you try not using aura for the building, but doing it manually (i.e. download the source tarball, unpack it, run makepkg -s, and install, respective for all the dependencies, - except with djblets, of course)? Because if you installed django-pipeline with the PKGBUILD I posted, then you should have django-pipeline == 1.3.24 installed and aura's complaint makes no sense whatsoever to me.
> Installing collected packages: django
> Found existing installation: Django 1.6.5
> Not uninstalling Django at /usr/lib/python2.7/site-packages, outside environment /usr/lib/seafile/seafileenv
> Successfully installed django
Not sure about that, since my last upgrade (to 3.0.4) has been a while ago, but I think those lines aren't problematic (but don't quote me on that).
I'm sorry about not having any insight, but I simply have not encountered this problem or anything like it and if I had to take a wild guess it might have something to do with you using aura and the recent changes in AUR, but that's a real long shot.
@Elektro121: That seems to be the same issue @dev_arch ran into, so you could read his posts and my replies, but in short: I don't know why it's happening and I haven't been able to reproduce it, sorry. But if you find anything wrong with the package / how to fix it, I'll gladly add it.
Search Criteria
Package Details: seafile 9.0.13-1
Package Actions
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) |
Dependencies (8)
- argon2 (argon2-gitAUR)
- fuse (fuse2)
- libevent (libevent-gitAUR)
- libsearpcAUR
- libwebsockets
- sqlite (sqlite-fossilAUR)
- intltool (make)
- vala (vala-gitAUR) (make)
Required by (2)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 30 31 32 33 34 35 36 37 38 39 40 .. 47 Next › Last »
<deleted-account> commented on 2014-07-06 18:35 (UTC)
dev_arch commented on 2014-07-06 18:11 (UTC)
@calrama
New evening, new rounds. I went for complete seafile-server re-installation. Without backup of the data though, which is not practical at nearly 1.5TB.
Eventually I tried by removing every dependency (without python itself) en re-installing from there. I have python-djblets in my package cache and build django-pipeline with the PKGBUILD you linked to on https://aur.archlinux.org/packages/python-django-pipeline/ I then created a new instance as per the wiki but regretfully the result is the same.
For completeness sake:
$ sudo aura -A seafile-server
aura >>= Determining dependencies...
aura >>= Dependency checking failed for these reasons:
The dependency `django-pipeline` demands version `>=1.3.23`but the most recent version is `1.2.24-1`.
And later when having installed django-pipeline separately during the installation of seafile-server:
Installing collected packages: django
Found existing installation: Django 1.6.5
Not uninstalling Django at /usr/lib/python2.7/site-packages, outside environment /usr/lib/seafile/seafileenv
Successfully installed django
At the moment I'm left hoping for an insight from you. Meanwhile I'll try and install on a virgin Vbox Arch.
Your efforts are much appreciated regardless!
Elektro121 commented on 2014-07-06 14:57 (UTC)
Problem on seafile-admin
def start_seahub_gunicorn():
argv = [
PYTHON,
'/usr/bin/gunicorn_django-python2',
'-c', conf[CONF_SEAHUB_CONF],
'-b', '0.0.0.0:%s' % conf[CONF_SEAHUB_PORT],
]
info('Starting seahub...')
env = get_seahub_env()
if run_argv(argv, cwd=conf[CONF_SEAHUB_DIR], env=env) != 0:
error('Failed to start seahub')
info('Seahub running on port %s' % conf[CONF_SEAHUB_PORT])
usage: gunicorn_django-python2 [OPTIONS] [APP_MODULE]
gunicorn_django-python2: error: No application module specified.
The syntax of the app changed, wtf Oo
Elektro121 commented on 2014-07-06 14:36 (UTC)
I have the same probem as dev_arch, searching for a solution ^^
<deleted-account> commented on 2014-07-05 20:16 (UTC)
@dev_arch: I'm sorry, but f that did not fix it have no idea why you get this error. On the other hand, I have uninstalled and reinstalled seafile (even with full pacman -Rsunc) several times without losing any data. But I would suggest that you backup the entire seafile instance folder (the /srv/seafile/example.org directory), just to be sure. Regarding reinstalling: Make sure you do not uninstall python2-djblets, as I cannot build the current replacement for it (it was renamed, see my reply to @theflyingfool).
dev_arch commented on 2014-07-05 19:21 (UTC)
@calrama: As far as I'm aware I have. At the same time I appear to be alone with this problem, which does make me suspect. :-)
Searching for a solution I already tried your suggestion, but then I get:
usage: gunicorn_django-python2 [OPTIONS] [APP_MODULE]
gunicorn_django-python2: error: No application module specified.
Other then new suggestions from you I'm close to uninstalling seafile and reinstalling while keeping my fingers crossed that I manage to keep accounts and data.
<deleted-account> commented on 2014-07-05 18:59 (UTC)
@theflyingfool: It was taken from me and renamed to "python2-django-djblets" (see https://aur.archlinux.org/pkgbase/python-django-djblets/). I forgot to update the dependency, sorry; I will not update it now, however, as I cannot build the new "python2-django-djblets", see my post in its comment section.
@dev_arch: Have you followed the upgrading section on the wikipage (https://wiki.archlinux.org/index.php/Seafile) precisely? It seems to me like somehow your packages are looking for /usr/bin/gunicorn_django-python2, when they should be looking for /usr/bin/gunicorn-python2 (which is part of gunicorn-python2, a dependence of seafile-server). I would suggest making the following symlink: "ln -s /usr/bin/gunicorn-python2 /usr/bin/gunicorn_django-python2"
dev_arch commented on 2014-07-05 18:45 (UTC)
After the last upgrade (3.0.3 -> 3.0.4) I haven't been able to get seahub started again. All searching and reinstalling (without completely uninstalling) have been fruitless so far. Does the error message I get when starting seafile-server give somebody a clue to what's amiss? I'm at a loss at the moment.
/usr/lib/seafile/seafileenv/bin/python2: can't open file '/usr/bin/gunicorn_django-python2': [Errno 2] No such file or directory
Error: Failed to start seahub
Thanks in advance!
theflyingfool commented on 2014-07-05 16:30 (UTC)
I might be missing something but tracking down the dependency python2-djblets, seems to be giving me issues.
Pinned Comments