[RTEMS Project] #4062: waf configure fails on Ubuntu 20.04 with python error.

RTEMS trac trac at rtems.org
Tue Aug 25 22:42:47 UTC 2020


#4062: waf configure fails on Ubuntu 20.04 with python error.
---------------------+---------------------
 Reporter:  kgardas  |       Owner:  (none)
     Type:  defect   |      Status:  new
 Priority:  normal   |   Milestone:
Component:  doc      |     Version:
 Severity:  normal   |  Resolution:
 Keywords:           |  Blocked By:
 Blocking:           |
---------------------+---------------------

Comment (by Chris Johns):

 I cannot repeat the error. I have installed `Python 3.8.5` on FreeBSD 12
 and successfully run:
 {{{
 python3.8 -m venv sphinx38
 . ./sphinx38/bin/activate
 pip install --upgrade pip
 pip install Sphinx
 pip install sphinxcontrib-bibtex
 cd rtems-docs.git
 ./waf distclean configure
 }}}
 The `pip` configuration is:
 {{{
 (sphinx38) ruru rtems-docs.git $ pip list
 Package                       Version
 ----------------------------- ---------
 alabaster                     0.7.12
 Babel                         2.8.0
 certifi                       2020.6.20
 chardet                       3.0.4
 docutils                      0.16
 idna                          2.10
 imagesize                     1.2.0
 Jinja2                        2.11.2
 latexcodec                    2.0.1
 MarkupSafe                    1.1.1
 oset                          0.1.3
 packaging                     20.4
 pip                           20.2.2
 pybtex                        0.22.2
 pybtex-docutils               0.2.2
 Pygments                      2.6.1
 pyparsing                     2.4.7
 pytz                          2020.1
 PyYAML                        5.3.1
 requests                      2.24.0
 setuptools                    47.1.0
 six                           1.15.0
 snowballstemmer               2.0.0
 Sphinx                        3.2.1
 sphinxcontrib-applehelp       1.0.2
 sphinxcontrib-bibtex          1.0.0
 sphinxcontrib-devhelp         1.0.2
 sphinxcontrib-htmlhelp        1.0.3
 sphinxcontrib-jsmath          1.0.1
 sphinxcontrib-qthelp          1.0.3
 sphinxcontrib-serializinghtml 1.1.4
 urllib3                       1.25.10
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/4062#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list