Package Details: seafile-client 9.0.13-2

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)

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.

Latest Comments

« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 44 Next › Last »

eolianoe commented on 2017-07-16 21:31 (UTC)

@urldog: This is not the same error. Could you provide more details?

urldog commented on 2017-07-16 19:15 (UTC)

@eoliaone: I rebuilt all libs, still get: “seafile-applet” terminated by signal SIGSEGV (Address boundary error)

eolianoe commented on 2017-07-14 09:37 (UTC)

@urldog: please read the pinned comment. You need to rebuild all the seafile packages to get everything link properly.

urldog commented on 2017-07-14 09:35 (UTC)

On manjaro I get: seafile-applet: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory It's current, and I reinstalled seafile-client from the AUR.

eolianoe commented on 2017-07-06 18:30 (UTC)

@cripcate: the problem is not python, the trouble is that anaconda ships an qmake executable and CMake picks it but there is no all qt stuff. Try to remove anacond from your path or add '-DCMAKE_PREFIX_PATH=/usr' to the cmake line in the PKGBUILD.

cripcate commented on 2017-07-06 10:06 (UTC)

@eolianoe Ah, so that's the problem. anaconda is in my pythoon path so i guess it is my default python distribution. how can i tell it to pick the system one? Sorry im a noob and dont know how to edit pkgbuilds etc

meister1337 commented on 2017-07-02 19:29 (UTC)

rebuilt seafile, seafile-client, ccnet and ccnet-server, fixed it.

Ondrej.it commented on 2017-07-02 09:31 (UTC) (edited on 2017-07-02 09:54 (UTC) by Ondrej.it)

@eolianoe not working for me... Only cp https://transfer.sh/C3hal/libevent-2.0.so.5.1.10 old version /usr/lib/libevent-2.0.so.5.1.10 works for me.

eolianoe commented on 2017-06-30 08:44 (UTC)

@cripcate: CMake picks the wrong Qt5 config file: it takes the one from anaconda instead of the system one.

eolianoe commented on 2017-06-30 08:43 (UTC)

@all: when you have some 'error while loading shared libraries', you need to rebuild every components.