-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make docs fails #43
Comments
Ah, thanks. The SUSE build does not fail... and it is because we do not run LaTeX at all! https://build.opensuse.org/build/devel:libraries:libyui/openSUSE_Factory/x86_64/libyui-gtk-doc/_log Do you really want the printable output? I don't think it is very useful. |
well I can remove the latex dep into the spec file, but i cannot remove my latex packages on the system, so here it tries to build it, and fails. QT and Ncurses do not fail though. Maybe remove latex from doxygen specification :) |
In that case, disable it by passing -DSKIP_LATEX to cmake. |
fine for me thanks, but the issue cannot be close since it is a broken feature :) |
Since the Gtk backend is not developed or maintained by the YaST Team at SUSE, I'm adding the "other-maintainer" label to this in order to help filtering the various list of issues. |
@mvidner make docs fails (i think also for QT) and open a batch mode:
LaTeX Warning: Reference `classYGWizard' on page 9 undefined on input line 118.
) [9] [10]
Chapter 3.
(./struct__HTMLList.tex (/usr/share/texmf-dist/tex/latex/psnfss/ts1phv.fd))
(./struct__YGtkAdjSize.tex) (./struct__YGtkAdjSizeClass.tex [11])
(./struct__YGtkBarGraph.tex) (./struct__YGtkBarGraphClass.tex)
(./struct__YGtkColoredLabel.tex [12]) (./struct__YGtkColoredLabelClass.tex)
(./struct__YGtkFieldEntry.tex) (./struct__YGtkFieldEntryClass.tex [13])
(./struct__YGtkFixed.tex
<struct__YGtkFixed__coll__graph.pdf, id=393, 252.945pt x 113.42375pt>
) (./struct__YGtkFixedChild.tex
[14 <./struct__YGtkFixed__coll__graph.pdf>]) (./struct__YGtkFixedClass.tex)
(./struct__YGtkHelpDialog.tex) (./struct__YGtkHelpDialogClass.tex [15])
(./struct__YGtkImage.tex
<struct__YGtkImage__coll__graph.pdf, id=464, 194.7275pt x 168.63pt>
Runaway argument?
{\begin {tabbing} xx=xx=xx=xx=xx=xx=xx=xx=xx=\kill union {\ETC.
! Paragraph ended before \hypertarget was complete.
\par
l.32
? q
OK, entering \batchmodeMakefile:6: recipe for target 'refman.pdf' failed
gmake[4]: *** [refman.pdf] Error 1
CMakeFiles/docs.dir/build.make:52: recipe for target 'CMakeFiles/docs' failed
make[3]: *** [CMakeFiles/docs] Error 2
CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/docs.dir/all' failed
make[2]: *** [CMakeFiles/docs.dir/all] Error 2
CMakeFiles/Makefile2:102: recipe for target 'CMakeFiles/docs.dir/rule' failed
make[1]: *** [CMakeFiles/docs.dir/rule] Error 2
Makefile:183: recipe for target 'docs' failed
make: *** [docs] Error 2
[anaselli@gimli build]$
The text was updated successfully, but these errors were encountered: