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
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-02-18 17:53 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 44 Next › Last »
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
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.
@Joffrey the pkg fails to build cause of wrong sha256 sum on seafile-7.0.4.tar.gz
@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.
@plague-doctor this header is provided by Seafile. You must have Seafile installed and up to date before build Seafile-client.
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>
@vsilv I fixed the issue by injecting the correct value of the checksum in the first item of the array in the PKGBUILD
Same problem as aacebedo for me.
Unable to use this package. I get a validity check error. Tried to clean the cache but nothing changed.
@FuelFlo I had the same problem with seafile-server. These commands finally fixed it for me:
rm .cache/yay/{ccnet-server/,seafile-server/,seafile/,libevhtp-seafile/,libsearpc/,python2-seafobj/,python2-wsgidav-seafile/,seahub/} -rf
sudo pacman -Rcs seafile-server ccnet-server seahub
yay -S seafile-server ccnet-server seahub
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.