@GeneralFault I haven't tested on Manjaro, but on Arch Linux everything is fine.
Try to rebuild every components without AUR helper.
Search Criteria
Package Details: seafile-client 9.0.12-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: | 2025-02-18 17:53 (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 2 3 4 5 6 7 8 9 10 11 12 .. 44 Next › Last »
Joffrey commented on 2021-05-20 16:27 (UTC) (edited on 2021-05-20 19:47 (UTC) by Joffrey)
GeneralFault commented on 2021-05-19 14:31 (UTC)
Does build for me, but the following test fails, so the package won't install:
"test_file-utils" start time: May 19 16:28 CEST
Output:
----------------------------------------------------------
********* Start testing of FileUtils *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 10.2.0), manjaro unknown
PASS : FileUtils::initTestCase()
PASS : FileUtils::getParentPath()
PASS : FileUtils::getBaseName()
FAIL! : FileUtils::expandUser() Compared values are not the same
Actual (expandUser("~")) : "/"
Expected (QDir::homePath() + "/"): "//"
Loc: [/var/cache/private/pamac/seafile-client/src/seafile-client-8.0.1/tests/test_file-utils.cpp(36)]
PASS : FileUtils::cleanupTestCase()
Totals: 4 passed, 1 failed, 0 skipped, 0 blacklisted, 0ms
Joffrey commented on 2021-03-25 19:17 (UTC)
Thanks @river_wunsch for your report, it's fixed.
river_wunsch commented on 2021-03-25 06:12 (UTC)
I'm using yay to build this package, but I got something like
/home/xxx/.cache/yay/seafile-client/src/seafile-client-7.0.10/src/rpc/rpc-client.cpp:1:1: note: ‘extern "C"’ linkage started here
1 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/searpc-client.h:10,
from /home/xxx/.cache/yay/seafile-client/src/seafile-client-7.0.10/src/rpc/rpc-client.cpp:3:
/usr/include/c++/10.2.0/type_traits:2906:3: error: template with C linkage
2906 | template<typename _Fn, typename _Tp>
| ^~~~~~~~
According to https://github.com/haiwen/seafile-client/pull/1346#issuecomment-788638328 , I added add_definitions(-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26)
to CMakeLists.txt
, rebuild using cmake .
and make
. It seems good this time.
Can you guys build this package successfully?
FuelFlo commented on 2021-01-22 18:23 (UTC)
@dassystem well I have no idea how to reverse that. According to: https://manual.seafile.com/changelog/client-changelog/ the 8.0.x clients are still BETA, also the Mac and Windows clients released on the Seafile website are marked beta. So I'm quite confident they did not intend to release it as a stable version yet, even though there is a 8.0.1 release tag on Github.
dassystem commented on 2021-01-22 15:04 (UTC)
@FuelFlo at least it is flagged as out of date. Maybe we should then remove the flag if the newer version is beta?
FuelFlo commented on 2021-01-22 15:02 (UTC)
@dassystem well it's not really out of date is it?!
8.0.0 or 8.0.1 are only beta versions there is no stable Version after 7.0.10 afaik.
dassystem commented on 2021-01-22 14:26 (UTC)
This package is out of date. What can I do to help upgrading it to the new version?
bionade24 commented on 2020-11-02 08:39 (UTC)
This package is built by my CD and available in this repo:
https://wiki.archlinux.org/index.php/Unofficial_user_repositories#oscloud
CI status: https://abs-cd.oscloud.info/cd_manager/seafile-client
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.