Bug 1300627

Summary: built without docs
Product: [Fedora] Fedora Reporter: Dan Horák <dan>
Component: libdatrieAssignee: Peng Wu <pwu>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: dueno, i, pwu
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libdatrie-0.2.9-3.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-08 17:00:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Dan Horák 2016-01-21 10:08:03 UTC
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

Comment 1 Dan Horák 2016-01-21 10:21:28 UTC
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 ...

Comment 2 Jan Kurik 2016-02-24 14:18:43 UTC
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

Comment 3 Fedora Admin XMLRPC Client 2016-02-26 17:44:19 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Fedora Admin XMLRPC Client 2016-02-29 03:19:33 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 5 Fedora Update System 2016-04-06 07:47:28 UTC
libdatrie-0.2.9-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-52930e52f6

Comment 6 Fedora Update System 2016-04-06 17:53:23 UTC
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

Comment 7 Fedora Update System 2016-04-08 17:00:24 UTC
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.