Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [alaneuler@arch ~]$ jhbuild buildone colord
- *** Checking out colord *** [1/1]
- git remote set-url origin git://github.com/hughsie/colord.git
- git remote update origin
- Fetching origin
- git rebase origin/master
- Current branch master is up to date.
- *** Configuring colord *** [1/1]
- /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
- Copying file po/Makefile.in.in
- autoreconf: Entering directory `.'
- autoreconf: running: intltoolize --automake --copy --force
- autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
- autoreconf: configure.ac: tracing
- autoreconf: running: libtoolize --copy --force
- libtoolize: putting auxiliary files in '.'.
- libtoolize: copying file './ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- libtoolize: copying file 'm4/libtool.m4'
- libtoolize: copying file 'm4/ltoptions.m4'
- libtoolize: copying file 'm4/ltsugar.m4'
- libtoolize: copying file 'm4/ltversion.m4'
- libtoolize: copying file 'm4/lt~obsolete.m4'
- autoreconf: running: /usr/bin/autoconf --force
- autoreconf: running: /usr/bin/autoheader --force
- autoreconf: running: automake --add-missing --copy --force-missing
- configure.ac:87: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
- configure.ac:87: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
- configure.ac:87: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
- configure.ac:15: installing './compile'
- configure.ac:12: installing './missing'
- client/Makefile.am: installing './depcomp'
- contrib/session-helper/Makefile.am:38: warning: source file '$(top_srcdir)/src/cd-debug.c' is in a subdirectory,
- contrib/session-helper/Makefile.am:38: but option 'subdir-objects' is disabled
- automake: warning: possible forward-incompatibility.
- automake: At least a source file is in a subdirectory, but the 'subdir-objects'
- automake: automake option hasn't been enabled. For now, the corresponding output
- automake: object file(s) will be placed in the top-level directory. However,
- automake: this behaviour will change in future Automake versions: they will
- automake: unconditionally cause object files to be placed in the same subdirectory
- automake: of the corresponding sources.
- automake: You are advised to start using 'subdir-objects' option throughout your
- automake: project, to avoid future incompatibilities.
- src/sensors/Makefile.am:47: warning: source file '../cd-common.c' is in a subdirectory,
- src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
- src/sensors/Makefile.am:47: warning: source file '../cd-sensor.c' is in a subdirectory,
- src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
- src/sensors/Makefile.am:47: warning: source file '../cd-debug.c' is in a subdirectory,
- src/sensors/Makefile.am:47: but option 'subdir-objects' is disabled
- autoreconf: Leaving directory `.'
- configure: WARNING: unrecognized options: --disable-Werror, --disable-strict
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether UID '1000' is supported by ustar format... yes
- checking whether GID '1000' is supported by ustar format... yes
- checking how to create a ustar tar archive... gnutar
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking how to print strings... printf
- checking for style of include used by make... GNU
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... gcc3
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for ar... ar
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking how to run the C preprocessor... gcc -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... no
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for gobject-introspection... yes
- checking for pkg-config... (cached) /usr/bin/pkg-config
- checking pkg-config is at least version 0.16... yes
- checking for gtk-doc... yes
- checking for gtkdoc-check... gtkdoc-check.test
- checking for gtkdoc-check... /home/alaneuler/jhbuild/install/bin/gtkdoc-check
- checking for gtkdoc-rebase... /home/alaneuler/jhbuild/install/bin/gtkdoc-rebase
- checking for gtkdoc-mkpdf... /home/alaneuler/jhbuild/install/bin/gtkdoc-mkpdf
- checking whether to build gtk-doc documentation... no
- checking for GTKDOC_DEPS... yes
- checking whether make supports nested variables... (cached) yes
- 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
- checking for gcc... (cached) gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether gcc accepts -g... (cached) yes
- checking for gcc option to accept ISO C89... (cached) none needed
- checking whether gcc understands -c and -o together... (cached) yes
- checking dependency style of gcc... (cached) gcc3
- checking whether NLS is requested... yes
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- checking for intltool >= 0.35.0... 0.51.0 found
- checking for intltool-update... /usr/bin/intltool-update
- checking for intltool-merge... /usr/bin/intltool-merge
- checking for intltool-extract... /usr/bin/intltool-extract
- checking for xgettext... /home/alaneuler/jhbuild/install/bin/xgettext
- checking for msgmerge... /home/alaneuler/jhbuild/install/bin/msgmerge
- checking for msgfmt... /home/alaneuler/jhbuild/install/bin/msgfmt
- checking for gmsgfmt... /home/alaneuler/jhbuild/install/bin/msgfmt
- checking for perl... /usr/bin/perl
- checking for perl >= 5.8.1... 5.24.0
- checking for XML::Parser... ok
- checking for xsltproc... /usr/bin/xsltproc
- checking whether gcc understands -Wall... yes
- checking whether gcc understands -Wstrict-prototypes... yes
- checking whether gcc understands -Wnested-externs... yes
- checking whether gcc understands -Werror=missing-prototypes... yes
- checking whether gcc understands -Werror=implicit-function-declaration... yes
- checking whether gcc understands -Werror=pointer-arith... yes
- checking whether gcc understands -Werror=init-self... yes
- checking whether gcc understands -Werror=format-security... no
- checking whether gcc understands -Werror=format=2... yes
- checking whether gcc understands -Werror=missing-include-dirs... yes
- checking whether gcc understands -Werror=return-type... yes
- checking whether gcc understands -Wmissing-declarations... yes
- checking whether gcc understands -Wcast-align... yes
- checking whether gcc understands -Wwrite-strings... yes
- checking whether gcc understands -Wreturn-type... yes
- checking whether gcc understands -Wformat-nonliteral... yes
- checking whether gcc understands -Wmissing-format-attribute... yes
- checking whether gcc understands -Wclobbered... yes
- checking whether gcc understands -Wempty-body... yes
- checking whether gcc understands -Wignored-qualifiers... yes
- checking whether gcc understands -Wsign-compare... yes
- checking whether gcc understands -Wtype-limits... yes
- checking whether gcc understands -Wuninitialized... yes
- checking whether gcc understands -Waggregate-return... yes
- checking whether gcc understands -Wdeclaration-after-statement... yes
- checking whether gcc understands -Wshadow... yes
- checking whether gcc understands -Wno-strict-aliasing... yes
- checking whether gcc understands -Winline... yes
- checking whether gcc understands -Wmissing-parameter-type... yes
- checking whether gcc understands -Woverride-init... yes
- checking whether gcc understands -Wno-discarded-qualifiers... yes
- checking whether gcc understands -Wformat-signedness... yes
- 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
- checking what language compliance flags to pass to the C compiler...
- checking for msgfmt... (cached) /home/alaneuler/jhbuild/install/bin/msgfmt
- checking for gmsgfmt... (cached) /home/alaneuler/jhbuild/install/bin/msgfmt
- checking for xgettext... (cached) /home/alaneuler/jhbuild/install/bin/xgettext
- checking for msgmerge... (cached) /home/alaneuler/jhbuild/install/bin/msgmerge
- checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
- checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
- checking for shared library run path origin... done
- checking for CFPreferencesCopyAppValue... no
- checking for CFLocaleCopyCurrent... no
- checking for GNU gettext in libc... yes
- checking whether to use NLS... yes
- checking where the gettext function comes from... libc
- checking for cos in -lm... yes
- checking for pkg-config... (cached) /usr/bin/pkg-config
- checking pkg-config is at least version 0.16... yes
- checking whether C compiler accepts -fPIE... yes
- checking whether the linker accepts -fPIE -pie... yes
- checking whether the linker accepts -Wl,-z,relro,-z,now... yes
- checking pwd.h usability... yes
- checking pwd.h presence... yes
- checking for pwd.h... yes
- checking syslog.h usability... yes
- checking syslog.h presence... yes
- checking for syslog.h... yes
- checking for getuid... yes
- checking for GLIB... yes
- checking for defined... yes
- checking for GLIB_UNIX... yes
- checking for GUSB... yes
- checking for LCMS... yes
- checking for SQLITE... yes
- checking for UDEV... yes
- checking for GUDEV... yes
- checking for docbook2man... /usr/bin/docbook2man
- checking for POLKIT... yes
- checking for LIBSYSTEMD... yes
- checking for spotread... /usr/bin/spotread
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating contrib/Makefile
- config.status: creating contrib/session-helper/Makefile
- config.status: creating contrib/colord-sane/Makefile
- config.status: creating examples/Makefile
- config.status: creating man/Makefile
- config.status: creating doc/Makefile
- config.status: creating doc/api/Makefile
- config.status: creating doc/api/dbus/Makefile
- config.status: creating doc/api/version.xml
- config.status: creating data/Makefile
- config.status: creating data/cmf/Makefile
- config.status: creating data/illuminant/Makefile
- config.status: creating data/figures/Makefile
- config.status: creating data/profiles/Makefile
- config.status: creating data/ref/Makefile
- config.status: creating data/ti1/Makefile
- config.status: creating data/org.freedesktop.ColorManager.conf
- config.status: creating data/tests/Makefile
- config.status: creating policy/Makefile
- config.status: creating rules/Makefile
- config.status: creating rules/69-cd-sensors.rules
- config.status: creating po/Makefile.in
- config.status: creating src/Makefile
- config.status: creating src/plugins/Makefile
- config.status: creating src/sensors/Makefile
- config.status: creating client/Makefile
- config.status: creating lib/Makefile
- config.status: creating lib/colord/cd-version.h
- config.status: creating lib/colord/colord.pc
- config.status: creating lib/colord/Makefile
- config.status: creating lib/colorhug/Makefile
- config.status: creating lib/colorhug/colorhug.pc
- config.status: creating lib/colorhug/ch-version.h
- config.status: creating lib/compat/Makefile
- config.status: creating lib/dtp94/Makefile
- config.status: creating lib/huey/Makefile
- config.status: creating lib/munki/Makefile
- config.status: creating lib/ospark/Makefile
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: executing depfiles commands
- config.status: executing libtool commands
- config.status: executing po-directories commands
- config.status: creating po/POTFILES
- config.status: creating po/Makefile
- config.status: executing po/stamp-it commands
- configure: WARNING: unrecognized options: --disable-Werror, --disable-strict
- colord 1.3.5
- ===================
- prefix: /home/alaneuler/jhbuild/install
- datadir: ${datarootdir}
- compiler: gcc
- cflags: -g -O2
- cppflags:
- cd-it8: $(top_builddir)/client/cd-it8
- cd-create-profile: $(top_builddir)/client/cd-create-profile
- gobject-introspection: yes
- PolicyKit support: yes
- Reverse engineering tools: no
- BASH completion support: no
- SANE support: no
- Udev support: yes
- GUsb support: yes
- Build daemon: yes
- Extra print profiles: no
- Install tests: no
- ArgyllCMS sensor: yes
- Building libcolordcompat: no
- Vala API generator: no
- Daemon user: root
- udev rules.d dir: /usr/lib/udev/rules.d
- systemd-login support: yes
- systemd service dir: no
- tmpfiles.d dir: /usr/lib/tmpfiles.d
- Session helper support: yes
- Unix support: yes
- *******************************************************************
- ** RUNNING THIS AS root ISN'T A GOOD IDEA SEE --with-daemon-user **
- *******************************************************************
- *** Building colord *** [1/1]
- make -j 5
- make all-recursive
- make[1]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord'
- Making all in lib
- make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
- Making all in colord
- make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/compat'
- make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/compat'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colord'
- GISCAN Colord-1.0.gir
- GICOMP Colord-1.0.gir
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colord'
- Making all in colorhug
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colorhug'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/colorhug'
- Making all in dtp94
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/dtp94'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/dtp94'
- Making all in huey
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/huey'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/huey'
- Making all in ospark
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/ospark'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/ospark'
- Making all in munki
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/munki'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib/munki'
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
- make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/lib'
- Making all in po
- make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/po'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/po'
- Making all in client
- make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/client'
- CC cd_it8-cd-it8.o
- CC cd_fix_profile-cd-fix-profile.o
- CC colormgr-cd-util.o
- CCLD cd-it8
- CCLD cd-fix-profile
- CCLD colormgr
- make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/client'
- Making all in contrib
- make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
- Making all in session-helper
- make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/colord-sane'
- make[4]: *** No rule to make target '.gitignore'. Stop.
- make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/colord-sane'
- Skipping colord-sane
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/session-helper'
- CC colord_session-cd-main.o
- CCLD colord-session
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib/session-helper'
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
- make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/contrib'
- Making all in doc
- make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
- Making all in api
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
- Making all in dbus
- make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api/dbus'
- make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api/dbus'
- make[4]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
- make[4]: Nothing to be done for 'all-am'.
- make[4]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc/api'
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
- make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/doc'
- Making all in examples
- make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/examples'
- make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/examples'
- Making all in data
- make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
- Making all in cmf
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/cmf'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/cmf'
- Making all in illuminant
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/illuminant'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/illuminant'
- Making all in profiles
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/profiles'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/profiles'
- Making all in figures
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/figures'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/figures'
- Making all in ref
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ref'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ref'
- Making all in tests
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/tests'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/tests'
- Making all in ti1
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ti1'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data/ti1'
- make[3]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
- make[3]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
- make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/data'
- Making all in man
- make[2]: Entering directory '/home/alaneuler/.cache/jhbuild/build/colord/man'
- GEN colormgr.1
- GEN cd-fix-profile.1
- GEN cd-create-profile.1
- GEN cd-it8.1
- make[2]: *** [Makefile:659: cd-fix-profile.1] Error 8
- make[2]: *** Waiting for unfinished jobs....
- make[2]: *** [Makefile:653: colormgr.1] Error 8
- make[2]: *** [Makefile:662: cd-it8.1] Error 8
- make[2]: *** [Makefile:656: cd-create-profile.1] Error 8
- make[2]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord/man'
- make[1]: *** [Makefile:579: all-recursive] Error 1
- make[1]: Leaving directory '/home/alaneuler/.cache/jhbuild/build/colord'
- make: *** [Makefile:511: all] Error 2
- *** Error during phase build of colord: ########## Error running make -j 5 *** [1/1]
- [1] Rerun phase build
- [2] Ignore error and continue to install
- [3] Give up on module
- [4] Start shell
- [5] Reload configuration
- [6] Go to phase "wipe directory and start over"
- [7] Go to phase "configure"
- [8] Go to phase "clean"
- [9] Go to phase "distclean"
- choice:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement