Package Details: stack-client 2.11.1-1

Git Clone URL: https://aur.archlinux.org/stack-client.git (read-only, click to copy)
Package Base: stack-client
Description: The STACK Client provides file sync to desktop clients.
Upstream URL: https://www.transip.nl/stack/
Licenses: GPL2
Conflicts: stack-client-bin
Submitter: rubenvb
Maintainer: sandervb
Last Packager: sandervb
Votes: 9
Popularity: 0.000006
First Submitted: 2016-07-01 18:09 (UTC)
Last Updated: 2022-11-16 21:43 (UTC)

Latest Comments

1 2 3 4 Next › Last »

kennywest commented on 2021-09-17 09:41 (UTC)

Ruben,

Thank you for this package. For the moment I am running owncloud 2.8.2 which seems to be compatible with the latest owncloud server running at transip. The server, however, is not compatible with owncloud client 2.9.x, so I had to pin the package to 2.8.2 to keep my synchronisation going ;) Any chance you can update this repo to the latest version you can find on https://mirror.transip.net/stack/software/stack-client-source-latest.tar.gz, so then I can switch to the "official" package instead ...

Many thanks in advance.

Limhes commented on 2021-05-22 12:44 (UTC) (edited on 2021-05-22 12:47 (UTC) by Limhes)

@pianorama: I had the same issue as you, but managed to solve it by removing both extern "C" from cloudproviderwrapper.cpp and cloudprovidermanager.cpp.

This is what I did:

  • makepkg -s --> leads to the error
  • remove the extern "C" { and closing accolade from the two .cpp files
  • run again with makepkg --noextract -s

pianorama commented on 2021-04-11 15:27 (UTC)

Dear Ruben,

Another error seems to have appeared. I am building in a clean archlinux environment, installed today, and I get the following errors (many similar from the same file):

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 /home/[...]/builds/stack-client/src/desktop-2.6.5/src/gui/cloudproviders/cloudproviderwrapper.cpp:17:                                                                                                                   
/usr/include/c++/10.2.0/type_traits:56:3: error: template with C linkage                                                                                                                                                                      
   56 |   template<typename _Tp, _Tp __v>                                                                                                                                                                                                     
      |   ^~~~~~~~            

It seems to be related to including glib.h in cloudproviderwrapper.cpp. I tried moving #include glib.h outside the extern C block, but it didn't solve the problem.

It might be related to this: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1935 ?

Thanks for all your efforts. If there's anything I can do let me know.

rubenvb commented on 2020-09-24 08:28 (UTC)

Version 2.6.5 is pushed, TransIP says the old server version warning can be ignored, I might have an update later that removes this warning.

rubenvb commented on 2020-09-23 16:16 (UTC)

Update is on hold until I figure out a possible dangerous warning the software gives me about an old server version and I've asked TransIP for clarification.

nourathar commented on 2020-06-22 09:05 (UTC)

Thanks !

rubenvb commented on 2020-06-20 21:47 (UTC)

Fixed building this against Qt 5.15.

nourathar commented on 2020-06-20 12:19 (UTC) (edited on 2020-06-20 12:23 (UTC) by nourathar)

Thanks a lot for this package !

Today I decided to update it and I encountered this error:

/home/joost/AURbuilds/stack-client/src/desktop-2.6.4/src/libsync
/networkjobs.cpp:659:18: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined 659 | QPainterPath path; | ^~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-gnu-zero-variadic-macro- arguments’ may have been intended to silence earlier diagnostics make[2]: [src/libsync/CMakeFiles/stack-clientsync.dir/build.make:239: src/libsync/CMakeFiles/stack-clientsync.dir/networkjobs.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:505: src/libsync/CMakeFiles/stack-clientsync.dir/all] Error 2 make: *** [Makefile:172: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

tyrannis.hawk commented on 2020-04-16 07:54 (UTC)

I build it in a clean build env and it works for me as well. Thanks!