Edit: I suppress .gitignore
in 23.5.0.58-2, even if it possibly not the root cause , it prevented the git clean command from removing the unversioned files properly git clean -ffd
, I suggest @buzo to remove .gitignore.
I'm a bit out of ideas on why some of you are failing to build icaclient-beta
, posting the additional informations you could find about it on the beta page would help if you find anything by chance
if someone failing can you try and report if the following block of code works because if it works, I suspect it is coming from your cache folder not being properly cleaned, and this is possibly caused by .gitignore
that ignores the *.tar.gz archive.
Anyway, .gitignore
is unnecessary in the AUR repos and I suspect it is preventing the cache folder from being cleaned up properly, at least it is preventing git
to restore clean properly.
cd /tmp
git clone https://aur.archlinux.org/icaclient-beta.git
cd icaclient-beta
makepkg -s
makepkg -s
build package only
makepkg -si
build + install package
git clean -ffd
clear and restore the git repository to default
Log of my build (I'm on SteamOS of the Steam Deck but this is executed in a chroot with an official and up to date Arch Linux, in case you are wondering my weird kernel version :D)
kernel-5.13.0-valve36-1-neptune:arch-253.4-1:bash-5.1.16:steamdeck:~/git/icaclient-beta][deck]> makepkg -s
==> Making package: icaclient-beta 23.5.0.58-1 (jeu. 01 juin 2023 19:09:06)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found citrix-configmgr.desktop
-> Found citrix-conncenter.desktop
-> Found citrix-wfica.desktop
-> Found citrix-workspace.desktop
-> Found wfica.sh
-> Found wfica_assoc.sh
-> Downloading icaclient-x64-23.5.0.58.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 428M 100 428M 0 0 27.2M 0 0:00:15 0:00:15 --:--:-- 29.6M
==> Validating source files with sha256sums...
citrix-configmgr.desktop ... Passed
citrix-conncenter.desktop ... Passed
citrix-wfica.desktop ... Passed
citrix-workspace.desktop ... Passed
wfica.sh ... Passed
wfica_assoc.sh ... Passed
==> Validating source_x86_64 files with sha256sums...
icaclient-x64-23.5.0.58.tar.gz ... Passed
==> Extracting sources...
-> Extracting icaclient-x64-23.5.0.58.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "icaclient-beta"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: icaclient-beta 23.5.0.58-1 (jeu. 01 juin 2023 19:09:38)
[kernel-5.13.0-valve36-1-neptune:arch-253.4-1:bash-5.1.16:steamdeck:~/git/icaclient-beta][deck]>
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