Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Pahole 1.19
Date: Thu, 10 Dec 2020 15:44:16 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27072@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages pahole_1.19
https://github.com/void-linux/void-packages/pull/27072

Pahole 1.19


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

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

From 5ab9f9fa8df21e6dd02e3752e4ea04db85a04d08 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 4 Dec 2020 16:38:14 -0600
Subject: [PATCH 1/2] pahole: update to 1.19.

---
 srcpkgs/pahole/template | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/pahole/template b/srcpkgs/pahole/template
index d254993205a..55ab5b5a960 100644
--- a/srcpkgs/pahole/template
+++ b/srcpkgs/pahole/template
@@ -1,8 +1,8 @@
 # Template file for 'pahole'
 pkgname=pahole
-version=1.18
+version=1.19
 revision=1
-_bpfver=0.1.1
+wrksrc="dwarves-${version}"
 build_style=cmake
 configure_args="-D__LIB=lib"
 makedepends="elfutils-devel zlib-devel"
@@ -10,20 +10,13 @@ short_desc="Various DWARF utils"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"
 homepage="http://git.kernel.org/?p=devel/pahole/pahole.git;a=summary"
-distfiles="https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-${version}.tar.gz
- https://github.com/libbpf/libbpf/archive/v${_bpfver}.tar.gz"
-checksum="bb436a4b5e856c8963b1ea52260da064dc985f6e3832b29adec094422365a5a7
- 3fd271cf65b39bf38432b29d9dd2f694600c97dab0928baee419a65b5db4e598"
+distfiles="https://fedorapeople.org/~acme/dwarves/dwarves-${version}.tar.xz"
+checksum=9af54663f2bab10d1ea85f97801c8fa045ff62e9b39d4ec6a8541354cb7b6ef3
 
 case $XBPS_TARGET_MACHINE in
 	*-musl) makedepends+=" musl-obstack-devel argp-standalone"
 esac
 
-pre_patch() {
-	rm -rf lib/bpf
-	mv "../libbpf-${_bpfver}/" "lib/bpf"
-}
-
 pre_configure() {
 	case $XBPS_TARGET_MACHINE in
 		*-musl) sed -i CMakeLists.txt -e "/^target_link_libraries/s/)/ obstack argp)/"

From e16caf472e65e4d5efb9fba3cdcc4d2a99d8d83b Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 4 Dec 2020 16:45:13 -0600
Subject: [PATCH 2/2] linux5.9: remove pahole aarch64 fix

---
 srcpkgs/linux5.9/template | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/srcpkgs/linux5.9/template b/srcpkgs/linux5.9/template
index 4c3b1243395..40b2d1fe6fa 100644
--- a/srcpkgs/linux5.9/template
+++ b/srcpkgs/linux5.9/template
@@ -1,7 +1,7 @@
 # Template file for 'linux5.9'
 pkgname=linux5.9
 version=5.9.13
-revision=1
+revision=2
 wrksrc="linux-${version}"
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
@@ -73,12 +73,6 @@ do_configure() {
 		mips*) arch=mips;;
 	esac
 
-	case "$XBPS_TARGET_MACHINE" in
-		aarch64*) # XXX: fix segfault in pahole 1.18; should be fixed in new releases
-			vsed -i scripts/link-vmlinux.sh -e's;${PAHOLE} -J;& --btf_encode_force;'
-			;;
-	esac
-
 	if [ -f ${FILESDIR}/${subarch:-$arch}-dotconfig-custom ]; then
 		msg_normal "Detected a custom .config file for your arch, using it.\n"
 		cp -f ${FILESDIR}/${subarch:-$arch}-dotconfig-custom .config

             reply	other threads:[~2020-12-10 14:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10 14:44 abenson [this message]
2020-12-10 14:58 ` [PR REVIEW] " ericonr
2020-12-10 15:10 ` [PR PATCH] [Updated] " abenson
2020-12-10 15:11 ` abenson
2020-12-10 15:11 ` [PR REVIEW] " abenson
2020-12-18  0:10 ` [PR PATCH] [Updated] " abenson
2020-12-18  6:02 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27072@inbox.vuxu.org \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).