After a fresh Arch install i tried to install icaclient 18.10-1. I got the following error:
cp: cannot stat '/tmp/yaourt-tmp-ron/aur-icaclient/pkg/icaclient/opt/Citrix/ICAClient/nls//module.ini': No such file or directory
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.50 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-10-10 12:52 (UTC) |
« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 57 Next › Last »
After a fresh Arch install i tried to install icaclient 18.10-1. I got the following error:
cp: cannot stat '/tmp/yaourt-tmp-ron/aur-icaclient/pkg/icaclient/opt/Citrix/ICAClient/nls//module.ini': No such file or directory
Hello, I get the following error:
/opt/Citrix/ICAClient/wfica: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory
pacman -Ql libidn
reveals that it installs:
/usr/lib/libidn.so
/usr/lib/libidn.so.12
/usr/lib/libidn.so.12.6.0
I fixed it by manually linking 11 to 12:
ln -s /usr/lib/libidn.so /usr/lib/libidn.so.11
But that is an ugly fix, isn’t it? Can I do better?
Cheers, Max
@buzo, I did flag it out of date. Then I did a manual install after fixing the PKGBUILD, but I couldn't update my flagging comment, hence me adding the one below.
cypher_zero: Next time, please click on “flag out-of-date” instead of adding a comment.
Broken due to new package today. Necessary changes to PKGBUILD (already tested):
pkgver=18.10
sha256sums_x86_64=('F5CD27E60EEEBF617142EFE437F47C140C5602156354DA16A6D30D000F225372')
sha256sums_i686=('76B7F259AA4AE250C09092C996BE70CC25CED1D9D82BE093A89970E1E1E3896D')
sha256sums_armv7h=('34BF317E4A954031D36070F5E565C4B87EC44B796978C7F45646D93F5A951280')
I am having some issues with the Connection Center; although I do have WebkitGTK+ installed, it is not detected.
/opt/Citrix/ICAClient $ pacman -Ss webkit2gtk
extra/webkit2gtk 2.22.2-1 [installed]
GTK+ Web content engine library
/opt/Citrix/ICAClient $ ./selfservice
selfservice is unable to find a compatible webkit library and will now exit.
Please install libwebkitgtk-1.0 and restart selfservice.
Any suggestions?
Regarding the libidn dependency: I prefer @WorMzy's way - post a comment on the icaclient package page and just change the dependency. It might take a very long time to wait for every to upgrade libidn-133-compat to get conflicts=(libidn11), and I don't see it worthwhile.
@hnws there are two libidn 1.x packages in the repos
core/libidn 1.35-1
community/libidn11 1.33-1
The second one has the files you want, and removes one dependency from the aur.
% pacman -Ql libidn11 libidn11 /usr/ libidn11 /usr/lib/ libidn11 /usr/lib/libidn.so.11 libidn11 /usr/lib/libidn.so.11.6.16
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