GNOME Bugzilla – Bug 700165
evince fails to build introspection with Gtk 3.9
Last modified: 2013-06-09 21:22:36 UTC
Since upgrading Gtk to 3.9.0, evince fails to build the introspection part. The build fails with: [ 308s] [ 308s] (process:30409): Gdk-ERROR **: No GDK backend found (*) [ 308s] Command '['/home/abuild/rpmbuild/BUILD/evince-3.8.0/libview/tmp-introspect7O4ZXn/EvinceView-3.0', '--introspect-dump=/home/abuild/rpmbuild/BUILD/evince-3.8.0/libview/tmp-introspect7O4ZXn/functions.txt,/home/abuild/rpmbuild/BUILD/evince-3.8.0/libview/tmp-introspect7O4ZXn/dump.xml']' returned non-zero exit status -5 [ 309s] make[3]: *** [EvinceView-3.0.gir] Error 1 [ 309s] make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/evince-3.8.0/libview' This typically happens on build bots without X running (which should not be needed to build the code anyway). A stack trace of 'process' looks like:
+ Trace 231926
It seems that with GTK+ 3.9.2, this has been 'solved' ? (at least evince 3.8.2 builds (again) with gtk 3.9.2... whereas it failed to build with gtk 3.9.0.
Closing then.