* Package: x11-misc/xvkbd-4.0 * Repository: gentoo * Maintainer: desktop-misc@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking xvkbd-4.0.tar.gz to /var/tmp/portage/x11-misc/xvkbd-4.0/work >>> Source unpacked in /var/tmp/portage/x11-misc/xvkbd-4.0/work >>> Preparing source in /var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0 ... * Applying xvkbd-4.0-destdir.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --foreign --force-missing ... [ ok ] * Running elibtoolize in: xvkbd-4.0/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/xvkbd-4.0 --htmldir=/usr/share/doc/xvkbd-4.0/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/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 whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 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 whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether make sets $(MAKE)... (cached) 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 XAW... yes checking for X11... yes checking for XCreateWindow in -lX11... yes checking for XtAppMainLoop in -lXt... yes checking for XTestFakeButtonEvent in -lXtst... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for X... libraries , headers 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 limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for isascii... yes checking for putenv... yes checking for setlocale... yes checking for strcasecmp... yes checking for strchr... yes checking for strerror... yes checking for strncasecmp... yes checking for strstr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0 ... make -j1 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory '/var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0' Making all in . make[2]: Entering directory '/var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DXAW_INTERNATIONALIZATION -DXAW_GRAY_BLKWHT_STIPPLES -DXAW_ARROW_SCROLLBARS -DUSE_I18N -DUSE_XTEST -Wall -DSHAREDIR=\"/usr/share\/xvkbd\" -O2 -pipe -march=native -fno-common -c -o xvkbd-xvkbd.o `test -f 'xvkbd.c' || echo './'`xvkbd.c xvkbd.c: In function ‘PropsItemToggled’: xvkbd.c:2332:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2332 | appres.key_click_duration = (int)XawToggleGetCurrent(click_buttons); | ^ xvkbd.c:2333:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2333 | appres.autoclick_delay = (int)XawToggleGetCurrent(autoclick_buttons); | ^ xvkbd.c: In function ‘PropsSetState’: xvkbd.c:2375:38: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2375 | XawToggleSetCurrent(click_buttons, (XtPointer)appres.key_click_duration); | ^ xvkbd.c:2376:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2376 | XawToggleSetCurrent(autoclick_buttons, (XtPointer)appres.autoclick_delay); | ^ xvkbd.c: In function ‘PopupPropsPanel’: xvkbd.c:2433:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2433 | XtNradioData, (XtPointer)val, | ^ xvkbd.c:2455:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2455 | XtNradioData, (XtPointer)val, | ^ xvkbd.c:2459:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2459 | (XtPointer)val); | ^ xvkbd.c: In function ‘KeyPressed’: xvkbd.c:2779:27: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 2779 | if (!appres.secure) system(value + 1); | ^~~~~~~~~~~~~~~~~ xvkbd.c:2959:33: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 2959 | if (!appres.secure) system("xvidtune -next"); | ^~~~~~~~~~~~~~~~~~~~~~~~ xvkbd.c:2961:33: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 2961 | if (!appres.secure) system("xvidtune -prev"); | ^~~~~~~~~~~~~~~~~~~~~~~~ xvkbd.c: In function ‘MenuSelected’: xvkbd.c:2581:25: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 2581 | if (!appres.secure) system(appres.show_manual_command); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from xvkbd.c:22: In function ‘strncpy’, inlined from ‘ReadProperty’ at xvkbd.c:3518:2, inlined from ‘main’ at xvkbd.c:4062:5: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 19 bytes from a string of length 199 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DXAW_INTERNATIONALIZATION -DXAW_GRAY_BLKWHT_STIPPLES -DXAW_ARROW_SCROLLBARS -DUSE_I18N -DUSE_XTEST -Wall -DSHAREDIR=\"/usr/share\/xvkbd\" -O2 -pipe -march=native -fno-common -c -o xvkbd-findwidget.o `test -f 'findwidget.c' || echo './'`findwidget.c x86_64-pc-linux-gnu-gcc -DXAW_INTERNATIONALIZATION -DXAW_GRAY_BLKWHT_STIPPLES -DXAW_ARROW_SCROLLBARS -DUSE_I18N -DUSE_XTEST -Wall -DSHAREDIR=\"/usr/share\/xvkbd\" -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o xvkbd xvkbd-xvkbd.o xvkbd-findwidget.o -lXaw3d -lXmu -lXt -lX11 -lXmu -lXt -lX11 -lXtst -lXtst -lXt -lX11 /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: xvkbd-findwidget.o:(.bss+0x0): multiple definition of `appres'; xvkbd-xvkbd.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:464: xvkbd] Error 1 make[2]: Leaving directory '/var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0' make[1]: *** [Makefile:573: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0' make: *** [Makefile:367: all] Error 2 * ERROR: x11-misc/xvkbd-4.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-misc/xvkbd-4.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-misc/xvkbd-4.0::gentoo'`. * The complete build log is located at '/var/log/portage/x11-misc:xvkbd-4.0:20200130-030320.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-misc/xvkbd-4.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-misc/xvkbd-4.0/temp/environment'. * Working directory: '/var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0' * S: '/var/tmp/portage/x11-misc/xvkbd-4.0/work/xvkbd-4.0'