Package Details: seafile-client 9.0.5-1

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.000006
First Submitted: 2012-12-10 17:34 (UTC)
Last Updated: 2024-03-05 17:47 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 44 Next › Last »

kulak commented on 2021-06-03 15:24 (UTC)

I think it is worth pinning a note stating that package tracks current version of the official upstream. Upstream currently has an issue and it is recommended to take previous version of this git repository.

If the problem can be resolved that way. It seems like the least energy spent on everyone's part until upstream resolves issues.

YamashitaRen commented on 2021-06-03 14:05 (UTC)

Okay, I'll add the epoch myself if you don't want to do it.

And no, the package is not working as intended. Having a big list of warnings everytime you open your session is a confirmed bug. Upstream recommends a downgrade. There is absolutery no reason to not downgrade.

bionade24 commented on 2021-06-03 08:27 (UTC)

@doblerone: This isn't official upstream, it's their package maintainership work, which works like how Ubuntu handles that. Arch folllows the repository upstream. If they still have this release as latest, it's the version Arch ships, especially since it's not breaking the sync functionality. And when you look at how the seafile maintainers made it possible to downgrade: That's equal to self-cloning the repo on Arch, reverting latest version and makepkg -si

doblerone commented on 2021-06-03 08:01 (UTC) (edited on 2021-06-03 08:01 (UTC) by doblerone)

@bionade24: seafile-client has been officially downgraded to 8.0.1 due to the annoying synchronizing errors on non-windows machines.

https://github.com/haiwen/seafile/issues/2451#issuecomment-852018760

It would be nice to downgrade the package accordingly. Thanks for the effort of mantaining the package!

bionade24 commented on 2021-06-02 12:06 (UTC)

@ph2545: I'm against introducing an epoch(necessary to downgrade), that's just more confusing than this minor issue. It's also conflicts with Arch's philosophy and you'll be able to downgrade yourself easily.

ph2545 commented on 2021-06-02 12:01 (UTC)

Are you planning on downgrading the seafile-client package and its dependencies according to the discussion here ?

https://github.com/haiwen/seafile/issues/2451#issuecomment-851837162

Thank you for your work maintaining this package !!

RealOrRandom commented on 2021-05-31 08:21 (UTC)

Okay, I tracked down the problem.

The problem was that I had seafile 8.0.1-1 installed. I first needed to update seafile to 8.0.2-1. I think this package needs to have seafile version 8.0.2 as a depedency and not just seafile with any version.

bionade24 commented on 2021-05-31 08:14 (UTC)

@RealOrRandom: The package builds fine in my CI, so the failure is caused by your dirty environment. https://abs-cd.oscloud.info/cd_manager/seafile-client

@Joffrey: Without using an AUR helper doesn't make a difference, you should advise people to try building in a clean chroot instead. If it fails there, it's definately broken. E.g. aurutils has an option to build in clean chroots, so it does not always matter if an aur helper is used.

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.

RealOrRandom commented on 2021-05-30 13:01 (UTC) (edited on 2021-05-30 13:02 (UTC) by RealOrRandom)

This fails to be build for me:

/home/xxx/.cache/pikaur/build/seafile-client/src/seafile-client-8.0.2/src/utils/seafile-error.cpp: In function ‘QString translateSyncErrorCode(int)’:
/home/xxx/.cache/pikaur/build/seafile-client/src/seafile-client-8.0.2/src/utils/seafile-error.cpp:103:14: error: ‘SYNC_ERROR_ID_INVALID_PATH_ON_WINDOWS’ was not declared in this scope; did you mean ‘SYNC_ERROR_ID_INVALID_PATH’?
  103 |         case SYNC_ERROR_ID_INVALID_PATH_ON_WINDOWS:
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |              SYNC_ERROR_ID_INVALID_PATH
make[2]: *** [CMakeFiles/utils.dir/build.make:202: CMakeFiles/utils.dir/src/utils/seafile-error.cpp.o] Error 1