Hey. When upgrading to 5.0.2-1 the following error snuck inside:
<...>
Collecting django-constance[database] from git+git://github.com/haiwen/django-constance.git@bde7f7cdfd0ed1631a6817fd4cd76f37bf54fe35#egg=django-constance[database]
Cloning git://github.com/haiwen/django-constance.git (to bde7f7cdfd0ed1631a6817fd4cd76f37bf54fe35) to /tmp/pip-build-VsNBDP/django-constance
Error [Errno 2] No such file or directory while executing command git clone -q git://github.com/haiwen/django-constance.git /tmp/pip-build-VsNBDP/django-constance
Cannot find command 'git'
<...>
The package installed successfully, but later seafile-server refused to start. All that was needed was installing git and reinstalling seafile-server. :-)
<...>
Collecting django-constance[database] from git+git://github.com/haiwen/django-constance.git@bde7f7cdfd0ed1631a6817fd4cd76f37bf54fe35#egg=django-constance[database]
Cloning git://github.com/haiwen/django-constance.git (to bde7f7cdfd0ed1631a6817fd4cd76f37bf54fe35) to /tmp/pip-build-8_x0br/django-constance
Could not find a tag or branch 'bde7f7cdfd0ed1631a6817fd4cd76f37bf54fe35', assuming commit.
Collecting django-picklefield (from django-constance[database])
Downloading django_picklefield-0.3.2-py2.py3-none-any.whl
Installing collected packages: django-picklefield, django-constance
Running setup.py install for django-constance
Successfully installed django-constance-1.0.1 django-picklefield-0.3.2
<...>
I suggest adding git as a dependency to avoid this issue.
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 .. 17 18 19 20 21 22 23 24 25 26 27 .. 47 Next › Last »
Captain_Rage commented on 2015-12-05 19:23 (UTC) (edited on 2015-12-05 23:22 (UTC) by Captain_Rage)
Almin commented on 2015-12-05 16:45 (UTC)
Attention to all upgraders to 4.4.x!
For some users, upgrading to 4.4.x seems to have broken Sync for Web-Interface and Android-Clients!
Take care upgrading!
https://github.com/haiwen/seafile/issues/1407
https://forum.seafile-server.org/t/504-error-from-nginx-1-8-suddenly-appeared-for-seafile/3462/9
Almin commented on 2015-11-11 10:19 (UTC)
@BunBum: the python2 package from the official [extra]/ repository is installed, otherwise I wouldn't have mentioned it.
r3ddr4gOn commented on 2015-11-10 06:38 (UTC)
Wouldn´t it be best to just use the virtualenv provided by the seafile packages?
[root@<domain>]# sudo -u seafile -s
[seafile@<domain>]$ echo "source /usr/lib/seafile/seafileenv/bin/activate" >> ~/.bashrc
[seafile@<domain>]$ exit
[root@<domain>]# sudo -u seafile -s
(seafileenv)[seafile@<domain>]$ <do the upgrade as usual>
BunBum commented on 2015-11-09 16:36 (UTC)
You have to install the python2 package (it can be installed parallel to python3) and it should work.
Almin commented on 2015-11-09 16:27 (UTC)
That's true, thanks.
So how de we solve the issue, as python3 is the default python interpreter on Arch Linux and everyone will run the script as I did?
Everyone will run it manually and copy-paste the secret key?
BunBum commented on 2015-11-09 15:34 (UTC)
You are using Python 3 (it expects parentheses for function calls like 'print'). You have to use Python 2 to run seafile.
Almin commented on 2015-11-09 15:00 (UTC)
Hey guys, updating got an error.
[code]
[me@mypc seafile-server]$ ./upgrade/upgrade_4.3_4.4.sh
-------------------------------------------------------------
This script would upgrade your seafile server from 4.3 to 4.4
Press [ENTER] to contiune
-------------------------------------------------------------
File "/srv/seafile/laptop/seafile-server/seahub/tools/secret_key_generator.py", line 53
print key
^
SyntaxError: Missing parentheses in call to 'print'
Updating seafile/seahub database ...
[INFO] You are using SQLite3
Done
migrating avatars ...
Done
updating /srv/seafile/laptop/seafile-server-latest symbolic link to /srv/seafile/laptop/seafile-server ...
-----------------------------------------------------------------
Upgraded your seafile server successfully.
-----------------------------------------------------------------
[/code]
Should I care about that?
simontunnat commented on 2015-10-29 16:23 (UTC)
Could someone please take over the seafile packages as maintainer.
I just can't find the time to maintain them.
Pinned Comments