Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 25.66 KB | None | 0 0
  1. [alaneuler@arch ~]$ jhbuild buildone colord
  2. *** Checking out colord *** [1/1]
  3. git remote set-url origin git://github.com/hughsie/colord.git
  4. git remote update origin
  5. Fetching origin
  6. git rebase origin/master
  7. Current branch master is up to date.
  8. *** Configuring colord *** [1/1]
  9. /home/alaneuler/jhbuild/checkout/colord/autogen.sh --prefix /home/alaneuler/jhbuild/install --disable-Werror --disable-examples --disable-strict --disable-bash-completion --with-systemdsystemunitdir=no --disable-static --disable-gtk-doc
  10. Copying file po/Makefile.in.in
  11. autoreconf: Entering directory `.'
  12. autoreconf: running: intltoolize --automake --copy --force
  13. autoreconf: running: aclocal  --force -I m4 ${ACLOCAL_FLAGS}
  14. autoreconf: configure.ac: tracing
  15. autoreconf: running: libtoolize --copy --force
  16. libtoolize: putting auxiliary files in '.'.
  17. libtoolize: copying file './ltmain.sh'
  18. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  19. libtoolize: copying file 'm4/libtool.m4'
  20. libtoolize: copying file 'm4/ltoptions.m4'
  21. libtoolize: copying file 'm4/ltsugar.m4'
  22. libtoolize: copying file 'm4/ltversion.m4'
  23. libtoolize: copying file 'm4/lt~obsolete.m4'
  24. autoreconf: running: /usr/bin/autoconf --force
  25. autoreconf: running: /usr/bin/autoheader --force
  26. autoreconf: running: automake --add-missing --copy --force-missing
  27. configure.ac:87: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
  28. configure.ac:87: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
  29. configure.ac:87: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
  30. configure.ac:15: installing './compile'
  31. configure.ac:12: installing './missing'
  32. client/Makefile.am: installing './depcomp'
  33. contrib/session-helper/Makefile.am:38: warning: source file '$(top_srcdir)/src/cd-debug.c' is in a subdirectory,
  34. contrib/session-helper/Makefile.am:38: but option 'subdir-objects' is disabled
  35. automake: warning: possible forward-incompatibility.
  36. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  37. automake: automake option hasn't been enabled.  For now, the corresponding output
  38. automake: object file(s) will be placed in the top-level directory.  However,
  39. automake: this behaviour will change in future Automake versions: they will
  40. automake: unconditionally cause object files to be placed in the same subdirectory
  41. automake: of the corresponding sources.
  42. automake: You are advised to start using 'subdir-objects' option throughout your
  43. automake: project, to avoid future incompatibilities.
  44. src/sensors/Makefile.am:47: warning: source file '../cd-common.c' is in a subdirectory,
  45. src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
  46. src/sensors/Makefile.am:47: warning: source file '../cd-sensor.c' is in a subdirectory,
  47. src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
  48. src/sensors/Makefile.am:47: warning: source file '../cd-debug.c' is in a subdirectory,
  49. src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
  50. autoreconf: Leaving directory `.'
  51. configure: WARNING: unrecognized options: --disable-Werror, --disable-strict
  52. checking for a BSD-compatible install... /usr/bin/install -c
  53. checking whether build environment is sane... yes
  54. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  55. checking for gawk... gawk
  56. checking whether make sets $(MAKE)... yes
  57. checking whether make supports nested variables... yes
  58. checking whether UID '1000' is supported by ustar format... yes
  59. checking whether GID '1000' is supported by ustar format... yes
  60. checking how to create a ustar tar archive... gnutar
  61. checking build system type... x86_64-unknown-linux-gnu
  62. checking host system type... x86_64-unknown-linux-gnu
  63. checking how to print strings... printf
  64. checking for style of include used by make... GNU
  65. checking for gcc... gcc
  66. checking whether the C compiler works... yes
  67. checking for C compiler default output file name... a.out
  68. checking for suffix of executables...
  69. checking whether we are cross compiling... no
  70. checking for suffix of object files... o
  71. checking whether we are using the GNU C compiler... yes
  72. checking whether gcc accepts -g... yes
  73. checking for gcc option to accept ISO C89... none needed
  74. checking whether gcc understands -c and -o together... yes
  75. checking dependency style of gcc... gcc3
  76. checking for a sed that does not truncate output... /usr/bin/sed
  77. checking for grep that handles long lines and -e... /usr/bin/grep
  78. checking for egrep... /usr/bin/grep -E
  79. checking for fgrep... /usr/bin/grep -F
  80. checking for ld used by gcc... /usr/bin/ld
  81. checking if the linker (/usr/bin/ld) is GNU ld... yes
  82. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  83. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  84. checking whether ln -s works... yes
  85. checking the maximum length of command line arguments... 1572864
  86. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  87. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  88. checking for /usr/bin/ld option to reload object files... -r
  89. checking for objdump... objdump
  90. checking how to recognize dependent libraries... pass_all
  91. checking for dlltool... no
  92. checking how to associate runtime and link libraries... printf %s\n
  93. checking for ar... ar
  94. checking for archiver @FILE support... @
  95. checking for strip... strip
  96. checking for ranlib... ranlib
  97. checking command to parse /usr/bin/nm -B output from gcc object... ok
  98. checking for sysroot... no
  99. checking for a working dd... /usr/bin/dd
  100. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  101. checking for mt... no
  102. checking if : is a manifest tool... no
  103. checking how to run the C preprocessor... gcc -E
  104. checking for ANSI C header files... yes
  105. checking for sys/types.h... yes
  106. checking for sys/stat.h... yes
  107. checking for stdlib.h... yes
  108. checking for string.h... yes
  109. checking for memory.h... yes
  110. checking for strings.h... yes
  111. checking for inttypes.h... yes
  112. checking for stdint.h... yes
  113. checking for unistd.h... yes
  114. checking for dlfcn.h... yes
  115. checking for objdir... .libs
  116. checking if gcc supports -fno-rtti -fno-exceptions... no
  117. checking for gcc option to produce PIC... -fPIC -DPIC
  118. checking if gcc PIC flag -fPIC -DPIC works... yes
  119. checking if gcc static flag -static works... yes
  120. checking if gcc supports -c -o file.o... yes
  121. checking if gcc supports -c -o file.o... (cached) yes
  122. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  123. checking whether -lc should be explicitly linked in... no
  124. checking dynamic linker characteristics... GNU/Linux ld.so
  125. checking how to hardcode library paths into programs... immediate
  126. checking whether stripping libraries is possible... yes
  127. checking if libtool supports shared libraries... yes
  128. checking whether to build shared libraries... yes
  129. checking whether to build static libraries... no
  130. checking for pkg-config... /usr/bin/pkg-config
  131. checking pkg-config is at least version 0.9.0... yes
  132. checking for gobject-introspection... yes
  133. checking for pkg-config... (cached) /usr/bin/pkg-config
  134. checking pkg-config is at least version 0.16... yes
  135. checking for gtk-doc... yes
  136. checking for gtkdoc-check... gtkdoc-check.test
  137. checking for gtkdoc-check... /home/alaneuler/jhbuild/install/bin/gtkdoc-check
  138. checking for gtkdoc-rebase... /home/alaneuler/jhbuild/install/bin/gtkdoc-rebase
  139. checking for gtkdoc-mkpdf... /home/alaneuler/jhbuild/install/bin/gtkdoc-mkpdf
  140. checking whether to build gtk-doc documentation... no
  141. checking for GTKDOC_DEPS... yes
  142. checking whether make supports nested variables... (cached) yes
  143. checking for linguas... as bn_IN ca cs da de el en_GB eo es eu fi fr gl gu he hi hu id is it ja kk kn ko lt lv ml mr nb nl oc or pa pl pt pt_BR ro ru sk sl sr sr@latin sv ta th tr uk zh_CN zh_TW
  144. checking for gcc... (cached) gcc
  145. checking whether we are using the GNU C compiler... (cached) yes
  146. checking whether gcc accepts -g... (cached) yes
  147. checking for gcc option to accept ISO C89... (cached) none needed
  148. checking whether gcc understands -c and -o together... (cached) yes
  149. checking dependency style of gcc... (cached) gcc3
  150. checking whether NLS is requested... yes
  151. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*)\${ <-- HERE ?([A-Z_]+)}?(.*)$/ at /usr/bin/intltool-update line 1065.
  152. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1193.
  153. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1194.
  154. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_VERSION}?/ at /usr/bin/intltool-update line 1195.
  155. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?VERSION}?/ at /usr/bin/intltool-update line 1196.
  156. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1222.
  157. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1223.
  158. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_VERSION}?/ at /usr/bin/intltool-update line 1224.
  159. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?VERSION}?/ at /usr/bin/intltool-update line 1225.
  160. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?\w+}?/ at /usr/bin/intltool-update line 1226.
  161. checking for intltool >= 0.35.0... 0.51.0 found
  162. checking for intltool-update... /usr/bin/intltool-update
  163. checking for intltool-merge... /usr/bin/intltool-merge
  164. checking for intltool-extract... /usr/bin/intltool-extract
  165. checking for xgettext... /home/alaneuler/jhbuild/install/bin/xgettext
  166. checking for msgmerge... /home/alaneuler/jhbuild/install/bin/msgmerge
  167. checking for msgfmt... /home/alaneuler/jhbuild/install/bin/msgfmt
  168. checking for gmsgfmt... /home/alaneuler/jhbuild/install/bin/msgfmt
  169. checking for perl... /usr/bin/perl
  170. checking for perl >= 5.8.1... 5.24.0
  171. checking for XML::Parser... ok
  172. checking for xsltproc... /usr/bin/xsltproc
  173. checking whether gcc understands -Wall... yes
  174. checking whether gcc understands -Wstrict-prototypes... yes
  175. checking whether gcc understands -Wnested-externs... yes
  176. checking whether gcc understands -Werror=missing-prototypes... yes
  177. checking whether gcc understands -Werror=implicit-function-declaration... yes
  178. checking whether gcc understands -Werror=pointer-arith... yes
  179. checking whether gcc understands -Werror=init-self... yes
  180. checking whether gcc understands -Werror=format-security... no
  181. checking whether gcc understands -Werror=format=2... yes
  182. checking whether gcc understands -Werror=missing-include-dirs... yes
  183. checking whether gcc understands -Werror=return-type... yes
  184. checking whether gcc understands -Wmissing-declarations... yes
  185. checking whether gcc understands -Wcast-align... yes
  186. checking whether gcc understands -Wwrite-strings... yes
  187. checking whether gcc understands -Wreturn-type... yes
  188. checking whether gcc understands -Wformat-nonliteral... yes
  189. checking whether gcc understands -Wmissing-format-attribute... yes
  190. checking whether gcc understands -Wclobbered... yes
  191. checking whether gcc understands -Wempty-body... yes
  192. checking whether gcc understands -Wignored-qualifiers... yes
  193. checking whether gcc understands -Wsign-compare... yes
  194. checking whether gcc understands -Wtype-limits... yes
  195. checking whether gcc understands -Wuninitialized... yes
  196. checking whether gcc understands -Waggregate-return... yes
  197. checking whether gcc understands -Wdeclaration-after-statement... yes
  198. checking whether gcc understands -Wshadow... yes
  199. checking whether gcc understands -Wno-strict-aliasing... yes
  200. checking whether gcc understands -Winline... yes
  201. checking whether gcc understands -Wmissing-parameter-type... yes
  202. checking whether gcc understands -Woverride-init... yes
  203. checking whether gcc understands -Wno-discarded-qualifiers... yes
  204. checking whether gcc understands -Wformat-signedness... yes
  205. checking what warning flags to pass to the C compiler...  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -Werror=return-type -Wmissing-declarations -Wcast-align -Wwrite-strings -Wreturn-type -Wformat-nonliteral -Wmissing-format-attribute -Wclobbered -Wempty-body -Wignored-qualifiers -Wsign-compare -Wtype-limits -Wuninitialized -Waggregate-return -Wdeclaration-after-statement -Wshadow -Wno-strict-aliasing -Winline -Wmissing-parameter-type -Woverride-init -Wno-discarded-qualifiers -Wformat-signedness
  206. checking what language compliance flags to pass to the C compiler...
  207. checking for msgfmt... (cached) /home/alaneuler/jhbuild/install/bin/msgfmt
  208. checking for gmsgfmt... (cached) /home/alaneuler/jhbuild/install/bin/msgfmt
  209. checking for xgettext... (cached) /home/alaneuler/jhbuild/install/bin/xgettext
  210. checking for msgmerge... (cached) /home/alaneuler/jhbuild/install/bin/msgmerge
  211. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  212. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  213. checking for shared library run path origin... done
  214. checking for CFPreferencesCopyAppValue... no
  215. checking for CFLocaleCopyCurrent... no
  216. checking for GNU gettext in libc... yes
  217. checking whether to use NLS... yes
  218. checking where the gettext function comes from... libc
  219. checking for cos in -lm... yes
  220. checking for pkg-config... (cached) /usr/bin/pkg-config
  221. checking pkg-config is at least version 0.16... yes
  222. checking whether C compiler accepts -fPIE... yes
  223. checking whether the linker accepts -fPIE -pie... yes
  224. checking whether the linker accepts -Wl,-z,relro,-z,now... yes
  225. checking pwd.h usability... yes
  226. checking pwd.h presence... yes
  227. checking for pwd.h... yes
  228. checking syslog.h usability... yes
  229. checking syslog.h presence... yes
  230. checking for syslog.h... yes
  231. checking for getuid... yes
  232. checking for GLIB... yes
  233. checking for  defined... yes
  234. checking for GLIB_UNIX... yes
  235. checking for GUSB... yes
  236. checking for LCMS... yes
  237. checking for SQLITE... yes
  238. checking for UDEV... yes
  239. checking for GUDEV... yes
  240. checking for docbook2man... /usr/bin/docbook2man
  241. checking for POLKIT... yes
  242. checking for LIBSYSTEMD... yes
  243. checking for spotread... /usr/bin/spotread
  244. checking that generated files are newer than configure... done
  245. configure: creating ./config.status
  246. config.status: creating Makefile
  247. config.status: creating contrib/Makefile
  248. config.status: creating contrib/session-helper/Makefile
  249. config.status: creating contrib/colord-sane/Makefile
  250. config.status: creating examples/Makefile
  251. config.status: creating man/Makefile
  252. config.status: creating doc/Makefile
  253. config.status: creating doc/api/Makefile
  254. config.status: creating doc/api/dbus/Makefile
  255. config.status: creating doc/api/version.xml
  256. config.status: creating data/Makefile
  257. config.status: creating data/cmf/Makefile
  258. config.status: creating data/illuminant/Makefile
  259. config.status: creating data/figures/Makefile
  260. config.status: creating data/profiles/Makefile
  261. config.status: creating data/ref/Makefile
  262. config.status: creating data/ti1/Makefile
  263. config.status: creating data/org.freedesktop.ColorManager.conf
  264. config.status: creating data/tests/Makefile
  265. config.status: creating policy/Makefile
  266. config.status: creating rules/Makefile
  267. config.status: creating rules/69-cd-sensors.rules
  268. config.status: creating po/Makefile.in
  269. config.status: creating src/Makefile
  270. config.status: creating src/plugins/Makefile
  271. config.status: creating src/sensors/Makefile
  272. config.status: creating client/Makefile
  273. config.status: creating lib/Makefile
  274. config.status: creating lib/colord/cd-version.h
  275. config.status: creating lib/colord/colord.pc
  276. config.status: creating lib/colord/Makefile
  277. config.status: creating lib/colorhug/Makefile
  278. config.status: creating lib/colorhug/colorhug.pc
  279. config.status: creating lib/colorhug/ch-version.h
  280. config.status: creating lib/compat/Makefile
  281. config.status: creating lib/dtp94/Makefile
  282. config.status: creating lib/huey/Makefile
  283. config.status: creating lib/munki/Makefile
  284. config.status: creating lib/ospark/Makefile
  285. config.status: creating config.h
  286. config.status: config.h is unchanged
  287. config.status: executing depfiles commands
  288. config.status: executing libtool commands
  289. config.status: executing po-directories commands
  290. config.status: creating po/POTFILES
  291. config.status: creating po/Makefile
  292. config.status: executing po/stamp-it commands
  293. configure: WARNING: unrecognized options: --disable-Werror, --disable-strict
  294.  
  295.                    colord 1.3.5
  296.                  ===================
  297.  
  298.        prefix:                    /home/alaneuler/jhbuild/install
  299.        datadir:                   ${datarootdir}
  300.        compiler:                  gcc
  301.        cflags:                    -g -O2
  302.        cppflags:                  
  303.        cd-it8:                    $(top_builddir)/client/cd-it8
  304.        cd-create-profile:         $(top_builddir)/client/cd-create-profile
  305.        gobject-introspection:     yes
  306.        PolicyKit support:         yes
  307.        Reverse engineering tools: no
  308.        BASH completion support:   no
  309.        SANE support:              no
  310.        Udev support:              yes
  311.        GUsb support:              yes
  312.        Build daemon:              yes
  313.        Extra print profiles:      no
  314.        Install tests:             no
  315.        ArgyllCMS sensor:          yes
  316.        Building libcolordcompat:  no
  317.        Vala API generator:        no
  318.        Daemon user:               root
  319.        udev rules.d dir:          /usr/lib/udev/rules.d
  320.        systemd-login support:     yes
  321.        systemd service dir:       no
  322.        tmpfiles.d dir:            /usr/lib/tmpfiles.d
  323.        Session helper support:    yes
  324.        Unix support:              yes
  325.  
  326. *******************************************************************
  327. ** RUNNING THIS AS root ISN'T A GOOD IDEA SEE --with-daemon-user **
  328. *******************************************************************
  329. *** Building colord *** [1/1]
  330. make -j 5
  331. make  all-recursive
  332. make[1]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord'
  333. Making all in lib
  334. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  335. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  336. Making all in colord
  337. make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/compat'
  338. make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/compat'
  339. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  340. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colord'
  341.   GISCAN   Colord-1.0.gir
  342.   GICOMP   Colord-1.0.gir
  343. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colord'
  344. Making all in colorhug
  345. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colorhug'
  346. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colorhug'
  347. Making all in dtp94
  348. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/dtp94'
  349. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/dtp94'
  350. Making all in huey
  351. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/huey'
  352. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/huey'
  353. Making all in ospark
  354. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/ospark'
  355. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/ospark'
  356. Making all in munki
  357. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/munki'
  358. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/munki'
  359. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  360. make[3]: Nothing to be done for 'all-am'.
  361. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  362. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  363. Making all in po
  364. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/po'
  365. make[2]: Nothing to be done for 'all'.
  366. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/po'
  367. Making all in client
  368. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/client'
  369.   CC       cd_it8-cd-it8.o
  370.   CC       cd_fix_profile-cd-fix-profile.o
  371.   CC       colormgr-cd-util.o
  372.   CCLD     cd-it8
  373.   CCLD     cd-fix-profile
  374.   CCLD     colormgr
  375. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/client'
  376. Making all in contrib
  377. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  378. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  379. Making all in session-helper
  380. make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/colord-sane'
  381. make[4]: *** No rule to make target '.gitignore'.  Stop.
  382. make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/colord-sane'
  383. Skipping colord-sane
  384. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  385. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/session-helper'
  386.   CC       colord_session-cd-main.o
  387.   CCLD     colord-session
  388. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/session-helper'
  389. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  390. make[3]: Nothing to be done for 'all-am'.
  391. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  392. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  393. Making all in doc
  394. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
  395. Making all in api
  396. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
  397. Making all in dbus
  398. make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api/dbus'
  399. make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api/dbus'
  400. make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
  401. make[4]: Nothing to be done for 'all-am'.
  402. make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
  403. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
  404. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
  405. make[3]: Nothing to be done for 'all-am'.
  406. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
  407. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
  408. Making all in examples
  409. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/examples'
  410. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/examples'
  411. Making all in data
  412. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
  413. Making all in cmf
  414. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/cmf'
  415. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/cmf'
  416. Making all in illuminant
  417. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/illuminant'
  418. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/illuminant'
  419. Making all in profiles
  420. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/profiles'
  421. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/profiles'
  422. Making all in figures
  423. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/figures'
  424. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/figures'
  425. Making all in ref
  426. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ref'
  427. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ref'
  428. Making all in tests
  429. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/tests'
  430. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/tests'
  431. Making all in ti1
  432. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ti1'
  433. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ti1'
  434. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
  435. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
  436. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
  437. Making all in man
  438. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/man'
  439.   GEN      colormgr.1
  440.   GEN      cd-fix-profile.1
  441.   GEN      cd-create-profile.1
  442.   GEN      cd-it8.1
  443. make[2]: *** [Makefile:659: cd-fix-profile.1] Error 8
  444. make[2]: *** Waiting for unfinished jobs....
  445. make[2]: *** [Makefile:653: colormgr.1] Error 8
  446. make[2]: *** [Makefile:662: cd-it8.1] Error 8
  447. make[2]: *** [Makefile:656: cd-create-profile.1] Error 8
  448. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/man'
  449. make[1]: *** [Makefile:579: all-recursive] Error 1
  450. make[1]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord'
  451. make: *** [Makefile:511: all] Error 2
  452. *** Error during phase build of colord: ########## Error running make -j 5  *** [1/1]
  453.  
  454.   [1] Rerun phase build
  455.   [2] Ignore error and continue to install
  456.   [3] Give up on module
  457.   [4] Start shell
  458.   [5] Reload configuration
  459.   [6] Go to phase "wipe directory and start over"
  460.   [7] Go to phase "configure"
  461.   [8] Go to phase "clean"
  462.   [9] Go to phase "distclean"
  463. choice:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement