* Package: media-sound/jack-keyboard-2.5 * Repository: gentoo * Maintainer: proaudio@gentoo.org * USE: X abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-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 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 stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for working volatile... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working strtod... yes checking for gettimeofday... yes checking for memset... yes checking for strcasecmp... yes checking for strdup... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for GLIB... yes checking for GTHREAD... yes checking for X11... yes checking for JACK... yes checking for JACK_MIDI_NEEDS_NFRAMES... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating pixmaps/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/var/tmp/portage/media-sound/jack-keyboard-2.5/work/jack-keyboard-2.5' Making all in src make[2]: Entering directory '/var/tmp/portage/media-sound/jack-keyboard-2.5/work/jack-keyboard-2.5/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"jack-keyboard\" -march=native -Wformat -Werror=format-security -g0 -O2 -c -o jack_keyboard-jack-keyboard.o `test -f 'jack-keyboard.c' || echo './'`jack-keyboard.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DG_LOG_DOMAIN=\"jack-keyboard\" -march=native -Wformat -Werror=format-security -g0 -O2 -c -o jack_keyboard-pianokeyboard.o `test -f 'pianokeyboard.c' || echo './'`pianokeyboard.c pianokeyboard.c: In function ‘key_binding’: pianokeyboard.c:212:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)note; ^ pianokeyboard.c: In function ‘bind_key’: pianokeyboard.c:220:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] g_hash_table_insert(pk->key_bindings, (gpointer)key, (gpointer)note); ^ jack-keyboard.c: In function ‘warning_async’: jack-keyboard.c:249:2: error: format not a string literal and no format arguments [-Werror=format-security] g_warning(str); ^ jack-keyboard.c: In function ‘grab_keyboard’: jack-keyboard.c:1129:2: warning: ‘g_atexit’ is deprecated (declared at /usr/include/glib-2.0/glib/gutils.h:242) [-Wdeprecated-declarations] g_atexit(ungrab_keyboard); ^ jack-keyboard.c: In function ‘log_handler’: jack-keyboard.c:1676:4: error: format not a string literal and no format arguments [-Werror=format-security] GTK_BUTTONS_CLOSE, message); ^ jack-keyboard.c: In function ‘main’: jack-keyboard.c:1715:2: warning: ‘g_thread_init’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:265) [-Wdeprecated-declarations] g_thread_init(NULL); ^ cc1: some warnings being treated as errors Makefile:273: recipe for target 'jack_keyboard-jack-keyboard.o' failed make[2]: *** [jack_keyboard-jack-keyboard.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/var/tmp/portage/media-sound/jack-keyboard-2.5/work/jack-keyboard-2.5/src' Makefile:234: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-sound/jack-keyboard-2.5/work/jack-keyboard-2.5' Makefile:173: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: media-sound/jack-keyboard-2.5::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-sound/jack-keyboard-2.5::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-sound/jack-keyboard-2.5::gentoo'`. * The complete build log is located at '/var/log/log/build/media-sound/jack-keyboard-2.5:20150626-152717.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/jack-keyboard-2.5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-sound/jack-keyboard-2.5/temp/environment'. * Working directory: '/var/tmp/portage/media-sound/jack-keyboard-2.5/work/jack-keyboard-2.5' * S: '/var/tmp/portage/media-sound/jack-keyboard-2.5/work/jack-keyboard-2.5'