GNOME Bugzilla – Bug 720526
Package `libvalashared' not found
Last modified: 2013-12-16 14:24:04 UTC
Found a very strange building problem about gnome-code-assistance while building with jhbuild. This only occurs when build against the all git packages, it builds fine against all released packages. With a clean build, got the folloing error: make[1]: Entering directory '/abs/jhbuild/gnome/gnome-code-assistance' VALAC backends_vala_libvalashared_la_vala.stamp VALAC backends_vala_vala_vala.stamp error: Package `libvalashared' not found in specified Vala API directories or GObject-Introspection GIR directories Compilation failed: 1 error(s), 0 warning(s) VALAC backends_vala_valahelper_vala.stamp Makefile:2066: recipe for target 'backends_vala_vala_vala.stamp' failed make[1]: *** [backends_vala_vala_vala.stamp] Error 1 make[1]: *** Waiting for unfinished jobs.... error: Package `libvalashared' not found in specified Vala API directories or GObject-Introspection GIR directories Compilation failed: 1 error(s), 0 warning(s) Makefile:2028: recipe for target 'backends_vala_valahelper_vala.stamp' failed make[1]: *** [backends_vala_valahelper_vala.stamp] Error 1 make[1]: Leaving directory '/abs/jhbuild/gnome/gnome-code-assistance' Makefile:1293: recipe for target 'all' failed make: *** [all] Error 2 Then, if rebuilds again without clean the building directory, it will build.