Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gdb: enable multiarch by default and split
@ 2024-06-10 17:05 classabbyamp
  2024-06-10 17:12 ` [PR REVIEW] " Duncaen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: classabbyamp @ 2024-06-10 17:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 462 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages temp
https://github.com/void-linux/void-packages/pull/50763

gdb: enable multiarch by default and split
#### Testing the changes
- I tested the changes in this PR: **briefly**

split to prevent `gdb` from being massive

cc @duncaen


A patch file from https://github.com/void-linux/void-packages/pull/50763.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-temp-50763.patch --]
[-- Type: text/x-diff, Size: 2452 bytes --]

From 84e8d41a4a5c59a25ba5fc1f04ffc8796e57ce55 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Mon, 10 Jun 2024 13:02:27 -0400
Subject: [PATCH] gdb: enable multiarch by default and split

---
 srcpkgs/gdb-multiarch |  1 +
 srcpkgs/gdb/template  | 20 +++++++++++++++++---
 2 files changed, 18 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/gdb-multiarch

diff --git a/srcpkgs/gdb-multiarch b/srcpkgs/gdb-multiarch
new file mode 120000
index 00000000000000..f3e03e3f1a44b4
--- /dev/null
+++ b/srcpkgs/gdb-multiarch
@@ -0,0 +1 @@
+gdb
\ No newline at end of file
diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index ccaed58523796f..ec39e27bbb8e1f 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,7 +1,7 @@
 # Template file for 'gdb'
 pkgname=gdb
 version=14.2
-revision=2
+revision=3
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
 configure_args="--disable-werror --disable-nls --with-system-readline
@@ -19,8 +19,8 @@ checkdepends="dejagnu"
 short_desc="GNU Debugger"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-3.0-or-later"
-changelog="https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=HEAD"
 homepage="https://www.gnu.org/software/gdb"
+changelog="https://sourceware.org/git/?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=HEAD"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
 checksum=2d4dd8061d8ded12b6c63f55e45344881e8226105f4d2a9b234040efa5ce7772
 make_check=extended  # Tests take too long, not all of them pass.
@@ -44,10 +44,15 @@ build_options="debuginfod gdbserver guile multiarch python static"
 desc_option_gdbserver="Enable support for building GDB server"
 desc_option_debuginfod="Enable support for libdebuginfod"
 desc_option_multiarch="Enable support for all architectures"
-build_options_default="debuginfod gdbserver python"
+build_options_default="debuginfod gdbserver multiarch python"
 vopt_conflict gdbserver static
 vopt_conflict debuginfod static
 
+subpackages="gdb-common"
+if [ "$build_option_multiarch" ]; then
+	subpackages+=" gdb-multiarch"
+fi
+
 post_install() {
 	# resolve conflicts with binutils
 	rm -rf ${DESTDIR}/usr/{include,lib}
@@ -60,3 +65,12 @@ gdb-common_package() {
 		vmove usr/share
 	}
 }
+
+gdb-multiarch_package() {
+	short_desc+=" - all architectures"
+	#depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/bin/run-*
+		vmove usr/bin/sis
+	}
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-06-14  3:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-10 17:05 [PR PATCH] gdb: enable multiarch by default and split classabbyamp
2024-06-10 17:12 ` [PR REVIEW] " Duncaen
2024-06-10 17:12 ` Duncaen
2024-06-10 18:14 ` [PR PATCH] [Updated] " classabbyamp
2024-06-10 18:31 ` classabbyamp
2024-06-10 18:33 ` shaohme
2024-06-11 10:44 ` classabbyamp
2024-06-11 10:44 ` classabbyamp
2024-06-12 18:01 ` shaohme
2024-06-12 20:41 ` classabbyamp
2024-06-14  3:45 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).