Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update GDBs to 11.1
@ 2021-09-13 14:52 ericonr
  2021-10-03  6:09 ` [PR PATCH] [Updated] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ericonr @ 2021-09-13 14:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages gdb
https://github.com/void-linux/void-packages/pull/32949

Update GDBs to 11.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->

Testing still in progress.

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

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

From a9674cf74f17fbfceb70a6ed67d7878ca1e6444a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Mon, 13 Sep 2021 11:50:02 -0300
Subject: [PATCH 1/3] gdb: update to 11.1.

---
 srcpkgs/gdb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template
index 56c0e01630b5..48bf151cd78b 100644
--- a/srcpkgs/gdb/template
+++ b/srcpkgs/gdb/template
@@ -1,6 +1,6 @@
 # Template file for 'gdb'
 pkgname=gdb
-version=10.2
+version=11.1
 revision=1
 build_style=gnu-configure
 pycompile_dirs="/usr/share/gdb/python"
@@ -11,7 +11,7 @@ configure_args="--disable-werror --disable-nls --with-system-readline
  $(vopt_if python --with-python=/usr/bin/python3)
  $(vopt_with debuginfod)"
 hostmakedepends="texinfo perl pkg-config $(vopt_if python python3-devel)"
-makedepends="ncurses-devel zlib-devel readline-devel expat-devel
+makedepends="ncurses-devel zlib-devel readline-devel expat-devel gmp-devel
  $(vopt_if python 'python3-devel gettext-devel')
  $(vopt_if debuginfod elfutils-devel)"
 short_desc="GNU Debugger"
@@ -19,7 +19,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb/"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=aaa1223d534c9b700a8bec952d9748ee1977513f178727e1bee520ee000b4f29
+checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
 python_version=3
 
 if [ "${CROSS_BUILD}" ]; then

From 929a55451f583b6a03b3c9600ba98d2c03a5e632 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Mon, 13 Sep 2021 11:50:31 -0300
Subject: [PATCH 2/3] avr-gdb: update to 11.1.

---
 srcpkgs/avr-gdb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/avr-gdb/template b/srcpkgs/avr-gdb/template
index 73d9f9ac7456..420bf8340131 100644
--- a/srcpkgs/avr-gdb/template
+++ b/srcpkgs/avr-gdb/template
@@ -1,6 +1,6 @@
 # Template file for 'avr-gdb'
 pkgname=avr-gdb
-version=10.1
+version=11.1
 revision=1
 wrksrc=gdb-${version}
 build_style=gnu-configure
@@ -16,7 +16,7 @@ configure_args="\
 	$(vopt_if static 'CFLAGS=-static CXXFLAGS=-static LDFLAGS=-static') \
 	$(vopt_if python --with-python=/usr/bin/python3)"
 hostmakedepends="texinfo perl $(vopt_if python python3-devel)"
-makedepends="ncurses-devel zlib-devel readline-devel expat-devel
+makedepends="ncurses-devel zlib-devel readline-devel expat-devel gmp-devel
  $(vopt_if python 'python3-devel gettext-devel')"
 depends=gdb
 short_desc="GNU Debugger for AVR"
@@ -24,7 +24,7 @@ maintainer="Artur Sinila <opensource@logarithmus.dev>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/gdb/"
 distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
-checksum=f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0
+checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
 python_version=3
 replaces="cross-avr-gdb>=0"
 

From e0a033b999e443d6cd3c41d1aa69be5b23400a9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Mon, 13 Sep 2021 11:51:30 -0300
Subject: [PATCH 3/3] cross-arm-none-eabi-gdb: update to 11.1.

---
 srcpkgs/cross-arm-none-eabi-gdb/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template
index ac8e6837d72c..407d13253527 100644
--- a/srcpkgs/cross-arm-none-eabi-gdb/template
+++ b/srcpkgs/cross-arm-none-eabi-gdb/template
@@ -2,7 +2,7 @@
 _triplet=arm-none-eabi
 _pkgname=gdb
 pkgname=cross-${_triplet}-${_pkgname}
-version=8.3
+version=11.1
 revision=1
 wrksrc="${_pkgname}-${version}"
 build_style=gnu-configure
@@ -24,7 +24,7 @@ configure_args="
  $(vopt_with python)
 "
 hostmakedepends="autoconf automake bison flex pkg-config texinfo"
-makedepends="babeltrace-devel expat-devel mpfr-devel ncurses-devel
+makedepends="babeltrace-devel expat-devel mpfr-devel ncurses-devel gmp-devel
  readline-devel zlib-devel $(vopt_if guile guile-devel)
  $(vopt_if python 'python3-devel gettext-devel')"
 short_desc="GNU Debugger"
@@ -32,7 +32,7 @@ maintainer="Ivan Sokolov <ivan-p-sokolov@ya.ru>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/${_pkgname}"
 distfiles="${GNU_SITE}/${_pkgname}/${_pkgname}-${version}.tar.xz"
-checksum=802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e
+checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
 python_version=2 #unverified
 build_options="guile python"
 # don't enable guile and python interfaces until they are moved into

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

end of thread, other threads:[~2021-10-03  8:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 14:52 [PR PATCH] Update GDBs to 11.1 ericonr
2021-10-03  6:09 ` [PR PATCH] [Updated] " ericonr
2021-10-03  6:27 ` ericonr
2021-10-03  8:18 ` ericonr
2021-10-03  8:18 ` [PR PATCH] [Closed]: " ericonr

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).