==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: dcraw 9.28.0-5 (Thu Jul  4 10:31:21 2024)
==> Retrieving sources...
  -> Found dcraw-9.28.0.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    dcraw-9.28.0.tar.gz ... Passed
==> Making package: dcraw 9.28.0-5 (Thu Jul  4 10:31:41 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
:: There are 5 providers available for libgl:
:: Repository extra
   1) libglvnd
:: Repository alarm
   2) imx-gpu-viv-dfb  3) imx-gpu-viv-fb  4) imx-gpu-viv-wl  5) imx-gpu-viv-x11

Enter a number (default=1): 
looking for conflicting packages...
warning: dependency cycle detected:
warning: mesa will be installed before its libglvnd dependency

Packages (30) default-cursors-2-1  freeglut-3.6.0-1  glu-9.0.3-2  jbigkit-2.1-8
              libdrm-2.4.122-1  libedit-20240517_3.1-1  libglvnd-1.7.0-1
              libjpeg-turbo-3.0.3-1  libomxil-bellagio-0.9.3-4
              libpciaccess-0.18.1-2  libtiff-4.6.0-5  libx11-1.8.9-1
              libxau-1.0.11-3  libxcb-1.17.0-1  libxdmcp-1.1.5-1.1
              libxext-1.3.6-1  libxfixes-6.0.1-2  libxi-1.8.1-2
              libxrandr-1.5.4-1  libxrender-0.9.11-2  libxshmfence-1.3.2-2
              libxxf86vm-1.1.5-2  llvm-libs-17.0.6-5
              lm_sensors-1:3.6.0.r41.g31d1f125-2  mesa-1:24.1.2-1
              wayland-1.23.0-1  xcb-proto-1.17.0-2  xorgproto-2024.1-2
              jasper-4.2.4-1  lcms2-2.16-1

Total Download Size:     0.55 MiB
Total Installed Size:  221.79 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 jasper-4.2.4-1-armv7h downloading...
 libxi-1.8.1-2-armv7h downloading...
 glu-9.0.3-2-armv7h downloading...
 freeglut-3.6.0-1-armv7h downloading...
 libxrandr-1.5.4-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing jbigkit...
installing libjpeg-turbo...
installing libtiff...
Optional dependencies for libtiff
    freeglut: for using tiffgt [pending]
installing lcms2...
installing xcb-proto...
installing xorgproto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing libx11...
installing libxext...
installing libpciaccess...
installing libdrm...
Optional dependencies for libdrm
    cairo: needed for modetest tool
installing libxfixes...
installing libxshmfence...
installing libxxf86vm...
installing libedit...
installing llvm-libs...
installing lm_sensors...
Optional dependencies for lm_sensors
    rrdtool: for logging with sensord
    perl: for sensor detection and configuration convert [installed]
installing default-cursors...
Optional dependencies for default-cursors
    adwaita-cursors: default cursor theme
installing wayland...
installing libomxil-bellagio...
installing mesa...
Optional dependencies for mesa
    opengl-man-pages: for the OpenGL API man pages
installing libglvnd...
installing libxi...
installing libxrender...
installing libxrandr...
installing freeglut...
installing glu...
installing jasper...
Optional dependencies for jasper
    jasper-doc: documentation
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found dcraw-9.28.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting dcraw-9.28.0.tar.gz with bsdtar
==> Starting build()...
dcraw.c: In function ‘get2’:
dcraw.c:306:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
  306 |   fread (str, 1, 2, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘get4’:
dcraw.c:322:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
  322 |   fread (str, 1, 4, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘canon_has_lowbits’:
dcraw.c:745:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
  745 |   fread (test, 1, sizeof test, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘ljpeg_start’:
dcraw.c:828:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
  828 |     fread (data, 1, len, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘nikon_e2100’:
dcraw.c:1297:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 1297 |     fread (t, 1, 12, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘nikon_3700’:
dcraw.c:1319:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 1319 |   fread (dp, 1, 24, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘minolta_z2’:
dcraw.c:1337:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 1337 |   fread (tail, 1, sizeof tail, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘ppm_thumb’:
dcraw.c:1352:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 1352 |   fread  (thumb, 1, thumb_length, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘layer_thumb’:
dcraw.c:1383:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 1383 |   fread (thumb, thumb_length, colors, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘pana_bits’:
dcraw.c:2014:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 2014 |     fread (buf+load_flags, 1, 0x4000-load_flags, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:2015:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 2015 |     fread (buf, 1, load_flags, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘sony_load_raw’:
dcraw.c:2688:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 2688 |   fread (head, 1, 40, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘sony_arw2_load_raw’:
dcraw.c:2732:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 2732 |     fread (data, 1, raw_width, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘foveon_thumb’:
dcraw.c:3094:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 3094 |       fread  (buf, 1, bwide, ifp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘foveon_load_camf’:
dcraw.c:3200:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 3200 |     fread (meta_data, 1, meta_length, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘subtract’:
dcraw.c:3932:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 3932 |     fread (pixel, 2, width, fp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_makernote’:
dcraw.c:5198:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5198 |   fread (buf, 1, 10, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5275:7: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5275 |       fgets (model2, 64, ifp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5279:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5279 |       fread (artist, 64, 1, ifp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5300:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5300 |       fread (buf, 1, 10, ifp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5309:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5309 |       fread (model, 64, 1, ifp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5361:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5361 |         fread (buf97, 324, 1, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘get_timestamp’:
dcraw.c:5481:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5481 |     fread (str, 19, 1, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_gps’:
dcraw.c:5541:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5541 |         fgets ((char *) (gpsdata+14+tag/3), MIN(len,12), ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_mos’:
dcraw.c:5577:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5577 |     fread (data, 1, 40, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5589:7: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5589 |       fscanf (ifp, "%d", &i);
      |       ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5600:9: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5600 |         fscanf (ifp, "%f", (float *)romm_cam + i);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5604:7: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5604 |       fscanf (ifp, "%d", &planes);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5606:7: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5606 |       fscanf (ifp, "%d", &flip);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5609:9: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5609 |         fscanf (ifp, "%d", &i);
      |         ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5613:7: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5613 |       fscanf (ifp, "%d", &i);
      |       ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5617:13: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5617 |       FORC4 fscanf (ifp, "%d", neut+c);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_tiff_ifd’:
dcraw.c:5763:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5763 |         fread (desc, 512, 1, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5766:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5766 |         fgets (make, 64, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~
dcraw.c:5769:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5769 |         fgets (model, 64, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5814:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5814 |         fgets (software, 64, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5827:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5827 |         fread (artist, 64, 1, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5883:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5883 |         fgets (model2, 64, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5896:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5896 |         fread (cfa_pat, 1, plen, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5919:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5919 |         fread (software, 1, 7, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:5923:17: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 5923 |           FORC4 fscanf (ifp, "%f", &rgb_cam[i][c^1]);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:6013:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6013 |         fread (cbuf, 1, len, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:6040:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6040 |         fgets (make, 64, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~
dcraw.c:6050:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6050 |         fread (cfa_pc, 1, colors, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:6148:24: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6148 |         if (type == 2) fgets (model2, 64, ifp);
      |                        ^~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:6154:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6154 |     fread (buf, sony_length, 1, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_ciff’:
dcraw.c:6496:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6496 |       fread (artist, 64, 1, ifp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:6498:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6498 |       fread (make, 64, 1, ifp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:6500:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6500 |       fread (model, 64, 1, ifp);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_rollei’:
dcraw.c:6591:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6591 |     fgets (line, 128, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_sinar_ia’:
dcraw.c:6632:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6632 |     fread (str, 8, 1, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c:6638:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6638 |   fread (make, 64, 1, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_phase_one’:
dcraw.c:6704:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6704 |         fread (model, 1, 63, ifp);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_riff’:
dcraw.c:6796:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6796 |   fread (tag, 4, 1, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c:6812:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6812 |     fread (date, 64, 1, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘parse_qt’:
dcraw.c:6902:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 6902 |     fread (tag, 4, 1, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘guess_byte_order’:
dcraw.c:8307:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8307 |   fread (test[0], 2, 2, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:8309:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8309 |     fread (test[t], 2, 1, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘identify’:
dcraw.c:8662:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8662 |   fread (head, 1, 32, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:8733:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8733 |     fread (make, 1, 8, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:8734:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8734 |     fread (model, 1, 8, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:8735:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8735 |     fread (model2, 1, 16, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:8764:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8764 |     fread (model, 1, 64, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:8772:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8772 |     fread (make, 1, 41, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:8776:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 8776 |     fread (model, 1, 30, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘apply_profile’:
dcraw.c:9665:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 9665 |     fread (prof, 1, profile_length, ifp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:9674:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 9674 |     fread (&size, 4, 1, fp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~
dcraw.c:9678:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
 9678 |     fread (oprof, 1, size, fp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘jpeg_thumb’:
dcraw.c:10020:3: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
10020 |   fread (thumb, 1, thumb_length, ifp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘main’:
dcraw.c:10394:7: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result]8;;]
10394 |       fread (raw_image, 2, raw_height*raw_width, stdin);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:548,
                 from dcraw.c:41:
In function ‘memcpy’,
    inlined from ‘foveon_interpolate’ at dcraw.c:3453:3:
/usr/include/bits/string_fortified.h:29:10: warning: __builtin___memcpy_chk’ writing 96 bytes into a region of size 0 overflows the destination []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wno-stringop-overflow-Wstringop-overflow=]8;;]
   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   30 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘identify’:
dcraw.c:9190:33: warning: %-10s’ directive writing between 10 and 56 bytes into a region of size 38 []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wformat-overflow-Wformat-overflow=]8;;]
 9190 |       sprintf (model+20, "DYNAX %-10s", model+6+(model[0]=='M'));
      |                                 ^~~~~
In file included from /usr/include/stdio.h:980,
                 from dcraw.c:39:
In function ‘sprintf’,
    inlined from ‘identify’ at dcraw.c:9190:7:
/usr/include/bits/stdio2.h:30:10: note: __builtin___sprintf_chk’ output between 17 and 63 bytes into a destination of size 44
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
dcraw.c: In function ‘tiff_head’:
dcraw.c:9958:28: warning: %02d’ directive writing between 2 and 11 bytes into a region of size between 8 and 15 []8;;https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Warning-Options.html#index-Wformat-overflow-Wformat-overflow=]8;;]
 9958 |   sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
      |                            ^~~~
dcraw.c:9958:22: note: directive argument in the range [-2147483647, 2147483647]
 9958 |   sprintf (th->date, "%04d:%02d:%02d %02d:%02d:%02d",
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘sprintf’,
    inlined from ‘tiff_head’ at dcraw.c:9958:3:
/usr/include/bits/stdio2.h:30:10: note: __builtin___sprintf_chk’ output between 20 and 72 bytes into a destination of size 20
   30 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   31 |                                   __glibc_objsize (__s), __fmt,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   32 |                                   __va_arg_pack ());
      |                                   ~~~~~~~~~~~~~~~~~
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "dcraw"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dcraw 9.28.0-5 (Thu Jul  4 10:32:38 2024)
==> Cleaning up...