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.
Search Criteria
Package Details: seafile-client 9.0.13-2
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: | 2025-04-05 18:40 (UTC) |
Dependencies (7)
- qt6-5compat
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-webengine
- seafileAUR
- cmake (cmake-gitAUR, cmake3AUR) (make)
- qt6-tools (make)
- gtk-update-icon-cache (gtk-update-icon-cache-gitAUR) (optional)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 38 39 40 41 42 43 44 Next › Last »
<deleted-account> commented on 2013-02-27 16:38 (UTC)
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.
<deleted-account> commented on 2013-02-26 12:36 (UTC)
No problem. Anyway, I'd suggest putting this flag into your /etc/makepkg.conf (https://www.archlinux.org/pacman/makepkg.conf.5.html).
This way it will get used by makepkg automatically *unless* the make call in the PKGBUILD specifically states -j1, to which I've now just updated this packages PKGBUILD. In essence:
(1) Move -j3 to /etc/makepkg.conf into the line "#MAKEFLAGS=" and uncomment it.
(2) Try building with the package release I just uploaded
mbunkus commented on 2013-02-26 12:26 (UTC)
Yes, I do. I have "export MAKEFLAGS="-j 3"" in my shell startup files. I've temporarily removed it and re-built seafile-client. It works now. Thanks for the fast response.
<deleted-account> commented on 2013-02-26 12:24 (UTC)
The same error occurs on ccnet when building with more than one job, so do you use more than one job? If so, try changing make to make -j1 in the PKGBUILD.
<deleted-account> commented on 2013-02-26 12:23 (UTC)
The same error occurs on ccnet when building with more than one job, so do you use more than one job?
<deleted-account> commented on 2013-02-26 12:22 (UTC)
The same error occurs on ccnet when building with more than one job, so do you use more than one job?
mbunkus commented on 2013-02-26 12:21 (UTC)
And sorry for flagging out of date, I confused client with server version numbers. Still, the error does happen.
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.