@windowsbomb, you'll not be able to force the installation, look that.
Search Criteria
Package Details: seafile 9.0.13-1
Package Actions
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: | 110 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-11 16:38 (UTC) |
Last Updated: | 2025-04-04 12:14 (UTC) |
Dependencies (8)
- argon2 (argon2-gitAUR)
- fuse (fuse2)
- libevent (libevent-gitAUR)
- libsearpcAUR
- libwebsockets
- sqlite (sqlite-fossilAUR)
- intltool (make)
- vala (vala-gitAUR) (make)
Required by (2)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 47 Next › Last »
Joffrey commented on 2019-03-02 14:05 (UTC)
windowsbomb commented on 2019-03-02 11:23 (UTC)
I'm a poor student and I don't have another PC to run the server. So it will be economically for me to install both seafile-server and seafile-client on a same PC. It seems that the conflict between seafile and seafile-server has been "deprecated" since 9 Nov 2018(https://github.com/haiwen/seafile/issues/1766). However, the latest version seafile-6.2.9 and seafile-server-6.3.4-2 in aur repository are still conflict with each other. So is the conflict really solved? For now, can I ignore the conflict and install both seafile and seafile-server by force?
eolianoe commented on 2018-11-12 19:51 (UTC)
@tka: yes, see the patch coming from a pull request. In general, use plain makepkg and avoid AUR helpers and more specifically when there is an error.
tka commented on 2018-11-12 13:33 (UTC) (edited on 2018-11-12 13:33 (UTC) by tka)
@MadMe
Your approach went through fine. Thank you. :)
Is this a known issue?
MadMe commented on 2018-11-08 12:53 (UTC) (edited on 2018-11-08 12:54 (UTC) by MadMe)
@tka you can use the normal aur install routine... what i did: i let pikaur install the dependencies
pikaur -Syu seafile-client
error came CTRL+C prevents pikaur to remove the packages.
git clone https://aur.archlinux.org/seafile.git
makepkg -si
Here came the error again. i removed the line 1139 in src/seafile-6.2.5/daemon/http-tx-mgr.c
and i used makepkg -sie to install it. After that
pikaur -Syu seafile-client
installed the client package.
tka commented on 2018-11-08 07:57 (UTC) (edited on 2018-11-08 07:57 (UTC) by tka)
Using Antergos 18.11 I get an error during the install process:
http-tx-mgr.c:1139:5: Error: Duplicate duplicate case value
case CURLE_SSL_CACERT:
^~~~
If I remove the mentioned case statement, a manually induced "make install" seems to run fine. Of course, it is not installed properly in pamac after this.
Any hints?
paapereira commented on 2018-09-06 19:32 (UTC)
@hopimet updated and working. Thanks!
hopimet commented on 2018-09-05 19:36 (UTC) (edited on 2018-09-05 19:38 (UTC) by hopimet)
@paapereira, for the client only, seafile + seafile-client + ccnet-server works fine. So ccnet is not needed anymore.
If someone has a problem to update due to the previous dependency to ccnet, the solution is: 1) sudo pacman -Rdd seafile 2) reinstall seafile (for instance: yaourt -S seafile)* 3) then update (for instance: yaourt -Syua)
*yaourt can be replaced with your preferred AUR package installer. Reinstalling seafile will replace ccnet by ccnet-server.
eolianoe commented on 2018-09-05 19:21 (UTC)
@paapereira: that should be fixed with the 6.2.4 version (I'll totally drop ccnet in the next releases)
Pinned Comments