I am new to Arch. So sorry if I miss something simple.
My intend to install seafile client following instructions from @dreamingincode in comments below failed. I got the error message: "target not found: ccnet>=5.1.1"
I tried then to install first ccnet 5.1.1-1 from AUR although I thougt this would happen automatically by the package through dependencies.
This failed also with error: Ziel nicht gefunden: libsearpc (target not found: libsearpc)
Note: I first tried to install the seafile-client-cli package (https://aur.archlinux.org/packages/seafile-client-qt5/) via yaourt which failed also at some point with error. see: http://pastebin.com/QyiTswU9
I than followed instructions i found here https://www.reddit.com/r/archlinux/comments/nznu8/i_accidentally_installed_around_400_packages_with/ to delete the already installed files before trying again to install as mentioned above with pacman as described here: https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages
Any advice how to proceed?
Search Criteria
Package Details: seafile 9.0.11-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: | 111 |
Popularity: | 0.000000 |
First Submitted: | 2016-08-11 16:38 (UTC) |
Last Updated: | 2024-11-14 17:06 (UTC) |
Dependencies (8)
- fuse (fuse2)
- libevent (libevent-gitAUR)
- libsearpcAUR
- libwebsockets
- python-future
- sqlite (sqlite-fossilAUR)
- intltool (make)
- vala (vala-gitAUR) (make)
Required by (2)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 47 Next › Last »
oberg commented on 2016-04-26 14:01 (UTC)
dreamingincode commented on 2016-04-10 06:06 (UTC) (edited on 2016-04-10 06:06 (UTC) by dreamingincode)
For users who don't want the seafile-server package, you can edit PKGBUILD like this:
1. Remove 'seafile-server' from pkgname.
2. Remove 'libevhtp-seafile' from makedepends.
3. Remove the '--enable-server' line from build().
4. Remove the 'package_seafile-server()' function.
Then you've got a clean PKGBUILD for seafile-shared and seafile-client-cli.
Personally I did this on every update.
Captain_Rage commented on 2016-03-06 11:31 (UTC)
@eolianoe: Thanks. I used the PKGBUILD, which apparently creates more than one package. Then I could choose and install which packges I wanted install using pacman -U.
Thanks for the clarification, since I didn't understand that it would create many packages.
hopimet commented on 2016-03-02 10:40 (UTC)
@elianoe, thx for the tip. I'll try to do this for the next upgrade.
@craftyguy, when you'll reach the question: do you want to install seafile-shared only (Y/N) or something like that, just answer N and this will install the 3 parts of this split package (seafile-shared, server and cli). Then you'll have to remove (as detailed below) server and cli if you don't want to use them.
eolianoe commented on 2016-03-02 09:22 (UTC)
@hopimet, @Captain_Rage: You may directly use 'makepkg' rather than AUR helper to build the package and then only install which one you want with 'pacman -U pkg.tar.xz'.
You may also report to your AUR helper that the '--pkg' option no longer exists in 'makepkg' since 'pacman=5.0.0' ("the ability to build a single package in a PKGBUILD has been removed")
@craftyguy: This PKGBUILD describes a split package containing 'seafile-shared', 'seafile-client-cli' and 'seafile-server'.
craftyguy commented on 2016-03-02 07:25 (UTC)
@hopimet
What do you mean by "entire package"?
hopimet commented on 2016-03-02 06:14 (UTC)
A workaround is to install the entire package (it works), then to remove seafile-server and seafile-client-cli, if you want seafile-shared only.
So, after installation:
sudo pacman -Rs seafile-server
sudo pacman -Rs seafile-client-cli
Hope that it will help.
Captain_Rage commented on 2016-03-02 05:40 (UTC)
Getting the same error as hopimet.
hopimet commented on 2016-03-01 20:41 (UTC) (edited on 2016-03-01 20:42 (UTC) by hopimet)
When installing seafile-shared only it doesn't compile because of the following error:
makepkg: invalid option '--pkg'
Pinned Comments