* Package: app-misc/graphlcd-base-0.1.9  * Repository: gentoo  * Maintainer: vdr@gentoo.org  * USE: abi_ppc_64 elibc_glibc kernel_linux ppc64 userland_GNU  * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking graphlcd-base-0.1.9.tgz to /var/tmp/portage/app-misc/graphlcd-base-0.1.9/work >>> Source unpacked in /var/tmp/portage/app-misc/graphlcd-base-0.1.9/work >>> Preparing source in /var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9 ... * Applying graphlcd-base-0.1.5-nostrip.patch ...  [ ok ] * Applying graphlcd-base-0.1.9-freetype_pkgconfig.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9 ... make -j29 -l28 make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9/glcdgraphics' g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE -DHAVE_FREETYPE2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include bitmap.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE -DHAVE_FREETYPE2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include common.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE -DHAVE_FREETYPE2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include font.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE -DHAVE_FREETYPE2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include glcd.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE -DHAVE_FREETYPE2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include image.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE -DHAVE_FREETYPE2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include imagefile.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE -DHAVE_FREETYPE2 -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include pbm.c font.c: In member function ‘bool GLCD::cFont::LoadFNT(const string&)’: font.c:85:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, kFontHeaderSize, 1, fontFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.c:105:14: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(chdr, kCharHeaderSize, 1, fontFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ font.c:108:14: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(buffer, fontHeight * ((charWidth + 7) / 8), 1, fontFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bitmap.c: In member function ‘bool GLCD::cBitmap::LoadPBM(const string&)’: bitmap.c:782:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(bitmap, lineSize * height, 1, pbmFile); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared bitmap.o common.o font.o glcd.o image.o imagefile.o pbm.o -lfreetype -Wl,-soname="libglcdgraphics.so.2" -o libglcdgraphics.so.2.0.0 ln -sf libglcdgraphics.so.2.0.0 libglcdgraphics.so make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9/glcdgraphics' make[1]: Entering directory '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9/glcddrivers' g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE common.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE config.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE driver.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE drivers.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE port.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE simlcd.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE framebuffer.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE gu140x32f.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE gu256x64-372.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE gu256x64-3900.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE hd61830.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE ks0108.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE image.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE sed1330.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE sed1520.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE t6963c.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE noritake800.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE serdisp.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE avrctl.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE g15daemon.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE network.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE gu126x64D-K610A4.c g++ -O2 -mcpu=powerpc64 -maltivec -mabi=altivec -pipe -fPIC -c -D_GNU_SOURCE dm140gink.c port.c:19:10: fatal error: sys/io.h: No such file or directory #include  ^~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:31: port.o] Error 1 make[1]: *** Waiting for unfinished jobs.... dm140gink.c: In member function ‘int GLCD::cDriverDM140GINK::SendReport(const char*, size_t)’: dm140gink.c:95:123: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat=] s: Error with sending the USAGE ioctl %d,0x%02X;size:%d\n", config->name.c_str(), i, (int)buf[i],size); ^ dm140gink.c:95:123: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘size_t {aka long unsigned int}’ [-Wformat=] gu256x64-3900.c: In member function ‘void GLCD::cDriverGU256X64_3900::WriteSerial(unsigned char)’: gu256x64-3900.c:495:10: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result] write(portFd, &data, 1); ~~~~~^~~~~~~~~~~~~~~~~~ gu126x64D-K610A4.c: In member function ‘int GLCD::cDriverGU126X64D_K610A4::cmdWriteText(const char*)’: gu126x64D-K610A4.c:799:84: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=] syslog(LOG_INFO, "-%2dB: WRITE_TEXT : '%s'", strlen(theText), theText); ~~~~~~~~~~~~~~~ ^ make[1]: Leaving directory '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9/glcddrivers' make: *** [Makefile:17: all] Error 2 * ERROR: app-misc/graphlcd-base-0.1.9::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-misc/graphlcd-base-0.1.9::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-misc/graphlcd-base-0.1.9::gentoo'`. * The complete build log is located at '/var/log/portage/build/app-misc/graphlcd-base-0.1.9:20181116-120933.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/temp/environment'. * Working directory: '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9' * S: '/var/tmp/portage/app-misc/graphlcd-base-0.1.9/work/graphlcd-base-0.1.9'