make[2]: Leaving directory '/home/william/build/ds'
make[1]: Leaving directory '/home/william/build/ds'
make -j1 -C ~/build/ds lib389
make[1]: Entering directory '/home/william/build/ds'
cd /home/william/development/389ds/ds/src/lib389; python3 setup.py
build ; python3 setup.py build_manpages
Traceback (most recent call last):
  File "setup.py", line 17, in <module>
    from build_manpages import build_manpages
ModuleNotFoundError: No module named 'build_manpages'
Traceback (most recent call last):
  File "setup.py", line 17, in <module>
    from build_manpages import build_manpages
ModuleNotFoundError: No module named 'build_manpages'
make[1]: *** [Makefile:14617: lib389] Error 1
make[1]: Leaving directory '/home/william/build/ds'
make: *** [Makefile:51: ds] Error 2

What package provides build_manpages? 

pip search manpage
sphinxcontrib-manpage (0.4)  - Sphinx linux manpage extension
manpage (0.1)                - Functionality to create Unix manual
pages.
argparse-manpage (1.1)       - Build manual page from python's
ArgumentParser object.
cli2man (0.2.4)              - Converts the help message of a program
into a manpage
xmlmp (1.0)                  - Simple XML-based manpage authoring tools

And then I'll need to work out the relevant rpm or dep (I've swapped to
openSUSE also, so that'll be fun ;) 

Thanks! 

-- 
Sincerely,

William
_______________________________________________
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org/message/J5RE6FCHLTAM3SKDKXMHIARJTMEO3X55/

Reply via email to