Package Details: stack-client 3.2.0-2

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: 8
Popularity: 0.000000
First Submitted: 2016-07-01 18:09 (UTC)
Last Updated: 2023-12-19 15:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

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!

Dartham commented on 2020-04-15 18:56 (UTC)

Many thanks for updating the dependencies. Now it works, the update was successfully installed.

rubenvb commented on 2020-04-15 15:48 (UTC)

Can you please try again? I updated the dependencies (qtwebengine instead of qtwebkit). This should fix the error you're showing.

I don't have a clean build env set up, so more may be missing or incorrect.