Please make this compile from source, because the precompiled binaries expect python to be python3 instead of python2, which means this will not work with python3 installed, as the connection between applet and server is a python script that won't start, breaking the entire client. To change this the PYTHON variable needs to be set to /usr/bin/python2 at ./configure time.
I have a working PKGBUILD that also builds upon the already available ccnet and libsearpc packages:
http://pastebin.com/raw.php?i=LLYYShCs
Search Criteria
Package Details: seafile-client 9.0.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/seafile-client.git (read-only, click to copy) |
---|---|
Package Base: | seafile-client |
Description: | GUI client for synchronizing your local files with seafile server |
Upstream URL: | https://github.com/haiwen/seafile-client |
Licenses: | Apache |
Submitter: | Localizator |
Maintainer: | Joffrey |
Last Packager: | Joffrey |
Votes: | 168 |
Popularity: | 0.000000 |
First Submitted: | 2012-12-10 17:34 (UTC) |
Last Updated: | 2024-11-14 17:07 (UTC) |
Dependencies (7)
- qt6-5compat
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-webengine
- seafileAUR
- cmake (cmake-gitAUR) (make)
- qt6-tools (make)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional)
Required by (0)
Sources (2)
<deleted-account> commented on 2013-02-23 15:55 (UTC)
mbunkus commented on 2012-12-29 19:47 (UTC)
If Python 3 is installed in addition to Python 2.7 then the ccnet-web.sh will start the wrong Python executable. /usr/bin/ccnet-web.sh simply calls "python ..." which is a symlink in /usr/bin to the actual Python version. For me this was /usr/bin/python3, resulting in various syntax errors and, after having manually fixed those, in "module XYZ not found".
So please fix ccnet-web.sh to call "python2.7 ..." instead of simply "python ...".
Pinned Comments
Joffrey commented on 2021-05-30 20:06 (UTC) (edited on 2021-05-30 20:11 (UTC) by Joffrey)
Please, when you have compilation or execution errors, recompile each component without using an AUR helper before reporting an issue.