emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#71617: closed ([PATCH] gnu: libpf: Update native-inputs.)


From: GNU bug Tracking System
Subject: bug#71617: closed ([PATCH] gnu: libpf: Update native-inputs.)
Date: Mon, 17 Jun 2024 21:50:02 +0000

Your message dated Mon, 17 Jun 2024 23:49:29 +0200
with message-id <87r0cvw87q.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#71617] [PATCH] gnu: libpf: Update native-inputs.
has caused the debbugs.gnu.org bug report #71617,
regarding [PATCH] gnu: libpf: Update native-inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
71617: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71617
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libpf: Update native-inputs. Date: Mon, 17 Jun 2024 21:08:26 +0200
* gnu/packages/linux.scm (libpf)[native-inputs]: Update to 
linux-libre-headers-6.9.
---
Hi Guix,

As linux-libre-headers 6.8 does not exist anymore, libpf should depend on 
linux-libre-headers 6.9.

 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 868e0c4036..fc2e5b15a6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9978,7 +9978,7 @@ (define-public libbpf
                                 "linux/posix_types.h"
                                 "linux/stddef.h"
                                 "linux/types.h"))))))))
-    (native-inputs (list linux-libre-headers-6.8 pkg-config))
+    (native-inputs (list linux-libre-headers-6.9 pkg-config))
     (propagated-inputs (list elfutils zlib)) ;in Requires.private of libbpf.pc
     (home-page "https://github.com/libbpf/libbpf";)
     (synopsis "BPF CO-RE (Compile Once – Run Everywhere)")

base-commit: 5461b3dccf0e7c01d56cc42474d3bca9ad9baefd
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#71617] [PATCH] gnu: libpf: Update native-inputs. Date: Mon, 17 Jun 2024 23:49:29 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Hello,

Wilko Meyer <w@wmeyer.eu> writes:

> * gnu/packages/linux.scm (libpf)[native-inputs]: Update to 
> linux-libre-headers-6.9.
> ---
> Hi Guix,
>
> As linux-libre-headers 6.8 does not exist anymore, libpf should depend
> on linux-libre-headers 6.9.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]