Your message dated Tue, 18 Nov 2025 23:00:10 -0600
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #1102454,
regarding xrt should not link -lcrypt
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1102454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102454
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xrt
Version: 202210.2.13.466+dfsg-8.1
Tags: patch upstream
User: [email protected]
Usertags: libcrypt-unused
xrt links -lcrypt, but uses none of its symbols. As we consider
dropping libcrypt-dev from build-essential, this may cause a FTBFS.
Consider dropping the unnecessary linkage already.
Helmut
--- xrt-202210.2.13.466+dfsg.orig/src/runtime_src/core/edge/common_em/CMakeLists.txt
+++ xrt-202210.2.13.466+dfsg/src/runtime_src/core/edge/common_em/CMakeLists.txt
@@ -55,7 +55,6 @@
xrt_coreutil
dl
pthread
- crypt
rt
)
--- xrt-202210.2.13.466+dfsg.orig/src/runtime_src/core/pcie/emulation/common_em/CMakeLists.txt
+++ xrt-202210.2.13.466+dfsg/src/runtime_src/core/pcie/emulation/common_em/CMakeLists.txt
@@ -48,7 +48,6 @@
xrt_coreutil
dl
pthread
- crypt
rt
)
--- xrt-202210.2.13.466+dfsg.orig/src/runtime_src/xocl/CMakeLists.txt
+++ xrt-202210.2.13.466+dfsg/src/runtime_src/xocl/CMakeLists.txt
@@ -87,7 +87,6 @@
${Boost_SYSTEM_LIBRARY}
dl
pthread
- crypt
uuid
rt
)
--- End Message ---
--- Begin Message ---
fixed in 202610.2.21.21-1
--- End Message ---