Search Criteria
Package Details: screencloud-git 1.5.3.r1.gd8453cc-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/screencloud-git.git (read-only, click to copy) |
---|---|
Package Base: | screencloud-git |
Description: | An easy to use screenshot sharing tool |
Upstream URL: | https://github.com/olav-st/screencloud |
Keywords: | qt5 screenshot |
Licenses: | GPL-2.0-only |
Conflicts: | screencloud |
Provides: | screencloud |
Submitter: | AlfredoRamos |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-12 00:21 (UTC) |
Last Updated: | 2024-10-08 23:10 (UTC) |
Dependencies (11)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- pythonqtAUR (pythonqt-gitAUR)
- qt5-multimedia
- qt5-x11extras
- quazip-qt5
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- qt5-tools (make)
- python-pycryptodome (optional) – for SFTP support
Latest Comments
1 2 3 Next › Last »
MichaelArthurL commented on 2018-10-18 11:35 (UTC)
I've had problems building it, similar to diddyonlinux but on Arch.
I got it working by installing
quazip
and removingquazip-qt4
. They don't conflict so make sure you actually removed it.After that, delete cache and rebuild the package again.
diddyonlinux commented on 2018-08-17 19:37 (UTC)
https://github.com/Antergos/antergos-packages/issues/373
diddyonlinux commented on 2018-08-17 02:35 (UTC)
http://i.imgur.com/LIRq52P.png http://i.imgur.com/Syuqgdy.png
Looks like its an Antergos issues :(
I was loving this distro till you run into little things like this.
AlfredoRamos commented on 2018-08-16 23:20 (UTC) (edited on 2018-08-17 00:17 (UTC) by AlfredoRamos)
@diddyonlinux I'm not sure how you ended up with an old version of
quazip
, but try to update to the current version (0.7.6).Maybe that's the reason I can't reproduce the issue.
Check with
pacman -Qi quazip
if there's any package that prevents you to update to the latest version.diddyonlinux commented on 2018-08-15 20:15 (UTC) (edited on 2018-08-15 20:16 (UTC) by diddyonlinux)
https://pastebin.osuosl.org/794861/
https://pastebin.osuosl.org/795076/
I did yay -S --rebuild pythonqt
I also did yay -S --rebuild screencloud-git
AlfredoRamos commented on 2018-08-15 18:45 (UTC)
@diddyonlinux Update your mirrors, upgrade your system and rebuild
pythonqt
, if you're still getting errors post the link (https://pastebin.osuosl.org/) with the output of the following command:P.S.: Did you compile PythonQt with Python 2?
AlfredoRamos commented on 2018-08-15 18:24 (UTC)
@peasaretheworst You need to rebuild
pythonqt
first.diddyonlinux commented on 2018-08-15 18:04 (UTC)
[ 18%] Building CXX object CMakeFiles/screencloud.dir/src/dialog/preferencesdialog.cpp.o In file included from /usr/include/python2.7/Python.h:47, from /usr/include/PythonQt/PythonQtPythonInclude.h:59, from /usr/include/PythonQt/PythonQtUtils.h:45, from /usr/include/PythonQt/PythonQt.h:45, from /tmp/pamac-build-bigdipper/screencloud-git/src/screencloud/src/uploaders/pythonuploader.h:24, from /tmp/pamac-build-bigdipper/screencloud-git/src/screencloud/src/plugin/pluginmanager.h:23, from /tmp/pamac-build-bigdipper/screencloud-git/src/screencloud/src/utils/updater.h:29, from /tmp/pamac-build-bigdipper/screencloud-git/src/screencloud/src/dialog/preferencesdialog.h:36, from /tmp/pamac-build-bigdipper/screencloud-git/src/screencloud/src/dialog/preferencesdialog.cpp:15: /usr/include/quazip5/crypt.h:37:53: error: ‘z_crc_t’ does not name a type; did you mean ‘z_const’? static int decrypt_byte(unsigned long pkeys, const z_crc_t FAR * pcrc_32_tab UNUSED) ^~~~~~~ z_const /usr/include/quazip5/crypt.h:37:65: error: expected ‘,’ or ‘...’ before ‘’ token static int decrypt_byte(unsigned long pkeys, const z_crc_t FAR * pcrc_32_tab UNUSED) ^ /usr/include/quazip5/crypt.h:51:51: error: ‘z_crc_t’ does not name a type; did you mean ‘z_const’? static int update_keys(unsigned long pkeys,const z_crc_t FAR * pcrc_32_tab,int c) ^~~~~~~ z_const /usr/include/quazip5/crypt.h:51:63: error: expected ‘,’ or ‘...’ before ‘’ token static int update_keys(unsigned long pkeys,const z_crc_t FAR * pcrc_32_tab,int c) ^ /usr/include/quazip5/crypt.h: In function ‘int update_keys(long unsigned int, int)’: /usr/include/quazip5/crypt.h:32:25: error: ‘pcrc_32_tab’ was not declared in this scope #define CRC32(c, b) (((pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) ^~~~~~~~~~~ /usr/include/quazip5/crypt.h:53:20: note: in expansion of macro ‘CRC32’ ((pkeys+0)) = CRC32(((pkeys+0)), c); ^~~~~ /usr/include/quazip5/crypt.h:53:40: error: ‘c’ was not declared in this scope ((pkeys+0)) = CRC32(((pkeys+0)), c); ^ /usr/include/quazip5/crypt.h:32:51: note: in definition of macro ‘CRC32’ #define CRC32(c, b) (((pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) ^ /usr/include/quazip5/crypt.h: At global scope: /usr/include/quazip5/crypt.h:68:69: error: ‘z_crc_t’ does not name a type; did you mean ‘z_const’? static void init_keys(const char passwd,unsigned long pkeys,const z_crc_t FAR * pcrc_32_tab) ^~~~~~~ z_const /usr/include/quazip5/crypt.h:68:81: error: expected ‘,’ or ‘...’ before ‘’ token init_keys(const char passwd,unsigned long pkeys,const z_crc_t FAR * pcrc_32_tab) ^
/usr/include/quazip5/crypt.h: In function ‘void init_keys(const char, long unsigned int, int)’: /usr/include/quazip5/crypt.h:74:27: error: ‘pcrc_32_tab’ was not declared in this scope update_keys(pkeys,pcrc_32_tab,(int)passwd); ^~~~~~~~~~~ /usr/include/quazip5/crypt.h: At global scope: /usr/include/quazip5/crypt.h:68:13: warning: ‘void init_keys(const char, long unsigned int, int)’ defined but not used [-Wunused-function] static void init_keys(const char passwd,unsigned long pkeys,const z_crc_t FAR * pcrc_32_tab) ^~~~~~~~~ /usr/include/quazip5/crypt.h:51:12: warning: ‘int update_keys(long unsigned int, int)’ defined but not used [-Wunused-function] static int update_keys(unsigned long pkeys,const z_crc_t FAR * pcrc_32_tab,int c) ^~~~~~~~~~~ /usr/include/quazip5/crypt.h:37:12: warning: ‘int decrypt_byte(long unsigned int, int)’ defined but not used [-Wunused-function] static int decrypt_byte(unsigned long pkeys, const z_crc_t FAR * pcrc_32_tab UNUSED) ^~~~~~~~~~~~ make[2]: [CMakeFiles/screencloud.dir/build.make:150: CMakeFiles/screencloud.dir/src/dialog/preferencesdialog.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:100: CMakeFiles/screencloud.dir/all] Error 2 make: ** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in package(). Aborting...
1 2 3 Next › Last »