I'm getting this:
$ makepkg -s
==> Making package: icaclient 13.0.0.256735-9 (Tue Nov 19 12:05:44 EST 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading icaclient-13.0.0.256735.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11601 100 11601 0 0 63051 0 --:--:-- --:--:-- --:--:-- 63048
-> Found wfica.sh
==> Validating source files with md5sums...
icaclient-13.0.0.256735.tar.gz ... FAILED
wfica.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
Search Criteria
Package Details: icaclient 24.8.0.98-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/icaclient.git (read-only, click to copy) |
---|---|
Package Base: | icaclient |
Description: | Citrix Workspace App (a.k.a. ICAClient, Citrix Receiver) |
Upstream URL: | https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html |
Licenses: | custom:Citrix |
Conflicts: | bin32-citrix-client, citrix-client |
Submitter: | wmarshall |
Maintainer: | buzo (alhirzel) |
Last Packager: | buzo |
Votes: | 180 |
Popularity: | 0.68 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-10-10 12:52 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR)
- libc++abi (libc++abi-msanAUR, libc++abi-modulesAUR)
- libidn11
- libjpeg6-turbo
- libpng12
- libsecret
- libsoup
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxaw (xawmAUR)
- libxp
- openssl (openssl-gitAUR, openssl-staticAUR)
- speex (speex-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR) (optional) – for HDXTeams
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – gtk2 selfservice/storefront ui
- xerces-c (optional) – gtk2 configuration manager
Required by (2)
Sources (10)
Latest Comments
« First ‹ Previous 1 .. 49 50 51 52 53 54 55 56 57 Next › Last »
johnnyfreeman commented on 2013-11-19 17:09 (UTC)
eisen commented on 2013-11-19 01:38 (UTC)
After upgrade to 13.0.0.256735-9 I received the following error message:
Lockdown requirements not satisfied
No value for (SETLEDPos) satisfies all lockdown requiremnts.
To correct the issue I changed the SETLEDPos value located in:
/opt/Citrix/ICAClient/config/All_Regions.ini
to SETLEDPos=*
abadu commented on 2013-11-18 08:58 (UTC)
Optional dependencies for icaclient
icaclient-libwebkit: gtk+ selfservice/storefront ui
The names is not correct.
icaclient-libwebkitgtk
is the right one.
danieleva commented on 2013-11-17 17:08 (UTC)
New and improved version :) There are a couple of optional dependencies if you'd like to use the configuration/storefront UI.
shadeless commented on 2013-08-22 22:53 (UTC)
I tried uninstalling it and it appears that "/opt/Citrix/ICAClient/config/appsrv.ini" file is missing.
I'm trying to install it to firefox according to these instructions:
https://wiki.archlinux.org/index.php/Citrix
I tried to run
/opt/Citrix/ICAClient/wfica
However, it gives me the error that "/opt/Citrix/ICAClient/wfica" cannot be read. I searched for the file, but it wasn't in the directory.
What can I do to fix the problem?
ccoffey commented on 2013-08-22 12:05 (UTC)
@lordchaos
Done.
@djhaines
Using curl now instead.
lordchaos commented on 2013-08-22 11:39 (UTC)
Got the following error when installing icaclient:
==> ERROR: Integrity checks (md5) differ in size from the source array.
This can be solved by editing the PKGBUILD:
23c23
< source_url="$(wget -qO- 'http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html' | awk -F 'rel=\"' '/linuxx86_/ {print $2}'| awk -F'"' '{print $1}'| sed '/^$/d')"
---
> source_url="$(wget -qO- 'http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html' | awk -F 'rel=\"' '/linuxx86_/ {print $2}'| awk -F'"' '{print $1}'| sed '/^$/d' |uniq)"
ccoffey commented on 2013-07-03 21:21 (UTC)
I need to re-do this package, but I'm going to wait until I have more time.
13 is due out soon, and motif is being replaced by gtk! so that should make it a bit easier for everyone on all OS's. I'll probably wait for 13 an release a new package. I'll see if I can test a private first and then have 13 ready to rock when it is out.
dhaines commented on 2013-06-23 16:09 (UTC)
This package, along with being outdated, shouldn't be using wget in the PKGBUILD as it's not a guaranteed package. Use curl instead.
bjo commented on 2013-06-20 16:35 (UTC)
==> FEHLER: Integritäts-Prüfungen (md5) unterscheiden sich in der Größe vom Array der Quelle.
Pinned Comments
buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)
If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.
evanator commented on 2020-07-02 06:46 (UTC)
Found a fix for "authentication service could not be contacted"
Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"
Relaunch Citrix and you should be fine