guix-patches
[Top][All Lists]
Advanced

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

[bug#64149] [PATCH 2/2] gnu: patman: Add python-u-boot-pylib to inputs.


From: Vagrant Cascadian
Subject: [bug#64149] [PATCH 2/2] gnu: patman: Add python-u-boot-pylib to inputs.
Date: Sat, 08 Jul 2023 16:21:37 -0700

On 2023-07-08, Maxim Cournoyer wrote:
> * gnu/packages/bootloaders.scm (patman) [inputs]: Add python-u-boot-pylib.
> ---
>  gnu/packages/bootloaders.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
> index c1a76ab90e..789248afeb 100644
> --- a/gnu/packages/bootloaders.scm
> +++ b/gnu/packages/bootloaders.scm
> @@ -869,7 +869,7 @@ (define-public patman
>            (add-after 'unpack 'chdir
>              (lambda _
>                (chdir "tools/patman"))))))
> -    (inputs (list python-pygit2 python-requests))
> +    (inputs (list python-pygit2 python-requests python-u-boot-pylib))
>      (synopsis "Patch automation tool")
>      (description "Patman is a patch automation script which:
>  @itemize
> -- 
> 2.40.1

This was not sufficient to get patman building again:

starting phase `sanity-check'                                                   
                                                    validating 'patch-manager' 
/gnu/store/d22rsfa7pr8ff6ai1hp72qjljiyayzrx-patman-2023.07-rc6/lib/python3.10/site-packages
...checking requirements: OK                                                    
                                                    ...trying to load module 
patman: OK                                                                      
                           ...trying to load endpoint console_scripts patman: 
ERROR:
Traceback (most recent call last):                                              
                                                      File 
"/gnu/store/rlf99syqlc9kyf76rba3sbxsafszf017-python-u-boot-pylib-2023.07-rc6/lib/python3.10/site-packages/u_boot_pylib/command.py",
 line 95, in run_pipe
    last_pipe = cros_subprocess.Popen(cmd, cwd=cwd, **kwargs)                   
                                                      File 
"/gnu/store/rlf99syqlc9kyf76rba3sbxsafszf017-python-u-boot-pylib-2023.07-rc6/lib/python3.10/site-packages/u_boot_pylib/cros_subprocess.py",
 line 83, in __init__
    super(Popen, self).__init__(args, stdin=stdin,                              
                                                      File 
"/gnu/store/kj6wzba6p192baizq99b489rs8bynpn7-python-3.10.7/lib/python3.10/subprocess.py",
 line 969, in __init__                  self._execute_child(args, executable, 
preexec_fn, close_fds,
  File 
"/gnu/store/kj6wzba6p192baizq99b489rs8bynpn7-python-3.10.7/lib/python3.10/subprocess.py",
 line 1845, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'git'                   
                                                    
live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


reply via email to

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