Hide Forgot
libdatrie is built without docs because of ... checking for doxygen... doxygen checking doxygen >= 1.8.8... 1.8.10, no, documentation disabled ... in build.log Version-Release number of selected component (if applicable): libdatrie-0.2.9-1.fc24
from configure.ac if test "x$enable_doxygen_doc" = "xyes"; then AC_CHECK_PROG(DOXYGEN,doxygen,doxygen,no) if test "x$DOXYGEN" = "xno"; then enable_doxygen_doc="no" else AC_MSG_CHECKING([doxygen >= $DOXYGEN_REQ_VER]) DOXYGEN_VER=$($DOXYGEN --version) if expr $DOXYGEN_VER \< $DOXYGEN_REQ_VER > /dev/null; then AC_MSG_RESULT([$DOXYGEN_VER, no, documentation disabled]) enable_doxygen_doc="no" else AC_MSG_RESULT([$DOXYGEN_VER, yes]) fi fi fi using a numerical comparison with expr is simply wrong ...
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
libdatrie-0.2.9-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-52930e52f6
libdatrie-0.2.9-3.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-52930e52f6
libdatrie-0.2.9-3.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.