* Package: x11-misc/seetxt-0.72-r1 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking seetxt-0.72.tar.bz2 to /var/tmp/portage/x11-misc/seetxt-0.72-r1/work >>> Source unpacked in /var/tmp/portage/x11-misc/seetxt-0.72-r1/work >>> Preparing source in /var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72 ... * Applying 0.72-0001-fix-linking.patch ... [ ok ] * Applying 0.72-0002-fix-shared-files-install.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: seetxt-0.72/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72 ... ./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 --libdir=/usr/lib64 configure: loading site script /usr/share/config.site 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 ln -s works... 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 DEPS... yes 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 dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no 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 dup2... yes checking for getcwd... yes checking for memset... yes checking for regcomp... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strerror... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72' Making all in src make[2]: Entering directory '/var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags gtk+-2.0` -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -D SDIR=\"/usr/share/seetxt-runtime\" -O2 -pipe -march=native -fno-common -c -o seetxt-see.o `test -f 'see.c' || echo './'`see.c see.c: In function ‘main’: see.c:119:5: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 119 | system(image); | ^~~~~~~~~~~~~ see.c: In function ‘toedit’: see.c:2328:3: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result] 2328 | system(string); | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags gtk+-2.0` -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -D SDIR=\"/usr/share/seetxt-runtime\" -O2 -pipe -march=native -fno-common -c -o seetxt-server.o `test -f 'server.c' || echo './'`server.c server.c: In function ‘check_seesock’: server.c:43:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 43 | write(remote,"XOSEESOX\n",9); // handshake, QV. serverLoop() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.c: In function ‘send_remote’: server.c:163:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 163 | write(remote,buffer,strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.c: In function ‘serverLoop’: server.c:200:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 200 | write(mproc,"SS LAUNCH\n",10); // handshake, QV. tglServer() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.c:213:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 213 | write(remote,"XOSEESOX\n",9); // handshake, QV. check_seesock() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.c:221:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 221 | write(remote,"REQ OK\n",7); // QV. send_remote() | ^~~~~~~~~~~~~~~~~~~~~~~~~~ server.c:223:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 223 | write(mproc,buffer,strlen(buffer)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.c:224:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 224 | write(mproc,"\n",1); /* all seetxt transmissions are newline terminated, qv. getMsg() */ | ^~~~~~~~~~~~~~~~~~~ server.c: In function ‘tglServer’: server.c:287:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 287 | write(remote,"SS THEND\n",9); // QV. serverLoop() | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ server.c:326:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 326 | write(remote,"SS LAUNCH\n",10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. `pkg-config --cflags gtk+-2.0` -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0 -pthread -D SDIR=\"/usr/share/seetxt-runtime\" -O2 -pipe -march=native -fno-common -c -o seetxt-util.o `test -f 'util.c' || echo './'`util.c x86_64-pc-linux-gnu-gcc -D SDIR=\"/usr/share/seetxt-runtime\" -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o seetxt seetxt-see.o seetxt-server.o seetxt-util.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lpthread /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: seetxt-server.o:(.bss+0x8): multiple definition of `rgxp'; seetxt-see.o:(.bss+0xc3780): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: seetxt-util.o:(.bss+0x48): multiple definition of `rgxp'; seetxt-see.o:(.bss+0xc3780): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:348: seetxt] Error 1 make[2]: Leaving directory '/var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72/src' make[1]: *** [Makefile:359: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72' make: *** [Makefile:300: all] Error 2 * ERROR: x11-misc/seetxt-0.72-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=x11-misc/seetxt-0.72-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=x11-misc/seetxt-0.72-r1::gentoo'`. * The complete build log is located at '/var/log/portage/x11-misc:seetxt-0.72-r1:20200129-234510.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/x11-misc/seetxt-0.72-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-misc/seetxt-0.72-r1/temp/environment'. * Working directory: '/var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72' * S: '/var/tmp/portage/x11-misc/seetxt-0.72-r1/work/seetxt-0.72'