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 778226 - gvncpulse-1.0 type not found build error
gvncpulse-1.0 type not found build error
Status: RESOLVED NOTABUG
Product: valadoc
Classification: Other
Component: libvaladoc
git master
Other Linux
: Normal normal
: ---
Assigned To: valadoc-maint
valadoc-maint
Depends on:
Blocks:
 
 
Reported: 2017-02-06 05:32 UTC by Blake Kostner
Modified: 2017-02-08 15:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Blake Kostner 2017-02-06 05:32:41 UTC
Valadoc currently returns a build error for gvncpulse-1.0 due to a type not being found. Currently visible in valadoc.org git master.

===== gvncpulse-1.0 =====
valadoc --target-glib 2.99 --driver "0.34" --importdir girs --doclet "." -o "tmp/gvncpulse-1.0" "girs/vala/vapi/gvncpulse-1.0.vapi" --vapidir "girs/vala/vapi" --girdir "girs/gir-1.0" --pkg gvnc-1.0 --importdir "girs/gir-1.0" --import GVncPulse-1.0 --metadatadir documentation/gvncpulse-1.0 --wiki documentation/gvncpulse-1.0/wiki
gvnc-1.0.vapi:95.26-95.43: error: The type name `GLib.SocketAddress' could not be found
Failed: 1 error(s), 0 warning(s)
Comment 1 Rico Tzschichholz 2017-02-07 22:02:41 UTC
Make sure gio-2.0 gets pulled in, Either on the command-line or by adding a proper gvnc-1.0.deps.
Comment 2 Blake Kostner 2017-02-08 06:58:52 UTC
Thank you for the info.

https://github.com/nemequ/vala-girs/pull/11