* Package: app-misc/lcd4linux-0.11.0_pre20170527-r5 * Repository: gentoo * Maintainer: conikost@gentoo.org * USE: abi_x86_64 amd64 dbus elibc_glibc iconv kernel_linux lcd_devices_hd44780 mysql python_single_target_python3_8 userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking lcd4linux-0.11.0_pre20170527.tar.bz2 to /var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work >>> Source unpacked in /var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work >>> Preparing source in /var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527 ... * Applying lcd4linux-0.11.0_pre20170527-python3.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527' ... * Running 'libtoolize --install --copy --force --automake' ... [ ok ] * Running 'aclocal -I m4' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: lcd4linux-0.11.0_pre20170527/ * Applying portage/1.2.0 patch ... * Applying sed/1.5.6 patch ... * Applying as-needed/2.4.3 patch ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527 ... * econf: updating lcd4linux-0.11.0_pre20170527/config.sub with /usr/share/gnuconfig/config.sub * econf: updating lcd4linux-0.11.0_pre20170527/config.guess with /usr/share/gnuconfig/config.guess ./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/lcd4linux-0.11.0_pre20170527-r5 --htmldir=/usr/share/doc/lcd4linux-0.11.0_pre20170527-r5/html --with-sysroot=/ --libdir=/usr/lib64 --disable-rpath --without-dmalloc --without-outb --without-python --without-x --with-drivers=HD44780 --with-plugins=dbus,iconv,mysql --x-include=/usr/include --x-libraries=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.8/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 how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking whether ln -s works... yes 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 if malloc debugging is wanted... no checking for log in -lm... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E configure: checking location of ncurses.h file... Found ncurses on /usr/include/ncurses.h checking for ncurses version... VERSION: checking for X... disabled checking gd/gd.h usability... no checking gd/gd.h presence... no checking for gd/gd.h... no checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking sys/io.h usability... yes checking sys/io.h presence... yes checking for sys/io.h... yes checking usb.h usability... yes checking usb.h presence... yes checking for usb.h... yes checking libusb-1.0/libusb.h usability... yes checking libusb-1.0/libusb.h presence... yes checking for libusb-1.0/libusb.h... yes checking luise.h usability... no checking luise.h presence... no checking for luise.h... no checking serdisplib/serdisp.h usability... no checking serdisplib/serdisp.h presence... no checking for serdisplib/serdisp.h... no checking st2205.h usability... no checking st2205.h presence... no checking for st2205.h... no checking rfb/rfb.h usability... yes checking rfb/rfb.h presence... yes checking for rfb/rfb.h... yes checking linux/lcd-linux.h usability... no checking linux/lcd-linux.h presence... no checking for linux/lcd-linux.h... no checking ftdi.h usability... no checking ftdi.h presence... no checking for ftdi.h... no checking if python support is wanted... no checking if raw port I/O is wanted... no checking asm/io.h usability... no checking asm/io.h presence... no checking for asm/io.h... no checking linux/parport.h usability... yes checking linux/parport.h presence... yes checking for linux/parport.h... yes checking linux/ppdev.h usability... yes checking linux/ppdev.h presence... yes checking for linux/ppdev.h... yes checking which drivers to compile... done checking which plugins to compile... done checking for DBUS... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib64 checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking mysql/mysql.h usability... yes checking mysql/mysql.h presence... yes checking for mysql/mysql.h... yes checking for mysql_init in -lmysqlclient... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking stdlib.h usability... yes checking stdlib.h presence... yes checking for stdlib.h... yes checking string.h usability... yes checking string.h presence... yes checking for string.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.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 sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking unistd.h usability... yes checking unistd.h presence... yes checking for unistd.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... yes checking whether closedir returns void... no checking for error_at_line... 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 whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking whether lstat correctly handles trailing slash... no checking whether stat accepts an empty string... yes checking for strftime... yes checking for working strtod... yes checking for dup2... yes checking for floor... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for memmove... yes checking for memset... yes checking for pow... yes checking for putenv... yes checking for regcomp... yes checking for select... yes checking for socket... yes checking for sqrt... yes checking for strcasecmp... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strndup... yes checking for strpbrk... yes checking for strrchr... yes checking for strstr... yes checking for strtol... yes checking for strtoul... yes checking for uname... 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 ----------------------------------------- included drivers: drv_HD44780.o drv_generic_text.o drv_generic_gpio.o drv_generic_parport.o drv_generic_i2c.o drv_generic_keypad.o ----------------------------------------- included plugins: plugin_dbus.o plugin_iconv.o plugin_mysql.o ----------------------------------------- checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... / checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-pc-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-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 >>> Source configured. >>> Compiling source in /var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527 ... make -j 1 make all-am make[1]: Entering directory '/var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o lcd4linux.o lcd4linux.c lcd4linux.c: In function ‘interactive_mode’: lcd4linux.c:112:10: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 112 | for (fgets(line, sizeof(line), stdin); !feof(stdin); fgets(line, sizeof(line), stdin)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lcd4linux.c:112:58: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 112 | for (fgets(line, sizeof(line), stdin); !feof(stdin); fgets(line, sizeof(line), stdin)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o cfg.o cfg.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o debug.o debug.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o drv.o drv.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o drv_generic.o drv_generic.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o evaluator.o evaluator.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o property.o property.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o hash.o hash.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o layout.o layout.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o pid.o pid.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o timer.o timer.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o timer_group.o timer_group.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o thread.o thread.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o udelay.o udelay.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o qprintf.o qprintf.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o rgb.o rgb.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o event.o event.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o widget.o widget.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o widget_text.o widget_text.c widget_text.c: In function ‘widget_text_scroll’: widget_text.c:100:5: warning: this statement may fall through [-Wimplicit-fallthrough=] 100 | if (len <= width) { | ^ widget_text.c:104:5: note: here 104 | case ALIGN_MARQUEE: | ^~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o widget_bar.o widget_bar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o widget_icon.o widget_icon.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o widget_keypad.o widget_keypad.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o widget_timer.o widget_timer.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o widget_gpo.o widget_gpo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin.o plugin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin_cfg.o plugin_cfg.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin_math.o plugin_math.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin_string.o plugin_string.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin_test.o plugin_test.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin_time.o plugin_time.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o drv_HD44780.o drv_HD44780.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o drv_generic_text.o drv_generic_text.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o drv_generic_gpio.o drv_generic_gpio.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o drv_generic_parport.o drv_generic_parport.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o drv_generic_i2c.o drv_generic_i2c.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o drv_generic_keypad.o drv_generic_keypad.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin_dbus.o plugin_dbus.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin_iconv.o plugin_iconv.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -c -o plugin_mysql.o plugin_mysql.c rdlibtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g "-Wl,--as-needed" -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o lcd4linux lcd4linux.o cfg.o debug.o drv.o drv_generic.o evaluator.o property.o hash.o layout.o pid.o timer.o timer_group.o thread.o udelay.o qprintf.o rgb.o event.o widget.o widget_text.o widget_bar.o widget_icon.o widget_keypad.o widget_timer.o widget_gpo.o plugin.o plugin_cfg.o plugin_math.o plugin_string.o plugin_test.o plugin_time.o drv_HD44780.o drv_generic_text.o drv_generic_gpio.o drv_generic_parport.o drv_generic_i2c.o drv_generic_keypad.o plugin_dbus.o plugin_iconv.o plugin_mysql.o -ldbus-1 -lmysqlclient -lm rdlibtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing -pipe -march=native -fno-diagnostics-color -Og -g -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o lcd4linux lcd4linux.o cfg.o debug.o drv.o drv_generic.o evaluator.o property.o hash.o layout.o pid.o timer.o timer_group.o thread.o udelay.o qprintf.o rgb.o event.o widget.o widget_text.o widget_bar.o widget_icon.o widget_keypad.o widget_timer.o widget_gpo.o plugin.o plugin_cfg.o plugin_math.o plugin_string.o plugin_test.o plugin_time.o drv_HD44780.o drv_generic_text.o drv_generic_gpio.o drv_generic_parport.o drv_generic_i2c.o drv_generic_keypad.o plugin_dbus.o plugin_iconv.o plugin_mysql.o -ldbus-1 -lmysqlclient -lm rdlibtool: lconf: {.name="libtool"}. rdlibtool: fdcwd: {.fdcwd=AT_FDCWD, .realpath="/var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527"}. rdlibtool: lconf: fstatat(AT_FDCWD,".",...) = 0 {.st_dev = 65, .st_ino = 40014}. rdlibtool: lconf: openat(AT_FDCWD,"libtool",O_RDONLY,0) = -1 [ENOENT]. rdlibtool: lconf: openat(AT_FDCWD,"../",O_DIRECTORY,0) = 3. rdlibtool: lconf: fstat(3,...) = 0 {.st_dev = 65, .st_ino = 39999}. rdlibtool: lconf: openat(3,"libtool",O_RDONLY,0) = -1 [ENOENT]. rdlibtool: lconf: openat(3,"../",O_DIRECTORY,0) = 4. rdlibtool: lconf: fstat(4,...) = 0 {.st_dev = 65, .st_ino = 39995}. rdlibtool: lconf: openat(4,"libtool",O_RDONLY,0) = -1 [ENOENT]. rdlibtool: lconf: openat(4,"../",O_DIRECTORY,0) = 3. rdlibtool: lconf: fstat(3,...) = 0 {.st_dev = 65, .st_ino = 39993}. rdlibtool: lconf: openat(3,"libtool",O_RDONLY,0) = -1 [ENOENT]. rdlibtool: lconf: openat(3,"../",O_DIRECTORY,0) = 4. rdlibtool: lconf: fstat(4,...) = 0 {.st_dev = 65, .st_ino = 1}. rdlibtool: lconf: openat(4,"libtool",O_RDONLY,0) = -1 [ENOENT]. rdlibtool: lconf: openat(4,"../",O_DIRECTORY,0) = 3. rdlibtool: lconf: fstat(3,...) = 0 {.st_dev = 34, .st_ino = 45575546}. rdlibtool: lconf: stopped in "/var/tmp" (config file not found on current device). rdlibtool: error logged in slbt_lconf_open(), line 597: flow error: unexpected condition or other. rdlibtool: < returned to > slbt_get_lconf_flags(), line 640. make[1]: *** [Makefile:716: lcd4linux] Error 2 make[1]: Leaving directory '/var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527' make: *** [Makefile:612: all] Error 2 * ERROR: app-misc/lcd4linux-0.11.0_pre20170527-r5::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-misc/lcd4linux-0.11.0_pre20170527-r5::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-misc/lcd4linux-0.11.0_pre20170527-r5::gentoo'`. * The complete build log is located at '/var/log/portage/app-misc:lcd4linux-0.11.0_pre20170527-r5:20210417-193046.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/temp/environment'. * Working directory: '/var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527' * S: '/var/tmp/portage/app-misc/lcd4linux-0.11.0_pre20170527-r5/work/lcd4linux-0.11.0_pre20170527'