Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] binutils: enable libdebuginfod functionality.
@ 2020-11-19  2:31 ericonr
  2020-11-19  2:33 ` [PR PATCH] [Updated] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ericonr @ 2020-11-19  2:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages debugbin
https://github.com/void-linux/void-packages/pull/26502

binutils: enable libdebuginfod functionality.


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

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

From 2a1505df6da3075ea373bb75c30eb729d379be60 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 18 Nov 2020 23:29:53 -0300
Subject: [PATCH] binutils: enable libdebuginfod functionality.

---
 srcpkgs/binutils/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template
index e6f916ed68d..68291bed229 100644
--- a/srcpkgs/binutils/template
+++ b/srcpkgs/binutils/template
@@ -1,7 +1,7 @@
 # Template file for 'binutils'
 pkgname=binutils
 version=2.34
-revision=1
+revision=2
 bootstrap=yes
 short_desc="GNU binary utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -12,6 +12,7 @@ checksum=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
 
 if [ "$CHROOT_READY" ]; then
 	hostmakedepends="flex perl texinfo"
+	makedepends+=" elfutils-devel"
 	checkdepends="bc"
 	depends="binutils-doc"
 fi

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

* Re: [PR PATCH] [Updated] binutils: enable libdebuginfod functionality.
  2020-11-19  2:31 [PR PATCH] binutils: enable libdebuginfod functionality ericonr
@ 2020-11-19  2:33 ` ericonr
  2020-11-19  2:38 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-19  2:33 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages debugbin
https://github.com/void-linux/void-packages/pull/26502

binutils: enable libdebuginfod functionality.


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

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

From 34cec3555264ae46ef38e1095d8e0ed1242900b5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 18 Nov 2020 23:29:53 -0300
Subject: [PATCH] binutils: enable libdebuginfod functionality.

Also set makedepends initial value correctly.
---
 srcpkgs/binutils/template | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template
index e6f916ed68d..43b7387d2cf 100644
--- a/srcpkgs/binutils/template
+++ b/srcpkgs/binutils/template
@@ -1,7 +1,7 @@
 # Template file for 'binutils'
 pkgname=binutils
 version=2.34
-revision=1
+revision=2
 bootstrap=yes
 short_desc="GNU binary utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -10,12 +10,14 @@ homepage="http://www.gnu.org/software/binutils/"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
 checksum=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
 
+makedepends="zlib-devel"
+
 if [ "$CHROOT_READY" ]; then
 	hostmakedepends="flex perl texinfo"
+	makedepends+=" elfutils-devel"
 	checkdepends="bc"
 	depends="binutils-doc"
 fi
