[core-updates-frozen] Gtk documentation generation fails.

  • Open
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Mathieu Othacehe
Severity
normal
M
M
Mathieu Othacehe wrote on 19 Aug 2021 16:14
(address . bug-guix@gnu.org)
877dghed2y.fsf@gnu.org
Hello,

The generation of the documentation of the Gnome projects is broken on
core-updates-frozen. Passing the "-Dgtk_doc=true" build option to evince
or libhandy packages results in the following error:

Toggle snippet (8 lines)
Traceback (most recent call last):
File "/gnu/store/6dk7w7g7kbr5cnp0kiym3f68l1g26xbx-python-3.9.6/lib/python3.9/shutil.py", line 806, in move
os.rename(src, real_dst)
FileNotFoundError: [Errno 2] No such file or directory: '/home/mathieu/libhandy/_build/doc/html/libhandy.devhelp2' -> '/home/mathieu/libhandy/_build/doc/html/libhandy-1.devhelp2'

During handling of the above exception, another exception occurred:

According to strace, xsltproc is called to generate the
libhandy.devhelp2 document this way:

Toggle snippet (3 lines)
/gnu/store/5fy04b79bmzajbgz21jibkgmn38frkrx-libxslt-1.1.34/bin/xsltproc --path /home/mathieu/libhandy/doc:/home/mathieu/libhandy/_build/doc --nonet --xinclude --stringparam gtkdoc.bookname libhandy --stringparam gtkdoc.version 1.33.1 /gnu/store/vh5gjvlbns7s26r8x6282165xqrk137l-gtk-doc-1.33.2/share/gtk-doc/data/gtk-doc.xsl ../handy-docs.xml

However the final document never shows up. The output log contains
several errors such as this one:

Toggle snippet (3 lines)
Error: no ID for constraint linkend: "GtkDrawingArea".

that should be harmless.

Thanks,

Mathieu
M
M
Maxim Cournoyer wrote on 21 Nov 2021 06:33
(name . Mathieu Othacehe)(address . othacehe@gnu.org)(address . 50122@debbugs.gnu.org)
87v90mcbu8.fsf@gmail.com
Hello,

Mathieu Othacehe <othacehe@gnu.org> writes:

Toggle quote (27 lines)
> Hello,
>
> The generation of the documentation of the Gnome projects is broken on
> core-updates-frozen. Passing the "-Dgtk_doc=true" build option to evince
> or libhandy packages results in the following error:
>
> Traceback (most recent call last):
> File "/gnu/store/6dk7w7g7kbr5cnp0kiym3f68l1g26xbx-python-3.9.6/lib/python3.9/shutil.py", line 806, in move
> os.rename(src, real_dst)
> FileNotFoundError: [Errno 2] No such file or directory: '/home/mathieu/libhandy/_build/doc/html/libhandy.devhelp2' -> '/home/mathieu/libhandy/_build/doc/html/libhandy-1.devhelp2'
>
> During handling of the above exception, another exception occurred:
>
>
> According to strace, xsltproc is called to generate the
> libhandy.devhelp2 document this way:
>
> /gnu/store/5fy04b79bmzajbgz21jibkgmn38frkrx-libxslt-1.1.34/bin/xsltproc --path /home/mathieu/libhandy/doc:/home/mathieu/libhandy/_build/doc --nonet --xinclude --stringparam gtkdoc.bookname libhandy --stringparam gtkdoc.version 1.33.1 /gnu/store/vh5gjvlbns7s26r8x6282165xqrk137l-gtk-doc-1.33.2/share/gtk-doc/data/gtk-doc.xsl ../handy-docs.xml
>
>
> However the final document never shows up. The output log contains
> several errors such as this one:
>
> Error: no ID for constraint linkend: "GtkDrawingArea".
>
> that should be harmless.

I just checked; still an issue.

Maxim
?