Thanks for flagging out of date, but please don't flag out of date AND comment about it unless the comment has important info, as it sends two mails about the same issue with the same amount of information in them.
Search Criteria
Package Details: seafile-client 9.0.11-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/seafile-client.git (read-only, click to copy) |
---|---|
Package Base: | seafile-client |
Description: | GUI client for synchronizing your local files with seafile server |
Upstream URL: | https://github.com/haiwen/seafile-client |
Licenses: | Apache |
Submitter: | Localizator |
Maintainer: | Joffrey |
Last Packager: | Joffrey |
Votes: | 168 |
Popularity: | 0.000000 |
First Submitted: | 2012-12-10 17:34 (UTC) |
Last Updated: | 2024-11-14 17:07 (UTC) |
Dependencies (7)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-webengine
- seafileAUR
- cmake (cmake-gitAUR) (make)
- qt6-tools (make)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 Next › Last »
<deleted-account> commented on 2013-06-24 12:17 (UTC)
oliver_aur commented on 2013-06-22 12:58 (UTC)
thanks. Looks good now
<deleted-account> commented on 2013-06-21 22:32 (UTC)
Technically, that shouldn't happen, because the python binary gets explicitly set to python2 when configuring (see the ./configure line in the PKGBUILD), so I'd say that this is a bug in upstream; I've included a patch to take care of that for now.
oliver_aur commented on 2013-06-21 22:14 (UTC)
The first line of /usr/bin/seaf-cli needs to be updated in order to successfully run
The generic installed version (#!/usr/bin/env python) gives me the following:
$ seaf-cli status
File "/sbin/seaf-cli", line 105
print "%s not found in PATH. Have you installed seafile?" % prog
^
SyntaxError: invalid syntax
If I modify it to be #!/usr/bin/env python2 it works
$ seaf-cli status
# Name Status Progress
# Name Status
conf_files synchronized
Is there some fancy way I'm missing that enables the correct version of python to be selected without modifying the packaged file?
<deleted-account> commented on 2013-03-07 11:33 (UTC)
I will (as in can only when) update this when ccnet has been updated.
<deleted-account> commented on 2013-02-27 16:38 (UTC)
Hm, you're right, though I don't know why I had intltool installed (and thus not notice this). I never installed it explicitly and there was no package installed that depends on it... Anyway, it's in the dependencies now, thank you.
xeross commented on 2013-02-27 14:15 (UTC)
./configure: line 13399: intltool-update: command not found
checking for intltool >= 0.35.0... found
configure: error: Your intltool is too old. You need intltool 0.35.0 or later.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build .
Needs a builddep on extra/intltool?
<deleted-account> commented on 2013-02-26 13:34 (UTC)
Sorry about that, it was in the dependencies before, I must've accidentally deleted it when adopting it to build from source. It's done now.
mbunkus commented on 2013-02-26 13:30 (UTC)
Another issue occurs when I want to start seafile-applet:
Load config from /home/mosu/.ccnet
Traceback (most recent call last):
File "main.py", line 75, in <module>
default_filters=['decode.utf8'])
File "/usr/lib/python2.7/site-packages/web/contrib/template.py", line 107, in __init__
from mako.lookup import TemplateLookup
ImportError: No module named mako.lookup
Installing "python2-mako" helps, so please add it to the dependencies.
Pinned Comments
Joffrey commented on 2021-05-30 20:06 (UTC) (edited on 2021-05-30 20:11 (UTC) by Joffrey)
Please, when you have compilation or execution errors, recompile each component without using an AUR helper before reporting an issue.