* Package: media-gfx/videorbits-2.205 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking videorbits-2.205.tgz to /var/tmp/portage/media-gfx/videorbits-2.205/work >>> Source unpacked in /var/tmp/portage/media-gfx/videorbits-2.205/work >>> Preparing source in /var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205 ... * Applying videorbits-2.201-libpng15.patch ... [ ok ] * Applying videorbits-2.205-qa-implicit-declarations.patch ... [ ok ] * Applying videorbits-2.205-fix-buildsystem.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: videorbits-2.205/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205 ... ./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/videorbits-2.205 --htmldir=/usr/share/doc/videorbits-2.205/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.5/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 gawk... (cached) gawk 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 for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether ln -s works... yes checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for pow in -lm... yes checking for gzdopen in -lz... yes checking for jpeg_CreateCompress in -ljpeg... yes checking for png_sig_cmp in -lpng... yes checking for XCreateWindow in -lX11... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for floor... yes checking for gettimeofday... yes checking for memset... yes checking for pow... yes checking for rint... yes checking for sqrt... yes checking for strdup... yes checking for strerror... yes checking for strrchr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating scripts/Makefile config.status: creating images/Makefile config.status: creating lookuptables/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205 ... make -j 1 make all-recursive make[1]: Entering directory '/var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205' Making all in src make[2]: Entering directory '/var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o estpmain.o estpmain.c estpmain.c: In function ‘estpmain’: estpmain.c:572:8: warning: ignoring return value of ‘realloc’, declared with attribute warn_unused_result [-Wunused-result] realloc (frameA[steps-1]->image,movieHeight*movieWidth); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ estpmain.c:573:8: warning: ignoring return value of ‘realloc’, declared with attribute warn_unused_result [-Wunused-result] realloc (frameB[steps-1]->image,movieHeight*movieWidth); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ estpmain.c:686:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(stdin, "%c", &c); ^~~~~~~~~~~~~~~~~~~~~~~ estpmain.c:736:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(stdin, "%c", &c); ^~~~~~~~~~~~~~~~~~~~~~~ estpmain.c: In function ‘get_next_frame’: estpmain.c:1010:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&pork, 1, 1, current_file_location); /* ignore red*/ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ estpmain.c:1011:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&frame->image[i], 1, 1, current_file_location); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ estpmain.c:1013:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&bacon, 1, 1, current_file_location); /* ignore blue*/ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ estpmain.c:1017:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(frame->image, 1, (movieWidth*movieHeight), current_file_location); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o ppm.o ppm.c ppm.c: In function ‘load_ppm_file’: ppm.c:30:3: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(file_ptr,"P%x", &magic_number); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppm.c:60:3: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(file_ptr,"%d %d %d", &width, &height, &depth); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppm.c:64:5: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(file_ptr,"%d %f", &image->plm_field_1, &image->plm_field_2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppm.c:108:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&pixelr, 1, 1, file_ptr); /* cut off 10 that keeps showing up */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppm.c:114:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&newchar, sizeof(unsigned char), 1, file_ptr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppm.c: In function ‘get_image_dimensions’: ppm.c:191:3: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(file_ptr,"P%d", &magic_number); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ppm.c:220:3: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(file_ptr,"%d %d", width, height); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o filt2d.o filt2d.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o filt2ddsamp.o filt2ddsamp.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o mat_util.o mat_util.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o display_service.o display_service.c display_service.c: In function ‘readlut’: display_service.c:657:6: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(lutfile, "%f", &p); ^~~~~~~~~~~~~~~~~~~~~~~~~ display_service.c:659:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(lutfile, "%lf", &(inverseLookup[i])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o motion.o motion.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o est_pseudo.o est_pseudo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o pchirp2ia.o pchirp2ia.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o derivatives.o derivatives.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o img_resample.o img_resample.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o corners2r.o corners2r.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o dst_to_src_pchirp2.o dst_to_src_pchirp2.c rm -f libvideorbits.a ar cru libvideorbits.a estpmain.o ppm.o filt2d.o filt2ddsamp.o mat_util.o display_service.o motion.o est_pseudo.o pchirp2ia.o derivatives.o img_resample.o corners2r.o dst_to_src_pchirp2.o x86_64-pc-linux-gnu-ranlib libvideorbits.a x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o plm2pnm.o plm2pnm.c plm2pnm.c:1012:67: warning: ‘max_dilation’ is static but used in inline function ‘calc_dilation_factor’ which is not static return (log((max_var)/var)-log(max_var/(max_var/var_gamma))+1)*(max_dilation); ^~~~~~~~~~~~ plm2pnm.c:1012:51: warning: ‘var_gamma’ is static but used in inline function ‘calc_dilation_factor’ which is not static return (log((max_var)/var)-log(max_var/(max_var/var_gamma))+1)*(max_dilation); ^~~~~~~~~ plm2pnm.c:1010:21: warning: ‘var_gamma’ is static but used in inline function ‘calc_dilation_factor’ which is not static if( var > max_var/var_gamma ) return 1; // 100000 ^~~~~~~~~ plm2pnm.c: In function ‘readlut’: plm2pnm.c:543:6: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(lutfile, "%f", &p); ^~~~~~~~~~~~~~~~~~~~~~~~~ plm2pnm.c:545:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(lutfile, "%lf", &(inverseLookup[i])); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o file.o file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o pnmutils.o pnmutils.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o jpeg.o jpeg.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o plm2pnm plm2pnm.o file.o pnmutils.o jpeg.o -lX11 -lpng -ljpeg -lz -lm x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o pintegrate.o pintegrate.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o GrowArray.o GrowArray.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o pinverse.o pinverse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o par.o par.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o pintegrate pintegrate.o GrowArray.o pinverse.o mat_util.o motion.o display_service.o est_pseudo.o pchirp2ia.o par.o corners2r.o derivatives.o dst_to_src_pchirp2.o img_resample.o -lX11 -lX11 -lpng -ljpeg -lz -lm x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o main.o main.c main.c: In function ‘main’: main.c:545:8: warning: ignoring return value of ‘realloc’, declared with attribute warn_unused_result [-Wunused-result] realloc (frameA[steps-1]->image,movieHeight*movieWidth); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:546:8: warning: ignoring return value of ‘realloc’, declared with attribute warn_unused_result [-Wunused-result] realloc (frameB[steps-1]->image,movieHeight*movieWidth); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:659:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(stdin, "%c", &c); ^~~~~~~~~~~~~~~~~~~~~~~ main.c:709:8: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(stdin, "%c", &c); ^~~~~~~~~~~~~~~~~~~~~~~ main.c: In function ‘get_next_frame’: main.c:983:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&pork, 1, 1, current_file_location); /* ignore red*/ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:984:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&frame->image[i], 1, 1, current_file_location); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:986:4: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(&bacon, 1, 1, current_file_location); /* ignore blue*/ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:990:5: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] fread(frame->image, 1, (movieWidth*movieHeight), current_file_location); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o estpchirp2m main.o ppm.o filt2d.o filt2ddsamp.o mat_util.o display_service.o motion.o est_pseudo.o pchirp2ia.o derivatives.o img_resample.o corners2r.o dst_to_src_pchirp2.o -lX11 -lX11 -lpng -ljpeg -lz -lm x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -c -o cement.o cement.c cement.c:4:10: fatal error: bits/nan.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:591: cement.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205/src' make[1]: *** [Makefile:358: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205' make: *** [Makefile:299: all] Error 2 * ERROR: media-gfx/videorbits-2.205::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=media-gfx/videorbits-2.205::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-gfx/videorbits-2.205::gentoo'`. * The complete build log is located at '/var/log/portage/media-gfx:videorbits-2.205:20180225-142317.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-gfx/videorbits-2.205/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/videorbits-2.205/temp/environment'. * Working directory: '/var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205' * S: '/var/tmp/portage/media-gfx/videorbits-2.205/work/videorbits-2.205'