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 758895 - jhbuild: Package `libvala-0.30' not found in specified Vala API directories or GObject-Introspection GIR directories
jhbuild: Package `libvala-0.30' not found in specified Vala API directories o...
Status: RESOLVED DUPLICATE of bug 759215
Product: gnome-builder
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-12-01 12:14 UTC by alex diavatis
Modified: 2015-12-22 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description alex diavatis 2015-12-01 12:14:58 UTC
jhbuild build gnome-builder

Making all in vala-pack
make[3]: Entering directory '/run/media/alex/backup250/jhbuild/gnome-builder/plugins/vala-pack'
git.mk: Generating .gitignore
  VALAC    libvala_pack_plugin_la_vala.stamp
error: Package `libvala-0.30' not found in specified Vala API directories or GObject-Introspection GIR directories
Compilation failed: 1 error(s), 0 warning(s)
Makefile:850: recipe for target 'libvala_pack_plugin_la_vala.stamp' failed
make[3]: *** [libvala_pack_plugin_la_vala.stamp] Error 1
make[3]: Leaving directory '/run/media/alex/backup250/jhbuild/gnome-builder/plugins/vala-pack'
Makefile:537: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/run/media/alex/backup250/jhbuild/gnome-builder/plugins'
Makefile:653: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/run/media/alex/backup250/jhbuild/gnome-builder'
Makefile:564: recipe for target 'all' failed
make: *** [all] Error 2

JHBuild env:

pkg-config --cflags --libs libvala-0.32
-I/opt/gnome-next/include/vala-0.32 -I/opt/gnome-next/include/glib-2.0 -I/opt/gnome-next/lib/glib-2.0/include -L/opt/gnome-next/lib -lvala-0.32 -lgobject-2.0 -lglib-2.0 


pkg-config --cflags --libs libvala-0.30
-I/opt/gnome-next/include/glib-2.0 -I/opt/gnome-next/lib/glib-2.0/include -I/usr/include/vala-0.30 -L/opt/gnome-next/lib -lvala-0.30 -lgobject-2.0 -lglib-2.0
Comment 1 Christian Hergert 2015-12-02 10:26:33 UTC
Have you recently updated vala? They just recently released 0.32 which means the 0.30 pkg-config may no longer be installed. If you re-configure you'll probably see the plugin is disabled due to not finding the package.
Comment 2 alex diavatis 2015-12-22 15:59:27 UTC

*** This bug has been marked as a duplicate of bug 759215 ***