This package does currently not build due to an error during compilation:
In file included from ../common/rpc-service.c:39:0:
../../lib/searpc-marshal.h:1027:13: error: redefinition of ‘register_marshals’
../../lib/searpc-marshal.h:816:13: note: previous definition of ‘register_marshals’ was here
../../lib/searpc-marshal.h:816:13: warning: ‘register_marshals’ defined but not used [-Wunused-function]
Search Criteria
Package Details: seafile-client 9.0.13-2
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: | 2025-04-05 18:40 (UTC) |
Dependencies (7)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-webengine
- seafileAUR
- cmake (cmake-gitAUR, cmake3AUR) (make)
- qt6-tools (make)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional)
Required by (0)
Sources (2)
mbunkus commented on 2013-02-26 12:18 (UTC)
<deleted-account> commented on 2013-02-23 17:07 (UTC)
Adopted this package, it will now be build from source to avoid python2/python3 problems.
<deleted-account> commented on 2013-02-23 15:58 (UTC)
Please make this compile from source, because the precompiled binaries expect python to be python2 instead of python3, 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=UkMiPZYw
<deleted-account> commented on 2013-02-23 15:55 (UTC)
Please make this compile from source, because the precompiled binaries expect python to be python2 instead of python3, 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
<deleted-account> commented on 2013-02-23 15:55 (UTC)
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
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.