* Package: app-misc/graphlcd-base-1.0.2 * Repository: gentoo * Maintainer: conikost@gentoo.org vdr@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox @@@@@ PLEASE PAY ATTENTION HERE!!! @@@@@ This information may help you to understand if this is a duplicate or if this bug exists after you pushed a fix; This ebuild was merged at the following commit: https://github.com/gentoo-mirror/gentoo/commit/39456c4811f2699fabbcc9a1359b0d5318fe6b1a @@@@@ END @@@@@ >>> Unpacking source... >>> Unpacking graphlcd-base-1.0.2.tar.bz2 to /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work >>> Source unpacked in /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work >>> Preparing source in /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2 ... make -j2 V=1 make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdgraphics' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE bitmap.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE common.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE font.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE glcd.c font.c: In member function ‘bool GLCD::cFont::LoadFNT(const string&, const string&)’: font.c:148:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 148 | fread(buffer, kFontHeaderSize, 1, fontFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.c:169:14: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 169 | fread(chdr, kCharHeaderSize, 1, fontFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.c:172:14: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 172 | fread(buffer, fontHeight * ((charWidth + 7) / 8), 1, fontFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE image.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE imagefile.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE pbm.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE extformats.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared bitmap.o common.o font.o glcd.o image.o imagefile.o pbm.o extformats.o -Wl,-soname="libglcdgraphics.so.2" -Wl,--no-undefined -o libglcdgraphics.so.2.1.0 ln -sf libglcdgraphics.so.2.1.0 libglcdgraphics.so make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdgraphics' make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcddrivers' /bin/sh: libvncserver-config: command not found x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB common.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB config.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB driver.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB drivers.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB port.c port.c: In member function ‘void GLCD::cSerialPort::WriteData(unsigned char*, short unsigned int)’: port.c:421:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 421 | write(fd, data, length); | ~~~~~^~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB simlcd.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB framebuffer.c framebuffer.c: In member function ‘void GLCD::cDriverFramebuffer::processDamage()’: framebuffer.c:419:22: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 419 | write(fbfd,buf,2); | ~~~~~^~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB gu140x32f.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB gu256x64-372.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB gu256x64-3900.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB hd61830.c gu256x64-3900.c: In member function ‘void GLCD::cDriverGU256X64_3900::WriteSerial(unsigned char)’: gu256x64-3900.c:490:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 490 | write(portFd, &data, 1); | ~~~~~^~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB ks0108.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB image.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB sed1330.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB sed1520.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB t6963c.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB noritake800.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB serdisp.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB avrctl.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB g15daemon.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB network.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB gu126x64D-K610A4.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB dm140gink.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB usbserlcd.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB st7565r-reel.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -c -D_GNU_SOURCE -DHAVE_LIBHID -DHAVE_LIBUSB futabaMDM166A.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared common.o config.o driver.o drivers.o port.o simlcd.o framebuffer.o gu140x32f.o gu256x64-372.o gu256x64-3900.o hd61830.o ks0108.o image.o sed1330.o sed1520.o t6963c.o noritake800.o serdisp.o avrctl.o g15daemon.o network.o gu126x64D-K610A4.o dm140gink.o usbserlcd.o st7565r-reel.o futabaMDM166A.o -lusb -lhid -ldl -lpthread -Wl,-soname="libglcddrivers.so.2" -Wl,--no-undefined -o libglcddrivers.so.2.1.0 ln -sf libglcddrivers.so.2.1.0 libglcddrivers.so make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcddrivers' make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdskin' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE cache.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE config.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE display.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE font.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE function.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE object.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE parser.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE skin.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE string.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE type.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE variable.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -I.. -c -D_GNU_SOURCE xml.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared cache.o config.o display.o font.o function.o object.o parser.o skin.o string.o type.o variable.o xml.o -L../glcdgraphics -lglcdgraphics -L../glcddrivers -lglcddrivers -Wl,-soname="libglcdskin.so.2" -Wl,--no-undefined -o libglcdskin.so.2.1.0 ln -sf libglcdskin.so.2.1.0 libglcdskin.so make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdskin' make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/convpic' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -c -D_GNU_SOURCE -I../../ convpic.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic convpic.o -L../../glcdgraphics/ -lglcdgraphics -lstdc++ -o convpic make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/convpic' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/crtfont' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -c -D_GNU_SOURCE -I../../ crtfont.c crtfont.c: In function ‘int main(int, char**)’: crtfont.c:188:10: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 188 | fgets(line, sizeof(line), descFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ crtfont.c:202:14: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 202 | fgets(line, sizeof(line), descFile); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic crtfont.o -L../../glcdgraphics/ -lglcdgraphics -lstdc++ -o crtfont make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/crtfont' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/showpic' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -c -D_GNU_SOURCE -I../../ showpic.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic showpic.o -L../../glcdgraphics/ -L../../glcddrivers/ -lglcdgraphics -lglcddrivers -lstdc++ -o showpic make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/showpic' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/showtext' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -c -D_GNU_SOURCE -I../../ showtext.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic showtext.o -L../../glcdgraphics/ -L../../glcddrivers/ -lglcdgraphics -lglcddrivers -lstdc++ -o showtext make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/showtext' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/lcdtestpattern' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -c -D_GNU_SOURCE -I../../ lcdtestpattern.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic lcdtestpattern.o -L../../glcdgraphics/ -L../../glcddrivers/ -lglcddrivers -lglcdgraphics -lstdc++ -o lcdtestpattern make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/lcdtestpattern' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/skintest' x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -c -D_GNU_SOURCE -I../../ skintest.c x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color -MMD -MP -MMD -MP -MMD -MP -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic skintest.o -L../../glcdgraphics/ -L../../glcddrivers/ -L../../glcdskin/ -lglcdgraphics -lglcddrivers -lglcdskin -lstdc++ -o skintest make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/skintest' make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools' >>> Source compiled. >>> Test phase [not enabled]: app-misc/graphlcd-base-1.0.2 >>> Install app-misc/graphlcd-base-1.0.2 into /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image make -j2 V=1 DESTDIR=/var/tmp/portage/app-misc/graphlcd-base-1.0.2/image install make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdgraphics' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64 install -m 755 libglcdgraphics.so.2.1.0 /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64/ install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/include/glcdgraphics install -m 644 bitmap.h font.h glcd.h image.h imagefile.h pbm.h extformats.h /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/include/glcdgraphics/ ( cd /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64; ln -sf libglcdgraphics.so.2.1.0 libglcdgraphics.so.2; ln -sf libglcdgraphics.so.2.1.0 libglcdgraphics.so ) make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdgraphics' make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcddrivers' /bin/sh: libvncserver-config: command not found install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64 install -m 755 libglcddrivers.so.2.1.0 /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64/ install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/include/glcddrivers install -m 644 config.h driver.h drivers.h /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/include/glcddrivers/ ( cd /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64; ln -sf libglcddrivers.so.2.1.0 libglcddrivers.so.2; ln -sf libglcddrivers.so.2.1.0 libglcddrivers.so ) make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcddrivers' make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdskin' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64 install -m 755 libglcdskin.so.2.1.0 /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64/ install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/include/glcdskin install -m 644 cache.h config.h display.h font.h function.h object.h parser.h skin.h string.h type.h variable.h xml.h /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/include/glcdskin/ ( cd /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/lib64; ln -sf libglcdskin.so.2.1.0 libglcdskin.so.2; ln -sf libglcdskin.so.2.1.0 libglcdskin.so ) make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/glcdskin' make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/convpic' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin install -m 755 convpic /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/convpic' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/crtfont' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin install -m 755 crtfont /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/crtfont' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/showpic' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin install -m 755 showpic /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/showpic' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/showtext' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin install -m 755 showtext /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/showtext' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/lcdtestpattern' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin install -m 755 lcdtestpattern /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/lcdtestpattern' make[2]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/skintest' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin install -m 755 skintest /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/usr/bin make[2]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools/skintest' make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-1.0.2/work/graphlcd-base-1.0.2/tools' install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/etc/udev/rules.d install -m 644 99-graphlcd-base.rules /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/etc/udev/rules.d install -d /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/etc cp -n graphlcd.conf /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image/etc >>> Completed installing app-misc/graphlcd-base-1.0.2 into /var/tmp/portage/app-misc/graphlcd-base-1.0.2/image * Final size of build directory: 4140 KiB (4.0 MiB) * Final size of installed tree: 1100 KiB (1.0 MiB) * QA Notice: udev rules should be installed in /lib/udev/rules.d: * * /etc/udev/rules.d/99-graphlcd-base.rules * strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version /usr/lib64/libglcdgraphics.so.2.1.0 /usr/lib64/libglcddrivers.so.2.1.0 /usr/lib64/libglcdskin.so.2.1.0 /usr/bin/convpic /usr/bin/crtfont /usr/bin/showpic /usr/bin/showtext /usr/bin/lcdtestpattern /usr/bin/skintest >>> Done. * app-misc/g15daemon for supporting the logitech g15 keyboard lcd. emerge --info: Portage 3.0.1 (python 3.7.8-final-0, default/linux/amd64/17.1, gcc-10.2.0, glibc-2.31-r6, 5.4.0-1018-aws x86_64) ================================================================= System uname: Linux-5.4.0-1018-aws-x86_64-AMD_EPYC_7571-with-gentoo-2.7 KiB Mem: 7895552 total, 1394164 free KiB Swap: 0 total, 0 free Timestamp of repository gentoo: Tue, 28 Jul 2020 09:07:19 +0000 sh bash 5.0_p18 ld GNU ld (Gentoo 2.34 p4) 2.34.0 app-shells/bash: 5.0_p18::gentoo dev-lang/perl: 5.30.3-r1::gentoo dev-lang/python: 2.7.18-r1::gentoo, 3.7.8-r2::gentoo, 3.8.5::gentoo, 3.9.0_beta5::gentoo dev-util/cmake: 3.18.0::gentoo sys-apps/baselayout: 2.7::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.20::gentoo sys-devel/autoconf: 2.69-r5::gentoo sys-devel/automake: 1.16.2::gentoo sys-devel/binutils: 2.34-r1::gentoo sys-devel/gcc: 10.2.0::gentoo sys-devel/gcc-config: 2.3.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.3::gentoo sys-kernel/linux-headers: 5.7::gentoo (virtual/os-headers) sys-libs/glibc: 2.31-r6::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-max-age: 24 sync-rsync-verify-jobs: 1 sync-rsync-extra-opts: sync-rsync-verify-metamanifest: yes ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="*" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y -1 -b -k" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="C.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" MAKEOPTS="-j2 V=1" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="acl amd64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc multilib native-symlinks ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2 php7-3" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS