You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As title reads, when a build fails and another instance is blocking on that build, it will retry the same build.
0 15-10-29 00:01:38 [2/5/394] [gnome-control-center] Starting build of gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Git checkout upstream:gnome/gnome-control-center in /home/tristan/ybd/tmp/tmpVmX0ox/gnome-control-center.build
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Upstream version bb303cee GNOME_CONTROL_CENTER_3_18_1-21-gbb303ce (GNOME_CONTROL_CENTER_3_18_1 + 21 commits)
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Git submodules
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Git checkout git://git.gnome.org/libgnome-volume-control in /home/tristan/ybd/tmp/tmpVmX0ox/gnome-control-center.build/panels/sound/gvc
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Upstream version fac3a900 (No tag found)
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Git checkout git://git.gnome.org/libgd in /home/tristan/ybd/tmp/tmpVmX0ox/gnome-control-center.build/libgd
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Upstream version 2899de07 (No tag found)
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Defined build system is autotools
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Logging build commands to /home/tristan/ybd/artifacts/gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47.build-log.0
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Running configure-commands
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Running command:
export NOCONFIGURE=1
if [ -e bootstrap ]; then ./bootstrap
elif [ -e bootstrap.sh ]; then ./bootstrap.sh
elif [ -e autogen ]; then ./autogen
elif [ -e autogen.sh ]; then ./autogen.sh
elif [ ! -e ./configure ]; then autoreconf -ivf
fi
./configure --prefix="$PREFIX"
1 15-10-29 00:01:39 [gnome-control-center] This is already building, so wait and retry
0 15-10-29 00:02:10 [2/5/394] [gnome-control-center] ERROR: command failed in directory /home/tristan/CODETHINK/BASEROCK_GNOME/definitions:
sh -c 'export NOCONFIGURE=1
if [ -e bootstrap ]; then ./bootstrap
elif [ -e bootstrap.sh ]; then ./bootstrap.sh
elif [ -e autogen ]; then ./autogen
elif [ -e autogen.sh ]; then ./autogen.sh
elif [ ! -e ./configure ]; then autoreconf -ivf
fi
./configure --prefix="$PREFIX"
'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:14: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
Makefile.am: installing './INSTALL'
libgd/Makefile.am: installing './depcomp'
search-provider/Makefile.am:27: warning: source file '$(top_srcdir)/shell/cc-panel-loader.c' is in a subdirectory,
search-provider/Makefile.am:27: 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.
autoreconf: Leaving directory `.'
Skipping configure process.
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 '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable debugging... no
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 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 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
checking what language compliance flags to pass to the C compiler...
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
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 a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/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/x86_64-unknown-linux-gnu/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... mt
checking if mt is a manifest tool... no
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/x86_64-unknown-linux-gnu/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... yes
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 1064.
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 1192.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1193.
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 1194.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ?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 ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1221.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1222.
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 1223.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ?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 ?\w+}?/ at /usr/bin/intltool-update line 1225.
checking for intltool >= 0.40.1... 0.50.1 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... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.22.0
checking for XML::Parser... ok
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for glib-mkenums... /usr/bin/glib-mkenums
checking for xsltproc... /usr/bin/xsltproc
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XF86MiscQueryExtension in -lXxf86misc... no
checking X11/extensions/XKB.h usability... yes
checking X11/extensions/XKB.h presence... yes
checking for X11/extensions/XKB.h... yes
checking for floor in -lm... yes
checking for cos in -lm... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGD... yes
checking for LIBLANGUAGE... yes
checking for LIBSHORTCUTS... yes
checking for SHELL... yes
checking for BACKGROUND_PANEL... yes
checking for DATETIME_PANEL... yes
checking for DISPLAY_PANEL... yes
checking for INFO_PANEL... yes
checking for KEYBOARD_PANEL... yes
checking for MEDIA_PANEL... yes
checking for MOUSE_PANEL... yes
checking for NETWORK_PANEL... yes
checking for NOTIFICATIONS_PANEL... yes
checking for ONLINE_ACCOUNTS_PANEL... yes
checking for POWER_PANEL... yes
checking for COLOR_PANEL... no
configure: error: Package requirements (gtk+-3.0 >= 3.15.0
glib-2.0 >= 2.39.91
gthread-2.0
gio-2.0
gio-unix-2.0
gsettings-desktop-schemas >= 3.15.4
colord >= 0.1.34
colord-gtk >= 0.1.24
libsoup-2.4
gnome-desktop-3.0 >= 3.17.4) were not met:
No package 'colord-gtk' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables COLOR_PANEL_CFLAGS
and COLOR_PANEL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
0 15-10-29 00:02:10 [2/5/394] [gnome-control-center] ERROR: log file is at /home/tristan/ybd/artifacts/gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47.build-log.0
0 15-10-29 00:02:10 [2/5/394] [gnome-control-center] ERROR: sandbox debris is at /home/tristan/ybd/tmp/tmpVmX0ox
1 15-10-29 00:02:19 [1/5/394] [gnome-control-center] Starting build of gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Git checkout upstream:gnome/gnome-control-center in /home/tristan/ybd/tmp/tmpGyMRYZ/gnome-control-center.build
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Upstream version bb303cee GNOME_CONTROL_CENTER_3_18_1-21-gbb303ce (GNOME_CONTROL_CENTER_3_18_1 + 21 commits)
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Git submodules
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Git checkout git://git.gnome.org/libgnome-volume-control in /home/tristan/ybd/tmp/tmpGyMRYZ/gnome-control-center.build/panels/sound/gvc
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Upstream version fac3a900 (No tag found)
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Git checkout git://git.gnome.org/libgd in /home/tristan/ybd/tmp/tmpGyMRYZ/gnome-control-center.build/libgd
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Upstream version 2899de07 (No tag found)
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Defined build system is autotools
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Logging build commands to /home/tristan/ybd/artifacts/gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47.build-log.1
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Running configure-commands
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Running command:
export NOCONFIGURE=1
if [ -e bootstrap ]; then ./bootstrap
elif [ -e bootstrap.sh ]; then ./bootstrap.sh
elif [ -e autogen ]; then ./autogen
elif [ -e autogen.sh ]; then ./autogen.sh
elif [ ! -e ./configure ]; then autoreconf -ivf
fi
./configure --prefix="$PREFIX"
sh -c 'export NOCONFIGURE=1
if [ -e bootstrap ]; then ./bootstrap
elif [ -e bootstrap.sh ]; then ./bootstrap.sh
elif [ -e autogen ]; then ./autogen
elif [ -e autogen.sh ]; then ./autogen.sh
elif [ ! -e ./configure ]; then autoreconf -ivf
fi
./configure --prefix="$PREFIX"
'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:14: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
Makefile.am: installing './INSTALL'
libgd/Makefile.am: installing './depcomp'
search-provider/Makefile.am:27: warning: source file '$(top_srcdir)/shell/cc-panel-loader.c' is in a subdirectory,
search-provider/Makefile.am:27: 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.
autoreconf: Leaving directory `.'
Skipping configure process.
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
....
The text was updated successfully, but these errors were encountered:
As title reads, when a build fails and another instance is blocking on that build, it will retry the same build.
0 15-10-29 00:01:38 [2/5/394] [gnome-control-center] Starting build of gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Git checkout upstream:gnome/gnome-control-center in /home/tristan/ybd/tmp/tmpVmX0ox/gnome-control-center.build
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Upstream version bb303cee GNOME_CONTROL_CENTER_3_18_1-21-gbb303ce (GNOME_CONTROL_CENTER_3_18_1 + 21 commits)
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Git submodules
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Git checkout git://git.gnome.org/libgnome-volume-control in /home/tristan/ybd/tmp/tmpVmX0ox/gnome-control-center.build/panels/sound/gvc
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Upstream version fac3a900 (No tag found)
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Git checkout git://git.gnome.org/libgd in /home/tristan/ybd/tmp/tmpVmX0ox/gnome-control-center.build/libgd
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Upstream version 2899de07 (No tag found)
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Defined build system is autotools
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Logging build commands to /home/tristan/ybd/artifacts/gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47.build-log.0
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Running configure-commands
0 15-10-29 00:01:39 [2/5/394] [gnome-control-center] Running command:
export NOCONFIGURE=1
if [ -e bootstrap ]; then ./bootstrap
elif [ -e bootstrap.sh ]; then ./bootstrap.sh
elif [ -e autogen ]; then ./autogen
elif [ -e autogen.sh ]; then ./autogen.sh
elif [ ! -e ./configure ]; then autoreconf -ivf
fi
./configure --prefix="$PREFIX"
1 15-10-29 00:01:39 [gnome-control-center] This is already building, so wait and retry
0 15-10-29 00:02:10 [2/5/394] [gnome-control-center] ERROR: command failed in directory /home/tristan/CODETHINK/BASEROCK_GNOME/definitions:
sh -c 'export NOCONFIGURE=1
if [ -e bootstrap ]; then ./bootstrap
elif [ -e bootstrap.sh ]; then ./bootstrap.sh
elif [ -e autogen ]; then ./autogen
elif [ -e autogen.sh ]; then ./autogen.sh
elif [ ! -e ./configure ]; then autoreconf -ivf
fi
./configure --prefix="$PREFIX"
'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:14: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
Makefile.am: installing './INSTALL'
libgd/Makefile.am: installing './depcomp'
search-provider/Makefile.am:27: warning: source file '$(top_srcdir)/shell/cc-panel-loader.c' is in a subdirectory,
search-provider/Makefile.am:27: 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.
autoreconf: Leaving directory `.'
Skipping configure process.
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 '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable debugging... no
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 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 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
checking what language compliance flags to pass to the C compiler...
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 how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
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 a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/x86_64-unknown-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-unknown-linux-gnu/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/x86_64-unknown-linux-gnu/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... mt
checking if mt is a manifest tool... no
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/x86_64-unknown-linux-gnu/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... yes
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 1064.
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 1192.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1193.
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 1194.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ?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 ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1221.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1222.
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 1223.
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ?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 ?\w+}?/ at /usr/bin/intltool-update line 1225.
checking for intltool >= 0.40.1... 0.50.1 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... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.22.0
checking for XML::Parser... ok
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for glib-mkenums... /usr/bin/glib-mkenums
checking for xsltproc... /usr/bin/xsltproc
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XF86MiscQueryExtension in -lXxf86misc... no
checking X11/extensions/XKB.h usability... yes
checking X11/extensions/XKB.h presence... yes
checking for X11/extensions/XKB.h... yes
checking for floor in -lm... yes
checking for cos in -lm... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBGD... yes
checking for LIBLANGUAGE... yes
checking for LIBSHORTCUTS... yes
checking for SHELL... yes
checking for BACKGROUND_PANEL... yes
checking for DATETIME_PANEL... yes
checking for DISPLAY_PANEL... yes
checking for INFO_PANEL... yes
checking for KEYBOARD_PANEL... yes
checking for MEDIA_PANEL... yes
checking for MOUSE_PANEL... yes
checking for NETWORK_PANEL... yes
checking for NOTIFICATIONS_PANEL... yes
checking for ONLINE_ACCOUNTS_PANEL... yes
checking for POWER_PANEL... yes
checking for COLOR_PANEL... no
configure: error: Package requirements (gtk+-3.0 >= 3.15.0
glib-2.0 >= 2.39.91
gthread-2.0
gio-2.0
gio-unix-2.0
gsettings-desktop-schemas >= 3.15.4
colord >= 0.1.34
colord-gtk >= 0.1.24
libsoup-2.4
gnome-desktop-3.0 >= 3.17.4) were not met:
No package 'colord-gtk' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables COLOR_PANEL_CFLAGS
and COLOR_PANEL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
0 15-10-29 00:02:10 [2/5/394] [gnome-control-center] ERROR: log file is at /home/tristan/ybd/artifacts/gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47.build-log.0
0 15-10-29 00:02:10 [2/5/394] [gnome-control-center] ERROR: sandbox debris is at /home/tristan/ybd/tmp/tmpVmX0ox
1 15-10-29 00:02:19 [1/5/394] [gnome-control-center] Starting build of gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Git checkout upstream:gnome/gnome-control-center in /home/tristan/ybd/tmp/tmpGyMRYZ/gnome-control-center.build
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Upstream version bb303cee GNOME_CONTROL_CENTER_3_18_1-21-gbb303ce (GNOME_CONTROL_CENTER_3_18_1 + 21 commits)
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Git submodules
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Git checkout git://git.gnome.org/libgnome-volume-control in /home/tristan/ybd/tmp/tmpGyMRYZ/gnome-control-center.build/panels/sound/gvc
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Upstream version fac3a900 (No tag found)
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Git checkout git://git.gnome.org/libgd in /home/tristan/ybd/tmp/tmpGyMRYZ/gnome-control-center.build/libgd
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Upstream version 2899de07 (No tag found)
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Defined build system is autotools
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Logging build commands to /home/tristan/ybd/artifacts/gnome-control-center.72bb51b8431e69c79640f6c9c82b43609d4f2010c11a60da9b8cb2a302b6df47.build-log.1
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Running configure-commands
1 15-10-29 00:02:20 [1/5/394] [gnome-control-center] Running command:
export NOCONFIGURE=1
if [ -e bootstrap ]; then ./bootstrap
elif [ -e bootstrap.sh ]; then ./bootstrap.sh
elif [ -e autogen ]; then ./autogen
elif [ -e autogen.sh ]; then ./autogen.sh
elif [ ! -e ./configure ]; then autoreconf -ivf
fi
./configure --prefix="$PREFIX"
1 15-10-29 00:02:43 [1/5/394] [gnome-control-center] ERROR: command failed in directory /home/tristan/CODETHINK/BASEROCK_GNOME/definitions:
sh -c 'export NOCONFIGURE=1
if [ -e bootstrap ]; then ./bootstrap
elif [ -e bootstrap.sh ]; then ./bootstrap.sh
elif [ -e autogen ]; then ./autogen
elif [ -e autogen.sh ]; then ./autogen.sh
elif [ ! -e ./configure ]; then autoreconf -ivf
fi
./configure --prefix="$PREFIX"
'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:14: installing './compile'
configure.ac:23: installing './config.guess'
configure.ac:23: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
Makefile.am: installing './INSTALL'
libgd/Makefile.am: installing './depcomp'
search-provider/Makefile.am:27: warning: source file '$(top_srcdir)/shell/cc-panel-loader.c' is in a subdirectory,
search-provider/Makefile.am:27: 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.
autoreconf: Leaving directory `.'
Skipping configure process.
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
....
The text was updated successfully, but these errors were encountered: