Thank you dreamersbrow, I ran into this error this morning and your workaround seems to be working
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.64 |
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 .. 30 31 32 33 34 35 36 37 38 39 40 .. 57 Next › Last »
galvez_65 commented on 2018-09-16 18:48 (UTC)
dreamersbrow commented on 2018-09-15 20:46 (UTC) (edited on 2018-09-15 20:47 (UTC) by dreamersbrow)
Looks like the latest update of libidn 1.35-1 has removed libidn.so.11 and replaced it with libidn.so.12.
As a work around I created a symbolic link to libidn.so.12 called libidn.so.11 and icaclient seems to be working again.
ln -s /usr/lib/libidn.so.12 /usr/lib/libidn.so.11
Not sure if this is the correct thing to do but...
himsin commented on 2018-08-29 11:05 (UTC)
I'm getting "cannot connect to 0.0.0.2 - device" error. I have tried creating symbolic link to /etc/ssl/certs as stated in various other ubuntu forums but no luck. Is there any known solution to this?
johnnybash commented on 2018-06-26 14:21 (UTC)
@hnws maybe you could pin Sam_DM's Comment until the openssl upstream fix arrives :D
eklausmeier commented on 2018-06-24 12:05 (UTC)
Updating to 13.9.1-2 gives the following errors:
... ==> Sources are ready. :: Building icaclient package(s)... ==> Making package: icaclient 13.9.1-2 (Sun 24 Jun 2018 02:00:03 PM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... Unknown regexp modifier "/W" at /bin/c_rehash line 28, at end of line Unknown regexp modifier "/3" at /bin/c_rehash line 28, at end of line Unknown regexp modifier "/2" at /bin/c_rehash line 28, at end of line No such class installdir at /bin/c_rehash line 63, near "Prefix our installdir" (Might be a runaway multi-line // string starting on line 28) syntax error at /bin/c_rehash line 63, near "Prefix our installdir" Can't redeclare "my" in "my" at /bin/c_rehash line 68, near "my" Execution of /bin/c_rehash aborted due to compilation errors. ==> ERROR: A failure occurred in package(). Aborting... :: failed to build icaclient package(s)
Luckily, old version 13.9.1-1 is still good.
sandstorm commented on 2018-06-05 17:38 (UTC) (edited on 2018-06-05 17:57 (UTC) by sandstorm)
@marulkan: as a workaround for the issue with xorg-server-common-1.20, please do the changes to ~/.ICAClient/All_Regions.ini as described here: https://wiki.ubuntuusers.de/Citrix_ICA_Client/#Problembehebung chapter: Probleme mit Seamless Fenstern
Leave it in windowed mode and do not go in full screen.
artafinde commented on 2018-06-05 07:09 (UTC)
You can vote for this to be backported :) https://bugs.archlinux.org/task/58100
buzo commented on 2018-06-04 16:29 (UTC)
bezirg: … or edit /usr/bin/c_rehash and add the missing quotes in line 15 and 16, as stated in the comments below.
bezirg commented on 2018-06-04 16:03 (UTC) (edited on 2018-06-04 16:03 (UTC) by bezirg)
I think this package cannot be built with the latest version of ArchLinux's openssl package. The error I get upon makepkg:
...
Can't redeclare "my" in "my" at /usr/bin/c_rehash line 68, near "my"
Execution of /usr/bin/c_rehash aborted due to compilation errors.
I think this is related to this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1562953
This bug has been fixed upstream. A solution to build icaclient that I have tested and works is to either downgrade the ArchLinux's openssl package to a version < 1.1.0.h-1 (e.g. using the https://wiki.archlinux.org/index.php/Arch_Linux_Archive) or build a latest git snapshot of OpenSSL repository.
Sam_DM commented on 2018-06-04 11:43 (UTC)
I had some trouble installing this package, so here is what I did to make this work:
- Using pacaur, I got the error:
/bin/pacman: unrecognized option '--color never'
I don't know if this is a pacaur related issue. But anyway, the package is downloaded by pacaur to~/.cache/pacaur/icaclient
- I
cd
to the package directory (~/.cache/pacaur/icaclient
) and attempt a manual install (makepkg -si
). This time hitting another problem:Unknown regexp modifier "/W" at /bin/c_rehash line 28, at end of line
and a bunch of other error messages. - I open the file
/bin/c_rehash
, the error in this file is not on line 28 as the error message suggests. Instead it is at line 15 and 16. Change these line to:my $dir = "/etc/ssl";
andmy $prefix = "/usr";
. The problem is that double quotes were missing for string literals on those lines. - After editing
/bin/c_rehash
, I went back to the package directory (~/.cache/pacaur/icaclient
in my case) and triedmakepkg -si
again. This time it worked.
Hope it helps :)
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