gnu: libtree: Update to 3.1.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 3 years ago
(address . guix-patches@gnu.org)
87tu8ry6ta.fsf@gmail.com
Hello,

this patch updates 'libtree' to 3.1.1.

- Artyom
From c1c778323017336de16a77ccd972c4809782bd47 Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sat, 11 Jun 2022 10:50:39 +0300
Subject: [PATCH] gnu: libtree: Update to 3.1.1.

* gnu/packages/linux.scm (libtree): Update to 3.1.1.
---
gnu/packages/linux.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index dacb29a6ac..1ebc186f4f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9199,7 +9199,7 @@ older system-wide @file{/sys} interface.")
(define-public libtree
(package
(name "libtree")
- (version "3.0.2")
+ (version "3.1.1")
(source
(origin
(method git-fetch)
@@ -9208,7 +9208,7 @@ older system-wide @file{/sys} interface.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "072624anz9g01mp5vfkahfmzy0nb7axg5rwk3n1yrdm4hr3d4zrb"))))
+ (base32 "1jbc60cslzcfxk9jwva51ncr1zl1nz0fkgfjdckgv81is11nswmb"))))
(arguments
(list #:make-flags
;; NOTE: Official documentation recommends to build libtree with
@@ -9217,6 +9217,15 @@ older system-wide @file{/sys} interface.")
(string-append "PREFIX=" #$output))
#:phases
#~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-tests
+ ;; XXX: '08_nodeflib' fails as 'libtree' returns a non-zero
+ ;; code in one of the tests.
+ ;;
+ ;; See <https://github.com/haampie/libtree/issues/80>).
+ (lambda _
+ (substitute* "tests/08_nodeflib/Makefile"
+ (("! ../../libtree -vvv exe_b")
+ "../../libtree -vvv exe_b"))))
(delete 'configure))))
(build-system gnu-build-system)
(home-page "https://github.com/haampie/libtree")
--
2.25.1
--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmKkSgEACgkQ6cWi2QiY
oC9r1wf/SPJR442T3MB2npVuppc4cwEdbi5Zgc2L4QDtv7N77tKPqGvalKubAyUw
DkycbASSdTWroO05qY1cu077fMA6lHBFlnKDyafoZ/nN3lb2WHuRMNkTBzrqSJfh
E9YnuE5D0zi1WepoYUfPtYmZIWB7GxwhruP5fPIHoyQ49Z6/5CzzE/xgKMQoksm0
5toPCPAajJT3AQr9alL2vP6eGbqGT8SvPVpcWapfBq6T1nqCYuhclZoYX1C57Iv/
kJZM7z42GzlT/zI99ycJpAKk14o1MV46fud7RGQ7hTgPe+7GxkUzVjUwC1OSuPHU
GvAK77YpZC1Qak8gLVKix3L7GK6WAg==
=MCsD
-----END PGP SIGNATURE-----

Ludovic Courtès wrote 3 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 55902-done@debbugs.gnu.org)
87wndhm0xx.fsf@gnu.org
Hi,

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

Toggle quote (7 lines)
> From c1c778323017336de16a77ccd972c4809782bd47 Mon Sep 17 00:00:00 2001
> From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
> Date: Sat, 11 Jun 2022 10:50:39 +0300
> Subject: [PATCH] gnu: libtree: Update to 3.1.1.
>
> * gnu/packages/linux.scm (libtree): Update to 3.1.1.

Applied, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55902@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55902
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help