GNU bug report logs - #56007
[PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.

Previous Next

Package: guix-patches;

Reported by: Brian Cully <bjc <at> spork.org>

Date: Thu, 16 Jun 2022 03:56:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Brian Cully <bjc <at> spork.org>
Subject: bug#56007: closed (Re: bug#56007: [PATCH] gnu: lxd: Add
 ‘attr’ to inputs and use it in wrapper.)
Date: Sun, 19 Jun 2022 21:05:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#56007: [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 56007 <at> debbugs.gnu.org.

-- 
56007: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56007
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Brian Cully <bjc <at> spork.org>
Cc: 56007-done <at> debbugs.gnu.org
Subject: Re: bug#56007: [PATCH] gnu: lxd: Add ‘attr’
 to inputs and use it in wrapper.
Date: Sun, 19 Jun 2022 23:04:15 +0200
Hi,

Brian Cully <bjc <at> spork.org> skribis:

> Fixes issue with lxd crashing on startup with:
>
>   Error: exec: "setfattr": executable file not found in $PATH

I added a ChangeLog-style commit log and committed it.

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Brian Cully <bjc <at> spork.org>
To: guix-patches <at> gnu.org
Cc: Brian Cully <bjc <at> spork.org>
Subject: [PATCH] gnu: lxd: Add ‘attr’ to inputs and use it in wrapper.
Date: Wed, 15 Jun 2022 23:54:07 -0400
Fixes issue with lxd crashing on startup with:

  Error: exec: "setfattr": executable file not found in $PATH
---
 gnu/packages/virtualization.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index a7e1ccd6ca..015c291ec3 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1221,7 +1221,7 @@ (define-public lxd
                             '()
                             '("bash" "acl" "rsync" "tar" "xz" "btrfs-progs"
                               "gzip" "dnsmasq" "squashfs-tools" "iproute2"
-                              "criu" "iptables"))))
+                              "criu" "iptables" "attr"))))
                  ;; Remove unwanted binaries.
                  (for-each (lambda (prog)
                              (delete-file (string-append bin-dir prog)))
@@ -1247,6 +1247,7 @@ (define-public lxd
        ("libcap" ,libcap)
        ("lxc" ,lxc)
        ;; Run-time dependencies.
+       ("attr" ,attr)
        ("bash" ,bash-minimal)
        ("rsync" ,rsync)
        ("tar" ,tar)
-- 
2.36.1




This bug report was last modified 2 years and 333 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.