Bug 239140 - emulators/linux_base-c7 Can't run net/citrix_ica after upgrade
Summary: emulators/linux_base-c7 Can't run net/citrix_ica after upgrade
Status: Closed Unable to Reproduce
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-11 11:14 UTC by hdrozdow+bsd
Modified: 2019-07-12 12:35 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hdrozdow+bsd 2019-07-11 11:14:06 UTC
After 7.4 -> 7.6 upgrade on net/citrix_ica, I get following error:
`ELF interpreter /lib/ld-linux.so.2 not found, error 2`
After downgrade it works flawlessly again.
How can we fix citrix_ica port to support 7.6?
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2019-07-11 12:18:12 UTC
(In reply to hdrozdow+bsd from comment #0)
Which version of FreeBSD are you running?
What is the output of 'ls -l /compat/linux/lib/ld*' on 7.6?
What is the output of 'pkg info -rx linux'?
Comment 2 hdrozdow+bsd 2019-07-12 12:28:48 UTC
FreeBSD luv 12.0-RELEASE-p7 FreeBSD 12.0-RELEASE-p7 GENERIC  amd64

On 7.6:
$ ls -l /compat/linux/lib/ld*
-rwxr-xr-x  1 root  wheel  158812 Jul  6 03:16 /compat/linux/lib/ld-2.17.so*
lrwxr-xr-x  1 root  wheel      10 May  8 16:15 /compat/linux/lib/ld-linux.so.2@ -> ld-2.17.so
lrwxr-xr-x  1 root  wheel      13 Mar 27  2015 /compat/linux/lib/ld-lsb.so.3@ -> ld-linux.so.2


$ pkg info -rx linux
linux-c7-alsa-lib-1.1.6:
        citrix_ica-13.10.0
linux-c7-atk-2.28.1:
        linux-c7-gtk2-2.24.31
linux-c7-cairo-1.15.12:
        linux-c7-pango-1.42.4
linux-c7-dri-18.0.5:
        linux-c7-cairo-1.15.12
linux-c7-elfutils-libelf-0.172:
        linux-c7-dri-18.0.5
linux-c7-expat-2.1.0_2:
        linux-c7-dri-18.0.5
        linux-c7-fontconfig-2.13.0
linux-c7-fontconfig-2.13.0:
        linux-c7-pango-1.42.4
        linux-c7-cairo-1.15.12
        linux-c7-xorg-libs-7.7_6
linux-c7-freetype-2.8:
        linux-c7-pango-1.42.4
        linux-c7-fontconfig-2.13.0
linux-c7-fribidi-1.0.2:
        linux-c7-pango-1.42.4
linux-c7-gdk-pixbuf2-2.36.12:
        linux-c7-gtk2-2.24.31
linux-c7-graphite2-1.3.10:
        linux-c7-harfbuzz-1.7.5
linux-c7-gtk2-2.24.31:
        citrix_ica-13.10.0
linux-c7-harfbuzz-1.7.5:
        linux-c7-pango-1.42.4
linux-c7-jasper-libs-1.900.1_5:
        linux-c7-gdk-pixbuf2-2.36.12
linux-c7-jbigkit-libs-2.0_2:
        linux-c7-libtiff-4.0.3_3
linux-c7-jpeg-1.2.90_3:
        linux-c7-gdk-pixbuf2-2.36.12
        linux-c7-jasper-libs-1.900.1_5
        linux-c7-libtiff-4.0.3_3
linux-c7-libglvnd-1.0.1:
        linux-c7-dri-18.0.5
linux-c7-libpciaccess-0.14:
        linux-c7-dri-18.0.5
linux-c7-libpng-1.5.13_2:
        linux-c7-gdk-pixbuf2-2.36.12
        linux-c7-cairo-1.15.12
        linux-c7-freetype-2.8
linux-c7-libthai-0.1.14_1:
        linux-c7-pango-1.42.4
linux-c7-libtiff-4.0.3_3:
        linux-c7-gdk-pixbuf2-2.36.12
linux-c7-libxml2-2.9.1_1:
        citrix_ica-13.10.0
linux-c7-motif-2.3.4_6:
        citrix_ica-13.10.0
linux-c7-pango-1.42.4:
        linux-c7-gtk2-2.24.31
linux-c7-pixman-0.34.0:
        linux-c7-cairo-1.15.12
linux-c7-wayland-1.15.0:
        linux-c7-dri-18.0.5
linux-c7-xorg-libs-7.7_6:
        linux-c7-gdk-pixbuf2-2.36.12
        linux-c7-pango-1.42.4
        linux-c7-cairo-1.15.12
        linux-c7-dri-18.0.5
        linux-c7-libglvnd-1.0.1
        linux-c7-motif-2.3.4_6
        linux-c7-gtk2-2.24.31
linux_base-c7-7.6.1810_1:
        linux-c7-alsa-lib-1.1.6
        linux-c7-atk-2.28.1
        linux-c7-fribidi-1.0.2
        linux-c7-jpeg-1.2.90_3
        linux-c7-wayland-1.15.0
        linux-c7-elfutils-libelf-0.172
        linux-c7-libpciaccess-0.14
        linux-c7-libxml2-2.9.1_1
        linux-c7-libthai-0.1.14_1
        linux-c7-jbigkit-libs-2.0_2
        linux-c7-libpng-1.5.13_2
        linux-c7-pixman-0.34.0
        linux-c7-graphite2-1.3.10
        linux-c7-expat-2.1.0_2


It works now (after second reinstall, weird) (let me reboot to double check)
Comment 3 hdrozdow+bsd 2019-07-12 12:35:30 UTC
It works.
Closing this issue but if I remember correctly when I had this issue there was no files in /compat/linux/lib (after upgrade+reboot from 7.4), weird.