Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 36.26 KB | None | 0 0
  1. [alaneuler@arch checkout]$ rm -rf colord/
  2. [alaneuler@arch checkout]$ proxychains -q jhbuild buildone colord
  3. *** Checking out colord *** [1/1]
  4. git clone git://github.com/hughsie/colord.git colord
  5. Cloning into 'colord'...
  6. remote: Counting objects: 12851, done.
  7. remote: Compressing objects: 100% (52/52), done.
  8. remote: Total 12851 (delta 19), reused 0 (delta 0), pack-reused 12799
  9. Receiving objects: 100% (12851/12851), 10.45 MiB | 725.00 KiB/s, done.
  10. Resolving deltas: 100% (8833/8833), done.
  11. git remote set-url origin git://github.com/hughsie/colord.git
  12. git remote update origin
  13. Fetching origin
  14. git rebase origin/master
  15. Current branch master is up to date.
  16. *** Configuring colord *** [1/1]
  17. /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
  18. Copying file ABOUT-NLS
  19. Copying file config.rpath
  20. Copying file m4/codeset.m4
  21. Copying file m4/gettext.m4
  22. Copying file m4/glibc2.m4
  23. Copying file m4/glibc21.m4
  24. Copying file m4/iconv.m4
  25. Copying file m4/intdiv0.m4
  26. Copying file m4/intl.m4
  27. Copying file m4/intldir.m4
  28. Copying file m4/intlmacosx.m4
  29. Copying file m4/intmax.m4
  30. Copying file m4/inttypes-pri.m4
  31. Copying file m4/inttypes_h.m4
  32. Copying file m4/lcmessage.m4
  33. Copying file m4/lib-ld.m4
  34. Copying file m4/lib-link.m4
  35. Copying file m4/lib-prefix.m4
  36. Copying file m4/lock.m4
  37. Copying file m4/longlong.m4
  38. Copying file m4/nls.m4
  39. Copying file m4/po.m4
  40. Copying file m4/printf-posix.m4
  41. Copying file m4/progtest.m4
  42. Copying file m4/size_max.m4
  43. Copying file m4/stdint_h.m4
  44. Copying file m4/uintmax_t.m4
  45. Copying file m4/visibility.m4
  46. Copying file m4/wchar_t.m4
  47. Copying file m4/wint_t.m4
  48. Copying file m4/xsize.m4
  49. Copying file po/Makefile.in.in
  50. Copying file po/Makevars.template
  51. Copying file po/Rules-quot
  52. Copying file po/boldquot.sed
  53. Copying file po/en@boldquot.header
  54. Copying file po/en@quot.header
  55. Copying file po/insert-header.sin
  56. Copying file po/quot.sed
  57. Copying file po/remove-potcdate.sin
  58. autoreconf: Entering directory `.'
  59. autoreconf: running: intltoolize --automake --copy --force
  60. autoreconf: running: aclocal  --force -I m4 ${ACLOCAL_FLAGS}
  61. autoreconf: configure.ac: tracing
  62. autoreconf: running: libtoolize --copy --force
  63. libtoolize: putting auxiliary files in '.'.
  64. libtoolize: copying file './ltmain.sh'
  65. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  66. libtoolize: copying file 'm4/libtool.m4'
  67. libtoolize: copying file 'm4/ltoptions.m4'
  68. libtoolize: copying file 'm4/ltsugar.m4'
  69. libtoolize: copying file 'm4/ltversion.m4'
  70. libtoolize: copying file 'm4/lt~obsolete.m4'
  71. autoreconf: running: /usr/bin/autoconf --force
  72. autoreconf: running: /usr/bin/autoheader --force
  73. autoreconf: running: automake --add-missing --copy --force-missing
  74. configure.ac:87: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
  75. configure.ac:87: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
  76. configure.ac:87: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
  77. configure.ac:15: installing './compile'
  78. configure.ac:15: installing './config.guess'
  79. configure.ac:15: installing './config.sub'
  80. configure.ac:12: installing './install-sh'
  81. configure.ac:12: installing './missing'
  82. client/Makefile.am: installing './depcomp'
  83. contrib/session-helper/Makefile.am:38: warning: source file '$(top_srcdir)/src/cd-debug.c' is in a subdirectory,
  84. contrib/session-helper/Makefile.am:38: but option 'subdir-objects' is disabled
  85. automake: warning: possible forward-incompatibility.
  86. automake: At least a source file is in a subdirectory, but the 'subdir-objects'
  87. automake: automake option hasn't been enabled.  For now, the corresponding output
  88. automake: object file(s) will be placed in the top-level directory.  However,
  89. automake: this behaviour will change in future Automake versions: they will
  90. automake: unconditionally cause object files to be placed in the same subdirectory
  91. automake: of the corresponding sources.
  92. automake: You are advised to start using 'subdir-objects' option throughout your
  93. automake: project, to avoid future incompatibilities.
  94. parallel-tests: installing './test-driver'
  95. src/sensors/Makefile.am:47: warning: source file '../cd-common.c' is in a subdirectory,
  96. src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
  97. src/sensors/Makefile.am:47: warning: source file '../cd-sensor.c' is in a subdirectory,
  98. src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
  99. src/sensors/Makefile.am:47: warning: source file '../cd-debug.c' is in a subdirectory,
  100. src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
  101. autoreconf: Leaving directory `.'
  102. configure: WARNING: unrecognized options: --disable-Werror, --disable-strict
  103. checking for a BSD-compatible install... /usr/bin/install -c
  104. checking whether build environment is sane... yes
  105. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  106. checking for gawk... gawk
  107. checking whether make sets $(MAKE)... yes
  108. checking whether make supports nested variables... yes
  109. checking whether UID '1000' is supported by ustar format... yes
  110. checking whether GID '1000' is supported by ustar format... yes
  111. checking how to create a ustar tar archive... gnutar
  112. checking build system type... x86_64-unknown-linux-gnu
  113. checking host system type... x86_64-unknown-linux-gnu
  114. checking how to print strings... printf
  115. checking for style of include used by make... GNU
  116. checking for gcc... gcc
  117. checking whether the C compiler works... yes
  118. checking for C compiler default output file name... a.out
  119. checking for suffix of executables...
  120. checking whether we are cross compiling... no
  121. checking for suffix of object files... o
  122. checking whether we are using the GNU C compiler... yes
  123. checking whether gcc accepts -g... yes
  124. checking for gcc option to accept ISO C89... none needed
  125. checking whether gcc understands -c and -o together... yes
  126. checking dependency style of gcc... gcc3
  127. checking for a sed that does not truncate output... /usr/bin/sed
  128. checking for grep that handles long lines and -e... /usr/bin/grep
  129. checking for egrep... /usr/bin/grep -E
  130. checking for fgrep... /usr/bin/grep -F
  131. checking for ld used by gcc... /usr/bin/ld
  132. checking if the linker (/usr/bin/ld) is GNU ld... yes
  133. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  134. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  135. checking whether ln -s works... yes
  136. checking the maximum length of command line arguments... 1572864
  137. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  138. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  139. checking for /usr/bin/ld option to reload object files... -r
  140. checking for objdump... objdump
  141. checking how to recognize dependent libraries... pass_all
  142. checking for dlltool... no
  143. checking how to associate runtime and link libraries... printf %s\n
  144. checking for ar... ar
  145. checking for archiver @FILE support... @
  146. checking for strip... strip
  147. checking for ranlib... ranlib
  148. checking command to parse /usr/bin/nm -B output from gcc object... ok
  149. checking for sysroot... no
  150. checking for a working dd... /usr/bin/dd
  151. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  152. checking for mt... no
  153. checking if : is a manifest tool... no
  154. checking how to run the C preprocessor... gcc -E
  155. checking for ANSI C header files... yes
  156. checking for sys/types.h... yes
  157. checking for sys/stat.h... yes
  158. checking for stdlib.h... yes
  159. checking for string.h... yes
  160. checking for memory.h... yes
  161. checking for strings.h... yes
  162. checking for inttypes.h... yes
  163. checking for stdint.h... yes
  164. checking for unistd.h... yes
  165. checking for dlfcn.h... yes
  166. checking for objdir... .libs
  167. checking if gcc supports -fno-rtti -fno-exceptions... no
  168. checking for gcc option to produce PIC... -fPIC -DPIC
  169. checking if gcc PIC flag -fPIC -DPIC works... yes
  170. checking if gcc static flag -static works... yes
  171. checking if gcc supports -c -o file.o... yes
  172. checking if gcc supports -c -o file.o... (cached) yes
  173. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  174. checking whether -lc should be explicitly linked in... no
  175. checking dynamic linker characteristics... GNU/Linux ld.so
  176. checking how to hardcode library paths into programs... immediate
  177. checking whether stripping libraries is possible... yes
  178. checking if libtool supports shared libraries... yes
  179. checking whether to build shared libraries... yes
  180. checking whether to build static libraries... no
  181. checking for pkg-config... /usr/bin/pkg-config
  182. checking pkg-config is at least version 0.9.0... yes
  183. checking for gobject-introspection... yes
  184. checking for pkg-config... (cached) /usr/bin/pkg-config
  185. checking pkg-config is at least version 0.16... yes
  186. checking for gtk-doc... yes
  187. checking for gtkdoc-check... gtkdoc-check.test
  188. checking for gtkdoc-check... /home/alaneuler/jhbuild/install/bin/gtkdoc-check
  189. checking for gtkdoc-rebase... /home/alaneuler/jhbuild/install/bin/gtkdoc-rebase
  190. checking for gtkdoc-mkpdf... /home/alaneuler/jhbuild/install/bin/gtkdoc-mkpdf
  191. checking whether to build gtk-doc documentation... no
  192. checking for GTKDOC_DEPS... yes
  193. checking whether make supports nested variables... (cached) yes
  194. 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
  195. checking for gcc... (cached) gcc
  196. checking whether we are using the GNU C compiler... (cached) yes
  197. checking whether gcc accepts -g... (cached) yes
  198. checking for gcc option to accept ISO C89... (cached) none needed
  199. checking whether gcc understands -c and -o together... (cached) yes
  200. checking dependency style of gcc... (cached) gcc3
  201. checking whether NLS is requested... yes
  202. 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.
  203. 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.
  204. 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.
  205. 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.
  206. 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.
  207. 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.
  208. 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.
  209. 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.
  210. 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.
  211. 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.
  212. checking for intltool >= 0.35.0... 0.51.0 found
  213. checking for intltool-update... /usr/bin/intltool-update
  214. checking for intltool-merge... /usr/bin/intltool-merge
  215. checking for intltool-extract... /usr/bin/intltool-extract
  216. checking for xgettext... /home/alaneuler/jhbuild/install/bin/xgettext
  217. checking for msgmerge... /home/alaneuler/jhbuild/install/bin/msgmerge
  218. checking for msgfmt... /home/alaneuler/jhbuild/install/bin/msgfmt
  219. checking for gmsgfmt... /home/alaneuler/jhbuild/install/bin/msgfmt
  220. checking for perl... /usr/bin/perl
  221. checking for perl >= 5.8.1... 5.24.0
  222. checking for XML::Parser... ok
  223. checking for xsltproc... /usr/bin/xsltproc
  224. checking whether gcc understands -Wall... yes
  225. checking whether gcc understands -Wstrict-prototypes... yes
  226. checking whether gcc understands -Wnested-externs... yes
  227. checking whether gcc understands -Werror=missing-prototypes... yes
  228. checking whether gcc understands -Werror=implicit-function-declaration... yes
  229. checking whether gcc understands -Werror=pointer-arith... yes
  230. checking whether gcc understands -Werror=init-self... yes
  231. checking whether gcc understands -Werror=format-security... no
  232. checking whether gcc understands -Werror=format=2... yes
  233. checking whether gcc understands -Werror=missing-include-dirs... yes
  234. checking whether gcc understands -Werror=return-type... yes
  235. checking whether gcc understands -Wmissing-declarations... yes
  236. checking whether gcc understands -Wcast-align... yes
  237. checking whether gcc understands -Wwrite-strings... yes
  238. checking whether gcc understands -Wreturn-type... yes
  239. checking whether gcc understands -Wformat-nonliteral... yes
  240. checking whether gcc understands -Wmissing-format-attribute... yes
  241. checking whether gcc understands -Wclobbered... yes
  242. checking whether gcc understands -Wempty-body... yes
  243. checking whether gcc understands -Wignored-qualifiers... yes
  244. checking whether gcc understands -Wsign-compare... yes
  245. checking whether gcc understands -Wtype-limits... yes
  246. checking whether gcc understands -Wuninitialized... yes
  247. checking whether gcc understands -Waggregate-return... yes
  248. checking whether gcc understands -Wdeclaration-after-statement... yes
  249. checking whether gcc understands -Wshadow... yes
  250. checking whether gcc understands -Wno-strict-aliasing... yes
  251. checking whether gcc understands -Winline... yes
  252. checking whether gcc understands -Wmissing-parameter-type... yes
  253. checking whether gcc understands -Woverride-init... yes
  254. checking whether gcc understands -Wno-discarded-qualifiers... yes
  255. checking whether gcc understands -Wformat-signedness... yes
  256. 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
  257. checking what language compliance flags to pass to the C compiler...
  258. checking for msgfmt... (cached) /home/alaneuler/jhbuild/install/bin/msgfmt
  259. checking for gmsgfmt... (cached) /home/alaneuler/jhbuild/install/bin/msgfmt
  260. checking for xgettext... (cached) /home/alaneuler/jhbuild/install/bin/xgettext
  261. checking for msgmerge... (cached) /home/alaneuler/jhbuild/install/bin/msgmerge
  262. checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
  263. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  264. checking for shared library run path origin... done
  265. checking for CFPreferencesCopyAppValue... no
  266. checking for CFLocaleCopyCurrent... no
  267. checking for GNU gettext in libc... yes
  268. checking whether to use NLS... yes
  269. checking where the gettext function comes from... libc
  270. checking for cos in -lm... yes
  271. checking for pkg-config... (cached) /usr/bin/pkg-config
  272. checking pkg-config is at least version 0.16... yes
  273. checking whether C compiler accepts -fPIE... yes
  274. checking whether the linker accepts -fPIE -pie... yes
  275. checking whether the linker accepts -Wl,-z,relro,-z,now... yes
  276. checking pwd.h usability... yes
  277. checking pwd.h presence... yes
  278. checking for pwd.h... yes
  279. checking syslog.h usability... yes
  280. checking syslog.h presence... yes
  281. checking for syslog.h... yes
  282. checking for getuid... yes
  283. checking for GLIB... yes
  284. checking for  defined... yes
  285. checking for GLIB_UNIX... yes
  286. checking for GUSB... yes
  287. checking for LCMS... yes
  288. checking for SQLITE... yes
  289. checking for UDEV... yes
  290. checking for GUDEV... yes
  291. checking for docbook2man... /usr/bin/docbook2man
  292. checking for POLKIT... yes
  293. checking for LIBSYSTEMD... yes
  294. checking for spotread... /usr/bin/spotread
  295. checking that generated files are newer than configure... done
  296. configure: creating ./config.status
  297. config.status: creating Makefile
  298. config.status: creating contrib/Makefile
  299. config.status: creating contrib/session-helper/Makefile
  300. config.status: creating contrib/colord-sane/Makefile
  301. config.status: creating examples/Makefile
  302. config.status: creating man/Makefile
  303. config.status: creating doc/Makefile
  304. config.status: creating doc/api/Makefile
  305. config.status: creating doc/api/dbus/Makefile
  306. config.status: creating doc/api/version.xml
  307. config.status: creating data/Makefile
  308. config.status: creating data/cmf/Makefile
  309. config.status: creating data/illuminant/Makefile
  310. config.status: creating data/figures/Makefile
  311. config.status: creating data/profiles/Makefile
  312. config.status: creating data/ref/Makefile
  313. config.status: creating data/ti1/Makefile
  314. config.status: creating data/org.freedesktop.ColorManager.conf
  315. config.status: creating data/tests/Makefile
  316. config.status: creating policy/Makefile
  317. config.status: creating rules/Makefile
  318. config.status: creating rules/69-cd-sensors.rules
  319. config.status: creating po/Makefile.in
  320. config.status: creating src/Makefile
  321. config.status: creating src/plugins/Makefile
  322. config.status: creating src/sensors/Makefile
  323. config.status: creating client/Makefile
  324. config.status: creating lib/Makefile
  325. config.status: creating lib/colord/cd-version.h
  326. config.status: creating lib/colord/colord.pc
  327. config.status: creating lib/colord/Makefile
  328. config.status: creating lib/colorhug/Makefile
  329. config.status: creating lib/colorhug/colorhug.pc
  330. config.status: creating lib/colorhug/ch-version.h
  331. config.status: creating lib/compat/Makefile
  332. config.status: creating lib/dtp94/Makefile
  333. config.status: creating lib/huey/Makefile
  334. config.status: creating lib/munki/Makefile
  335. config.status: creating lib/ospark/Makefile
  336. config.status: creating config.h
  337. config.status: config.h is unchanged
  338. config.status: executing depfiles commands
  339. config.status: executing libtool commands
  340. config.status: executing po-directories commands
  341. config.status: creating po/POTFILES
  342. config.status: creating po/Makefile
  343. config.status: executing po/stamp-it commands
  344. configure: WARNING: unrecognized options: --disable-Werror, --disable-strict
  345.  
  346.                    colord 1.3.5
  347.                  ===================
  348.  
  349.        prefix:                    /home/alaneuler/jhbuild/install
  350.        datadir:                   ${datarootdir}
  351.        compiler:                  gcc
  352.        cflags:                    -g -O2
  353.        cppflags:                  
  354.        cd-it8:                    $(top_builddir)/client/cd-it8
  355.        cd-create-profile:         $(top_builddir)/client/cd-create-profile
  356.        gobject-introspection:     yes
  357.        PolicyKit support:         yes
  358.        Reverse engineering tools: no
  359.        BASH completion support:   no
  360.        SANE support:              no
  361.        Udev support:              yes
  362.        GUsb support:              yes
  363.        Build daemon:              yes
  364.        Extra print profiles:      no
  365.        Install tests:             no
  366.        ArgyllCMS sensor:          yes
  367.        Building libcolordcompat:  no
  368.        Vala API generator:        no
  369.        Daemon user:               root
  370.        udev rules.d dir:          /usr/lib/udev/rules.d
  371.        systemd-login support:     yes
  372.        systemd service dir:       no
  373.        tmpfiles.d dir:            /usr/lib/tmpfiles.d
  374.        Session helper support:    yes
  375.        Unix support:              yes
  376.  
  377. *******************************************************************
  378. ** RUNNING THIS AS root ISN'T A GOOD IDEA SEE --with-daemon-user **
  379. *******************************************************************
  380. *** Building colord *** [1/1]
  381. make -j 5
  382.   GEN      /home/alaneuler/jhbuild/checkout/colord/.gitignore
  383. make  all-recursive
  384. make[1]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord'
  385. Making all in lib
  386. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  387.   GEN      /home/alaneuler/jhbuild/checkout/colord/lib/.gitignore
  388. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  389. Making all in colord
  390. make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/compat'
  391.   GEN      /home/alaneuler/jhbuild/checkout/colord/lib/compat/.gitignore
  392. make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/compat'
  393. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  394. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colord'
  395.   CC       libcolordprivate_la-cd-context-lcms.lo
  396.   CC       libcolordprivate_la-cd-buffer.lo
  397.   CC       libcolordprivate_la-cd-dom.lo
  398.   CC       libcolordprivate_la-cd-edid.lo
  399.   CC       libcolordprivate_la-cd-color.lo
  400.   CC       libcolordprivate_la-cd-enum.lo
  401.   CC       libcolordprivate_la-cd-icc.lo
  402.   CC       libcolordprivate_la-cd-icc-store.lo
  403.   CC       libcolordprivate_la-cd-icc-utils.lo
  404.   CC       libcolordprivate_la-cd-interp-akima.lo
  405.   CC       libcolordprivate_la-cd-interp-linear.lo
  406.   CC       libcolordprivate_la-cd-interp.lo
  407.   CC       libcolordprivate_la-cd-it8.lo
  408.   CC       libcolordprivate_la-cd-it8-utils.lo
  409.   CC       libcolordprivate_la-cd-math.lo
  410.   CC       libcolordprivate_la-cd-quirk.lo
  411.   CC       libcolordprivate_la-cd-spectrum.lo
  412.   CC       libcolordprivate_la-cd-transform.lo
  413.   CC       libcolord_la-cd-client.lo
  414.   CC       libcolord_la-cd-client-sync.lo
  415.   CC       libcolord_la-cd-device.lo
  416.   CC       libcolord_la-cd-device-sync.lo
  417.   CC       libcolord_la-cd-profile.lo
  418.   CC       libcolord_la-cd-profile-sync.lo
  419.   CC       libcolord_la-cd-sensor.lo
  420.   CC       libcolord_la-cd-sensor-sync.lo
  421.   GEN      /home/alaneuler/jhbuild/checkout/colord/lib/colord/.gitignore
  422.   CCLD     libcolordprivate.la
  423.   CCLD     libcolord.la
  424.   GISCAN   Colord-1.0.gir
  425.   GICOMP   Colord-1.0.gir
  426. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colord'
  427. Making all in colorhug
  428. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colorhug'
  429.   CC       libcolorhug_la-ch-common.lo
  430.   CC       libcolorhug_la-ch-device.lo
  431.   CC       libcolorhug_la-ch-device-queue.lo
  432.   CC       libcolorhug_la-ch-hash.lo
  433.   CC       libcolorhug_la-ch-inhx32.lo
  434.   CC       libcolorhug_la-ch-math.lo
  435.   GEN      /home/alaneuler/jhbuild/checkout/colord/lib/colorhug/.gitignore
  436.   CCLD     libcolorhug.la
  437.   GISCAN   ColorHug-1.0.gir
  438. <unknown>:: Warning: ColorHug: (ErrorQuarkFunction)device_error_quark: ch_device_error_quark: Couldn't find corresponding enumeration
  439.  GICOMP   ColorHug-1.0.gir
  440. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colorhug'
  441. Making all in dtp94
  442. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/dtp94'
  443.  CC       libdtp94_private_la-dtp94-device.lo
  444.  CC       libdtp94_private_la-dtp94-enum.lo
  445.  GEN      /home/alaneuler/jhbuild/checkout/colord/lib/dtp94/.gitignore
  446.  CCLD     libdtp94-private.la
  447. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/dtp94'
  448. Making all in huey
  449. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/huey'
  450.  CC       libhuey_private_la-huey-ctx.lo
  451.  CC       libhuey_private_la-huey-device.lo
  452.  CC       libhuey_private_la-huey-enum.lo
  453.  GEN      /home/alaneuler/jhbuild/checkout/colord/lib/huey/.gitignore
  454.  CCLD     libhuey-private.la
  455. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/huey'
  456. Making all in ospark
  457. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/ospark'
  458.  GEN      /home/alaneuler/jhbuild/checkout/colord/lib/ospark/.gitignore
  459.  CC       libospark_private_la-osp-device.lo
  460.  CC       libospark_private_la-osp-enum.lo
  461.  CCLD     libospark-private.la
  462. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/ospark'
  463. Making all in munki
  464. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/munki'
  465.  CC       libmunki_private_la-munki-enum.lo
  466.  GEN      /home/alaneuler/jhbuild/checkout/colord/lib/munki/.gitignore
  467.  CCLD     libmunki-private.la
  468. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/munki'
  469. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  470. make[3]: Nothing to be done for 'all-am'.
  471. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  472. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
  473. Making all in po
  474. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/po'
  475.  MSGFMT as.gmo
  476.  MSGFMT bn_IN.gmo
  477.  MSGFMT cs.gmo
  478.  MSGFMT ca.gmo
  479.  MSGFMT da.gmo
  480.  MSGFMT de.gmo
  481.  MSGFMT el.gmo
  482.  MSGFMT en_GB.gmo
  483.  MSGFMT eo.gmo
  484.  MSGFMT es.gmo
  485.  MSGFMT fi.gmo
  486.  MSGFMT eu.gmo
  487.  MSGFMT fr.gmo
  488.  MSGFMT gu.gmo
  489.  MSGFMT he.gmo
  490.  MSGFMT gl.gmo
  491.  MSGFMT hi.gmo
  492.  MSGFMT hu.gmo
  493.  MSGFMT id.gmo
  494.  MSGFMT is.gmo
  495.  MSGFMT it.gmo
  496.  MSGFMT ja.gmo
  497.  MSGFMT kk.gmo
  498.  MSGFMT kn.gmo
  499.  MSGFMT ko.gmo
  500.  MSGFMT lt.gmo
  501.  MSGFMT lv.gmo
  502.  MSGFMT ml.gmo
  503.  MSGFMT mr.gmo
  504.  MSGFMT nb.gmo
  505.  MSGFMT nl.gmo
  506.  MSGFMT oc.gmo
  507.  MSGFMT or.gmo
  508.  MSGFMT pa.gmo
  509.  MSGFMT pl.gmo
  510.  MSGFMT pt.gmo
  511.  MSGFMT pt_BR.gmo
  512.  MSGFMT ro.gmo
  513.  MSGFMT ru.gmo
  514.  MSGFMT sk.gmo
  515.  MSGFMT sl.gmo
  516.  MSGFMT sr.gmo
  517.  MSGFMT sr@latin.gmo
  518.  MSGFMT sv.gmo
  519.  MSGFMT ta.gmo
  520.  MSGFMT th.gmo
  521.  MSGFMT tr.gmo
  522.  MSGFMT uk.gmo
  523.  MSGFMT zh_CN.gmo
  524.  MSGFMT zh_TW.gmo
  525. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/po'
  526. Making all in client
  527. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/client'
  528.  CC       cd_create_profile-cd-create-profile.o
  529.  CC       cd_iccdump-cd-iccdump.o
  530.  CC       cd_it8-cd-it8.o
  531.  CC       cd_fix_profile-cd-fix-profile.o
  532.  CC       colormgr-cd-util.o
  533.  GEN      /home/alaneuler/jhbuild/checkout/colord/client/.gitignore
  534.  CCLD     cd-iccdump
  535.  CCLD     cd-fix-profile
  536.  CCLD     cd-it8
  537.  CCLD     cd-create-profile
  538.  CCLD     colormgr
  539. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/client'
  540. Making all in contrib
  541. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  542.  GEN      /home/alaneuler/jhbuild/checkout/colord/contrib/.gitignore
  543. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  544. Making all in session-helper
  545. make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/colord-sane'
  546. make[4]: *** No rule to make target '.gitignore'.  Stop.
  547. make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/colord-sane'
  548. Skipping colord-sane
  549. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  550. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/session-helper'
  551.  CC       colord_session-cd-debug.o
  552.  CC       colord_session-cd-state.o
  553.  CC       colord_session-cd-main.o
  554.  ITMRG  org.freedesktop.ColorHelper.gschema.xml
  555.  GEN      /home/alaneuler/jhbuild/checkout/colord/contrib/session-helper/.gitignore
  556.  GEN      org.freedesktop.ColorHelper.gschema.valid
  557.  CCLD     colord-session
  558. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/session-helper'
  559. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  560. make[3]: Nothing to be done for 'all-am'.
  561. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  562. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
  563. Making all in doc
  564. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
  565.  GEN      /home/alaneuler/jhbuild/checkout/colord/doc/.gitignore
  566. Making all in api
  567. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
  568.  GEN      /home/alaneuler/jhbuild/checkout/colord/doc/api/.gitignore
  569. Making all in dbus
  570. make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api/dbus'
  571.  GEN      org.freedesktop.ColorManager.ref.xml
  572.  GEN      org.freedesktop.ColorManager.Device.ref.xml
  573.  GEN      org.freedesktop.ColorManager.Profile.ref.xml
  574.  GEN      org.freedesktop.ColorManager.ref.xml
  575.  GEN      org.freedesktop.ColorManager.Sensor.ref.xml
  576.  GEN      org.freedesktop.ColorManager.Device.ref.xml
  577.  GEN      org.freedesktop.ColorManager.Profile.ref.xml
  578.  GEN      org.freedesktop.ColorManager.Sensor.ref.xml
  579.  GEN      /home/alaneuler/jhbuild/checkout/colord/doc/api/dbus/.gitignore
  580. error : Unknown IO error
  581. /home/alaneuler/jhbuild/checkout/colord/src/org.freedesktop.ColorManager.Device.xml:3: warning: failed to load external entity "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"
  582. "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  583.                                                               ^
  584. error : Unknown IO error
  585. /home/alaneuler/jhbuild/checkout/colord/src/org.freedesktop.ColorManager.Sensor.xml:3: warning: failed to load external entity "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"
  586. "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  587.                                                               ^
  588. error : Unknown IO error
  589. /home/alaneuler/jhbuild/checkout/colord/src/org.freedesktop.ColorManager.xml:3: warning: failed to load external entity "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"
  590. "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  591.                                                               ^
  592. error : Unknown IO error
  593. /home/alaneuler/jhbuild/checkout/colord/src/org.freedesktop.ColorManager.Profile.xml:3: warning: failed to load external entity "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"
  594. "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  595.                                                               ^
  596. make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api/dbus'
  597. make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
  598. make[4]: Nothing to be done for 'all-am'.
  599. make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
  600. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
  601. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
  602. make[3]: Nothing to be done for 'all-am'.
  603. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
  604. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
  605. Making all in examples
  606. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/examples'
  607.  GEN      /home/alaneuler/jhbuild/checkout/colord/examples/.gitignore
  608. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/examples'
  609. Making all in data
  610. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
  611.  GEN      /home/alaneuler/jhbuild/checkout/colord/data/.gitignore
  612. Making all in cmf
  613. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/cmf'
  614.  GEN      CIE1931-2deg-XYZ.cmf
  615.  GEN      CIE1964-10deg-XYZ.cmf
  616.  GEN      /home/alaneuler/jhbuild/checkout/colord/data/cmf/.gitignore
  617. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/cmf'
  618. Making all in illuminant
  619. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/illuminant'
  620.  GEN      CIE-A.sp
  621.  GEN      CIE-B.sp
  622.  GEN      CIE-C.sp
  623.  GEN      CIE-D50.sp
  624.  GEN      CIE-D55.sp
  625.  GEN      CIE-D65.sp
  626.  GEN      CIE-D93.sp
  627.  GEN      CIE-E.sp
  628.  GEN      CIE-F10.sp
  629.  GEN      CIE-F11.sp
  630.  GEN      CIE-F12.sp
  631.  GEN      CIE-F1.sp
  632.  GEN      CIE-F2.sp
  633.  GEN      CIE-F3.sp
  634.  GEN      CIE-F4.sp
  635.  GEN      CIE-F5.sp
  636.  GEN      CIE-F6.sp
  637.  GEN      CIE-F7.sp
  638.  GEN      CIE-F8.sp
  639.  GEN      CIE-F9.sp
  640.  GEN      /home/alaneuler/jhbuild/checkout/colord/data/illuminant/.gitignore
  641. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/illuminant'
  642. Making all in profiles
  643. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/profiles'
  644.  ITMRG  AdobeRGB1998.xml
  645.  ITMRG  AppleRGB.xml
  646.  ITMRG  BestRGB.xml
  647.  ITMRG  BetaRGB.xml
  648.  ITMRG  Bluish.xml
  649.  ITMRG  BruceRGB.xml
  650.  ITMRG  CIE-RGB.xml
  651.  ITMRG  ColorMatchRGB.xml
  652.  ITMRG  Crayons.xml
  653.  ITMRG  DonRGB4.xml
  654.  ITMRG  ECI-RGBv1.xml
  655.  ITMRG  ECI-RGBv2.xml
  656.  ITMRG  EktaSpacePS5.xml
  657.  ITMRG  FOGRA27L_coated.xml
  658.  ITMRG  FOGRA28L_webcoated.xml
  659.  ITMRG  FOGRA29L_uncoated.xml
  660.  ITMRG  FOGRA30L_uncoated_yellowish.xml
  661.  ITMRG  FOGRA39L_coated.xml
  662.  ITMRG  FOGRA40L_SC_paper.xml
  663.  ITMRG  FOGRA45L_lwc.xml
  664.  ITMRG  FOGRA47L_uncoated.xml
  665.  ITMRG  Gamma5000K.xml
  666.  ITMRG  Gamma5500K.xml
  667.  ITMRG  Gamma6500K.xml
  668.  ITMRG  GRACoL_TR006_coated.xml
  669.  ITMRG  IFRA26S_2004_newsprint.xml
  670.  ITMRG  NTSC-RGB.xml
  671.  ITMRG  PAL-RGB.xml
  672.  ITMRG  ProPhotoRGB.xml
  673.  ITMRG  Rec709.xml
  674.  ITMRG  SMPTE-C-RGB.xml
  675.  ITMRG  SNAP_TR002_newsprint.xml
  676.  ITMRG  sRGB.xml
  677.  ITMRG  SwappedRedAndGreen.xml
  678.  ITMRG  SWOP_TR003_coated_3.xml
  679.  ITMRG  SWOP_TR005_coated_5.xml
  680.  ITMRG  WideGamutRGB.xml
  681.  ITMRG  x11-colors.xml
  682.  GEN      AdobeRGB1998.icc
  683.  GEN      AppleRGB.icc
  684.  GEN      BestRGB.icc
  685.  GEN      BetaRGB.icc
  686.  GEN      BruceRGB.icc
  687.  GEN      CIE-RGB.icc
  688.  GEN      ColorMatchRGB.icc
  689.  GEN      DonRGB4.icc
  690.  GEN      ECI-RGBv1.icc
  691.  GEN      ECI-RGBv2.icc
  692.  GEN      EktaSpacePS5.icc
  693.  GEN      NTSC-RGB.icc
  694.  GEN      PAL-RGB.icc
  695.  GEN      ProPhotoRGB.icc
  696.  GEN      SMPTE-C-RGB.icc
  697.  GEN      sRGB.icc
  698.  GEN      WideGamutRGB.icc
  699.  GEN      SwappedRedAndGreen.icc
  700.  GEN      Bluish.icc
  701.  GEN      Gamma5000K.icc
  702.  GEN      Gamma5500K.icc
  703.  GEN      Gamma6500K.icc
  704.  GEN      Crayons.icc
  705.  GEN      x11-colors.icc
  706.  GEN      /home/alaneuler/jhbuild/checkout/colord/data/profiles/.gitignore
  707. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/profiles'
  708. Making all in figures
  709. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/figures'
  710.  GEN      /home/alaneuler/jhbuild/checkout/colord/data/figures/.gitignore
  711. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/figures'
  712. Making all in ref
  713. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ref'
  714.  GEN      /home/alaneuler/jhbuild/checkout/colord/data/ref/.gitignore
  715. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ref'
  716. Making all in tests
  717. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/tests'
  718.  GEN      /home/alaneuler/jhbuild/checkout/colord/data/tests/.gitignore
  719. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/tests'
  720. Making all in ti1
  721. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ti1'
  722.  GEN      /home/alaneuler/jhbuild/checkout/colord/data/ti1/.gitignore
  723. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ti1'
  724. make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
  725. make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
  726. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
  727. Making all in man
  728. make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/man'
  729.  GEN      cd-create-profile.1
  730.  GEN      colormgr.1
  731.  GEN      cd-fix-profile.1
  732.  GEN      cd-it8.1
  733.  GEN      /home/alaneuler/jhbuild/checkout/colord/man/.gitignore
  734. make[2]: *** [Makefile:659: cd-fix-profile.1] Error 8
  735. make[2]: *** Waiting for unfinished jobs....
  736. make[2]: *** [Makefile:662: cd-it8.1] Error 8
  737. make[2]: *** [Makefile:656: cd-create-profile.1] Error 8
  738. make[2]: *** [Makefile:653: colormgr.1] Error 8
  739. make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/man'
  740. make[1]: *** [Makefile:579: all-recursive] Error 1
  741. make[1]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord'
  742. make: *** [Makefile:511: all] Error 2
  743. *** Error during phase build of colord: ########## Error running make -j 5  *** [1/1]
  744.  
  745.  [1] Rerun phase build
  746.  [2] Ignore error and continue to install
  747.  [3] Give up on module
  748.  [4] Start shell
  749.  [5] Reload configuration
  750.  [6] Go to phase "wipe directory and start over"
  751.  [7] Go to phase "configure"
  752.  [8] Go to phase "clean"
  753.  [9] Go to phase "distclean"
  754. choice:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement