* Package: media-gfx/xloadimage-4.1-r12:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc jpeg kernel_linux png tiff userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking xloadimage.4.1.tar.gz to /var/tmp/portage/media-gfx/xloadimage-4.1-r12/work >>> Unpacking xloadimage-4.1-gentoo-r1.diff.bz2 to /var/tmp/portage/media-gfx/xloadimage-4.1-r12/work >>> Source unpacked in /var/tmp/portage/media-gfx/xloadimage-4.1-r12/work >>> Preparing source in /var/tmp/portage/media-gfx/xloadimage-4.1-r12/work/xloadimage.4.1 ... * Applying xloadimage-4.1-gentoo-r1.diff ... [ ok ] * Applying xloadimage-4.1-zio-shell-meta-char.diff ... [ ok ] * Applying xloadimage-4.1-endif.patch ... [ ok ] * Applying xloadimage-4.1-include-errno_h.patch ... [ ok ] * Applying xloadimage-gentoo.patch ... [ ok ] * Applying xloadimage-4.1-unaligned-access.patch ... [ ok ] * Applying xloadimage-4.1-ldflags_and_exit.patch ... [ ok ] * Applying xloadimage-4.1-libpng15.patch ... [ ok ] * Applying xloadimage-4.1-bracket.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/media-gfx/xloadimage-4.1-r12/work/xloadimage.4.1' ... * Running 'aclocal --system-acdir=/var/tmp/portage/media-gfx/xloadimage-4.1-r12/temp/aclocal' ... [ ok ] * This package has a configure.in file which has long been deprecated. Please * update it to use configure.ac instead as newer versions of autotools will die * when it finds this file. See https://bugs.gentoo.org/426262 for details. * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running elibtoolize in: xloadimage.4.1/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-gfx/xloadimage-4.1-r12/work/xloadimage.4.1 ... * Please use append-cppflags for preprocessor flags * econf: updating xloadimage.4.1/config.sub with /usr/share/gnuconfig/config.sub * econf: updating xloadimage.4.1/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 --docdir=/usr/share/doc/xloadimage-4.1-r12 --htmldir=/usr/share/doc/xloadimage-4.1-r12/html --libdir=/usr/lib64 --with-jpeg --with-png --with-tiff 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 how to run the C preprocessor... clang -E checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes 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 for malloc.h... yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for main in -lm... yes checking for main in -lz... yes checking for main in -lpng... yes checking for main in -ljpeg... yes checking for main in -ltiff... yes checking return type of signal handlers... void checking for select... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h >>> Source configured. '/var/tmp/portage/media-gfx/xloadimage-4.1-r12/temp/clang14.log' -> '/var/tmp/clang/media-gfx/xloadimage-4.1-r12/clang14.log' '/var/tmp/portage/media-gfx/xloadimage-4.1-r12/temp/clang15.log' -> '/var/tmp/clang/media-gfx/xloadimage-4.1-r12/clang15.log' >>> Compiling source in /var/tmp/portage/media-gfx/xloadimage-4.1-r12/work/xloadimage.4.1 ... make -j4 SYSPATHFILE=/etc/X11/Xloadimage Makefile:33: warning: ignoring prerequisites on suffix rule definition clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DTIFFHeader=TIFFHeaderCommon -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" bright.c clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DTIFFHeader=TIFFHeaderCommon -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" clip.c clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DTIFFHeader=TIFFHeaderCommon -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" cmuwmraster.c clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DTIFFHeader=TIFFHeaderCommon -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" compress.c cmuwmraster.c:19:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void babble(name, headerp) ^ cmuwmraster.c:30:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int cmuwmIdent(fullname, name) ^ compress.c:33:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void compress_cmap(image, verbose) ^ cmuwmraster.c:111:5: warning: cast to smaller integer type 'int' from 'byte *' (aka 'unsigned char *') [-Wpointer-to-int-cast] (int) header.depth); ^~~~~~~~~~~~~~~~~~ clip.c:14:8: warning: cmuwmraster.ca: 70function: 8definition: withoutwarning: aa functionprototype definitionis withoutdeprecated ain prototype allis versions deprecatedof inC alland versionsis ofnot Csupported andin isC2x not[-Wdeprecated-non-prototype] supported in C2x [-Wdeprecated-non-prototype] Image* cmuwmLoad(fullname, name, verbose) ^ Image *clip(simage, clipx, clipy, clipw, cliph, verbose) ^ bright.c:18:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void brighten(image, percent, verbose) ^ bright.c:72:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void gammacorrect(image, disp_gam, verbose) ^ bright.c:122:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void setupNormalizationArray(min, max, array, verbose) ^ bright.c:144:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Image *normalize(image, verbose) ^ bright.c:254:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void gray(image, verbose) ^ 4 warnings generated. clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DTIFFHeader=TIFFHeaderCommon -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" config.c In file included from config.c:13: ./xloadimage.h:44:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] char *tail(); /* misc.c */ ^ ./image.h:249:7: note: conflicting prototype is here char *tail _ArgProto((char *)); ^ In file included from config.c:13: ./xloadimage.h:49:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] void goodImage(); ^ ./image.h:238:8: note: conflicting prototype is here void goodImage _ArgProto((Image *image, char *where)); ^ config.c:41:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void addFilter(extension, filter) ^ config.c:71:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void skip_whitespace(f, linenum) ^ config.c:244:31: warning: passing arguments to 'expandPath' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Paths[NumPaths++]= expandPath(buf); ^ config.c:97:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void readPathsAndExts(name) ^ config.c:303:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int fileIsOk(fullname, sbuf) ^ config.c:316:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int findImage(name, fullname, size) ^ In file included from config.c:13: ./xloadimage.h:56:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int findImage(); ^ config.c:457:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] char *expandPath(p) ^ In file included from config.c:13: ./xloadimage.h:55:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] char *expandPath(); /* path.c */ ^ 1 warning generated. clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DTIFFHeader=TIFFHeaderCommon -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" dither.c dither.c:39:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Image *dither(cimage, verbose) ^ dither.c:93:34: warning: passing arguments to 'tone_scale_adjust' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] grey[i] = tone_scale_adjust(grey[i]); ^ dither.c:132:23: warning: passing arguments to 'tone_scale_adjust' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tone_scale_adjust(colorIntensity(cimage->rgb.red[color], ^ dither.c:140:21: warning: passing arguments to 'tone_scale_adjust' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tone_scale_adjust(colorIntensity((TRUE_RED(color) << 8), ^ dither.c:149:18: warning: passing arguments to 'RightToLeft' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RightToLeft(curr, next, cimage->width); ^ dither.c:151:18: warning: passing arguments to 'LeftToRight' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] LeftToRight(curr, next, cimage->width); ^ dither.c:192:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static unsigned int tone_scale_adjust(val) ^ dither.c:210:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void LeftToRight(curr, next, width) ^ dither.c:235:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void RightToLeft(curr, next, width) ^ 11 warnings generated. 1 warning generated. clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DTIFFHeader=TIFFHeaderCommon -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" faces.c clang -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -DTIFFHeader=TIFFHeaderCommon -c -DHAVE_CONFIG_H -DSYSPATHFILE=\"/etc/X11/Xloadimage\" fbm.c faces.c:58:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int nextInt(zf, len) ^ faces.c:86:34: error: parameter 'verbose' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int] Image *facesLoad(fullname, name, verbose) ^ faces.c:86:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Image *facesLoad(fullname, name, verbose) ^ faces.c:177:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int facesIdent(fullname, name) ^ 3 warnings and 1 error generated. 9 warnings generated. make: *** [Makefile:33: faces.o] Error 1 make: *** Waiting for unfinished jobs.... fbm.c:108:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static int fbmin_open_image(s) ^ fbm.c:188:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void tellAboutImage(name) ^ fbm.c:199:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Image *fbmLoad(fullname, name, verbose) ^ fbm.c:292:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int fbmIdent(fullname, name) ^ 5 warnings generated. 4 warnings generated. * ERROR: media-gfx/xloadimage-4.1-r12::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-gfx/xloadimage-4.1-r12::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-gfx/xloadimage-4.1-r12::gentoo'`. * The complete build log is located at '/var/log/portage/media-gfx:xloadimage-4.1-r12:20221005-104015.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-gfx/xloadimage-4.1-r12/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/xloadimage-4.1-r12/temp/environment'. * Working directory: '/var/tmp/portage/media-gfx/xloadimage-4.1-r12/work/xloadimage.4.1' * S: '/var/tmp/portage/media-gfx/xloadimage-4.1-r12/work/xloadimage.4.1'