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 682228 - Fails to build vala bindings.
Fails to build vala bindings.
Status: RESOLVED FIXED
Product: gssdp
Classification: Other
Component: General
0.16.x
Other OpenBSD
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-20 08:10 UTC by Jasper Lievisse Adriaanse
Modified: 2019-02-22 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jasper Lievisse Adriaanse 2012-08-20 08:10:56 UTC
The vala bindings fail to build with:
gmake[2]: Leaving directory `/usr/obj/ports/gssdp-0.12.2/gssdp-0.12.2/doc'
Making all in vala
gmake[2]: Entering directory `/usr/obj/ports/gssdp-0.12.2/gssdp-0.12.2/vala'
/usr/local/bin/vapigen --metadatadir=. \
                      --library=gssdp-1.0 --pkg=gio-2.0 \
                      ../libgssdp/GSSDP-1.0.gir \
                          ./gssdp-1.0-custom.vala && \
echo timestmap > gssdp-1.0.stamp
Generation succeeded - 0 warning(s)
gmake[2]: *** No rule to make target `gssdp-1.0.deps', needed by `all-am'.  Stop.
gmake[2]: Leaving directory `/usr/obj/ports/gssdp-0.12.2/gssdp-0.12.2/vala'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/obj/ports/gssdp-0.12.2/gssdp-0.12.2'
gmake: *** [all] Error 2
*** Error code 2

Is there a target missing for 'gssdp-1.0.deps' somewhere?
Comment 1 Jasper Lievisse Adriaanse 2012-08-20 08:25:18 UTC
Actually, it seems the gssdp-1.0.deps file just didn't make it into the 0.12.2 release tarball.
Comment 2 Jens Georg 2012-08-20 08:29:29 UTC
Hrm. How the hell did make distcheck work then?
Comment 3 Jens Georg 2012-08-20 21:00:48 UTC
This has been released as 0.12.2.1
Comment 4 Jasper Lievisse Adriaanse 2012-08-21 06:29:26 UTC
Thank you.