No check for doxygen

Bug #800829 reported by Didier Barvaux
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
rohc
Status tracked in Rohc-main
1.2.x
Fix Released
Low
Didier Barvaux
1.3.x
Fix Released
Low
Didier Barvaux
Rohc-main
Fix Released
Low
Didier Barvaux

Bug Description

When building the library with --enable-doc, the configure script should check for the presence of the doxygen tool. Otherwise, the generation of the doc fails.

Steps to reproduce:
1. Retrieve trunk sources
2. ./autogen.sh --enable-doc
3. make all

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

The configure script shall check for the latex command as well since Doxygen uses it for formulas.

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

Confirmed on the 1.2.x branch with the following steps to repoduce:
  1. Retrieve 1.2.x sources
  2. ./autogen.sh
  3. make clean
  4. make doc

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

Confirmed on the 1.3.x branch with the following steps to repoduce:
  1. Retrieve 1.3.x sources
  2. ./autogen.sh
  3. make clean
  4. make doc

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

On the 1.2.x branch, add checks for doxygen and latex binaries in Makefile before generating docs.
See http://bazaar.launchpad.net/~didier-barvaux/rohc/1.2.x/revision/134

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

On the 1.3.x branch, add checks for doxygen and latex binaries in Makefile before generating docs.
See http://bazaar.launchpad.net/~didier-barvaux/rohc/1.3.x/revision/161

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

On trunk, add checks for doxygen and latex binaries in the configure script.
See http://bazaar.launchpad.net/~didier-barvaux/rohc/main/revision/263

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

Dot is a tool required by Doxygen. A check for dot is missing in the configure script.

tags: added: doxygen
Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

Attach a patch for configure.ac. To be tested.

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

To test the patch, run the following command with the doxygen and latex tools installed but without the dot tool installed:
  ./autogen.sh --enable-doc

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

On trunk, add checks for dot binary in the configure script.
See http://bazaar.launchpad.net/~didier-barvaux/rohc/main/revision/312

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

On the 1.2.x branch, add checks for dot binary in Makefile before generating docs.
See http://bazaar.launchpad.net/~didier-barvaux/rohc/1.2.x/revision/152

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

On the 1.3.x branch, add checks for dot binary in Makefile before generating docs.
See http://bazaar.launchpad.net/~didier-barvaux/rohc/1.3.x/revision/181

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.