llama90 opened a new issue, #38600:
URL: https://github.com/apache/arrow/issues/38600
### Describe the bug, including details regarding any error messages,
version, and platform.
<details><summary>error log</summary>
```
warning: Tag 'OUTPUT_TEXT_DIRECTION' at line 119 of file 'Doxyfile' has
become obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1118 of file 'Doxyfile' has
become obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_TIMESTAMP' at line 1254 of file 'Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'FORMULA_TRANSPARENT' at line 1557 of file 'Doxyfile' has
become obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1865 of file 'Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_TIMESTAMP' at line 1881 of file 'Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'RTF_SOURCE_CODE' at line 1955 of file 'Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOCBOOK_PROGRAMLISTING' at line 2060 of file 'Doxyfile' has
become obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 2258 of file 'Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTNAME' at line 2300 of file 'Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTSIZE' at line 2307 of file 'Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 2531 of file 'Doxyfile' has become
obsolete.
To avoid this warning please remove this line from your
configuration file or upgrade it using "doxygen -u"
error: No files to be processed, please check your settings, in particular
INPUT, FILE_PATTERNS, and RECURSIVE
(warning treated as error, aborting now)
```
</details>
When using Conda to build the documentation, `Doxygen` is installed with the
latest version ( which causes the following error (I am using an `M1 MacBook`).
https://github.com/apache/arrow/blob/9a364b8ea955097f6cd5721fd9a42606b7d83b08/cpp/apidoc/Doxyfile#L18
I confirmed that the version of Doxygen installed with the Conda command
`conda install -c conda-forge --file=ci/conda_env_sphinx.txt` was `1.9.8`. The
version of Doxygen used for generating Arrow documentation, however, was
`1.8.18`.
To match the versions, I used the command `conda search doxygen --channel
conda-forge` to find a version close to `1.8.18`. I selected `1.8.20` from the
list and set it in `conda_env_sphinx.txt`, which allowed the build to succeed.
The Doxygen documentation should be updated for compatibility with the
latest version, or the Doxygen version in use should be explicitly specified
when using `conda`.
### Component(s)
Documentation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]