-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
As noted in dotnet/runtime#47470 (comment)
libcoredistools.so depends on the following set of dependencies
linux-vdso.so.1 (0x00007ffcca1ed000)
libz.so.1 => /lib64/libz.so.1 (0x00007f7826b0b000)
librt.so.1 => /lib64/librt.so.1 (0x00007f7826b00000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f7826af9000)
libtinfo.so.5 => not found
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f7826ad7000)
libm.so.6 => /lib64/libm.so.6 (0x00007f7826991000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f78267a7000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f782678c000)
libc.so.6 => /lib64/libc.so.6 (0x00007f78265c1000)
/lib64/ld-linux-x86-64.so.2 (0x00007f7827507000)
and requires installation of ncurses-compat-libs package on Fedora to be able to run.
This work item is to investigate whether such dependency can be dropped.
Presumably, the fix could be as simple as setting some CMake variable in order to prevent linking against the corresponding library.
сс @dotnet/jit-contrib @omajid
Metadata
Metadata
Assignees
Labels
No labels