* Package: media-gfx/aview-1.3.0_rc1-r3:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking aview-1.3.0rc1.tar.gz to /var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work >>> Source unpacked in /var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work >>> Preparing source in /var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work/aview-1.3.0 ... * Applying aview-1.3.0_rc1-asciiview.patch ... [ ok ] * Applying aview-1.3.0_rc1-includes.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work/aview-1.3.0' ... * Running 'aclocal --system-acdir=/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/temp/aclocal' ... [ ok ] * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: aview-1.3.0/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work/aview-1.3.0 ... * econf: updating aview-1.3.0/config.sub with /usr/share/gnuconfig/config.sub * econf: updating aview-1.3.0/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/aview-1.3.0_rc1-r3 --htmldir=/usr/share/doc/aview-1.3.0_rc1-r3/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free 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... clang 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 the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether clang understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of clang... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether make sets $(MAKE)... (cached) yes checking for isatty... yes checking for aalib-config... /usr/bin/aalib-config checking for AALIB - version >= 1.4.0... 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. '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/temp/clang14.log' -> '/var/tmp/clang/media-gfx/aview-1.3.0_rc1-r3/clang14.log' '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/temp/clang15.log' -> '/var/tmp/clang/media-gfx/aview-1.3.0_rc1-r3/clang15.log' >>> Compiling source in /var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work/aview-1.3.0 ... make -j4 make all-am make[1]: Entering directory '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work/aview-1.3.0' clang -DHAVE_CONFIG_H -I. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include -c -o image.o image.c clang -DHAVE_CONFIG_H -I. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include -c -o main.o main.c clang -DHAVE_CONFIG_H -I. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include -c -o shrink.o shrink.c clang -DHAVE_CONFIG_H -I. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include -c -o ui.o ui.c ui.c:18:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ shrink.c:121:15: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] fastscale(imgdata + x1 + imgwidth * y1, c->imagebuffer+xx1+yy... ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ shrink.c:51:22: note: passing argument to parameter 'b1' here void fastscale(char *b1, char *b2, int x1, int x2, int y1, int y2, int w... ^ shrink.c:121:45: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] ...+ x1 + imgwidth * y1, c->imagebuffer+xx1+yy1*width, x2 - x1, xx2-xx1, y... ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ shrink.c:51:32: note: passing argument to parameter 'b2' here void fastscale(char *b1, char *b2, int x1, int x2, int y1, int y2, int w... ^ shrink.c:125:16: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] fastscale(imgdata + x1 + imgwidth * y1, c->imagebuffer, x2 ... ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ shrink.c:51:22: note: passing argument to parameter 'b1' here void fastscale(char *b1, char *b2, int x1, int x2, int y1, int y2, int w... ^ shrink.c:125:46: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] ...fastscale(imgdata + x1 + imgwidth * y1, c->imagebuffer, x2 - x1, aa_imgw... ^~~~~~~~~~~~~~ shrink.c:51:32: note: passing argument to parameter 'b2' here void fastscale(char *b1, char *b2, int x1, int x2, int y1, int y2, int w... ^ clang -DHAVE_CONFIG_H -I. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include -c -o flip.o flip.c clang -DHAVE_CONFIG_H -I. -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -I/usr/include -c -o general.o general.c flip.c:293:9: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] index = graph_mem; ^ ~~~~~~~~~ flip.c:589:9: error: call to undeclared function 'f_getkey'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] if (f_getkey() == 'q') return(1); ^ flip.c:595:9: error: call to undeclared function 'f_getkey'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] return(f_getkey() == 'q'); ^ flip.c:650:17: error: call to undeclared library function 'tolower' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] while ((c = tolower(aa_getkey(context, 1))) != 'y' && c != 'n'); ^ flip.c:650:17: note: include the header or explicitly provide a declaration for 'tolower' flip.c:857:24: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] fastscale(graph_mem,context->imagebuffer, ^~~~~~~~~~~~~~~~~~~~ flip.c:598:39: note: passing argument to parameter 'b2' here static void fastscale(char *b1, char *b2, int x1, int x2, int y1, int y2... ^ flip.c:890:23: warning: passing 'unsigned char *' to parameter of type 'char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] fastscale(graph_mem,context->imagebuffer, ^~~~~~~~~~~~~~~~~~~~ flip.c:598:39: note: passing argument to parameter 'b2' here static void fastscale(char *b1, char *b2, int x1, int x2, int y1, int y2... ^ 3 warnings and 3 errors generated. make[1]: *** [Makefile:486: flip.o] Error 1 make[1]: *** Waiting for unfinished jobs.... 1 warning generated. 4 warnings generated. make[1]: Leaving directory '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work/aview-1.3.0' make: *** [Makefile:324: all] Error 2 * ERROR: media-gfx/aview-1.3.0_rc1-r3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-gfx/aview-1.3.0_rc1-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-gfx/aview-1.3.0_rc1-r3::gentoo'`. * The complete build log is located at '/var/log/portage/media-gfx:aview-1.3.0_rc1-r3:20220918-095953.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/temp/environment'. * Working directory: '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work/aview-1.3.0' * S: '/var/tmp/portage/media-gfx/aview-1.3.0_rc1-r3/work/aview-1.3.0'