Seafile-* depends on exactly same ccnet version. This is upstream decision, not mine - see http://manual.seafile.com/build_seafile/server.html. Improved version checking with the https://aur.archlinux.org/cgit/aur.git/commit/?h=seafile-server&id=4d518692067e5a0c77012af840176b9e02e8a64e, so the next version>5.0.4 upgrade will be smooth. As temporary workaround , you can use "sudo pacman -Rcd ccnet" before seafile-{shared,server} upgrade.
Search Criteria
Package Details: seafile 9.0.11-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: | 111 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-11 16:38 (UTC) |
Last Updated: | 2024-11-14 17:06 (UTC) |
Dependencies (8)
- fuse (fuse2)
- libevent (libevent-gitAUR)
- libsearpcAUR
- libwebsockets
- python-future
- sqlite (sqlite-fossilAUR, libsql-sqlite3AUR)
- intltool (make)
- vala (vala-gitAUR) (make)
Required by (2)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 47 Next › Last »
edacval commented on 2016-01-14 14:22 (UTC) (edited on 2016-01-14 16:25 (UTC) by edacval)
eolianoe commented on 2016-01-14 09:40 (UTC)
Would it be possible to not require a version of ccnet in the PKGBUILD in order to get more smooth upgrades (see line 13 and 71).
Captain_Rage commented on 2016-01-13 00:21 (UTC)
Yeah, the dependencies are messed up for seafile-server 5.0.3-1.
fthiery commented on 2016-01-12 17:30 (UTC)
Fails to build directly for me, had to install libevhtp-seafile manually (i tried to install seafile-client, not the server).
Aur Targets (1): seafile-shared
Edit seafile-shared PKGBUILD with $EDITOR? [Y/n] n
==> Making package: seafile-server 5.0.3-1 (Tue Jan 12 18:16:22 CET 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
-> libevhtp-seafile=1.2.9
==> ERROR: Could not resolve all dependencies.
Captain_Rage commented on 2016-01-11 01:18 (UTC)
Is it only me who gets "djblets" as a missing Python module?
bcc commented on 2016-01-07 13:05 (UTC)
I also get same error as @hecsa
Error: "/usr/share/seafile-server/scripts/runtime" not found
Captain_Rage commented on 2016-01-07 00:22 (UTC)
I also get
Jan 07 01:08:38 Centurion systemd[1]: Starting Next-generation open source cloud storage with advanced features on privacy protection and teamwork....
Jan 07 01:08:40 Centurion seafile-admin[22400]: Error: Python module "djblets" not found. Please install it first
when starting seafile-server 5.0.3-1. It was also a chore to upgrade to this version, since the dependencies for seafile-server/ccnet/seafile-client/seafile-shared seem to have gotten messed up.
hecsa commented on 2016-01-04 00:46 (UTC)
Tried copying /usr/share/seafile-server/scripts/seafile.sh to seafile and seahub.sh to seahub, but some errors remains:
# ./setup-seafile-mysql.sh
Checking python on this machine ...
Checking python module: setuptools ... Done.
Checking python module: python-imaging ... Done.
Checking python module: python-mysqldb ... Done.
-----------------------------------------------------------------
This script will guide you to setup your seafile server using MySQL.
Make sure you have read seafile server manual at
https://github.com/haiwen/seafile/wiki
Press ENTER to continue
-----------------------------------------------------------------
Error: "/usr/share/seafile-server/scripts/runtime" not found
# ls run*
ls: cannot access run*: No such file or directory
Thanks, and best regards,
HeCSa.
hecsa commented on 2016-01-04 00:15 (UTC)
Several errors when installing via yaourt, and after that, when running setup-seafile-mysql.sh:
Running yaourt:
---------------
Collecting Djblets==0.6.14
Could not find a version that satisfies the requirement Djblets==0.6.14 (from versions: 0.8, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.8.7, 0.8.8, 0.8.9, 0.8.10, 0.8.11, 0.8.12, 0.8.13, 0.8.14, 0.8.15, 0.8.16, 0.8.17, 0.8.18, 0.8.19, 0.8.20, 0.8.21, 0.8.22, 0.8.23, 0.9)
...but the package gets installed.
After that:
First run of setup-seafile-mysql.sh:
------------------------------------
Checking python on this machine ...
Checking python module: setuptools ... Done.
Checking python module: python-imaging ...
python-imaging is not installed, Please install it first.
On Debian/Ubntu: apt-get install python-imaging
On CentOS/RHEL: yum install python-imaging
Error occured during setup.
Please fix possible problems and run the script again.
Then I ran:
pacman -S community/python2-pillow
...then:
Checking python on this machine ...
Checking python module: setuptools ... Done.
Checking python module: python-imaging ... Done.
Checking python module: python-mysqldb ...
python-mysqldb is not installed, Please install it first.
On Debian/Ubuntu:
sudo apt-get install python-mysqldb
On CentOS/RHEL:
sudo yum install MySQL-python
Error occured during setup.
Please fix possible problems and run the script again.
Again, I ran:
pacman -S extra/mysql-python
...then:
./setup-seafile-mysql.sh
Checking python on this machine ...
Checking python module: setuptools ... Done.
Checking python module: python-imaging ... Done.
Checking python module: python-mysqldb ... Done.
-----------------------------------------------------------------
This script will guide you to setup your seafile server using MySQL.
Make sure you have read seafile server manual at
https://github.com/haiwen/seafile/wiki
Press ENTER to continue
-----------------------------------------------------------------
Error: "/usr/share/seafile-server/scripts/seafile" not found
I assume some stuff needs to be modified:
- The dependencies check.
- Djblets!
- The .py scripts needs to point to seafile.sh, not seafile, but I'm not shure about this.
Thanks, and best regards,
HeCSa.
hillbicks commented on 2015-12-30 12:18 (UTC)
Upgrade from 5.0.2 to 5.0.3 is not possible, as stated before, because of the way the dependency is set uo.
Furthermore, seafile-server should not be installed when seafile-client is installed.
Pinned Comments