Your message dated Thu, 17 Dec 2020 11:58:01 +0100
with message-id <[email protected]>
and subject line llvm-toolchain-3.7 has been removed from Debian
has caused the Debian Bug report #862536,
regarding llvm-toolchain-3.7: Fix R_AARCH64_MOVW_UABS_G3
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.)
--
862536: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862536
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: llvm-toolchain-3.8
Version: 1:3.8.1-23
Please apply this upstream bug fix to Debian's llvm-toolchain-3.8
before the release:
https://reviews.llvm.org/D27609?id=80860
See line 360 of RuntimeDyldELF.cpp.
The bug prevents julia from running on some arm64 systems and may
have other bad consequences:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861484
You could just change that one line:
- *TargetPtr |= Result >> (48 - 5);
+ *TargetPtr |= (Result & 0xffff000000000000ULL) >> (48 - 5);
(Is there some way of searching for all such simple upstream bug fixes
that should perhaps be applied to Debian's llvm-toolchain-3.8?)
--- End Message ---
--- Begin Message ---
Version: 1:3.7.1-5+rm
llvm-toolchain-3.7 has been superseded by several newer versions and is
no longer part of any Debian release after stretch. I'm therefore
closing the reamining bugs.
Andreas
--- End Message ---