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 790998 - Meson: invalid arguments passed to gnome.gtkdoc()
Meson: invalid arguments passed to gnome.gtkdoc()
Status: RESOLVED NOTGNOME
Product: glib
Classification: Platform
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks: 790954
 
 
Reported: 2017-11-29 17:22 UTC by Xavier Claessens
Modified: 2017-11-29 17:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2017-11-29 17:22:53 UTC
Calls to gnome.gtkdoc() pass "mode", "namespace" and "expand_content_files" arguments that does not exists. Meson configure warns about them.

I see that expand_content_files is a thing in the corresponding Makefile.am, so probably that needs to be added into Meson?

But mode and namespace seems to come from nowhere, should they be just dropped?
Comment 1 Xavier Claessens 2017-11-29 17:36:23 UTC
This is actually a meson bug, those 3 args are used by gnome.gtkdoc() but where not in the permittedKwargs decorator.
Comment 2 Patrick Griffis (tingping) 2017-11-29 17:38:03 UTC
This was fixed in Meson by https://github.com/mesonbuild/meson/commit/643d3a4976867faf315e96d7135bfe35dd7b4193