@DasGurke, remove both packages and reinstall
and the sha256 checksum for the server pkg is 3e21836e374e4c321f87594c7a5f5db516890c9b40f61e102750c84d638dbf37
Git Clone URL: | https://aur.archlinux.org/seafile-server.git (read-only, click to copy) |
---|---|
Package Base: | seafile-server |
Description: | Seafile server core |
Upstream URL: | https://github.com/haiwen/seafile-server |
Licenses: | Apache-2.0, AGPL-3.0-only |
Conflicts: | seafile |
Submitter: | eolianoe |
Maintainer: | Joffrey |
Last Packager: | Joffrey |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-07 15:22 (UTC) |
Last Updated: | 2025-03-21 13:24 (UTC) |
@DasGurke, remove both packages and reinstall
and the sha256 checksum for the server pkg is 3e21836e374e4c321f87594c7a5f5db516890c9b40f61e102750c84d638dbf37
After editing the checksum, I have trouble with the ccnet-server
dependency.
installing ccnet-server (6.3.1-2) breaks dependency 'ccnet-server=6.2.5' required by seafile-server
It seems that compiling seafile-server 6.3
requires ccnet-server 6.3
to be installed. I had to first build and then install (using --nodeps
) the following packages one by one:
1) ccnet-server
2) seafile-server
3) seahub
I have a problem with the sha256-sums.
==> Validating source files with sha256sums...
v6.3.1-server.tar.gz ... FAILED
After validating this for myself the checksum is indeed different from the one mentioned in the PKGBUILD
:
marcus@mri-tp:~/tmp >>> wget 'https://github.com/haiwen/seafile-server/archive/v6.3.1-server.tar.gz'
--2018-06-28 12:15:58-- https://github.com/haiwen/seafile-server/archive/v6.3.1-server.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/haiwen/seafile-server/tar.gz/v6.3.1-server [following]
--2018-06-28 12:15:59-- https://codeload.github.com/haiwen/seafile-server/tar.gz/v6.3.1-server
Resolving codeload.github.com (codeload.github.com)... 192.30.253.121, 192.30.253.120
Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 721928 (705K) [application/x-gzip]
Saving to: ‘v6.3.1-server.tar.gz’
v6.3.1-server.tar.gz 100%[==============================================>] 705.01K 469KB/s in 1.5s
2018-06-28 12:16:02 (469 KB/s) - ‘v6.3.1-server.tar.gz’ saved [721928/721928]
marcus@mri-tp:~/tmp >>> sha256sum v6.3.1-server.tar.gz
3e21836e374e4c321f87594c7a5f5db516890c9b40f61e102750c84d638dbf37 v6.3.1-server.tar.gz
@ikwyl6 What is your processor architecture?
uname -a
Try to compile with :
makepkg -A
If it compile fine, I'll add your architecture in the PKGBUILD.
I have pogoplug with arm and I can't do a 'makepkg':
$ makepkg ==> ERROR: seafile-server is not available for the 'arm' architecture. ==> ERROR: changelog file (ChangeLog) does not exist or is not a regular file.
==> ERROR: An unknown error has occurred. Exiting...
Any ideas?
@cybertron See the recent comment for the seahub package.
What is the acutal upgrade way? I used the seahub-preupgrade function after upgrading the arch packages but this function does not exsist anymore?
Major changes for v6.2.5-2 see ChangeLog : pacman -Qc seafile-server
After upgrade you'll must restart the daemon
The 6.2.5 release is currently broken: The updated seaserv python lib in seafile-server depends on the get_group_repos_by_user function to the seafile python lib added in e16e5401e, but the seafile lib is packaged in the seafile package and not seafile-server. However, this change is not included in seafile version 6.1.4 (it is not even anywhere in the repo and in the seafile-server repo it is only in the 6.2 branch and not in master, really confusing).
I temporarily "fixed" it by manually replacing rpcclient.py with the one from seafile-server…
Pinned Comments