On 02/21/2016 04:39 PM, Arnie Stender wrote:
Hi Folks, I am in the process of compiling xorg from the 7.8 book and got as far as colord without too many problems. I compiled all the required packages without issues but the make for colord ended with errors below:Making all in colorhug make[3]: Entering directory '/home/astender/blfs/xsource/colord-1.2.12/lib/colorhug' GISCAN ColorHug-1.0.gir Couldn't find include 'GUsb-1.0.gir' (search path: ['.', '../../lib/colord', '.', 'gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0', '/usr/share/gir-1.0']) /usr/share/gobject-introspection-1.0/Makefile.introspection:153: recipe for target 'ColorHug-1.0.gir' failed make[3]: *** [ColorHug-1.0.gir] Error 1 make[3]: Leaving directory '/home/astender/blfs/xsource/colord-1.2.12/lib/colorhug' Makefile:471: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/astender/blfs/xsource/colord-1.2.12/lib' Makefile:576: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/astender/blfs/xsource/colord-1.2.12' Makefile:508: recipe for target 'all' failed make: *** [all] Error 2 Any ideas on what I must have missed? Thanks in advance, Arnie
Well colord isn't part of Xorg, but I guess you're probably building GTK. In any case, what it's complaining about it that you apparently have gobject-introspection installed, but some dependency of colord (looks like libgusb) was built without gobject-introspection support. It should be enough to rebuild libgusb so it finds gobject-introspection, then rebuild colord.
-- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
