Compiling gnome-shell throws error during compiling phase of colord
Opened this issue · 2 comments
I'm trying to compile the latest gnome-shell on ubuntu 16.04. Using the command jhbuild build gnome-shell
I get the following error for colord:
Makefile:662: recipe for target 'cd-it8.1' failed
make[2]: *** [cd-it8.1] Error 8
make[2]: *** Waiting for unfinished jobs....
Makefile:656: recipe for target 'cd-create-profile.1' failed
make[2]: *** [cd-create-profile.1] Error 8
Makefile:653: recipe for target 'colormgr.1' failed
make[2]: *** [colormgr.1] Error 8
Makefile:659: recipe for target 'cd-fix-profile.1' failed
make[2]: *** [cd-fix-profile.1] Error 8
make[2]: Leaving directory '/home/james/jhbuild/checkout/colord/man'
Makefile:579: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/james/jhbuild/checkout/colord'
Makefile:511: recipe for target 'all' failed
make: *** [all] Error 2
*** Error during phase build of colord: ########## Error running make -j 5 *** [65/84]
Any ideas?
Looks like you need the docbook2man toolchain.
It seems that they are installed already with the latest version:
docbook2man -v
DocBook-utils version 0.6.14 (jw version 1.1)
docbook2x-man --version
/usr/bin/docbook2x-man (part of docbook2X 0.8.8)
$Revision: 1.12 $$Date: 2006/04/14 17:29:04 $
URL:http://docbook2x.sourceforge.net/Copyright (C) 2003-2004 Steve Cheng
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Do I need to install another package?