All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Trouble building the manual
@ 2013-10-09  9:04 Sagaert Johan
  2013-10-09  9:14 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Sagaert Johan @ 2013-10-09  9:04 UTC (permalink / raw)
  To: buildroot

 
Hi 

Building the manual seems to be broken.
 
# make manual-pdf
>>>   Updating the manual lists...
Traceback (most recent call last):
  File "/home/buildroot12git/support/scripts/gen-manual-lists.py", line 41, in <module>
    from argparse import ArgumentParser
ImportError: No module named argparse
make: *** [manual-update-lists] Error 1

Sagaert Johan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Trouble building the manual
  2013-10-09  9:04 [Buildroot] Trouble building the manual Sagaert Johan
@ 2013-10-09  9:14 ` Thomas Petazzoni
  2013-10-09 10:25   ` Thomas De Schampheleire
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2013-10-09  9:14 UTC (permalink / raw)
  To: buildroot

Dear Sagaert Johan,

On Wed, 9 Oct 2013 11:04:16 +0200, Sagaert Johan wrote:

> # make manual-pdf
> >>>   Updating the manual lists...
> Traceback (most recent call last):
>   File "/home/buildroot12git/support/scripts/gen-manual-lists.py", line 41, in <module>
>     from argparse import ArgumentParser
> ImportError: No module named argparse
> make: *** [manual-update-lists] Error 1

You need the Python argparse module. In recent versions of Python, it's
part of the standard library. With older versions, you need to install
separately.

Check if your distribution has a package called python-argparse or
something like that.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Trouble building the manual
  2013-10-09  9:14 ` Thomas Petazzoni
@ 2013-10-09 10:25   ` Thomas De Schampheleire
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas De Schampheleire @ 2013-10-09 10:25 UTC (permalink / raw)
  To: buildroot

Hi,

On Wed, Oct 9, 2013 at 11:14 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Sagaert Johan,
>
> On Wed, 9 Oct 2013 11:04:16 +0200, Sagaert Johan wrote:
>
>> # make manual-pdf
>> >>>   Updating the manual lists...
>> Traceback (most recent call last):
>>   File "/home/buildroot12git/support/scripts/gen-manual-lists.py", line 41, in <module>
>>     from argparse import ArgumentParser
>> ImportError: No module named argparse
>> make: *** [manual-update-lists] Error 1
>
> You need the Python argparse module. In recent versions of Python, it's
> part of the standard library. With older versions, you need to install
> separately.
>
> Check if your distribution has a package called python-argparse or
> something like that.
>

Note that this would have been caught with the proposed dependency check
(http://patchwork.ozlabs.org/patch/280931/)

Best regards,
Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-09 10:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09  9:04 [Buildroot] Trouble building the manual Sagaert Johan
2013-10-09  9:14 ` Thomas Petazzoni
2013-10-09 10:25   ` Thomas De Schampheleire

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.