-
Notifications
You must be signed in to change notification settings - Fork 936
Labels
Description
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v4.1.6, v5.0.1, git branch name and hash, etc.)
Head of main branch
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
Git clone
If you are building/installing from a git clone, please copy-n-paste the output from git submodule status.
Please describe the system on which you are running
- Operating system/version: Ubuntu
- Computer hardware: container
- Network type: TCP
Details of the problem
Building OMPI with an external PRRTE, I'm hitting the following error:
schizo-ompi-rst-content/schizo-ompi-cli.rstxt:387: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] No such file or directory: 'prrte-rst-content/cli-no-app-prefix.rst'. [docutils]
make[1]: *** [Makefile:2743: _build/man/ompi-wrapper-compiler.1] Error 1
make: *** [Makefile:1514: all-recursive] Error 1Note that the internal PRRTE submodule does not have the referenced file. However, neither does the internal copy of schizo-ompi-cli.rxtxt contain that reference.
However, the external PRRTE has both the reference in the rxtxt file, and the cli snippet.
So it appears that your man page build script is getting confused and trying to combine the external schizo-ompi-cli.rstxt with the internal docs directory content. This is going to fail more often than not as PRRTE continues to evolve.
jsquyres