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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 44 Next › Last »

gromit commented on 2020-05-29 11:05 (UTC)

Hey, I just tried to install the seafile-client package and got the following error during compilation:

/home/chris/.cache/yay/seafile-client/src/seafile-client-7.0.7/src/ui/private-share-dialog.cpp:1036:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
 1036 |         QPainterPath path;
      |                      ^~~~

Please note that I may have a more recent QT Version than you due to being a testing user:

chris@pioneer ~ » pacman -Qi qt5-base
Name            : qt5-base
Version         : 5.15.0-1

So maybe it gets fixed until QT 5.15.0 is released into <extra>.

bionade24 commented on 2019-12-20 13:38 (UTC)

  1. Please fix the checksums of seafile-client and seafile.
  2. All packages can be built against python3, python2 is not necessary. Please fix this, too.
  3. Please Correct the Maintainer statement in the PKGBUILDs.

theangrywizard commented on 2019-12-17 15:41 (UTC) (edited on 2019-12-17 15:42 (UTC) by theangrywizard)

I think the sha256sum has changed again. I've downloaded the tar from the https://github.com/haiwen/seafile-client/archive/v7.0.4.tar.gz to verify and I'm getting:

638adba50cdd3727106178f972d144a0cec60911d72017fc6ccba7f423689b19

quantumriff commented on 2019-12-13 23:48 (UTC) (edited on 2019-12-13 23:50 (UTC) by quantumriff)

The sha256Sum has changed for the PKGBUILD. It should now be:

d33d6de57b9dc8083aecde78abbd00684f7cda6a36ec8fd00749c7c8236a2a8e  seafile-7.0.4.tar.gz

This is causing updates/builds to fail.

ugo commented on 2019-12-12 11:07 (UTC)

@Joffrey the pkg fails to build cause of wrong sha256 sum on seafile-7.0.4.tar.gz

plague-doctor commented on 2019-11-05 21:00 (UTC)

@Joffrey The seafile is defined as a dependency for your seafile-client package, so it should be installed and ready before seafile-client compilation. It is not. However when I installed seafile before hand, and then tried to build seafile-client again it was fine.

Joffrey commented on 2019-11-05 13:17 (UTC)

@plague-doctor this header is provided by Seafile. You must have Seafile installed and up to date before build Seafile-client.

plague-doctor commented on 2019-11-05 01:12 (UTC)

Build is failing during the compilation stage:

seafile-client-7.0.3/src/utils/seafile-error.cpp:2:10: fatal error: seafile/seafile-error.h: No such file or directory
2 | #include <seafile/seafile-error.h>