Failure to build Spice-Gtk-0.7.70

Asked by Boris Derzhavets

Previous version 0.7.66 has been built OK. Now original code changed. Locally same build commits just fine
creating working debian packages. At launchpad I get error :-

make[3]: Entering directory `/build/buildd/spice-gtk-0.7~70/build-gtk3/vapi'
  GEN spice-client-glib-2.0.vapi
Generation succeeded - 0 warning(s)
  GEN spice-client-gtk-3.0.vapi
error: Package `SpiceClientGLib-2.0' not found in specified Vala API directories or GObject-Introspection GIR directories

This code was not executed in 0.7.66 build.
View details in ppa https://launchpad.net/~bderzhavets/+archive/lib-usbredir21
Build log
https://launchpadlibrarian.net/84347830/buildlog_ubuntu-precise-amd64.spice-gtk_0.7%7E70-2ubuntu7_FAILEDTOBUILD.txt.gz

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu spice Edit question
Assignee:
No assignee Edit question
Solved by:
Boris Derzhavets
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Try:

sudo add-apt-repository ppa:bderzhavets/lib-usbredir1; sudo apt-get update; sudo apt-get -y upgrade

I found that here:
https://launchpad.net/~bderzhavets/+archive/lib-usbredir1

Revision history for this message
Boris Derzhavets (bderzhavets) said :
#2

It 's my old repository with 0.7.46 build. Answer is not connected to ongoing issue

Revision history for this message
Boris Derzhavets (bderzhavets) said :
#3

After "git pull" update to vapi/Makefile.am shows up.
It fixes error in the build 0.7.70.
Spice-Gtk-0.7.70 has been built successfully.