seems require for pdb module missing somewhere.

should sphinx be added python-devel-tools deps? or perhaps the pdb should be subpackaged or moved  to -modules? seems to never ending story with this module, already started with python2



[  0%] Building HTML documentation with Sphinx
cd /home/builder/rpm/BUILD/mongo-c-driver-1.17.0/cmake-build/src/libmongoc/doc && /usr/bin/cmake -E env PYTHONDONTWRITEBYTECODE=1 /usr/bin/sphinx-build -qEW -b html -c /home/builder/rpm/BUILD/mongo-c-driver-1.17.0/src/libmongoc/doc /home/builder/rpm/BUILD/mongo-c-driver-1.17.0/src/libmongoc/doc /home/builder/rpm/BUILD/mongo-c-driver-1.17.0/cmake-build/src/libmongoc/doc/html
Traceback (most recent call last):
  File "/usr/bin/sphinx-build", line 11, in <module>
    load_entry_point('Sphinx==2.4.4', 'console_scripts', 'sphinx-build')()
  File "/usr/share/python3.8/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/share/python3.8/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
    return ep.load()
  File "/usr/share/python3.8/site-packages/pkg_resources/__init__.py", line 2443, in load
    return self.resolve()
  File "/usr/share/python3.8/site-packages/pkg_resources/__init__.py", line 2449, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/share/python3.8/site-packages/sphinx/cmd/build.py", line 23, in <module>
    from sphinx.application import Sphinx
  File "/usr/share/python3.8/site-packages/sphinx/application.py", line 42, in <module>
    from sphinx.highlighting import lexer_classes, lexers
  File "/usr/share/python3.8/site-packages/sphinx/highlighting.py", line 30, in <module>
    from sphinx.ext import doctest
  File "/usr/share/python3.8/site-packages/sphinx/ext/doctest.py", line 12, in <module>
    import doctest
  File "/usr/lib64/python3.8/doctest.py", line 100, in <module>
    import pdb
ModuleNotFoundError: No module named 'pdb'
make[2]: *** [src/libmongoc/doc/CMakeFiles/mongoc-html.dir/build.make:1336: src/libmongoc/doc/html/advanced-connections.html] Error 1 make[2]: Leaving directory '/home/builder/rpm/BUILD/mongo-c-driver-1.17.0/cmake-build' make[1]: *** [CMakeFiles/Makefile2:2234: src/libmongoc/doc/CMakeFiles/mongoc-html.dir/all] Error 2 make[1]: Leaving directory '/home/builder/rpm/BUILD/mongo-c-driver-1.17.0/cmake-build'
make: *** [Makefile:175: all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.11842 (%build)



poldek:/all-avail> search -f */pdb.py
Searching packages..........................................done.
5 package(s) found:
python3-devel-tools-3.8.5-1.x86_64
eclipse-pydev-1.2.5-1.noarch
jython-modules-2.5.2-1.noarch
python-devel-src-2.7.18-2.x86_64
python3-devel-tools-3.8.3-1.x86_64
poldek:/all-avail>

_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to