Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11037011
D8118.id20392.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
10 KB
Referenced Files
None
Subscribers
None
D8118.id20392.diff
View Options
diff --git a/files/0001-Fix-python-path-as-python-still-in-lib-directory.patch b/files/0001-Fix-python-path-as-python-still-in-lib-directory.patch
deleted file mode 100644
--- a/files/0001-Fix-python-path-as-python-still-in-lib-directory.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 0df127a931fcfb68d08ce592ddd31b3aa1d48e27 Mon Sep 17 00:00:00 2001
-From: Peter O'Connor <peter@solus-project.com>
-Date: Tue, 10 Jul 2018 12:13:52 +1000
-Subject: [PATCH] Fix python path, as python still in lib directory
-
-Python currently sits it /usr/lib until eopkg is removed. However, everything
-else uses lib64 which confuses it.
-
-Signed-off-by: Peter O'Connor <peter@solus-project.com>
----
- scripts/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
-index 4398527..c4eb48a 100644
---- a/scripts/CMakeLists.txt
-+++ b/scripts/CMakeLists.txt
-@@ -43,8 +43,8 @@ if(NOT LLDB_BUILD_FRAMEWORK)
- set(swig_python_subdir python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
- endif()
-
-- set(SWIG_PYTHON_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}/${swig_python_subdir})
- set(SWIG_INSTALL_DIR lib${LLVM_LIBDIR_SUFFIX})
-+ set(SWIG_PYTHON_DIR ${CMAKE_BINARY_DIR}/lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
-
- # Install the LLDB python module
- install(DIRECTORY ${SWIG_PYTHON_DIR} DESTINATION ${SWIG_INSTALL_DIR})
---
-2.22.0
-
-
-
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : lldb
-version : 9.0.0
-release : 4
+version : 9.0.1
+release : 5
source :
- - http://releases.llvm.org/9.0.0/lldb-9.0.0.src.tar.xz : 1e4c2f6a1f153f4b8afa2470d2e99dab493034c1ba8b7ffbbd7600de016d0794
+ - https://github.com/llvm/llvm-project/releases/download/llvmorg-9.0.1/lldb-9.0.1.src.tar.xz : 8a7b9fd795c31a3e3cba6ce1377a2ae5c67376d92888702ce27e26f0971beb09
license : NCSA
component : programming.tools
summary : High performance debugger, part of the LLVM project.
@@ -15,7 +15,6 @@
rundeps :
- python-six
setup : |
- %patch -p1 < $pkgfiles/0001-Fix-python-path-as-python-still-in-lib-directory.patch
%cmake_ninja \
-DLLDB_USE_SYSTEM_SIX=ON \
-DLLVM_LINK_LLVM_DYLIB=ON
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>lldb</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Alexander Koskovich</Name>
+ <Email>zvnexus@outlook.com</Email>
</Packager>
<License>NCSA</License>
<PartOf>programming.tools</PartOf>
@@ -25,39 +25,39 @@
<Path fileType="executable">/usr/bin/lldb-mi</Path>
<Path fileType="executable">/usr/bin/lldb-server</Path>
<Path fileType="executable">/usr/bin/lldb-vscode</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/_lldb.so</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/embedded_interpreter.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/embedded_interpreter.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/Logger.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/Logger.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/attrib_fromdict.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/attrib_fromdict.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/cache.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/cache.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/cpp/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/cpp/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/cpp/gnu_libstdcpp.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/cpp/gnu_libstdcpp.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/cpp/libcxx.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/cpp/libcxx.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/metrics.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/metrics.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/synth.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/formatters/synth.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/lldb-argdumper</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/runtime/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/runtime/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/utils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/utils/__init__.pyc</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/utils/symbolication.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/lldb/utils/symbolication.pyc</Path>
<Path fileType="library">/usr/lib64/liblldb.so.9</Path>
- <Path fileType="library">/usr/lib64/liblldb.so.9.0.0</Path>
+ <Path fileType="library">/usr/lib64/liblldb.so.9.0.1</Path>
<Path fileType="library">/usr/lib64/liblldbIntelFeatures.so.9</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/__init__.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/__init__.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/_lldb.so</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/embedded_interpreter.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/embedded_interpreter.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/Logger.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/Logger.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/__init__.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/__init__.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/attrib_fromdict.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/attrib_fromdict.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/cache.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/cache.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/cpp/__init__.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/cpp/__init__.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/cpp/gnu_libstdcpp.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/cpp/gnu_libstdcpp.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/cpp/libcxx.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/cpp/libcxx.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/metrics.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/metrics.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/synth.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/formatters/synth.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/lldb-argdumper</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/runtime/__init__.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/runtime/__init__.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/utils/__init__.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/utils/__init__.pyc</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/utils/symbolication.py</Path>
- <Path fileType="library">/usr/lib64/python2.7/site-packages/lldb/utils/symbolication.pyc</Path>
</Files>
</Package>
<Package>
@@ -67,7 +67,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="4">lldb</Dependency>
+ <Dependency release="5">lldb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/lldb/API/LLDB.h</Path>
@@ -569,12 +569,12 @@
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2019-09-20</Date>
- <Version>9.0.0</Version>
+ <Update release="5">
+ <Date>2020-01-27</Date>
+ <Version>9.0.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Alexander Koskovich</Name>
+ <Email>zvnexus@outlook.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 7:57 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5832865
Default Alt Text
D8118.id20392.diff (10 KB)
Attached To
Mode
D8118: Upgrade LLDB to 9.0.1
Attached
Detach File
Event Timeline
Log In to Comment