Package Details: seafile 9.0.11-1

Git Clone URL: https://aur.archlinux.org/seafile.git (read-only, click to copy)
Package Base: seafile
Description: An online file storage and collaboration tool
Upstream URL: https://github.com/haiwen/seafile
Licenses: GPL2
Conflicts: seafile-server
Provides: seafile-client-cli
Submitter: eolianoe
Maintainer: Joffrey
Last Packager: Joffrey
Votes: 111
Popularity: 0.000000
First Submitted: 2016-08-11 16:38 (UTC)
Last Updated: 2024-11-14 17:06 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 41 42 43 44 45 46 47 Next › Last »

ddanier commented on 2013-10-28 10:22 (UTC)

@mplx: No, as the branches don't help much (there is active development going on on there). Tags would work, but there's no 2.0 server version either. Seafile really has a bad release policy. There are different version numbers for each platform, too. We just have to wait until the source package is ready.

mplx commented on 2013-10-28 10:08 (UTC)

The files on Google Code are also lacking latest source versions in 1.8 tree, up to 1.8.5, so maybe it's an option to take the source from github directly? https://github.com/haiwen/seafile/tree/2.0

ddanier commented on 2013-10-28 08:21 (UTC)

@mplx: Sure, when the source download is ready. Currently only binary files are released. (https://code.google.com/p/seafile/downloads/list)

mplx commented on 2013-10-26 10:17 (UTC)

@ddanier, do you intend to update the package to seafile 2.0.1? thank you :)

Alomsimoy commented on 2013-10-23 20:36 (UTC)

I've got a problem compiling it: /usr/bin/ld: cannot find -levhtp Anybody can help me?

ddanier commented on 2013-10-01 20:18 (UTC)

Hope this new version fixes many problems. Took me some time to figure out how to do this the right way. I also updated the package to upgrade the virtualenv, so Django 1.5 gets installed without the need to completely reinstall seafile-server.

kevincox commented on 2013-08-29 12:37 (UTC)

I was a little confused. It was actually using gcc. However the error is that libpthread was not being linked in. Adding LDFLAGS=-lpthread to the configure command fixes this.

<deleted-account> commented on 2013-08-28 12:32 (UTC)

thanks, the seafile-package in the aur has a patch to fix this error, i used that and it worked

kevincox commented on 2013-08-27 19:00 (UTC)

You need to edit the build scripts. I haven't looked into it enough to tell what exactly needs to be done.

<deleted-account> commented on 2013-08-27 14:02 (UTC)

sorry, that about exceeds my knowledge of compiling and linking. Could you please be more specific?