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 778730 - doxygen build fails
doxygen build fails
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
1.8.13
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2017-02-16 01:59 UTC by Leo Carreon
Modified: 2018-02-20 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ZIP file containing doxygen configuration file and doxygen log file (28.80 KB, application/x-zip-compressed)
2017-02-16 01:59 UTC, Leo Carreon
Details

Description Leo Carreon 2017-02-16 01:59:40 UTC
Created attachment 345909 [details]
ZIP file containing doxygen configuration file and doxygen log file

I have a doxygen project which builds successfully.

When I remove one function from one of the classes in the project, doxygen fails to build successfully.  It appears to be failing at the point it calls latex.

I have no clue how to resolve this problem thus all I could do is supply you with the configuration file I'm using and a copy of the doxygen log.

Can you please let me know how to resolve this issue.
Comment 1 André Klapper 2017-02-16 17:29:40 UTC
So you are not compiling Doxygen itself, but a project in Doxygen?

From your attachment:

[322
! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pd
fstartlink.
\AtBegShi@Output ...ipout \box \AtBeginShipoutBox 
                                                  \fi \fi 
l.283 \end{DoxyParams}
Comment 2 Leo Carreon 2017-02-16 18:22:05 UTC
No I'm not compiling doxygen, I'm running a build on my library which invokes doxygen to generate my library documentation.

This type of error is out of my depth because I only know how to create the doxygen configuration file and the doxygen special comment blocks.  I have not really studied the internal workings of doxygen and how it generates my PDF documentation.
Comment 3 albert 2017-02-17 18:16:44 UTC
Can you please attach a self-contained example (source+config file in a tar or zip) that allows us to reproduce the problem?
Comment 4 Leo Carreon 2017-02-17 21:25:17 UTC
I'm sorry I'm unable to reproduce the same problem in a small example and I'm unwilling to send my complete library.

Also, I have opted to produce HTML documentation instead of PDF therefore I'm changing the severity of this bug report.
Comment 5 albert 2017-09-03 17:22:04 UTC
It is indeed hard to reproduce this problem but some severe effort it was possible, the problem is also quite sensible for small changes in the layout.


I just pushed a proposed patch to github (pull request 600)
Comment 6 albert 2017-09-27 11:06:50 UTC
Has been integrated in the main branch of github (September 21. 2017)
Comment 7 Dimitri van Heesch 2017-12-25 18:43:46 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.14. 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).