editing c_rehash as commented below fixed the install issue
Search Criteria
Package Details: icaclient 25.03.0.66-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: | LicenseRef-Citrix |
Conflicts: | bin32-citrix-client, citrix-client |
Submitter: | wmarshall |
Maintainer: | buzo (alhirzel) |
Last Packager: | buzo |
Votes: | 183 |
Popularity: | 1.54 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2025-03-31 07:37 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- libc++ (libc++-msanAUR, libc++-with-libunwindAUR)
- libc++abi (libc++abi-msanAUR, libc++-with-libunwindAUR)
- 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++-with-libunwindAUR) (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 .. 33 34 35 36 37 38 39 40 41 42 43 .. 58 Next › Last »
galvez_65 commented on 2018-05-13 19:54 (UTC)
galvez_65 commented on 2018-05-13 18:23 (UTC)
I'm getting the same error that slav reported yesterday.
slav commented on 2018-05-13 18:22 (UTC)
OK I fixed, just modified /usr/bin/c_rehash...
change to:
my $dir = "/etc/ssl"; my $prefix = "/usr";
thanks
gazza_c commented on 2018-05-12 22:26 (UTC)
ARM Processor support for armv7h is now in this
slav commented on 2018-05-12 22:20 (UTC)
Hi,
Unfortunately coming error during compilation v13.9.1-2
==> Starting package()... Unknown regexp modifier "/W" at /usr/bin/c_rehash line 28, at end of line Unknown regexp modifier "/3" at /usr/bin/c_rehash line 28, at end of line Unknown regexp modifier "/2" at /usr/bin/c_rehash line 28, at end of line No such class installdir at /usr/bin/c_rehash line 63, near "Prefix our installdir" (Might be a runaway multi-line // string starting on line 28) syntax error at /usr/bin/c_rehash line 63, near "Prefix our installdir" 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. ==> ERROR: A failure occurred in package(). Aborting... The build failed.
maccyber commented on 2018-04-05 12:55 (UTC) (edited on 2018-04-05 12:57 (UTC) by maccyber)
For a manual fix to the c_rehash issue. Edit /usr/bin/c_rehash and add quotes on line 15 and 16.
my $dir = "/etc/ssl";
my $prefix = "/usr";
Then the installation succeeds.
proxy commented on 2018-04-04 07:16 (UTC)
It seems 13.9 solves previous SSL errors, finally working for me!
johnnybash commented on 2018-04-03 06:49 (UTC) (edited on 2018-04-03 08:30 (UTC) by johnnybash)
thats a problem with c_rehash from the new openssl package.
seems the c_rehash mechanism is kind of depcrecated in arch anyway: https://bugs.archlinux.org/task/54887
elconde commented on 2018-04-03 02:20 (UTC) (edited on 2018-04-03 02:21 (UTC) by elconde)
I also get this error.
==> Starting package()...
Unknown regexp modifier "/W" at /usr/bin/c_rehash line 28, at end of line
Unknown regexp modifier "/3" at /usr/bin/c_rehash line 28, at end of line
Unknown regexp modifier "/2" at /usr/bin/c_rehash line 28, at end of line
No such class installdir at /usr/bin/c_rehash line 63, near "Prefix our installdir"
(Might be a runaway multi-line // string starting on line 28)
syntax error at /usr/bin/c_rehash line 63, near "Prefix our installdir"
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.
==> ERROR: A failure occurred in package().
Aborting...
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