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
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 .. 38 39 40 41 42 43 44 Next › Last »
<deleted-account> commented on 2013-02-26 12:36 (UTC)
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.
mbunkus commented on 2013-02-26 12:18 (UTC)
This package does currently not build due to an error during compilation:
In file included from ../common/rpc-service.c:39:0:
../../lib/searpc-marshal.h:1027:13: error: redefinition of ‘register_marshals’
../../lib/searpc-marshal.h:816:13: note: previous definition of ‘register_marshals’ was here
../../lib/searpc-marshal.h:816:13: warning: ‘register_marshals’ defined but not used [-Wunused-function]
<deleted-account> commented on 2013-02-23 17:07 (UTC)
Adopted this package, it will now be build from source to avoid python2/python3 problems.
<deleted-account> commented on 2013-02-23 15:58 (UTC)
Please make this compile from source, because the precompiled binaries expect python to be python2 instead of python3, which means this will not work with python3 installed, as the connection between applet and server is a python script that won't start, breaking the entire client. To change this the PYTHON variable needs to be set to /usr/bin/python2 at ./configure time.
I have a working PKGBUILD that also builds upon the already available ccnet and libsearpc packages:
http://pastebin.com/raw.php?i=UkMiPZYw
<deleted-account> commented on 2013-02-23 15:55 (UTC)
Please make this compile from source, because the precompiled binaries expect python to be python2 instead of python3, which means this will not work with python3 installed, as the connection between applet and server is a python script that won't start, breaking the entire client. To change this the PYTHON variable needs to be set to /usr/bin/python2 at ./configure time.
I have a working PKGBUILD that also builds upon the already available ccnet and libsearpc packages:
http://pastebin.com/raw.php?i=LLYYShCs
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.