mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:41:39 +00:00
* Move the libLLVM.so.1 symlink into llvm-19-dev. Closes: #1081192.
This commit is contained in:
parent
7eb47e34d4
commit
f1ce55f708
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-19 (1:19.1.0~++rc4-5) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Move the libLLVM.so.1 symlink into llvm-19-dev. Closes: #1081192.
|
||||||
|
|
||||||
|
-- Matthias Klose <doko@debian.org> Mon, 09 Sep 2024 10:37:51 +0200
|
||||||
|
|
||||||
llvm-toolchain-19 (1:19.1.0~++rc4-4) unstable; urgency=medium
|
llvm-toolchain-19 (1:19.1.0~++rc4-4) unstable; urgency=medium
|
||||||
|
|
||||||
[ Matthias Klose ]
|
[ Matthias Klose ]
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -347,8 +347,8 @@ Section: libs
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Breaks: llvm19-dev (<< 1:19.1.0~++rc3-1~exp2)
|
Breaks: llvm-19-dev (<< 1:19.1.0~++rc3-1~exp2)
|
||||||
Replaces: llvm19-dev (<< 1:19.1.0~++rc3-1~exp2)
|
Replaces: llvm-19-dev (<< 1:19.1.0~++rc3-1~exp2)
|
||||||
Description: Modular compiler and toolchain technologies, runtime library
|
Description: Modular compiler and toolchain technologies, runtime library
|
||||||
LLVM is a collection of libraries and tools that make it easy to build
|
LLVM is a collection of libraries and tools that make it easy to build
|
||||||
compilers, optimizers, just-in-time code generators, and many other
|
compilers, optimizers, just-in-time code generators, and many other
|
||||||
@ -422,6 +422,8 @@ Depends: ${shlibs:Depends}, libffi-dev, ${misc:Depends},
|
|||||||
llvm-19 (= ${binary:Version}), libllvm19 (= ${binary:Version}), libncurses-dev,
|
llvm-19 (= ${binary:Version}), libllvm19 (= ${binary:Version}), libncurses-dev,
|
||||||
llvm-19-tools (= ${binary:Version}), libclang-cpp19 (= ${binary:Version}),
|
llvm-19-tools (= ${binary:Version}), libclang-cpp19 (= ${binary:Version}),
|
||||||
libxml2-dev, libz3-dev [!sh4],
|
libxml2-dev, libz3-dev [!sh4],
|
||||||
|
Breaks: libllvm19 (<< 1:19.1.0~++rc4-5)
|
||||||
|
Replaces: libllvm19 (<< 1:19.1.0~++rc4-5)
|
||||||
Description: Modular compiler and toolchain technologies, libraries and headers
|
Description: Modular compiler and toolchain technologies, libraries and headers
|
||||||
LLVM is a collection of libraries and tools that make it easy to build
|
LLVM is a collection of libraries and tools that make it easy to build
|
||||||
compilers, optimizers, just-in-time code generators, and many other
|
compilers, optimizers, just-in-time code generators, and many other
|
||||||
|
6
debian/control.in
vendored
6
debian/control.in
vendored
@ -347,8 +347,8 @@ Section: libs
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Breaks: llvm@LLVM_VERSION@-dev (<< 1:19.1.0~++rc3-1~exp2)
|
Breaks: llvm-@LLVM_VERSION@-dev (<< 1:19.1.0~++rc3-1~exp2)
|
||||||
Replaces: llvm@LLVM_VERSION@-dev (<< 1:19.1.0~++rc3-1~exp2)
|
Replaces: llvm-@LLVM_VERSION@-dev (<< 1:19.1.0~++rc3-1~exp2)
|
||||||
Description: Modular compiler and toolchain technologies, runtime library
|
Description: Modular compiler and toolchain technologies, runtime library
|
||||||
LLVM is a collection of libraries and tools that make it easy to build
|
LLVM is a collection of libraries and tools that make it easy to build
|
||||||
compilers, optimizers, just-in-time code generators, and many other
|
compilers, optimizers, just-in-time code generators, and many other
|
||||||
@ -422,6 +422,8 @@ Depends: ${shlibs:Depends}, libffi-dev, ${misc:Depends},
|
|||||||
llvm-@LLVM_VERSION@ (= ${binary:Version}), libllvm@LLVM_VERSION@ (= ${binary:Version}), libncurses-dev,
|
llvm-@LLVM_VERSION@ (= ${binary:Version}), libllvm@LLVM_VERSION@ (= ${binary:Version}), libncurses-dev,
|
||||||
llvm-@LLVM_VERSION@-tools (= ${binary:Version}), libclang-cpp@LLVM_VERSION@ (= ${binary:Version}),
|
llvm-@LLVM_VERSION@-tools (= ${binary:Version}), libclang-cpp@LLVM_VERSION@ (= ${binary:Version}),
|
||||||
libxml2-dev, @Z3_DEV_DEP@
|
libxml2-dev, @Z3_DEV_DEP@
|
||||||
|
Breaks: libllvm@LLVM_VERSION@ (<< 1:19.1.0~++rc4-5)
|
||||||
|
Replaces: libllvm@LLVM_VERSION@ (<< 1:19.1.0~++rc4-5)
|
||||||
Description: Modular compiler and toolchain technologies, libraries and headers
|
Description: Modular compiler and toolchain technologies, libraries and headers
|
||||||
LLVM is a collection of libraries and tools that make it easy to build
|
LLVM is a collection of libraries and tools that make it easy to build
|
||||||
compilers, optimizers, just-in-time code generators, and many other
|
compilers, optimizers, just-in-time code generators, and many other
|
||||||
|
14
debian/libllvmX.Y.links.in
vendored
14
debian/libllvmX.Y.links.in
vendored
@ -2,17 +2,3 @@
|
|||||||
|
|
||||||
# symlink to the soname in the llvm libdir
|
# symlink to the soname in the llvm libdir
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/libLLVM.so.@LLVM_VERSION@.@LLVM_VERSION_MINOR@ usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM.so.@LLVM_VERSION@.@LLVM_VERSION_MINOR@
|
usr/lib/@DEB_HOST_MULTIARCH@/libLLVM.so.@LLVM_VERSION@.@LLVM_VERSION_MINOR@ usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM.so.@LLVM_VERSION@.@LLVM_VERSION_MINOR@
|
||||||
|
|
||||||
# FIXME: CMake requires this file, but for what? Fix LLVMExports.cmake instead?
|
|
||||||
#
|
|
||||||
# CMake Error at /usr/lib/llvm-19/lib/cmake/llvm/LLVMExports.cmake:1908 (message):
|
|
||||||
# The imported target "LLVM" references the file
|
|
||||||
#
|
|
||||||
# "/usr/lib/llvm-19/lib/libLLVM.so.1"
|
|
||||||
#
|
|
||||||
# but this file does not exist.
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM.so.@LLVM_VERSION@.@LLVM_VERSION_MINOR@ usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM.so.1
|
|
||||||
|
|
||||||
# FIXME: why is this one needed? This already is in the llvm-dev package in the llvm libdir
|
|
||||||
# create symlink to the symlink installed by upstream
|
|
||||||
#usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM.so.@LLVM_VERSION@.@LLVM_VERSION_MINOR@ usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM-@LLVM_VERSION@.so
|
|
||||||
|
10
debian/llvm-X.Y-dev.links.in
vendored
10
debian/llvm-X.Y-dev.links.in
vendored
@ -11,3 +11,13 @@ usr/lib/llvm-@LLVM_VERSION@/ usr/lib/llvm-@LLVM_VERSION@/build/Debug+Asserts
|
|||||||
|
|
||||||
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/llvm usr/lib/llvm-@LLVM_VERSION@/cmake
|
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/llvm usr/lib/llvm-@LLVM_VERSION@/cmake
|
||||||
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/llvm usr/lib/llvm-@LLVM_VERSION@/share/llvm/cmake
|
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/llvm usr/lib/llvm-@LLVM_VERSION@/share/llvm/cmake
|
||||||
|
|
||||||
|
# FIXME: CMake requires this file, but for what? Fix LLVMExports.cmake instead?
|
||||||
|
#
|
||||||
|
# CMake Error at /usr/lib/llvm-19/lib/cmake/llvm/LLVMExports.cmake:1908 (message):
|
||||||
|
# The imported target "LLVM" references the file
|
||||||
|
#
|
||||||
|
# "/usr/lib/llvm-19/lib/libLLVM.so.1"
|
||||||
|
#
|
||||||
|
# but this file does not exist.
|
||||||
|
usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM.so.@LLVM_VERSION@.@LLVM_VERSION_MINOR@ usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM.so.1
|
||||||
|
Loading…
Reference in New Issue
Block a user