After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF output
Missing Page References in the Index Chapters of the LaTex/PDF output
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.5
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2013-10-22 08:01 UTC by Jeronimo Werder
Modified: 2016-09-05 13:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of the PDF output (14.72 KB, image/x-png)
2013-10-22 08:01 UTC, Jeronimo Werder
Details
Example project where the file index page is not generated properly. (705.56 KB, application/x-zip-compressed)
2015-09-02 08:32 UTC, Jeronimo Werder
Details

Description Jeronimo Werder 2013-10-22 08:01:47 UTC
Created attachment 257819 [details]
Screenshot of the PDF output

I just moved from version 1.8.0 to 1.8.5 and noticed that the Index chapters miss the page references in the Index chapters of the LaTex/PDF output. Wereas the index chapters (e.g. Module Index, Data Structure Index, File Index) in version 1.8.0 are generated well, the index chapters of the new version 1.8.5 are missing the page numbers.
Comment 1 Jeronimo Werder 2015-09-02 07:04:50 UTC
In the mean time I updated to version 1.8.10 and now most index chapters are generated well, except the "File Index" chapter which is still missing the page numbers.
Comment 2 albert 2015-09-02 07:38:52 UTC
The pdf output is generated by means of a make (make.bat on Windows or make *nix). Did it completely "converge" i.e. stop before the maximum number of iterations (count / latex_count) was reached or not. This count (8) should normally be sufficient, just try to increase the count in the make.bat and rerun the make.bat.
The information about the "convergence" can be found the refman.log file
Comment 3 Jeronimo Werder 2015-09-02 08:28:31 UTC
Increasing the count did not help. I increased it by twos up to 24 but it did not help. I will attach an example project. As I mentioned I'm using Doxygen 1.8.10, further I use Miktex 2.9, I have also other tools installed like ghostscript, ActivePerl, TCL etc. etc.
Comment 4 Jeronimo Werder 2015-09-02 08:32:38 UTC
Created attachment 310471 [details]
Example project where the file index page is not generated properly.
Comment 5 Jeronimo Werder 2016-07-25 07:09:58 UTC
I found out, that I can workaround this bug by setting "CREATE_SUBDIRS" to "NO".
Comment 6 albert 2016-08-22 09:42:08 UTC
I've just pushed a proposed patch to github (pull request 504)
Comment 7 albert 2016-08-28 16:13:01 UTC
Code has been integrated in the master branch on github.
Comment 8 Dimitri van Heesch 2016-09-05 13:46:24 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.12. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information 
that you think can be relevant (preferably in the form of a self-contained example).