Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f47306d008c5c8a00b64999ab2711c5e3a996034)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f47306d008c5c8a00b64999ab2711c5e3a996034)
  • Date: Fri, 29 Dec 2023 18:31:17 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/rust/HISTORY
| 4 +

devel/rust/patches/0005-Revert-Include-libunwind-in-the-rust-src-component.patch
| 33 ++++++++++
2 files changed, 37 insertions(+)

New commits:
commit f47306d008c5c8a00b64999ab2711c5e3a996034
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/rust: resurrected slightly modified patch to
build without llvm-libunwind project

diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 82adbec..c07f28f 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2023-12-29 Pavel Vinogradov <public AT sourcemage.org>
+ *
patches/0005-Revert-Include-libunwind-in-the-rust-src-component.patch:
+ resurrected slightly modified patch
+
2023-12-28 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.75.0
* patches/0002-Fix-LLVM-build.patch,
diff --git
a/devel/rust/patches/0005-Revert-Include-libunwind-in-the-rust-src-component.patch

b/devel/rust/patches/0005-Revert-Include-libunwind-in-the-rust-src-component.patch
new file mode 100644
index 0000000..08e649b
--- /dev/null
+++
b/devel/rust/patches/0005-Revert-Include-libunwind-in-the-rust-src-component.patch
@@ -0,0 +1,33 @@
+From f45773be74fc47e1be223b3821adeb71127496a1 Mon Sep 17 00:00:00 2001
+From: Johannes Brechtmann <johannes.brechtmann AT gmail.com>
+Date: Sun, 22 Nov 2020 16:00:50 +0100
+Subject: [PATCH 05/10] Revert "Include libunwind in the rust-src component."
+
+This reverts commit 9f27f3796d3487411ab035803a0757d69040649c.
+
+Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
+---
+ src/bootstrap/dist.rs | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/bootstrap/src/core/build_steps/dist.rs
b/src/bootstrap/src/core/build_steps/dist.rs
+--- a/src/bootstrap/src/core/build_steps/dist.rs
++++ b/src/bootstrap/src/core/build_steps/dist.rs
+@@ -801,8 +801,6 @@ fn copy_src_dirs(
+ const LLVM_PROJECTS: &[&str] = &[
+ "llvm-project/clang",
+ "llvm-project\\clang",
+- "llvm-project/libunwind",
+- "llvm-project\\libunwind",
+ "llvm-project/lld",
+ "llvm-project\\lld",
+ "llvm-project/lldb",
+@@ -907,7 +907,7 @@ impl Step for Src {
+ copy_src_dirs(
+ builder,
+ &builder.src,
+- &["library", "src/llvm-project/libunwind"],
++ &["library"],
+ &[
+ // not needed and contains symlinks which rustup currently
+ // chokes on when unpacking.



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f47306d008c5c8a00b64999ab2711c5e3a996034), Pavel Vinogradov, 12/29/2023

Archive powered by MHonArc 2.6.24.

Top of Page