Package Details: seafile-server 12.0.14-1

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-06-06 08:11 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Joffrey commented on 2018-06-29 12:27 (UTC)

@all When there a big change or an error fixed, I add it in the Changelog. @DasGurke sha256sum is now fixed thanks. @cybertron python2-django PKGBUILD was recently removed from the Extra/ repo and because of that Archlinuxarm do not compile it any more.. You can compile it yourself:

# $Id$
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Dan McGee <dan@archlinux.org>
# Contributor: Shahar Weiss <sweiss4@gmx.net>

pkgbase=django
pkgname=('python2-django')
pkgver='1.11.13'
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
license=('BSD')
url="http://www.djangoproject.com/"
makedepends=('python2' 'python2-setuptools')
depends=('python2' 'python2-setuptools' 'python2-pytz')
optdepends=('python2-psycopg2: for PostgreSQL backend')
source=("https://www.djangoproject.com/m/releases/1.11/Django-$pkgver.tar.gz")
sha256sums=('46adfe8e0abe4d1f026c1086889970b611aec492784fbdfbdaabc2457360a4a5')
options=('!strip')

package() {
    cd "$srcdir/Django-$pkgver"
    python2 setup.py install --root="$pkgdir" --optimize=1

    mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
    mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
    install -Dm644 extras/django_bash_completion \
        "$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
    ln -s django-admin2.py \
        "$pkgdir"/usr/share/bash-completion/completions/django-admin2

  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}

DasGurke commented on 2018-06-29 10:27 (UTC)

Seahub upgrading instructions are stickied at https://aur.archlinux.org/packages/seahub/

cybertron commented on 2018-06-29 09:35 (UTC) (edited on 2018-06-29 09:36 (UTC) by cybertron)

but seafile-server seems to be totaly broken on arch o.O how can I upgrade now? preupgrade is away? I tried manually to upgrade with the upgrade server directory but now it seems django issnt found anymount if I try to start seafile-admin start

/update: ah because of no python2-django package is available

cybertron commented on 2018-06-29 09:12 (UTC)

@DasGurke, remove both packages and reinstall

and the sha256 checksum for the server pkg is 3e21836e374e4c321f87594c7a5f5db516890c9b40f61e102750c84d638dbf37

DasGurke commented on 2018-06-28 11:09 (UTC)

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

DasGurke commented on 2018-06-28 10:17 (UTC) (edited on 2018-06-28 10:17 (UTC) by DasGurke)

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

Joffrey commented on 2018-06-03 07:54 (UTC)

@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.

ikwyl6 commented on 2018-06-02 21:04 (UTC)

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?

Captain_Rage commented on 2018-02-15 20:41 (UTC)

@cybertron See the recent comment for the seahub package.