On Mon, Feb 3, 2020 at 5:22 PM Alan Feuerbacher via blfs-support <
[email protected]> wrote:

> subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned
> non-zero exit status 1.
>
>
Just reading the Python stack trace, this appears to be the critical part.
It is trying to execute the following command through the shell:

lsb_release -a

And that command is failing. When I run that command right in my Debian
bash, I get:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.11 (stretch)
Release: 9.11
Codename: stretch

Alan, what happens when you do that? I encourage you to keep following the
bread crumbs on this, one step at a time.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to