-makedepends+=" zlib-devel"
 
 _get_triplet() {
 	if [ -z "$XBPS_TRIPLET" ]; then

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

* Re: [PR PATCH] [Updated] binutils: enable libdebuginfod functionality.
  2020-11-19  2:31 [PR PATCH] binutils: enable libdebuginfod functionality ericonr
  2020-11-19  2:33 ` [PR PATCH] [Updated] " ericonr
@ 2020-11-19  2:38 ` ericonr
  2020-11-22 16:05 ` ericonr
  2020-12-26  2:44 ` [PR PATCH] [Closed]: " q66
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-19  2:38 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages debugbin
https://github.com/void-linux/void-packages/pull/26502

binutils: enable libdebuginfod functionality.


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

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

From e671bdf26c044615f6562b58d2844c22f281bc37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 18 Nov 2020 23:29:53 -0300
Subject: [PATCH] binutils: enable libdebuginfod functionality.

Also set makedepends initial value correctly, drop noarch.
---
 srcpkgs/binutils/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template
index e6f916ed68d..3d888ecc681 100644
--- a/srcpkgs/binutils/template
+++ b/srcpkgs/binutils/template
@@ -1,7 +1,7 @@
 # Template file for 'binutils'
 pkgname=binutils
 version=2.34
-revision=1
+revision=2
 bootstrap=yes
 short_desc="GNU binary utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -10,12 +10,14 @@ homepage="http://www.gnu.org/software/binutils/"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
 checksum=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
 
+makedepends="zlib-devel"
+
 if [ "$CHROOT_READY" ]; then
 	hostmakedepends="flex perl texinfo"
+	makedepends+=" elfutils-devel"
 	checkdepends="bc"
 	depends="binutils-doc"
 fi
-makedepends+=" zlib-devel"
 
 _get_triplet() {
 	if [ -z "$XBPS_TRIPLET" ]; then
@@ -133,7 +135,6 @@ binutils-devel_package() {
 }
 
 binutils-doc_package() {
-	archs=noarch
 	short_desc+=" - info files"
 	pkg_install() {
 		vmove usr/share/info

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

* Re: [PR PATCH] [Updated] binutils: enable libdebuginfod functionality.
  2020-11-19  2:31 [PR PATCH] binutils: enable libdebuginfod functionality ericonr
  2020-11-19  2:33 ` [PR PATCH] [Updated] " ericonr
  2020-11-19  2:38 ` ericonr
@ 2020-11-22 16:05 ` ericonr
  2020-12-26  2:44 ` [PR PATCH] [Closed]: " q66
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-11-22 16:05 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages debugbin
https://github.com/void-linux/void-packages/pull/26502

binutils: enable libdebuginfod functionality.


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

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

From 0cd88b0fae482666a7c04725ddbeb352f6cb1e74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 18 Nov 2020 23:29:53 -0300
Subject: [PATCH] binutils: enable libdebuginfod functionality.

Also set makedepends initial value correctly, drop noarch.
---
 srcpkgs/binutils/template | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template
index e6f916ed68d..8aedb0d373e 100644
--- a/srcpkgs/binutils/template
+++ b/srcpkgs/binutils/template
@@ -1,7 +1,7 @@
 # Template file for 'binutils'
 pkgname=binutils
 version=2.34
-revision=1
+revision=2
 bootstrap=yes
 short_desc="GNU binary utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -10,12 +10,16 @@ homepage="http://www.gnu.org/software/binutils/"
 distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
 checksum=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
 
+makedepends="zlib-devel"
+
 if [ "$CHROOT_READY" ]; then
 	hostmakedepends="flex perl texinfo"
+	makedepends+=" elfutils-devel"
 	checkdepends="bc"
 	depends="binutils-doc"
+
+	_debuginfod_config="--with-debuginfod"
 fi
-makedepends+=" zlib-devel"
 
 _get_triplet() {
 	if [ -z "$XBPS_TRIPLET" ]; then
@@ -49,7 +53,7 @@ do_configure() {
 		--enable-plugins --enable-secureplt --with-mmap \
 		--disable-shared --enable-gold --disable-werror \
 		--enable-deterministic-archives --enable-ld=default \
-		--disable-nls $CONFIGFLAG
+		--disable-nls ${_debuginfod_config} $CONFIGFLAG
 }
 
 do_build() {
@@ -133,7 +137,6 @@ binutils-devel_package() {
 }
 
 binutils-doc_package() {
-	archs=noarch
 	short_desc+=" - info files"
 	pkg_install() {
 		vmove usr/share/info

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

* Re: [PR PATCH] [Closed]: binutils: enable libdebuginfod functionality.
  2020-11-19  2:31 [PR PATCH] binutils: enable libdebuginfod functionality ericonr
                   ` (2 preceding siblings ...)
  2020-11-22 16:05 ` ericonr
@ 2020-12-26  2:44 ` q66
  3 siblings, 0 replies; 5+ messages in thread
From: q66 @ 2020-12-26  2:44 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

binutils: enable libdebuginfod functionality.
https://github.com/void-linux/void-packages/pull/26502

Description:


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

end of thread, other threads:[~2020-12-26  2:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19  2:31 [PR PATCH] binutils: enable libdebuginfod functionality ericonr
2020-11-19  2:33 ` [PR PATCH] [Updated] " ericonr
2020-11-19  2:38 ` ericonr
2020-11-22 16:05 ` ericonr
2020-12-26  2:44 ` [PR PATCH] [Closed]: " q66

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