Bug#968637: freeimage: FTBFS against libraw 0.20.0

Matteo F. Vescovi mfv at debian.org
Tue Aug 18 22:16:17 BST 2020


Package: src:freeimage
Version: 3.18.0+ds2-5
Severity: serious
Tags: ftbfs
Justification: fails to build from source
Control: block 968378 -1

Dear Maintainer,

while testing build status of reverse dependencies of libraw for the
upcoming transition (now moving from 0.19.5 to 0.20.0, with a SONAME
bump), your package has shown problems with this new version of the
library I maintain.

Following, here's a snippet of the error encountered:

x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginRAW.cpp -o Source/FreeImage/PluginRAW.o
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::read(void*, size_t, size_t)’:
Source/FreeImage/PluginRAW.cpp:66:6: error: ‘substream’ was not declared in this scope
   66 |   if(substream) return substream->read(buffer, size, count);
      |      ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::seek(INT64, int)’:
Source/FreeImage/PluginRAW.cpp:71:12: error: ‘substream’ was not declared in this scope
   71 |         if(substream) return substream->seek(offset, origin);
      |            ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual INT64 LibRaw_freeimage_datastream::tell()’:
Source/FreeImage/PluginRAW.cpp:76:6: error: ‘substream’ was not declared in this scope
   76 |   if(substream) return substream->tell();
      |      ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::get_char()’:
Source/FreeImage/PluginRAW.cpp:86:6: error: ‘substream’ was not declared in this scope
   86 |   if(substream) return substream->get_char();
      |      ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual char* LibRaw_freeimage_datastream::gets(char*, int)’:
Source/FreeImage/PluginRAW.cpp:92:7: error: ‘substream’ was not declared in this scope
   92 |   if (substream) return substream->gets(buffer, length);
      |       ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::scanf_one(const char*, void*)’:
Source/FreeImage/PluginRAW.cpp:107:6: error: ‘substream’ was not declared in this scope
  107 |   if(substream) return substream->scanf_one(fmt,val);
      |      ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::eof()’:
Source/FreeImage/PluginRAW.cpp:130:6: error: ‘substream’ was not declared in this scope
  130 |   if(substream) return substream->eof();
      |      ^~~~~~~~~
In file included from Source/FreeImage/PluginRAW.cpp:26:
Source/FreeImage/../Metadata/FreeImageTag.h: At global scope:
Source/FreeImage/../Metadata/FreeImageTag.h:468:20: warning: ‘g_TagLib_ExifRawFieldName’ defined but not used [-Wunused-variable]
  468 | static const char *g_TagLib_ExifRawFieldName = "ExifRaw";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/../Metadata/FreeImageTag.h:465:20: warning: ‘g_TagLib_XMPFieldName’ defined but not used [-Wunused-variable]
  465 | static const char *g_TagLib_XMPFieldName = "XMLPacket";
      |                    ^~~~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/PluginRAW.cpp:25:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile.gnu:66: Source/FreeImage/PluginRAW.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:21: default] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:37: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:25: build] Error 2
dpkg-buildpackage-debomatic-original: error: debian/rules build subprocess returned exit status 2

Attached, you'll find the entire build log.

Cheers.


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'buildd-unstable'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.7.0-2-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
Matteo F. Vescovi || Debian Developer
GnuPG KeyID: 4096R/0x8062398983B2CF7A

-------------- next part --------------
sbuild (Debian sbuild) 0.78.1 (09 February 2019) on misc-debomatic1

+==============================================================================+
| freeimage 3.18.0+ds2-5 (amd64)               Tue, 18 Aug 2020 13:32:43 +0000 |
+==============================================================================+

Package: freeimage
Version: 3.18.0+ds2-5
Source Version: 3.18.0+ds2-5
Distribution: experimental
Machine Architecture: amd64
Host Architecture: amd64
Build Architecture: amd64
Build Type: full

I: NOTICE: Log filtering will replace 'var/run/schroot/mount/experimental-amd64-debomatic-831677c9-a90b-40c1-a3a1-27c6bb249a7c' with '<<CHROOT>>'

+------------------------------------------------------------------------------+
| Chroot Setup Commands                                                        |
+------------------------------------------------------------------------------+


/home/debomatic/debomatic/sbuildcommands/chroot-setup-commands/apt-speedup freeimage_3.18.0+ds2-5 experimental amd64
--------------------------------------------------------------------------------------------------------------------


I: Finished running '/home/debomatic/debomatic/sbuildcommands/chroot-setup-commands/apt-speedup freeimage_3.18.0+ds2-5 experimental amd64'.

Finished processing commands.
--------------------------------------------------------------------------------
I: NOTICE: Log filtering will replace 'build/freeimage-7m4OJq/resolver-5IXs8e' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 http://deb.debian.org/debian unstable InRelease [146 kB]
Get:2 http://deb.debian.org/debian experimental InRelease [72.2 kB]
Get:3 http://debomatic-amd64.debian.net/debomatic/experimental experimental InRelease [2329 B]
Get:4 http://deb.debian.org/debian unstable/non-free Sources [107 kB]
Get:5 http://deb.debian.org/debian unstable/contrib Sources [57.9 kB]
Get:6 http://deb.debian.org/debian unstable/main Sources [11.7 MB]
Get:7 http://debomatic-amd64.debian.net/debomatic/experimental experimental/main amd64 Packages [648 kB]
Get:8 http://deb.debian.org/debian unstable/main amd64 Packages [11.3 MB]
Get:9 http://deb.debian.org/debian unstable/non-free amd64 Packages [128 kB]
Get:10 http://deb.debian.org/debian unstable/contrib amd64 Packages [70.7 kB]
Get:11 http://deb.debian.org/debian experimental/contrib amd64 Packages [2512 B]
Get:12 http://deb.debian.org/debian experimental/non-free amd64 Packages [7808 B]
Get:13 http://deb.debian.org/debian experimental/main amd64 Packages [307 kB]
Fetched 24.6 MB in 1s (16.8 MB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following NEW packages will be installed:
  cpp-10 g++-10 gcc-10 libasan6 libgcc-10-dev libhogweed6 libnettle8
  libstdc++-10-dev
The following packages will be upgraded:
  apt bash binutils binutils-common binutils-x86-64-linux-gnu bsdutils bzip2
  coreutils cpp cpp-9 dpkg dpkg-dev fdisk g++ g++-9 gcc gcc-10-base gcc-9
  gcc-9-base libapt-pkg6.0 libasan5 libatomic1 libbinutils libblkid1
  libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libctf-nobfd0
  libctf0 libdpkg-perl libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20
  libgnutls30 libgomp1 libitm1 liblsan0 libmount1 libmpc3 libmpfr6
  libquadmath0 libselinux1 libsemanage-common libsemanage1 libsepol1
  libsmartcols1 libstdc++-9-dev libstdc++6 libsystemd0 libtsan0 libubsan1
  libudev1 libuuid1 libzstd1 linux-libc-dev mount sysvinit-utils util-linux
62 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
Need to get 106 MB of archives.
After this operation, 151 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 bash amd64 5.0-7 [1388 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 bsdutils amd64 1:2.36-2 [148 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 libc6-dev amd64 2.31-3 [2395 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 libc-dev-bin amd64 2.31-3 [283 kB]
Get:5 http://deb.debian.org/debian unstable/main amd64 linux-libc-dev amd64 5.7.10-1 [1141 kB]
Get:6 http://deb.debian.org/debian unstable/main amd64 libc6 amd64 2.31-3 [2836 kB]
Get:7 http://deb.debian.org/debian unstable/main amd64 libc-bin amd64 2.31-3 [800 kB]
Get:8 http://deb.debian.org/debian unstable/main amd64 libatomic1 amd64 10.2.0-5 [9008 B]
Get:9 http://deb.debian.org/debian unstable/main amd64 libubsan1 amd64 10.2.0-5 [134 kB]
Get:10 http://deb.debian.org/debian unstable/main amd64 libtsan0 amd64 10.2.0-5 [313 kB]
Get:11 http://deb.debian.org/debian unstable/main amd64 libquadmath0 amd64 10.2.0-5 [145 kB]
Get:12 http://deb.debian.org/debian unstable/main amd64 liblsan0 amd64 10.2.0-5 [141 kB]
Get:13 http://deb.debian.org/debian unstable/main amd64 libitm1 amd64 10.2.0-5 [25.8 kB]
Get:14 http://deb.debian.org/debian unstable/main amd64 libgomp1 amd64 10.2.0-5 [100 kB]
Get:15 http://deb.debian.org/debian unstable/main amd64 gcc-10-base amd64 10.2.0-5 [198 kB]
Get:16 http://deb.debian.org/debian unstable/main amd64 libgcc-s1 amd64 10.2.0-5 [41.3 kB]
Get:17 http://deb.debian.org/debian unstable/main amd64 libcc1-0 amd64 10.2.0-5 [39.7 kB]
Get:18 http://deb.debian.org/debian unstable/main amd64 libstdc++6 amd64 10.2.0-5 [492 kB]
Get:19 http://deb.debian.org/debian unstable/main amd64 libselinux1 amd64 3.1-2 [87.3 kB]
Get:20 http://deb.debian.org/debian unstable/main amd64 coreutils amd64 8.32-3 [2838 kB]
Get:21 http://deb.debian.org/debian unstable/main amd64 dpkg amd64 1.20.5 [2307 kB]
Get:22 http://deb.debian.org/debian unstable/main amd64 libblkid1 amd64 2.36-2 [194 kB]
Get:23 http://deb.debian.org/debian unstable/main amd64 libuuid1 amd64 2.36-2 [82.3 kB]
Get:24 http://deb.debian.org/debian unstable/main amd64 libfdisk1 amd64 2.36-2 [237 kB]
Get:25 http://deb.debian.org/debian unstable/main amd64 libmount1 amd64 2.36-2 [212 kB]
Get:26 http://deb.debian.org/debian unstable/main amd64 libsmartcols1 amd64 2.36-2 [158 kB]
Get:27 http://deb.debian.org/debian unstable/main amd64 fdisk amd64 2.36-2 [190 kB]
Get:28 http://deb.debian.org/debian unstable/main amd64 util-linux amd64 2.36-2 [1135 kB]
Get:29 http://deb.debian.org/debian unstable/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
Get:30 http://deb.debian.org/debian unstable/main amd64 libbz2-1.0 amd64 1.0.8-4 [45.8 kB]
Get:31 http://deb.debian.org/debian unstable/main amd64 libgcrypt20 amd64 1.8.6-2 [559 kB]
Get:32 http://deb.debian.org/debian unstable/main amd64 libsystemd0 amd64 246.2-1 [369 kB]
Get:33 http://deb.debian.org/debian unstable/main amd64 libudev1 amd64 246.2-1 [162 kB]
Get:34 http://deb.debian.org/debian unstable/main amd64 libzstd1 amd64 1.4.5+dfsg-4 [307 kB]
Get:35 http://deb.debian.org/debian unstable/main amd64 libapt-pkg6.0 amd64 2.1.10 [994 kB]
Get:36 http://deb.debian.org/debian unstable/main amd64 libnettle8 amd64 3.6-2 [240 kB]
Get:37 http://deb.debian.org/debian unstable/main amd64 libhogweed6 amd64 3.6-2 [314 kB]
Get:38 http://deb.debian.org/debian unstable/main amd64 libgnutls30 amd64 3.6.14-2+b1 [1179 kB]
Get:39 http://deb.debian.org/debian unstable/main amd64 apt amd64 2.1.10 [1459 kB]
Get:40 http://deb.debian.org/debian unstable/main amd64 sysvinit-utils amd64 2.96-4 [25.0 kB]
Get:41 http://deb.debian.org/debian unstable/main amd64 mount amd64 2.36-2 [184 kB]
Get:42 http://deb.debian.org/debian unstable/main amd64 libsepol1 amd64 3.1-1 [265 kB]
Get:43 http://deb.debian.org/debian unstable/main amd64 libsemanage-common all 3.1-1 [21.3 kB]
Get:44 http://deb.debian.org/debian unstable/main amd64 libsemanage1 amd64 3.1-1 [98.0 kB]
Get:45 http://deb.debian.org/debian unstable/main amd64 libasan5 amd64 9.3.0-17 [390 kB]
Get:46 http://deb.debian.org/debian unstable/main amd64 g++-9 amd64 9.3.0-17 [10.7 MB]
Get:47 http://deb.debian.org/debian unstable/main amd64 gcc-9 amd64 9.3.0-17 [10.0 MB]
Get:48 http://deb.debian.org/debian unstable/main amd64 libstdc++-9-dev amd64 9.3.0-17 [1702 kB]
Get:49 http://deb.debian.org/debian unstable/main amd64 libgcc-9-dev amd64 9.3.0-17 [2347 kB]
Get:50 http://deb.debian.org/debian unstable/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
Get:51 http://deb.debian.org/debian unstable/main amd64 libmpc3 amd64 1.2.0~rc1-1 [45.1 kB]
Get:52 http://deb.debian.org/debian unstable/main amd64 libctf0 amd64 2.35-2 [46.5 kB]
Get:53 http://deb.debian.org/debian unstable/main amd64 libctf-nobfd0 amd64 2.35-2 [102 kB]
Get:54 http://deb.debian.org/debian unstable/main amd64 binutils-x86-64-linux-gnu amd64 2.35-2 [1617 kB]
Get:55 http://deb.debian.org/debian unstable/main amd64 libbinutils amd64 2.35-2 [475 kB]
Get:56 http://deb.debian.org/debian unstable/main amd64 binutils amd64 2.35-2 [59.4 kB]
Get:57 http://deb.debian.org/debian unstable/main amd64 binutils-common amd64 2.35-2 [2211 kB]
Get:58 http://deb.debian.org/debian unstable/main amd64 cpp-9 amd64 9.3.0-17 [9710 kB]
Get:59 http://deb.debian.org/debian unstable/main amd64 gcc-9-base amd64 9.3.0-17 [197 kB]
Get:60 http://deb.debian.org/debian unstable/main amd64 cpp-10 amd64 10.2.0-5 [8003 kB]
Get:61 http://deb.debian.org/debian unstable/main amd64 libasan6 amd64 10.2.0-5 [340 kB]
Get:62 http://deb.debian.org/debian unstable/main amd64 libgcc-10-dev amd64 10.2.0-5 [2325 kB]
Get:63 http://deb.debian.org/debian unstable/main amd64 gcc-10 amd64 10.2.0-5 [15.9 MB]
Get:64 http://deb.debian.org/debian unstable/main amd64 g++ amd64 4:10.1.0-1 [1644 B]
Get:65 http://deb.debian.org/debian unstable/main amd64 gcc amd64 4:10.1.0-1 [5196 B]
Get:66 http://deb.debian.org/debian unstable/main amd64 libstdc++-10-dev amd64 10.2.0-5 [1736 kB]
Get:67 http://deb.debian.org/debian unstable/main amd64 g++-10 amd64 10.2.0-5 [8660 kB]
Get:68 http://deb.debian.org/debian unstable/main amd64 cpp amd64 4:10.1.0-1 [19.7 kB]
Get:69 http://deb.debian.org/debian unstable/main amd64 dpkg-dev all 1.20.5 [1909 kB]
Get:70 http://deb.debian.org/debian unstable/main amd64 libdpkg-perl all 1.20.5 [1473 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 106 MB in 1s (96.2 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12275 files and directories currently installed.)
Preparing to unpack .../archives/bash_5.0-7_amd64.deb ...
Unpacking bash (5.0-7) over (5.0-6) ...
Setting up bash (5.0-7) ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12275 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.36-2_amd64.deb ...
Unpacking bsdutils (1:2.36-2) over (1:2.35.2-7) ...
Setting up bsdutils (1:2.36-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12275 files and directories currently installed.)
Preparing to unpack .../libc6-dev_2.31-3_amd64.deb ...
Unpacking libc6-dev:amd64 (2.31-3) over (2.30-8) ...
Preparing to unpack .../libc-dev-bin_2.31-3_amd64.deb ...
Unpacking libc-dev-bin (2.31-3) over (2.30-8) ...
Preparing to unpack .../linux-libc-dev_5.7.10-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.7.10-1) over (5.7.6-1) ...
Preparing to unpack .../libc6_2.31-3_amd64.deb ...
Unpacking libc6:amd64 (2.31-3) over (2.30-8) ...
Setting up libc6:amd64 (2.31-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12280 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.31-3_amd64.deb ...
Unpacking libc-bin (2.31-3) over (2.30-8) ...
Setting up libc-bin (2.31-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12280 files and directories currently installed.)
Preparing to unpack .../0-libatomic1_10.2.0-5_amd64.deb ...
Unpacking libatomic1:amd64 (10.2.0-5) over (10.1.0-4) ...
Preparing to unpack .../1-libubsan1_10.2.0-5_amd64.deb ...
Unpacking libubsan1:amd64 (10.2.0-5) over (10.1.0-4) ...
Preparing to unpack .../2-libtsan0_10.2.0-5_amd64.deb ...
Unpacking libtsan0:amd64 (10.2.0-5) over (10.1.0-4) ...
Preparing to unpack .../3-libquadmath0_10.2.0-5_amd64.deb ...
Unpacking libquadmath0:amd64 (10.2.0-5) over (10.1.0-4) ...
Preparing to unpack .../4-liblsan0_10.2.0-5_amd64.deb ...
Unpacking liblsan0:amd64 (10.2.0-5) over (10.1.0-4) ...
Preparing to unpack .../5-libitm1_10.2.0-5_amd64.deb ...
Unpacking libitm1:amd64 (10.2.0-5) over (10.1.0-4) ...
Preparing to unpack .../6-libgomp1_10.2.0-5_amd64.deb ...
Unpacking libgomp1:amd64 (10.2.0-5) over (10.1.0-4) ...
Preparing to unpack .../7-gcc-10-base_10.2.0-5_amd64.deb ...
Unpacking gcc-10-base:amd64 (10.2.0-5) over (10.1.0-4) ...
Setting up gcc-10-base:amd64 (10.2.0-5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12280 files and directories currently installed.)
Preparing to unpack .../libgcc-s1_10.2.0-5_amd64.deb ...
Unpacking libgcc-s1:amd64 (10.2.0-5) over (10.1.0-4) ...
Setting up libgcc-s1:amd64 (10.2.0-5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12280 files and directories currently installed.)
Preparing to unpack .../libcc1-0_10.2.0-5_amd64.deb ...
Unpacking libcc1-0:amd64 (10.2.0-5) over (10.1.0-4) ...
Preparing to unpack .../libstdc++6_10.2.0-5_amd64.deb ...
Unpacking libstdc++6:amd64 (10.2.0-5) over (10.1.0-4) ...
Setting up libstdc++6:amd64 (10.2.0-5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12280 files and directories currently installed.)
Preparing to unpack .../libselinux1_3.1-2_amd64.deb ...
Unpacking libselinux1:amd64 (3.1-2) over (3.0-1+b3) ...
Setting up libselinux1:amd64 (3.1-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12279 files and directories currently installed.)
Preparing to unpack .../coreutils_8.32-3_amd64.deb ...
Unpacking coreutils (8.32-3) over (8.32-2) ...
Setting up coreutils (8.32-3) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12279 files and directories currently installed.)
Preparing to unpack .../archives/dpkg_1.20.5_amd64.deb ...
Unpacking dpkg (1.20.5) over (1.20.4) ...
Setting up dpkg (1.20.5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12279 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.36-2_amd64.deb ...
Unpacking libblkid1:amd64 (2.36-2) over (2.35.2-7) ...
Setting up libblkid1:amd64 (2.36-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12279 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.36-2_amd64.deb ...
Unpacking libuuid1:amd64 (2.36-2) over (2.35.2-7) ...
Setting up libuuid1:amd64 (2.36-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12279 files and directories currently installed.)
Preparing to unpack .../libfdisk1_2.36-2_amd64.deb ...
Unpacking libfdisk1:amd64 (2.36-2) over (2.35.2-7) ...
Preparing to unpack .../libmount1_2.36-2_amd64.deb ...
Unpacking libmount1:amd64 (2.36-2) over (2.35.2-7) ...
Setting up libmount1:amd64 (2.36-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12279 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.36-2_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.36-2) over (2.35.2-7) ...
Setting up libsmartcols1:amd64 (2.36-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12279 files and directories currently installed.)
Preparing to unpack .../fdisk_2.36-2_amd64.deb ...
Unpacking fdisk (2.36-2) over (2.35.2-7) ...
Preparing to unpack .../util-linux_2.36-2_amd64.deb ...
Unpacking util-linux (2.36-2) over (2.35.2-7) ...
Setting up util-linux (2.36-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12278 files and directories currently installed.)
Preparing to unpack .../bzip2_1.0.8-4_amd64.deb ...
Unpacking bzip2 (1.0.8-4) over (1.0.8-3) ...
Preparing to unpack .../libbz2-1.0_1.0.8-4_amd64.deb ...
Unpacking libbz2-1.0:amd64 (1.0.8-4) over (1.0.8-3) ...
Setting up libbz2-1.0:amd64 (1.0.8-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12278 files and directories currently installed.)
Preparing to unpack .../libgcrypt20_1.8.6-2_amd64.deb ...
Unpacking libgcrypt20:amd64 (1.8.6-2) over (1.8.5-5) ...
Setting up libgcrypt20:amd64 (1.8.6-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12278 files and directories currently installed.)
Preparing to unpack .../libsystemd0_246.2-1_amd64.deb ...
Unpacking libsystemd0:amd64 (246.2-1) over (245.6-2) ...
Setting up libsystemd0:amd64 (246.2-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12278 files and directories currently installed.)
Preparing to unpack .../libudev1_246.2-1_amd64.deb ...
Unpacking libudev1:amd64 (246.2-1) over (245.6-2) ...
Setting up libudev1:amd64 (246.2-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12278 files and directories currently installed.)
Preparing to unpack .../libzstd1_1.4.5+dfsg-4_amd64.deb ...
Unpacking libzstd1:amd64 (1.4.5+dfsg-4) over (1.4.5+dfsg-3) ...
Setting up libzstd1:amd64 (1.4.5+dfsg-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12278 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0_2.1.10_amd64.deb ...
Unpacking libapt-pkg6.0:amd64 (2.1.10) over (2.1.6) ...
Setting up libapt-pkg6.0:amd64 (2.1.10) ...
Selecting previously unselected package libnettle8:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12278 files and directories currently installed.)
Preparing to unpack .../libnettle8_3.6-2_amd64.deb ...
Unpacking libnettle8:amd64 (3.6-2) ...
Setting up libnettle8:amd64 (3.6-2) ...
Selecting previously unselected package libhogweed6:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12286 files and directories currently installed.)
Preparing to unpack .../libhogweed6_3.6-2_amd64.deb ...
Unpacking libhogweed6:amd64 (3.6-2) ...
Setting up libhogweed6:amd64 (3.6-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12292 files and directories currently installed.)
Preparing to unpack .../libgnutls30_3.6.14-2+b1_amd64.deb ...
Unpacking libgnutls30:amd64 (3.6.14-2+b1) over (3.6.14-2) ...
Setting up libgnutls30:amd64 (3.6.14-2+b1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12293 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.1.10_amd64.deb ...
Unpacking apt (2.1.10) over (2.1.6) ...
Setting up apt (2.1.10) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12293 files and directories currently installed.)
Preparing to unpack .../sysvinit-utils_2.96-4_amd64.deb ...
Unpacking sysvinit-utils (2.96-4) over (2.96-3) ...
Setting up sysvinit-utils (2.96-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12292 files and directories currently installed.)
Preparing to unpack .../mount_2.36-2_amd64.deb ...
Unpacking mount (2.36-2) over (2.35.2-7) ...
Preparing to unpack .../libsepol1_3.1-1_amd64.deb ...
Unpacking libsepol1:amd64 (3.1-1) over (3.0-1) ...
Setting up libsepol1:amd64 (3.1-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12292 files and directories currently installed.)
Preparing to unpack .../libsemanage-common_3.1-1_all.deb ...
Unpacking libsemanage-common (3.1-1) over (3.0-1) ...
Setting up libsemanage-common (3.1-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12292 files and directories currently installed.)
Preparing to unpack .../libsemanage1_3.1-1_amd64.deb ...
Unpacking libsemanage1:amd64 (3.1-1) over (3.0-1+b3) ...
Setting up libsemanage1:amd64 (3.1-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 12291 files and directories currently installed.)
Preparing to unpack .../00-libasan5_9.3.0-17_amd64.deb ...
Unpacking libasan5:amd64 (9.3.0-17) over (9.3.0-14) ...
Preparing to unpack .../01-g++-9_9.3.0-17_amd64.deb ...
Unpacking g++-9 (9.3.0-17) over (9.3.0-14) ...
Preparing to unpack .../02-gcc-9_9.3.0-17_amd64.deb ...
Unpacking gcc-9 (9.3.0-17) over (9.3.0-14) ...
Preparing to unpack .../03-libstdc++-9-dev_9.3.0-17_amd64.deb ...
Unpacking libstdc++-9-dev:amd64 (9.3.0-17) over (9.3.0-14) ...
Preparing to unpack .../04-libgcc-9-dev_9.3.0-17_amd64.deb ...
Unpacking libgcc-9-dev:amd64 (9.3.0-17) over (9.3.0-14) ...
Preparing to unpack .../05-libmpfr6_4.1.0-3_amd64.deb ...
Unpacking libmpfr6:amd64 (4.1.0-3) over (4.0.2-1) ...
Preparing to unpack .../06-libmpc3_1.2.0~rc1-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.2.0~rc1-1) over (1.1.0-1) ...
Preparing to unpack .../07-libctf0_2.35-2_amd64.deb ...
Unpacking libctf0:amd64 (2.35-2) over (2.34.90.20200706-1) ...
Preparing to unpack .../08-libctf-nobfd0_2.35-2_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.35-2) over (2.34.90.20200706-1) ...
Preparing to unpack .../09-binutils-x86-64-linux-gnu_2.35-2_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.35-2) over (2.34.90.20200706-1) ...
Preparing to unpack .../10-libbinutils_2.35-2_amd64.deb ...
Unpacking libbinutils:amd64 (2.35-2) over (2.34.90.20200706-1) ...
Preparing to unpack .../11-binutils_2.35-2_amd64.deb ...
Unpacking binutils (2.35-2) over (2.34.90.20200706-1) ...
Preparing to unpack .../12-binutils-common_2.35-2_amd64.deb ...
Unpacking binutils-common:amd64 (2.35-2) over (2.34.90.20200706-1) ...
Preparing to unpack .../13-cpp-9_9.3.0-17_amd64.deb ...
Unpacking cpp-9 (9.3.0-17) over (9.3.0-14) ...
Preparing to unpack .../14-gcc-9-base_9.3.0-17_amd64.deb ...
Unpacking gcc-9-base:amd64 (9.3.0-17) over (9.3.0-14) ...
Selecting previously unselected package cpp-10.
Preparing to unpack .../15-cpp-10_10.2.0-5_amd64.deb ...
Unpacking cpp-10 (10.2.0-5) ...
Selecting previously unselected package libasan6:amd64.
Preparing to unpack .../16-libasan6_10.2.0-5_amd64.deb ...
Unpacking libasan6:amd64 (10.2.0-5) ...
Selecting previously unselected package libgcc-10-dev:amd64.
Preparing to unpack .../17-libgcc-10-dev_10.2.0-5_amd64.deb ...
Unpacking libgcc-10-dev:amd64 (10.2.0-5) ...
Selecting previously unselected package gcc-10.
Preparing to unpack .../18-gcc-10_10.2.0-5_amd64.deb ...
Unpacking gcc-10 (10.2.0-5) ...
Preparing to unpack .../19-g++_4%3a10.1.0-1_amd64.deb ...
Unpacking g++ (4:10.1.0-1) over (4:9.2.1-3.1) ...
Preparing to unpack .../20-gcc_4%3a10.1.0-1_amd64.deb ...
Unpacking gcc (4:10.1.0-1) over (4:9.2.1-3.1) ...
Selecting previously unselected package libstdc++-10-dev:amd64.
Preparing to unpack .../21-libstdc++-10-dev_10.2.0-5_amd64.deb ...
Unpacking libstdc++-10-dev:amd64 (10.2.0-5) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../22-g++-10_10.2.0-5_amd64.deb ...
Unpacking g++-10 (10.2.0-5) ...
Preparing to unpack .../23-cpp_4%3a10.1.0-1_amd64.deb ...
Unpacking cpp (4:10.1.0-1) over (4:9.2.1-3.1) ...
Preparing to unpack .../24-dpkg-dev_1.20.5_all.deb ...
Unpacking dpkg-dev (1.20.5) over (1.20.4) ...
Preparing to unpack .../25-libdpkg-perl_1.20.5_all.deb ...
Unpacking libdpkg-perl (1.20.5) over (1.20.4) ...
Setting up binutils-common:amd64 (2.35-2) ...
Setting up linux-libc-dev:amd64 (5.7.10-1) ...
Setting up libctf-nobfd0:amd64 (2.35-2) ...
Setting up libgomp1:amd64 (10.2.0-5) ...
Setting up bzip2 (1.0.8-4) ...
Setting up libasan6:amd64 (10.2.0-5) ...
Setting up libmpfr6:amd64 (4.1.0-3) ...
Setting up libquadmath0:amd64 (10.2.0-5) ...
Setting up libmpc3:amd64 (1.2.0~rc1-1) ...
Setting up libatomic1:amd64 (10.2.0-5) ...
Setting up libdpkg-perl (1.20.5) ...
Setting up libfdisk1:amd64 (2.36-2) ...
Setting up libubsan1:amd64 (10.2.0-5) ...
Setting up mount (2.36-2) ...
Setting up libbinutils:amd64 (2.35-2) ...
Setting up libc-dev-bin (2.31-3) ...
Setting up libcc1-0:amd64 (10.2.0-5) ...
Setting up liblsan0:amd64 (10.2.0-5) ...
Setting up cpp-10 (10.2.0-5) ...
Setting up libitm1:amd64 (10.2.0-5) ...
Setting up gcc-9-base:amd64 (9.3.0-17) ...
Setting up libtsan0:amd64 (10.2.0-5) ...
Setting up libctf0:amd64 (2.35-2) ...
Setting up libgcc-10-dev:amd64 (10.2.0-5) ...
Setting up fdisk (2.36-2) ...
Setting up libasan5:amd64 (9.3.0-17) ...
Setting up cpp (4:10.1.0-1) ...
Setting up cpp-9 (9.3.0-17) ...
Setting up libc6-dev:amd64 (2.31-3) ...
Setting up binutils-x86-64-linux-gnu (2.35-2) ...
Setting up libstdc++-10-dev:amd64 (10.2.0-5) ...
Setting up binutils (2.35-2) ...
Setting up dpkg-dev (1.20.5) ...
Setting up libgcc-9-dev:amd64 (9.3.0-17) ...
Setting up gcc-10 (10.2.0-5) ...
Setting up gcc-9 (9.3.0-17) ...
Setting up g++-10 (10.2.0-5) ...
Setting up libstdc++-9-dev:amd64 (9.3.0-17) ...
Setting up gcc (4:10.1.0-1) ...
Setting up g++-9 (9.3.0-17) ...
Setting up g++ (4:10.1.0-1) ...
Processing triggers for libc-bin (2.31-3) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Local sources
-------------

/srv/debomatic-amd64/freeimage_3.18.0+ds2-5.dsc exists in /srv/debomatic-amd64; copying to chroot
I: NOTICE: Log filtering will replace 'build/freeimage-7m4OJq/freeimage-3.18.0+ds2' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/freeimage-7m4OJq' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper-compat (= 12), dos2unix, libjpeg-dev, libjxr-dev, libopenexr-dev, libopenjp2-7-dev, libpng-dev, libraw-dev, libtiff-dev, libwebp-dev, pkg-config, zlib1g-dev, libraw-dev (>= 0.20.0), build-essential, fakeroot, doxygen
Filtered Build-Depends: debhelper-compat (= 12), dos2unix, libjpeg-dev, libjxr-dev, libopenexr-dev, libopenjp2-7-dev, libpng-dev, libraw-dev, libtiff-dev, libwebp-dev, pkg-config, zlib1g-dev, libraw-dev (>= 0.20.0), build-essential, fakeroot, doxygen
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [957 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [457 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [532 B]
Fetched 1946 B in 0s (155 kB/s)
Reading package lists...
Reading package lists...

+------------------------------------------------------------------------------+
| Install main build dependencies (aspcud-based resolver)                      |
+------------------------------------------------------------------------------+

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  clasp gringo libexpat1 liblua5.3-0 libpython3.8 libpython3.8-minimal
  libpython3.8-stdlib libreadline8 libsqlite3-0 libssl1.1 mime-support
  readline-common
Suggested packages:
  readline-doc
Recommended packages:
  file
The following NEW packages will be installed:
  apt-cudf aspcud clasp gringo libexpat1 liblua5.3-0 libpython3.8
  libpython3.8-minimal libpython3.8-stdlib libreadline8 libsqlite3-0 libssl1.1
  mime-support readline-common
0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 44.6 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 readline-common all 8.0-4 [72.5 kB]
Get:2 http://deb.debian.org/debian unstable/main amd64 libreadline8 amd64 8.0-4 [160 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 mime-support all 3.64 [37.8 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 liblua5.3-0 amd64 5.3.3-1.1+b1 [120 kB]
Get:5 http://deb.debian.org/debian unstable/main amd64 libssl1.1 amd64 1.1.1g-1 [1543 kB]
Get:6 http://deb.debian.org/debian unstable/main amd64 libpython3.8-minimal amd64 3.8.5-2 [761 kB]
Get:7 http://deb.debian.org/debian unstable/main amd64 libsqlite3-0 amd64 3.33.0-1 [790 kB]
Get:8 http://deb.debian.org/debian unstable/main amd64 libpython3.8-stdlib amd64 3.8.5-2 [1725 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 libexpat1 amd64 2.2.9-1 [94.3 kB]
Get:10 http://deb.debian.org/debian unstable/main amd64 libpython3.8 amd64 3.8.5-2 [1608 kB]
Get:11 http://deb.debian.org/debian unstable/main amd64 gringo amd64 5.4.0-2 [1875 kB]
Get:12 http://deb.debian.org/debian unstable/main amd64 clasp amd64 3.3.5-1 [645 kB]
Get:13 http://deb.debian.org/debian unstable/main amd64 aspcud amd64 1:1.9.4-2 [139 kB]
Get:14 http://deb.debian.org/debian unstable/main amd64 apt-cudf amd64 5.0.1-15 [1126 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 10.7 MB in 1s (20.9 MB/s)
Selecting previously unselected package readline-common.
(Reading database ... 13331 files and directories currently installed.)
Preparing to unpack .../00-readline-common_8.0-4_all.deb ...
Unpacking readline-common (8.0-4) ...
Selecting previously unselected package libreadline8:amd64.
Preparing to unpack .../01-libreadline8_8.0-4_amd64.deb ...
Unpacking libreadline8:amd64 (8.0-4) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../02-mime-support_3.64_all.deb ...
Unpacking mime-support (3.64) ...
Selecting previously unselected package liblua5.3-0:amd64.
Preparing to unpack .../03-liblua5.3-0_5.3.3-1.1+b1_amd64.deb ...
Unpacking liblua5.3-0:amd64 (5.3.3-1.1+b1) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../04-libssl1.1_1.1.1g-1_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1g-1) ...
Selecting previously unselected package libpython3.8-minimal:amd64.
Preparing to unpack .../05-libpython3.8-minimal_3.8.5-2_amd64.deb ...
Unpacking libpython3.8-minimal:amd64 (3.8.5-2) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../06-libsqlite3-0_3.33.0-1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.33.0-1) ...
Selecting previously unselected package libpython3.8-stdlib:amd64.
Preparing to unpack .../07-libpython3.8-stdlib_3.8.5-2_amd64.deb ...
Unpacking libpython3.8-stdlib:amd64 (3.8.5-2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../08-libexpat1_2.2.9-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.9-1) ...
Selecting previously unselected package libpython3.8:amd64.
Preparing to unpack .../09-libpython3.8_3.8.5-2_amd64.deb ...
Unpacking libpython3.8:amd64 (3.8.5-2) ...
Selecting previously unselected package gringo.
Preparing to unpack .../10-gringo_5.4.0-2_amd64.deb ...
Unpacking gringo (5.4.0-2) ...
Selecting previously unselected package clasp.
Preparing to unpack .../11-clasp_3.3.5-1_amd64.deb ...
Unpacking clasp (3.3.5-1) ...
Selecting previously unselected package aspcud.
Preparing to unpack .../12-aspcud_1%3a1.9.4-2_amd64.deb ...
Unpacking aspcud (1:1.9.4-2) ...
Selecting previously unselected package apt-cudf.
Preparing to unpack .../13-apt-cudf_5.0.1-15_amd64.deb ...
Unpacking apt-cudf (5.0.1-15) ...
Setting up libexpat1:amd64 (2.2.9-1) ...
Setting up mime-support (3.64) ...
Setting up clasp (3.3.5-1) ...
Setting up libssl1.1:amd64 (1.1.1g-1) ...
Setting up libsqlite3-0:amd64 (3.33.0-1) ...
Setting up liblua5.3-0:amd64 (5.3.3-1.1+b1) ...
Setting up readline-common (8.0-4) ...
Setting up libpython3.8-minimal:amd64 (3.8.5-2) ...
Setting up libreadline8:amd64 (8.0-4) ...
Setting up libpython3.8-stdlib:amd64 (3.8.5-2) ...
Setting up libpython3.8:amd64 (3.8.5-2) ...
Setting up gringo (5.4.0-2) ...
Setting up aspcud (1:1.9.4-2) ...
Setting up apt-cudf (5.0.1-15) ...
Processing triggers for libc-bin (2.31-3) ...
Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (krita-gmic,2.4.5-1.1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (calligrastage,1:3.2.1+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libedje-bin,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libecore-imf1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libecore1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libgstreamer-plugins-bad1.0-0,1.16.2-2.3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (hdrmerge,0.5+git20200117-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (openimageio-tools,2.1.18.1~dfsg0-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libefl-all-dev,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (python-vigra-doc,1.11.1+dfsg-7,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libefreet1a,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libeeze1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libethumb1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (olive-editor,20200528-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (kio-extras-data,4:19.12.3-1,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (openexr,2.5.3-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libopenimageio2.1,2.1.18.1~dfsg0-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (pink-pony-data,1.4.1-2.1,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (synfig,1.2.2+dfsg-3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (gmic-zart,2.4.5-1.1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libecore-wl2-1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libedje1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libsynfig-dev,1.2.2+dfsg-3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libimage-magick-q16hdri-perl,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libvigraimpex-doc,1.11.1+dfsg-7,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (kstars,5:3.4.3-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libgimp2.0,2.10.18-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libecore-con1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmagickcore-6.q16-6,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (calligrawords,1:3.2.1+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libopenexr25,2.5.3-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (calligra-libs,1:3.2.1+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (karbon,1:3.2.1+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libelementary1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (gimp-gmic,2.4.5-1.1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (shotwell,0.30.10-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (darktable,3.2.1-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (nomacs,3.12.0+dfsg-3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (okular-backend-odt,1:3.2.1+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (okular-backend-odp,1:3.2.1+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (entangle,3.0-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libnvtt-bin,2.0.8-1+dfsg-8.2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libgstreamer-opencv1.0-0,1.16.2-2.3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (openexr-viewers,2.3.0-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (gmic,2.4.5-1.1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libilmbase25,2.5.3-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (imagemagick-6-doc,8:6.9.11.24+dfsg-1,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (calligrasheets,1:3.2.1+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (povray-includes,1:3.7.0.8-4,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmagickwand-6.q16hdri-6,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libgegl-dev,0.4.24-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (python3-openimageio,2.1.18.1~dfsg0-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (imagemagick-6.q16,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (gstreamer1.0-plugins-bad-dbg,1.16.2-2.3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (gimp,2.10.18-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmagickcore-6.q16hdri-6,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libgimp2.0-doc,2.10.18-1,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libgimp2.0-dev,2.10.18-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libevas1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libevas-loaders,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (fotoxx,20.08-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmagickcore-6.q16hdri-6-extra,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (gegl,0.4.24-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libopencv4.2-java,4.2.0+dfsg-6,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (krita,1:4.3.0+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (kio-extras,4:19.12.3-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (imagemagick-6.q16hdri,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libsynfig0a,1.2.2+dfsg-3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (gstreamer1.0-plugins-bad,1.16.2-2.3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libecore-evas1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libemotion1,1.24.3-5,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libkf5kdcraw5,20.04.3-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (gstreamer1.0-opencv,1.16.2-2.3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmagickwand-6.q16-6,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (mia-tools-doc,2.4.7-1,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (opencv-doc,4.2.0+dfsg-6,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (efl-doc,1.24.3-5,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libnvtt2,2.0.8-1+dfsg-8.2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libgegl-0.4-0,0.4.24-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmagick++-6.q16hdri-8,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libgmic1,2.4.5-1.1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libelementary-data,1.24.3-5,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libimage-magick-q16-perl,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmagickcore-6.q16-6-extra,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (hugin-tools,2019.2.0+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (kimageformat-plugins,5.70.0-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmia-2.4-doc,2.4.7-1,all)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (calligra-gemini,1:3.2.1+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (libmagick++-6.q16-8,8:6.9.11.24+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (siril,0.9.12-3,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (blender,2.83.4+dfsg-1,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (hugin,2019.2.0+dfsg-2,amd64)
(W)apt-cudf backend: Duplicated package (same version, name and architecture) : (field3d-doc,1.7.2-1,all)
Execute external solver...
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils debhelper
  dh-autoreconf dh-strip-nondeterminism dos2unix doxygen dwz file gettext
  gettext-base groff-base intltool-debian libarchive-zip-perl libbsd0
  libclang1-9 libcroco3 libdebhelper-perl libedit2 libelf1
  libfile-stripnondeterminism-perl libglib2.0-0 libicu67 libilmbase-dev
  libilmbase24 libjbig-dev libjbig0 libjpeg62-turbo libjpeg62-turbo-dev
  libjxr-dev libjxr0 liblcms2-2 liblcms2-dev libllvm9 liblzma-dev libmagic-mgc
  libmagic1 libopenexr-dev libopenexr24 libopenjp2-7 libopenjp2-7-dev
  libpipeline1 libpng-dev libpng16-16 libraw-dev libraw20 libsigsegv2
  libsub-override-perl libtiff-dev libtiff5 libtiffxx5 libtool libuchardet0
  libwebp-dev libwebp6 libwebpdemux2 libwebpmux3 libxapian30 libxml2 libz3-4
  m4 man-db pkg-config po-debconf sensible-utils zlib1g-dev
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc dh-make doxygen-latex
  doxygen-doc doxygen-gui graphviz gettext-doc libasprintf-dev
  libgettextpo-dev groff liblcms2-utils liblzma-doc libtool-doc gfortran
  | fortran95-compiler gcj-jdk xapian-tools m4-doc apparmor less www-browser
  libmail-box-perl
Recommended packages:
  curl | wget | lynx libarchive-cpio-perl libglib2.0-data shared-mime-info
  xdg-user-dirs libpng-tools libltdl-dev libmail-sendmail-perl
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils debhelper
  dh-autoreconf dh-strip-nondeterminism dos2unix doxygen dwz file gettext
  gettext-base groff-base intltool-debian libarchive-zip-perl libbsd0
  libclang1-9 libcroco3 libdebhelper-perl libedit2 libelf1
  libfile-stripnondeterminism-perl libglib2.0-0 libicu67 libilmbase-dev
  libilmbase24 libjbig-dev libjbig0 libjpeg62-turbo libjpeg62-turbo-dev
  libjxr-dev libjxr0 liblcms2-2 liblcms2-dev libllvm9 liblzma-dev libmagic-mgc
  libmagic1 libopenexr-dev libopenexr24 libopenjp2-7 libopenjp2-7-dev
  libpipeline1 libpng-dev libpng16-16 libraw-dev libraw20 libsigsegv2
  libsub-override-perl libtiff-dev libtiff5 libtiffxx5 libtool libuchardet0
  libwebp-dev libwebp6 libwebpdemux2 libwebpmux3 libxapian30 libxml2 libz3-4
  m4 man-db pkg-config po-debconf sbuild-build-depends-main-dummy
  sensible-utils zlib1g-dev
0 upgraded, 70 newly installed, 0 to remove and 0 not upgraded.
Need to get 74.5 MB of archives.
After this operation, 278 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [948 B]
Get:2 http://deb.debian.org/debian unstable/main amd64 bsdextrautils amd64 2.36-2 [140 kB]
Get:3 http://deb.debian.org/debian unstable/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
Get:4 http://deb.debian.org/debian unstable/main amd64 groff-base amd64 1.22.4-5 [920 kB]
Get:5 http://deb.debian.org/debian unstable/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
Get:6 http://deb.debian.org/debian unstable/main amd64 man-db amd64 2.9.3-2 [1314 kB]
Get:7 http://deb.debian.org/debian unstable/main amd64 sensible-utils all 0.0.12+nmu1 [16.0 kB]
Get:8 http://deb.debian.org/debian unstable/main amd64 libmagic-mgc amd64 1:5.38-5 [262 kB]
Get:9 http://deb.debian.org/debian unstable/main amd64 libmagic1 amd64 1:5.38-5 [120 kB]
Get:10 http://deb.debian.org/debian unstable/main amd64 file amd64 1:5.38-5 [67.9 kB]
Get:11 http://deb.debian.org/debian unstable/main amd64 gettext-base amd64 0.19.8.1-10 [123 kB]
Get:12 http://deb.debian.org/debian unstable/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
Get:13 http://deb.debian.org/debian unstable/main amd64 m4 amd64 1.4.18-4 [203 kB]
Get:14 http://deb.debian.org/debian unstable/main amd64 autoconf all 2.69-11.1 [341 kB]
Get:15 http://deb.debian.org/debian unstable/main amd64 autotools-dev all 20180224.1 [77.0 kB]
Get:16 http://deb.debian.org/debian unstable/main amd64 automake all 1:1.16.2-3 [801 kB]
Get:17 http://deb.debian.org/debian unstable/main amd64 autopoint all 0.19.8.1-10 [435 kB]
Get:18 http://deb.debian.org/debian unstable/main amd64 libtool all 2.4.6-14 [513 kB]
Get:19 http://deb.debian.org/debian unstable/main amd64 dh-autoreconf all 19 [16.9 kB]
Get:20 http://deb.debian.org/debian unstable/main amd64 libdebhelper-perl all 13.2 [187 kB]
Get:21 http://deb.debian.org/debian unstable/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:22 http://deb.debian.org/debian unstable/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
Get:23 http://deb.debian.org/debian unstable/main amd64 libfile-stripnondeterminism-perl all 1.9.0-1 [25.5 kB]
Get:24 http://deb.debian.org/debian unstable/main amd64 dh-strip-nondeterminism all 1.9.0-1 [15.2 kB]
Get:25 http://deb.debian.org/debian unstable/main amd64 libelf1 amd64 0.180-1+b1 [165 kB]
Get:26 http://deb.debian.org/debian unstable/main amd64 dwz amd64 0.13-5 [151 kB]
Get:27 http://deb.debian.org/debian unstable/main amd64 libglib2.0-0 amd64 2.64.4-1 [1341 kB]
Get:28 http://deb.debian.org/debian unstable/main amd64 libicu67 amd64 67.1-3 [8610 kB]
Get:29 http://deb.debian.org/debian unstable/main amd64 libxml2 amd64 2.9.10+dfsg-5+b1 [710 kB]
Get:30 http://deb.debian.org/debian unstable/main amd64 libcroco3 amd64 0.6.13-1 [146 kB]
Get:31 http://deb.debian.org/debian unstable/main amd64 gettext amd64 0.19.8.1-10 [1303 kB]
Get:32 http://deb.debian.org/debian unstable/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
Get:33 http://deb.debian.org/debian unstable/main amd64 po-debconf all 1.0.21 [248 kB]
Get:34 http://deb.debian.org/debian unstable/main amd64 debhelper all 13.2 [1007 kB]
Get:35 http://deb.debian.org/debian unstable/main amd64 dos2unix amd64 7.4.1-1 [392 kB]
Get:36 http://deb.debian.org/debian unstable/main amd64 libbsd0 amd64 0.10.0-1 [107 kB]
Get:37 http://deb.debian.org/debian unstable/main amd64 libedit2 amd64 3.1-20191231-1 [95.4 kB]
Get:38 http://deb.debian.org/debian unstable/main amd64 libz3-4 amd64 4.8.8-1 [7303 kB]
Get:39 http://deb.debian.org/debian unstable/main amd64 libllvm9 amd64 1:9.0.1-13+b1 [15.0 MB]
Get:40 http://deb.debian.org/debian unstable/main amd64 libclang1-9 amd64 1:9.0.1-13+b1 [6721 kB]
Get:41 http://deb.debian.org/debian unstable/main amd64 libxapian30 amd64 1.4.15-1 [1085 kB]
Get:42 http://deb.debian.org/debian unstable/main amd64 doxygen amd64 1.8.18-1 [9315 kB]
Get:43 http://deb.debian.org/debian unstable/main amd64 libilmbase24 amd64 2.3.0-6 [82.1 kB]
Get:44 http://deb.debian.org/debian unstable/main amd64 libilmbase-dev amd64 2.3.0-6 [77.9 kB]
Get:45 http://deb.debian.org/debian unstable/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Get:46 http://deb.debian.org/debian unstable/main amd64 libjbig-dev amd64 2.1-3.1+b2 [30.5 kB]
Get:47 http://deb.debian.org/debian unstable/main amd64 libjpeg62-turbo amd64 1:2.0.5-1.1 [149 kB]
Get:48 http://deb.debian.org/debian unstable/main amd64 libjpeg62-turbo-dev amd64 1:2.0.5-1.1 [276 kB]
Get:49 http://deb.debian.org/debian unstable/main amd64 libjxr0 amd64 1.1-6+b1 [160 kB]
Get:50 http://deb.debian.org/debian unstable/main amd64 libjxr-dev amd64 1.1-6+b1 [32.3 kB]
Get:51 http://deb.debian.org/debian unstable/main amd64 liblcms2-2 amd64 2.9-4+b1 [146 kB]
Get:52 http://deb.debian.org/debian unstable/main amd64 liblcms2-dev amd64 2.9-4+b1 [9103 kB]
Get:53 http://deb.debian.org/debian unstable/main amd64 liblzma-dev amd64 5.2.4-1+b1 [211 kB]
Get:54 http://deb.debian.org/debian unstable/main amd64 libopenexr24 amd64 2.3.0-6 [604 kB]
Get:55 http://deb.debian.org/debian unstable/main amd64 libopenexr-dev amd64 2.3.0-6 [740 kB]
Get:56 http://deb.debian.org/debian unstable/main amd64 libopenjp2-7 amd64 2.3.1-1 [159 kB]
Get:57 http://deb.debian.org/debian unstable/main amd64 libopenjp2-7-dev amd64 2.3.1-1 [46.7 kB]
Get:58 http://deb.debian.org/debian unstable/main amd64 libpng16-16 amd64 1.6.37-2 [292 kB]
Get:59 http://deb.debian.org/debian unstable/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2 [190 kB]
Get:60 http://deb.debian.org/debian unstable/main amd64 libpng-dev amd64 1.6.37-2 [295 kB]
Get:61 http://deb.debian.org/debian experimental/main amd64 libraw20 amd64 0.20.0-3 [350 kB]
Get:62 http://deb.debian.org/debian experimental/main amd64 libraw-dev amd64 0.20.0-3 [395 kB]
Get:63 http://deb.debian.org/debian unstable/main amd64 libwebp6 amd64 0.6.1-2+b1 [261 kB]
Get:64 http://deb.debian.org/debian unstable/main amd64 libtiff5 amd64 4.1.0+git191117-2 [271 kB]
Get:65 http://deb.debian.org/debian unstable/main amd64 libtiffxx5 amd64 4.1.0+git191117-2 [117 kB]
Get:66 http://deb.debian.org/debian unstable/main amd64 libtiff-dev amd64 4.1.0+git191117-2 [395 kB]
Get:67 http://deb.debian.org/debian unstable/main amd64 libwebpmux3 amd64 0.6.1-2+b1 [97.9 kB]
Get:68 http://deb.debian.org/debian unstable/main amd64 libwebpdemux2 amd64 0.6.1-2+b1 [87.7 kB]
Get:69 http://deb.debian.org/debian unstable/main amd64 libwebp-dev amd64 0.6.1-2+b1 [344 kB]
Get:70 http://deb.debian.org/debian unstable/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 74.5 MB in 2s (41.6 MB/s)
Selecting previously unselected package bsdextrautils.
(Reading database ... 14456 files and directories currently installed.)
Preparing to unpack .../00-bsdextrautils_2.36-2_amd64.deb ...
Unpacking bsdextrautils (2.36-2) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../02-groff-base_1.22.4-5_amd64.deb ...
Unpacking groff-base (1.22.4-5) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../03-libpipeline1_1.5.3-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.3-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../04-man-db_2.9.3-2_amd64.deb ...
Unpacking man-db (2.9.3-2) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../05-sensible-utils_0.0.12+nmu1_all.deb ...
Unpacking sensible-utils (0.0.12+nmu1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../06-libmagic-mgc_1%3a5.38-5_amd64.deb ...
Unpacking libmagic-mgc (1:5.38-5) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../07-libmagic1_1%3a5.38-5_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.38-5) ...
Selecting previously unselected package file.
Preparing to unpack .../08-file_1%3a5.38-5_amd64.deb ...
Unpacking file (1:5.38-5) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../09-gettext-base_0.19.8.1-10_amd64.deb ...
Unpacking gettext-base (0.19.8.1-10) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../10-libsigsegv2_2.12-2_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../11-m4_1.4.18-4_amd64.deb ...
Unpacking m4 (1.4.18-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../12-autoconf_2.69-11.1_all.deb ...
Unpacking autoconf (2.69-11.1) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../13-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../14-automake_1%3a1.16.2-3_all.deb ...
Unpacking automake (1:1.16.2-3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../15-autopoint_0.19.8.1-10_all.deb ...
Unpacking autopoint (0.19.8.1-10) ...
Selecting previously unselected package libtool.
Preparing to unpack .../16-libtool_2.4.6-14_all.deb ...
Unpacking libtool (2.4.6-14) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../17-dh-autoreconf_19_all.deb ...
Unpacking dh-autoreconf (19) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../18-libdebhelper-perl_13.2_all.deb ...
Unpacking libdebhelper-perl (13.2) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../19-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../20-libsub-override-perl_0.09-2_all.deb ...
Unpacking libsub-override-perl (0.09-2) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../21-libfile-stripnondeterminism-perl_1.9.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.9.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../22-dh-strip-nondeterminism_1.9.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.9.0-1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../23-libelf1_0.180-1+b1_amd64.deb ...
Unpacking libelf1:amd64 (0.180-1+b1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../24-dwz_0.13-5_amd64.deb ...
Unpacking dwz (0.13-5) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../25-libglib2.0-0_2.64.4-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.64.4-1) ...
Selecting previously unselected package libicu67:amd64.
Preparing to unpack .../26-libicu67_67.1-3_amd64.deb ...
Unpacking libicu67:amd64 (67.1-3) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../27-libxml2_2.9.10+dfsg-5+b1_amd64.deb ...
Unpacking libxml2:amd64 (2.9.10+dfsg-5+b1) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../28-libcroco3_0.6.13-1_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.13-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../29-gettext_0.19.8.1-10_amd64.deb ...
Unpacking gettext (0.19.8.1-10) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../30-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../31-po-debconf_1.0.21_all.deb ...
Unpacking po-debconf (1.0.21) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../32-debhelper_13.2_all.deb ...
Unpacking debhelper (13.2) ...
Selecting previously unselected package dos2unix.
Preparing to unpack .../33-dos2unix_7.4.1-1_amd64.deb ...
Unpacking dos2unix (7.4.1-1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../34-libbsd0_0.10.0-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.10.0-1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../35-libedit2_3.1-20191231-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20191231-1) ...
Selecting previously unselected package libz3-4:amd64.
Preparing to unpack .../36-libz3-4_4.8.8-1_amd64.deb ...
Unpacking libz3-4:amd64 (4.8.8-1) ...
Selecting previously unselected package libllvm9:amd64.
Preparing to unpack .../37-libllvm9_1%3a9.0.1-13+b1_amd64.deb ...
Unpacking libllvm9:amd64 (1:9.0.1-13+b1) ...
Selecting previously unselected package libclang1-9.
Preparing to unpack .../38-libclang1-9_1%3a9.0.1-13+b1_amd64.deb ...
Unpacking libclang1-9 (1:9.0.1-13+b1) ...
Selecting previously unselected package libxapian30:amd64.
Preparing to unpack .../39-libxapian30_1.4.15-1_amd64.deb ...
Unpacking libxapian30:amd64 (1.4.15-1) ...
Selecting previously unselected package doxygen.
Preparing to unpack .../40-doxygen_1.8.18-1_amd64.deb ...
Unpacking doxygen (1.8.18-1) ...
Selecting previously unselected package libilmbase24:amd64.
Preparing to unpack .../41-libilmbase24_2.3.0-6_amd64.deb ...
Unpacking libilmbase24:amd64 (2.3.0-6) ...
Selecting previously unselected package libilmbase-dev:amd64.
Preparing to unpack .../42-libilmbase-dev_2.3.0-6_amd64.deb ...
Unpacking libilmbase-dev:amd64 (2.3.0-6) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../43-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libjbig-dev:amd64.
Preparing to unpack .../44-libjbig-dev_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig-dev:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../45-libjpeg62-turbo_1%3a2.0.5-1.1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.0.5-1.1) ...
Selecting previously unselected package libjpeg62-turbo-dev:amd64.
Preparing to unpack .../46-libjpeg62-turbo-dev_1%3a2.0.5-1.1_amd64.deb ...
Unpacking libjpeg62-turbo-dev:amd64 (1:2.0.5-1.1) ...
Selecting previously unselected package libjxr0:amd64.
Preparing to unpack .../47-libjxr0_1.1-6+b1_amd64.deb ...
Unpacking libjxr0:amd64 (1.1-6+b1) ...
Selecting previously unselected package libjxr-dev:amd64.
Preparing to unpack .../48-libjxr-dev_1.1-6+b1_amd64.deb ...
Unpacking libjxr-dev:amd64 (1.1-6+b1) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../49-liblcms2-2_2.9-4+b1_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.9-4+b1) ...
Selecting previously unselected package liblcms2-dev:amd64.
Preparing to unpack .../50-liblcms2-dev_2.9-4+b1_amd64.deb ...
Unpacking liblcms2-dev:amd64 (2.9-4+b1) ...
Selecting previously unselected package liblzma-dev:amd64.
Preparing to unpack .../51-liblzma-dev_5.2.4-1+b1_amd64.deb ...
Unpacking liblzma-dev:amd64 (5.2.4-1+b1) ...
Selecting previously unselected package libopenexr24:amd64.
Preparing to unpack .../52-libopenexr24_2.3.0-6_amd64.deb ...
Unpacking libopenexr24:amd64 (2.3.0-6) ...
Selecting previously unselected package libopenexr-dev.
Preparing to unpack .../53-libopenexr-dev_2.3.0-6_amd64.deb ...
Unpacking libopenexr-dev (2.3.0-6) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../54-libopenjp2-7_2.3.1-1_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.3.1-1) ...
Selecting previously unselected package libopenjp2-7-dev.
Preparing to unpack .../55-libopenjp2-7-dev_2.3.1-1_amd64.deb ...
Unpacking libopenjp2-7-dev (2.3.1-1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../56-libpng16-16_1.6.37-2_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.37-2) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../57-zlib1g-dev_1%3a1.2.11.dfsg-2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
Selecting previously unselected package libpng-dev:amd64.
Preparing to unpack .../58-libpng-dev_1.6.37-2_amd64.deb ...
Unpacking libpng-dev:amd64 (1.6.37-2) ...
Selecting previously unselected package libraw20:amd64.
Preparing to unpack .../59-libraw20_0.20.0-3_amd64.deb ...
Unpacking libraw20:amd64 (0.20.0-3) ...
Selecting previously unselected package libraw-dev:amd64.
Preparing to unpack .../60-libraw-dev_0.20.0-3_amd64.deb ...
Unpacking libraw-dev:amd64 (0.20.0-3) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../61-libwebp6_0.6.1-2+b1_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2+b1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../62-libtiff5_4.1.0+git191117-2_amd64.deb ...
Unpacking libtiff5:amd64 (4.1.0+git191117-2) ...
Selecting previously unselected package libtiffxx5:amd64.
Preparing to unpack .../63-libtiffxx5_4.1.0+git191117-2_amd64.deb ...
Unpacking libtiffxx5:amd64 (4.1.0+git191117-2) ...
Selecting previously unselected package libtiff-dev:amd64.
Preparing to unpack .../64-libtiff-dev_4.1.0+git191117-2_amd64.deb ...
Unpacking libtiff-dev:amd64 (4.1.0+git191117-2) ...
Selecting previously unselected package libwebpmux3:amd64.
Preparing to unpack .../65-libwebpmux3_0.6.1-2+b1_amd64.deb ...
Unpacking libwebpmux3:amd64 (0.6.1-2+b1) ...
Selecting previously unselected package libwebpdemux2:amd64.
Preparing to unpack .../66-libwebpdemux2_0.6.1-2+b1_amd64.deb ...
Unpacking libwebpdemux2:amd64 (0.6.1-2+b1) ...
Selecting previously unselected package libwebp-dev:amd64.
Preparing to unpack .../67-libwebp-dev_0.6.1-2+b1_amd64.deb ...
Unpacking libwebp-dev:amd64 (0.6.1-2+b1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../68-pkg-config_0.29.2-1_amd64.deb ...
Unpacking pkg-config (0.29.2-1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../69-sbuild-build-depends-main-dummy_0.invalid.0_amd64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up libpipeline1:amd64 (1.5.3-1) ...
Setting up liblcms2-2:amd64 (2.9-4+b1) ...
Setting up libxapian30:amd64 (1.4.15-1) ...
Setting up bsdextrautils (2.36-2) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up libicu67:amd64 (67.1-3) ...
Setting up libmagic-mgc (1:5.38-5) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libglib2.0-0:amd64 (2.64.4-1) ...
No schema files found: doing nothing.
Setting up libjxr0:amd64 (1.1-6+b1) ...
Setting up libdebhelper-perl (13.2) ...
Setting up libmagic1:amd64 (1:5.38-5) ...
Setting up gettext-base (0.19.8.1-10) ...
Setting up file (1:5.38-5) ...
Setting up libilmbase24:amd64 (2.3.0-6) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up autotools-dev (20180224.1) ...
Setting up libz3-4:amd64 (4.8.8-1) ...
Setting up libopenexr24:amd64 (2.3.0-6) ...
Setting up libjpeg62-turbo:amd64 (1:2.0.5-1.1) ...
Setting up libjpeg62-turbo-dev:amd64 (1:2.0.5-1.1) ...
Setting up libsigsegv2:amd64 (2.12-2) ...
Setting up libpng16-16:amd64 (1.6.37-2) ...
Setting up autopoint (0.19.8.1-10) ...
Setting up libwebp6:amd64 (0.6.1-2+b1) ...
Setting up pkg-config (0.29.2-1) ...
Setting up libjxr-dev:amd64 (1.1-6+b1) ...
Setting up libraw20:amd64 (0.20.0-3) ...
Setting up liblcms2-dev:amd64 (2.9-4+b1) ...
Setting up liblzma-dev:amd64 (5.2.4-1+b1) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
Setting up sensible-utils (0.0.12+nmu1) ...
Setting up libuchardet0:amd64 (0.0.7-1) ...
Setting up libopenjp2-7:amd64 (2.3.1-1) ...
Setting up libsub-override-perl (0.09-2) ...
Setting up libtiff5:amd64 (4.1.0+git191117-2) ...
Setting up dos2unix (7.4.1-1) ...
Setting up libwebpmux3:amd64 (0.6.1-2+b1) ...
Setting up libbsd0:amd64 (0.10.0-1) ...
Setting up libelf1:amd64 (0.180-1+b1) ...
Setting up libxml2:amd64 (2.9.10+dfsg-5+b1) ...
Setting up libilmbase-dev:amd64 (2.3.0-6) ...
Setting up libtiffxx5:amd64 (4.1.0+git191117-2) ...
Setting up libfile-stripnondeterminism-perl (1.9.0-1) ...
Setting up libraw-dev:amd64 (0.20.0-3) ...
Setting up libtool (2.4.6-14) ...
Setting up libwebpdemux2:amd64 (0.6.1-2+b1) ...
Setting up libedit2:amd64 (3.1-20191231-1) ...
Setting up libpng-dev:amd64 (1.6.37-2) ...
Setting up libjbig-dev:amd64 (2.1-3.1+b2) ...
Setting up m4 (1.4.18-4) ...
Setting up libwebp-dev:amd64 (0.6.1-2+b1) ...
Setting up libopenexr-dev (2.3.0-6) ...
Setting up libtiff-dev:amd64 (4.1.0+git191117-2) ...
Setting up libopenjp2-7-dev (2.3.1-1) ...
Setting up libcroco3:amd64 (0.6.13-1) ...
Setting up autoconf (2.69-11.1) ...
Setting up dh-strip-nondeterminism (1.9.0-1) ...
Setting up dwz (0.13-5) ...
Setting up groff-base (1.22.4-5) ...
Setting up libllvm9:amd64 (1:9.0.1-13+b1) ...
Setting up automake (1:1.16.2-3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up gettext (0.19.8.1-10) ...
Setting up libclang1-9 (1:9.0.1-13+b1) ...
Setting up man-db (2.9.3-2) ...
Not building database; man-db/auto-update is not 'true'.
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up doxygen (1.8.18-1) ...
Setting up po-debconf (1.0.21) ...
Setting up dh-autoreconf (19) ...
Setting up debhelper (13.2) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...
Processing triggers for mime-support (3.64) ...
Processing triggers for libc-bin (2.31-3) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (amd64 included in any all)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5 (2019-06-19) amd64 (x86_64)
Toolchain package versions: binutils_2.35-2 dpkg-dev_1.20.5 g++-10_10.2.0-5 g++-9_9.3.0-17 gcc-10_10.2.0-5 gcc-9_9.3.0-17 libc6-dev_2.31-3 libstdc++-10-dev_10.2.0-5 libstdc++-9-dev_9.3.0-17 libstdc++6_10.2.0-5 linux-libc-dev_5.7.10-1
Package versions: adduser_3.118 apt_2.1.10 apt-cudf_5.0.1-15 aspcud_1:1.9.4-2 autoconf_2.69-11.1 automake_1:1.16.2-3 autopoint_0.19.8.1-10 autotools-dev_20180224.1 base-files_11 base-passwd_3.5.47 bash_5.0-7 binutils_2.35-2 binutils-common_2.35-2 binutils-x86-64-linux-gnu_2.35-2 bsdextrautils_2.36-2 bsdutils_1:2.36-2 build-essential_12.8 bzip2_1.0.8-4 clasp_3.3.5-1 coreutils_8.32-3 cpp_4:10.1.0-1 cpp-10_10.2.0-5 cpp-9_9.3.0-17 dash_0.5.10.2-7 debconf_1.5.74 debhelper_13.2 debian-archive-keyring_2019.1 debianutils_4.11 dh-autoreconf_19 dh-strip-nondeterminism_1.9.0-1 diffutils_1:3.7-3 dos2unix_7.4.1-1 doxygen_1.8.18-1 dpkg_1.20.5 dpkg-dev_1.20.5 dwz_0.13-5 e2fsprogs_1.45.6-1 fakeroot_1.24-1 fdisk_2.36-2 file_1:5.38-5 findutils_4.7.0-1 g++_4:10.1.0-1 g++-10_10.2.0-5 g++-9_9.3.0-17 gcc_4:10.1.0-1 gcc-10_10.2.0-5 gcc-10-base_10.2.0-5 gcc-9_9.3.0-17 gcc-9-base_9.3.0-17 gettext_0.19.8.1-10 gettext-base_0.19.8.1-10 gpgv_2.2.20-1 grep_3.4-1 gringo_5.4.0-2 groff-base_1.22.4-5 gzip_1.10-2 hostname_3.23 init-system-helpers_1.58 intltool-debian_0.35.0+20060710.5 libacl1_2.2.53-8 libapt-pkg5.0_1.8.4 libapt-pkg6.0_2.1.10 libarchive-zip-perl_1.68-1 libasan5_9.3.0-17 libasan6_10.2.0-5 libatomic1_10.2.0-5 libattr1_1:2.4.48-5 libaudit-common_1:2.8.5-3 libaudit1_1:2.8.5-3+b1 libbinutils_2.35-2 libblkid1_2.36-2 libbsd0_0.10.0-1 libbz2-1.0_1.0.8-4 libc-bin_2.31-3 libc-dev-bin_2.31-3 libc6_2.31-3 libc6-dev_2.31-3 libcap-ng0_0.7.9-2.2 libcc1-0_10.2.0-5 libclang1-9_1:9.0.1-13+b1 libcom-err2_1.45.6-1 libcroco3_0.6.13-1 libcrypt-dev_1:4.4.16-1 libcrypt1_1:4.4.16-1 libctf-nobfd0_2.35-2 libctf0_2.35-2 libdb5.3_5.3.28+dfsg1-0.6 libdebconfclient0_0.253 libdebhelper-perl_13.2 libdpkg-perl_1.20.5 libedit2_3.1-20191231-1 libelf1_0.180-1+b1 libexpat1_2.2.9-1 libext2fs2_1.45.6-1 libfakeroot_1.24-1 libfdisk1_2.36-2 libffi6_3.2.1-9 libffi7_3.3-4 libfile-stripnondeterminism-perl_1.9.0-1 libgcc-10-dev_10.2.0-5 libgcc-9-dev_9.3.0-17 libgcc-s1_10.2.0-5 libgcrypt20_1.8.6-2 libgdbm-compat4_1.18.1-5 libgdbm6_1.18.1-5 libglib2.0-0_2.64.4-1 libgmp10_2:6.2.0+dfsg-6 libgnutls30_3.6.14-2+b1 libgomp1_10.2.0-5 libgpg-error0_1.38-2 libhogweed5_3.5.1+really3.5.1-2 libhogweed6_3.6-2 libicu67_67.1-3 libidn2-0_2.3.0-1 libilmbase-dev_2.3.0-6 libilmbase24_2.3.0-6 libisl22_0.22.1-1 libitm1_10.2.0-5 libjbig-dev_2.1-3.1+b2 libjbig0_2.1-3.1+b2 libjpeg62-turbo_1:2.0.5-1.1 libjpeg62-turbo-dev_1:2.0.5-1.1 libjxr-dev_1.1-6+b1 libjxr0_1.1-6+b1 liblcms2-2_2.9-4+b1 liblcms2-dev_2.9-4+b1 libllvm9_1:9.0.1-13+b1 liblsan0_10.2.0-5 liblua5.3-0_5.3.3-1.1+b1 liblz4-1_1.9.2-2 liblzma-dev_5.2.4-1+b1 liblzma5_5.2.4-1+b1 libmagic-mgc_1:5.38-5 libmagic1_1:5.38-5 libmount1_2.36-2 libmpc3_1.2.0~rc1-1 libmpfr6_4.1.0-3 libncursesw6_6.2-1 libnettle7_3.5.1+really3.5.1-2 libnettle8_3.6-2 libopenexr-dev_2.3.0-6 libopenexr24_2.3.0-6 libopenjp2-7_2.3.1-1 libopenjp2-7-dev_2.3.1-1 libp11-kit0_0.23.20-1 libpam-modules_1.3.1-5 libpam-modules-bin_1.3.1-5 libpam-runtime_1.3.1-5 libpam0g_1.3.1-5 libpcre2-8-0_10.34-7 libpcre3_2:8.39-13 libperl5.30_5.30.3-4 libpipeline1_1.5.3-1 libpng-dev_1.6.37-2 libpng16-16_1.6.37-2 libpython3.8_3.8.5-2 libpython3.8-minimal_3.8.5-2 libpython3.8-stdlib_3.8.5-2 libquadmath0_10.2.0-5 libraw-dev_0.20.0-3 libraw20_0.20.0-3 libreadline8_8.0-4 libseccomp2_2.4.3-1+b1 libselinux1_3.1-2 libsemanage-common_3.1-1 libsemanage1_3.1-1 libsepol1_3.1-1 libsigsegv2_2.12-2 libsmartcols1_2.36-2 libsqlite3-0_3.33.0-1 libss2_1.45.6-1 libssl1.1_1.1.1g-1 libstdc++-10-dev_10.2.0-5 libstdc++-9-dev_9.3.0-17 libstdc++6_10.2.0-5 libsub-override-perl_0.09-2 libsystemd0_246.2-1 libtasn1-6_4.16.0-2 libtiff-dev_4.1.0+git191117-2 libtiff5_4.1.0+git191117-2 libtiffxx5_4.1.0+git191117-2 libtinfo6_6.2-1 libtool_2.4.6-14 libtsan0_10.2.0-5 libubsan1_10.2.0-5 libuchardet0_0.0.7-1 libudev1_246.2-1 libunistring2_0.9.10-4 libuuid1_2.36-2 libwebp-dev_0.6.1-2+b1 libwebp6_0.6.1-2+b1 libwebpdemux2_0.6.1-2+b1 libwebpmux3_0.6.1-2+b1 libxapian30_1.4.15-1 libxml2_2.9.10+dfsg-5+b1 libz3-4_4.8.8-1 libzstd1_1.4.5+dfsg-4 linux-libc-dev_5.7.10-1 login_1:4.8.1-1 logsave_1.45.6-1 lsb-base_11.1.0 m4_1.4.18-4 make_4.3-4 man-db_2.9.3-2 mawk_1.3.4.20200120-2 mime-support_3.64 mount_2.36-2 ncurses-base_6.2-1 ncurses-bin_6.2-1 passwd_1:4.8.1-1 patch_2.7.6-6 perl_5.30.3-4 perl-base_5.30.3-4 perl-modules-5.30_5.30.3-4 pkg-config_0.29.2-1 po-debconf_1.0.21 readline-common_8.0-4 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.7-1 sensible-utils_0.0.12+nmu1 sysvinit-utils_2.96-4 tar_1.30+dfsg-7 tzdata_2020a-1 util-linux_2.36-2 xz-utils_5.2.4-1+b1 zlib1g_1:1.2.11.dfsg-2 zlib1g-dev_1:1.2.11.dfsg-2

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: freeimage
Binary: libfreeimage-dev, libfreeimage3, libfreeimageplus-dev, libfreeimageplus-doc, libfreeimageplus3
Architecture: any all
Version: 3.18.0+ds2-5
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk at debian.org>, Ghislain Antony Vaillant <ghisvail at gmail.com>
Homepage: http://freeimage.sourceforge.net/
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/freeimage
Vcs-Git: https://salsa.debian.org/science-team/freeimage.git
Testsuite: autopkgtest
Testsuite-Triggers: build-essential
Build-Depends: debhelper-compat (= 12), dos2unix, libjpeg-dev, libjxr-dev, libopenexr-dev, libopenjp2-7-dev, libpng-dev, libraw-dev, libtiff-dev, libwebp-dev, pkg-config, zlib1g-dev
Build-Depends-Indep: doxygen
Package-List:
 libfreeimage-dev deb libdevel optional arch=any
 libfreeimage3 deb libs optional arch=any
 libfreeimageplus-dev deb libdevel optional arch=any
 libfreeimageplus-doc deb doc optional arch=all
 libfreeimageplus3 deb libs optional arch=any
Checksums-Sha1:
 5c5f67837bd03cb2be596eb66d6edae735a4370d 1281524 freeimage_3.18.0+ds2.orig.tar.xz
 0be2a8725f9176e8a23a8d59837c40cd3a3a9787 22648 freeimage_3.18.0+ds2-5.debian.tar.xz
Checksums-Sha256:
 4425d04d4691084260848d67eb79949ea7c129d85c73a72066ba609fd3f3aa39 1281524 freeimage_3.18.0+ds2.orig.tar.xz
 f112002ba35793c0ec530d29f1bdfef650540c84d38facc47c75536c3bf50bb7 22648 freeimage_3.18.0+ds2-5.debian.tar.xz
Files:
 bf8d7f34b419266773255855aadfd808 1281524 freeimage_3.18.0+ds2.orig.tar.xz
 106ba770e8a8ec3242b905e0a6deef17 22648 freeimage_3.18.0+ds2-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAl8QkP8ACgkQ0+Fzg8+n
/wb8RhAAlhft29Rvsyc1uP4TDq44+4CJz0tWxR5x7ELD+2mQZdE8CIWwC3ZaEamw
xzLSy6aC9miRc9JjtoGGi6pdorvs1sj8aSSJSPfaleqSt7F+V7yNXAYoDYklZ1PB
rBOXV7bP8+TXgC5Dsaw9/7BsDHrJXawRcj98bWUaaun8JYEFsVJqyfus5kgVeIha
kGIfm3E8LGrqiP0FcnOV0YA7wzMG1ZvuI2evKN32poe5j0LBNLWpV9P9t7hMfRrc
9tb88UZ0FLeUCQJ2F2LSchLALLPWPYhpJdHz3NVpga0eeKGK1KAXb/qnnM3/X193
m//20I+/8fc6fge4jT1P1sNG/O7kt+l5SdHwwWfx8txlfQ4nlFlgSdhCg/BJhkB0
KLMaXq8fYTnA8nq8qCz4fHhfW4e3Iq+ily1O8OQNkw82SQ5oI0rT0aCFaLSb8rm1
kqz5Er8uEK6cMm0pZvJNQ9LuMGFDzGchGp7QEgLZwFXNkCjgSMWYADWFXKTOEHyN
WiAER+XoVQm5vhHhEwON5TAU7Cn6eQS6tdx0Aq7eufx9PtEQb8CELUurKDiAFIf7
BPNfbjxqi4GhPs0fjPDbncPTnbCDPUOEJO0K2TmG+deHrjrHialQlOJHyy56rNaj
iqV2//HtVhAocfxLuNSmHyTp7pSdMwnxRgwE4xau4knE/T8bsk0=
=slpJ
-----END PGP SIGNATURE-----

gpgv: unknown type of key resource 'trustedkeys.kbx'
gpgv: keyblock resource '/tmp/dpkg-verify-sig.zzVJbaMl/trustedkeys.kbx': General error
gpgv: Signature made Thu Jul 16 17:40:15 2020 UTC
gpgv:                using RSA key BBBD45EA818AB86FF67E7285D3E17383CFA7FF06
gpgv: Can't check signature: No public key
dpkg-source: warning: failed to verify signature on ./freeimage_3.18.0+ds2-5.dsc
dpkg-source: info: extracting freeimage in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking freeimage_3.18.0+ds2.orig.tar.xz
dpkg-source: info: unpacking freeimage_3.18.0+ds2-5.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying Disable-vendored-dependencies.patch
dpkg-source: info: applying Use-system-dependencies.patch
dpkg-source: info: applying Fix-macro-redefinition-for-64-bit-integer-types.patch
dpkg-source: info: applying Fix-compatibility-with-system-libpng.patch
dpkg-source: info: applying Disable-usage-of-HTML-timestamps-in-doxygen.patch
dpkg-source: info: applying Disable-testing-of-JPEG-transform.patch
dpkg-source: info: applying Disable-testing-of-JXR-MemIO.patch
dpkg-source: info: applying Fix-encoding-of-fi-header.patch
dpkg-source: info: applying Enable-substitution-of-pkg-config.patch
dpkg-source: info: applying CVE-2019-12211-13.patch
dpkg-source: info: applying Fix_compilation_external-static.patch

Check disk space
----------------

Sufficient free space for build

+------------------------------------------------------------------------------+
| Starting Timed Build Commands                                                |
+------------------------------------------------------------------------------+


/home/debomatic/debomatic/sbuildcommands/starting-build-commands/no-network freeimage_3.18.0+ds2-5 experimental amd64
---------------------------------------------------------------------------------------------------------------------

Reading package lists...
Building dependency tree...
Reading state information...
util-linux is already the newest version (2.36-2).
The following NEW packages will be installed:
  net-tools
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 248 kB of archives.
After this operation, 1002 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 248 kB in 0s (5773 kB/s)
Selecting previously unselected package net-tools.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17180 files and directories currently installed.)
Preparing to unpack .../net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
Setting up net-tools (1.60+git20180626.aebd88e-1) ...
Processing triggers for man-db (2.9.3-2) ...
Not building database; man-db/auto-update is not 'true'.

I: Finished running '/home/debomatic/debomatic/sbuildcommands/starting-build-commands/no-network freeimage_3.18.0+ds2-5 experimental amd64'.

Finished processing commands.
--------------------------------------------------------------------------------

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/104/bus
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ALL=C.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LOGNAME=sbuild
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=experimental-amd64-debomatic
SCHROOT_CHROOT_NAME=experimental-amd64-debomatic
SCHROOT_COMMAND=env
SCHROOT_GID=110
SCHROOT_GROUP=sbuild
SCHROOT_SESSION_ID=experimental-amd64-debomatic-831677c9-a90b-40c1-a3a1-27c6bb249a7c
SCHROOT_UID=104
SCHROOT_USER=sbuild
SHELL=/bin/sh
USER=sbuild
XDG_RUNTIME_DIR=/run/user/104
XDG_SESSION_CLASS=background
XDG_SESSION_ID=c339237
XDG_SESSION_TYPE=unspecified

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage -us -uc -rfakeroot -Zxz
dpkg-buildpackage-debomatic-original: info: source package freeimage
dpkg-buildpackage-debomatic-original: info: source version 3.18.0+ds2-5
dpkg-buildpackage-debomatic-original: info: source distribution unstable
dpkg-buildpackage-debomatic-original: info: source changed by Anton Gladky <gladk at debian.org>
 dpkg-source -Zxz --before-build .
dpkg-buildpackage-debomatic-original: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
	make -j8 clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make -f Makefile.gnu clean 
make[3]: Entering directory '/<<PKGBUILDDIR>>'
rm -f Dist/libfreeimage* Dist/FreeImage.h ./Source/FreeImage/BitmapAccess.o ./Source/FreeImage/ColorLookup.o ./Source/FreeImage/ConversionRGBA16.o ./Source/FreeImage/ConversionRGBAF.o ./Source/FreeImage/FreeImage.o ./Source/FreeImage/FreeImageC.o ./Source/FreeImage/FreeImageIO.o ./Source/FreeImage/GetType.o ./Source/FreeImage/LFPQuantizer.o ./Source/FreeImage/MemoryIO.o ./Source/FreeImage/PixelAccess.o ./Source/FreeImage/J2KHelper.o ./Source/FreeImage/MNGHelper.o ./Source/FreeImage/Plugin.o ./Source/FreeImage/PluginBMP.o ./Source/FreeImage/PluginCUT.o ./Source/FreeImage/PluginDDS.o ./Source/FreeImage/PluginEXR.o ./Source/FreeImage/PluginG3.o ./Source/FreeImage/PluginGIF.o ./Source/FreeImage/PluginHDR.o ./Source/FreeImage/PluginICO.o ./Source/FreeImage/PluginIFF.o ./Source/FreeImage/PluginJ2K.o ./Source/FreeImage/PluginJNG.o ./Source/FreeImage/PluginJP2.o ./Source/FreeImage/PluginJPEG.o ./Source/FreeImage/PluginJXR.o ./Source/FreeImage/PluginKOALA.o ./Source/FreeImage/PluginMNG.o ./Source/FreeImage/PluginPCD.o ./Source/FreeImage/PluginPCX.o ./Source/FreeImage/PluginPFM.o ./Source/FreeImage/PluginPICT.o ./Source/FreeImage/PluginPNG.o ./Source/FreeImage/PluginPNM.o ./Source/FreeImage/PluginPSD.o ./Source/FreeImage/PluginRAS.o ./Source/FreeImage/PluginRAW.o ./Source/FreeImage/PluginSGI.o ./Source/FreeImage/PluginTARGA.o ./Source/FreeImage/PluginTIFF.o ./Source/FreeImage/PluginWBMP.o ./Source/FreeImage/PluginWebP.o ./Source/FreeImage/PluginXBM.o ./Source/FreeImage/PluginXPM.o ./Source/FreeImage/PSDParser.o ./Source/FreeImage/TIFFLogLuv.o ./Source/FreeImage/Conversion.o ./Source/FreeImage/Conversion16_555.o ./Source/FreeImage/Conversion16_565.o ./Source/FreeImage/Conversion24.o ./Source/FreeImage/Conversion32.o ./Source/FreeImage/Conversion4.o ./Source/FreeImage/Conversion8.o ./Source/FreeImage/ConversionFloat.o ./Source/FreeImage/ConversionRGB16.o ./Source/FreeImage/ConversionRGBF.o ./Source/FreeImage/ConversionType.o ./Source/FreeImage/ConversionUINT16.o ./Source/FreeImage/Halftoning.o ./Source/FreeImage/tmoColorConvert.o ./Source/FreeImage/tmoDrago03.o ./Source/FreeImage/tmoFattal02.o ./Source/FreeImage/tmoReinhard05.o ./Source/FreeImage/ToneMapping.o ./Source/FreeImage/NNQuantizer.o ./Source/FreeImage/WuQuantizer.o ./Source/FreeImage/CacheFile.o ./Source/FreeImage/MultiPage.o ./Source/FreeImage/ZLibInterface.o ./Source/Metadata/Exif.o ./Source/Metadata/FIRational.o ./Source/Metadata/FreeImageTag.o ./Source/Metadata/IPTC.o ./Source/Metadata/TagConversion.o ./Source/Metadata/TagLib.o ./Source/Metadata/XTIFF.o ./Source/FreeImageToolkit/Background.o ./Source/FreeImageToolkit/BSplineRotate.o ./Source/FreeImageToolkit/Channels.o ./Source/FreeImageToolkit/ClassicRotate.o ./Source/FreeImageToolkit/Colors.o ./Source/FreeImageToolkit/CopyPaste.o ./Source/FreeImageToolkit/Display.o ./Source/FreeImageToolkit/Flip.o ./Source/FreeImageToolkit/JPEGTransform.o ./Source/FreeImageToolkit/MultigridPoissonSolver.o ./Source/FreeImageToolkit/Rescale.o ./Source/FreeImageToolkit/Resize.o Source/LibJPEG/jaricom.o Source/LibJPEG/jcapimin.o Source/LibJPEG/jcapistd.o Source/LibJPEG/jcarith.o Source/LibJPEG/jccoefct.o Source/LibJPEG/jccolor.o Source/LibJPEG/jcdctmgr.o Source/LibJPEG/jchuff.o Source/LibJPEG/jcinit.o Source/LibJPEG/jcmainct.o Source/LibJPEG/jcmarker.o Source/LibJPEG/jcmaster.o Source/LibJPEG/jcomapi.o Source/LibJPEG/jcparam.o Source/LibJPEG/jcprepct.o Source/LibJPEG/jcsample.o Source/LibJPEG/jctrans.o Source/LibJPEG/jdapimin.o Source/LibJPEG/jdapistd.o Source/LibJPEG/jdarith.o Source/LibJPEG/jdatadst.o Source/LibJPEG/jdatasrc.o Source/LibJPEG/jdcoefct.o Source/LibJPEG/jdcolor.o Source/LibJPEG/jddctmgr.o Source/LibJPEG/jdhuff.o Source/LibJPEG/jdinput.o Source/LibJPEG/jdmainct.o Source/LibJPEG/jdmarker.o Source/LibJPEG/jdmaster.o Source/LibJPEG/jdmerge.o Source/LibJPEG/jdpostct.o Source/LibJPEG/jdsample.o Source/LibJPEG/jdtrans.o Source/LibJPEG/jerror.o Source/LibJPEG/jfdctflt.o Source/LibJPEG/jfdctfst.o Source/LibJPEG/jfdctint.o Source/LibJPEG/jidctflt.o Source/LibJPEG/jidctfst.o Source/LibJPEG/jidctint.o Source/LibJPEG/jmemmgr.o Source/LibJPEG/jmemnobs.o Source/LibJPEG/jquant1.o Source/LibJPEG/jquant2.o Source/LibJPEG/jutils.o Source/LibJPEG/transupp.o Source/LibPNG/png.o Source/LibPNG/pngerror.o Source/LibPNG/pngget.o Source/LibPNG/pngmem.o Source/LibPNG/pngpread.o Source/LibPNG/pngread.o Source/LibPNG/pngrio.o Source/LibPNG/pngrtran.o Source/LibPNG/pngrutil.o Source/LibPNG/pngset.o Source/LibPNG/pngtrans.o Source/LibPNG/pngwio.o Source/LibPNG/pngwrite.o Source/LibPNG/pngwtran.o Source/LibPNG/pngwutil.o Source/LibTIFF4/tif_aux.o Source/LibTIFF4/tif_close.o Source/LibTIFF4/tif_codec.o Source/LibTIFF4/tif_color.o Source/LibTIFF4/tif_compress.o Source/LibTIFF4/tif_dir.o Source/LibTIFF4/tif_dirinfo.o Source/LibTIFF4/tif_dirread.o Source/LibTIFF4/tif_dirwrite.o Source/LibTIFF4/tif_dumpmode.o Source/LibTIFF4/tif_error.o Source/LibTIFF4/tif_extension.o Source/LibTIFF4/tif_fax3.o Source/LibTIFF4/tif_fax3sm.o Source/LibTIFF4/tif_flush.o Source/LibTIFF4/tif_getimage.o Source/LibTIFF4/tif_jpeg.o Source/LibTIFF4/tif_luv.o Source/LibTIFF4/tif_lzma.o Source/LibTIFF4/tif_lzw.o Source/LibTIFF4/tif_next.o Source/LibTIFF4/tif_ojpeg.o Source/LibTIFF4/tif_open.o Source/LibTIFF4/tif_packbits.o Source/LibTIFF4/tif_pixarlog.o Source/LibTIFF4/tif_predict.o Source/LibTIFF4/tif_print.o Source/LibTIFF4/tif_read.o Source/LibTIFF4/tif_strip.o Source/LibTIFF4/tif_swab.o Source/LibTIFF4/tif_thunder.o Source/LibTIFF4/tif_tile.o Source/LibTIFF4/tif_version.o Source/LibTIFF4/tif_warning.o Source/LibTIFF4/tif_write.o Source/LibTIFF4/tif_zip.o Source/ZLib/adler32.o Source/ZLib/compress.o Source/ZLib/crc32.o Source/ZLib/deflate.o Source/ZLib/gzclose.o Source/ZLib/gzlib.o Source/ZLib/gzread.o Source/ZLib/gzwrite.o Source/ZLib/infback.o Source/ZLib/inffast.o Source/ZLib/inflate.o Source/ZLib/inftrees.o Source/ZLib/trees.o Source/ZLib/uncompr.o Source/ZLib/zutil.o Source/LibOpenJPEG/bio.o Source/LibOpenJPEG/cio.o Source/LibOpenJPEG/dwt.o Source/LibOpenJPEG/event.o Source/LibOpenJPEG/function_list.o Source/LibOpenJPEG/image.o Source/LibOpenJPEG/invert.o Source/LibOpenJPEG/j2k.o Source/LibOpenJPEG/jp2.o Source/LibOpenJPEG/mct.o Source/LibOpenJPEG/mqc.o Source/LibOpenJPEG/openjpeg.o Source/LibOpenJPEG/opj_clock.o Source/LibOpenJPEG/pi.o Source/LibOpenJPEG/raw.o Source/LibOpenJPEG/t1.o Source/LibOpenJPEG/t2.o Source/LibOpenJPEG/tcd.o Source/LibOpenJPEG/tgt.o Source/OpenEXR/IexMath/IexMathFpu.o Source/OpenEXR/IlmImf/b44ExpLogTable.o Source/OpenEXR/IlmImf/ImfAcesFile.o Source/OpenEXR/IlmImf/ImfAttribute.o Source/OpenEXR/IlmImf/ImfB44Compressor.o Source/OpenEXR/IlmImf/ImfBoxAttribute.o Source/OpenEXR/IlmImf/ImfChannelList.o Source/OpenEXR/IlmImf/ImfChannelListAttribute.o Source/OpenEXR/IlmImf/ImfChromaticities.o Source/OpenEXR/IlmImf/ImfChromaticitiesAttribute.o Source/OpenEXR/IlmImf/ImfCompositeDeepScanLine.o Source/OpenEXR/IlmImf/ImfCompressionAttribute.o Source/OpenEXR/IlmImf/ImfCompressor.o Source/OpenEXR/IlmImf/ImfConvert.o Source/OpenEXR/IlmImf/ImfCRgbaFile.o Source/OpenEXR/IlmImf/ImfDeepCompositing.o Source/OpenEXR/IlmImf/ImfDeepFrameBuffer.o Source/OpenEXR/IlmImf/ImfDeepImageStateAttribute.o Source/OpenEXR/IlmImf/ImfDeepScanLineInputFile.o Source/OpenEXR/IlmImf/ImfDeepScanLineInputPart.o Source/OpenEXR/IlmImf/ImfDeepScanLineOutputFile.o Source/OpenEXR/IlmImf/ImfDeepScanLineOutputPart.o Source/OpenEXR/IlmImf/ImfDeepTiledInputFile.o Source/OpenEXR/IlmImf/ImfDeepTiledInputPart.o Source/OpenEXR/IlmImf/ImfDeepTiledOutputFile.o Source/OpenEXR/IlmImf/ImfDeepTiledOutputPart.o Source/OpenEXR/IlmImf/ImfDoubleAttribute.o Source/OpenEXR/IlmImf/ImfDwaCompressor.o Source/OpenEXR/IlmImf/ImfEnvmap.o Source/OpenEXR/IlmImf/ImfEnvmapAttribute.o Source/OpenEXR/IlmImf/ImfFastHuf.o Source/OpenEXR/IlmImf/ImfFloatAttribute.o Source/OpenEXR/IlmImf/ImfFloatVectorAttribute.o Source/OpenEXR/IlmImf/ImfFrameBuffer.o Source/OpenEXR/IlmImf/ImfFramesPerSecond.o Source/OpenEXR/IlmImf/ImfGenericInputFile.o Source/OpenEXR/IlmImf/ImfGenericOutputFile.o Source/OpenEXR/IlmImf/ImfHeader.o Source/OpenEXR/IlmImf/ImfHuf.o Source/OpenEXR/IlmImf/ImfInputFile.o Source/OpenEXR/IlmImf/ImfInputPart.o Source/OpenEXR/IlmImf/ImfInputPartData.o Source/OpenEXR/IlmImf/ImfIntAttribute.o Source/OpenEXR/IlmImf/ImfIO.o Source/OpenEXR/IlmImf/ImfKeyCode.o Source/OpenEXR/IlmImf/ImfKeyCodeAttribute.o Source/OpenEXR/IlmImf/ImfLineOrderAttribute.o Source/OpenEXR/IlmImf/ImfLut.o Source/OpenEXR/IlmImf/ImfMatrixAttribute.o Source/OpenEXR/IlmImf/ImfMisc.o Source/OpenEXR/IlmImf/ImfMultiPartInputFile.o Source/OpenEXR/IlmImf/ImfMultiPartOutputFile.o Source/OpenEXR/IlmImf/ImfMultiView.o Source/OpenEXR/IlmImf/ImfOpaqueAttribute.o Source/OpenEXR/IlmImf/ImfOutputFile.o Source/OpenEXR/IlmImf/ImfOutputPart.o Source/OpenEXR/IlmImf/ImfOutputPartData.o Source/OpenEXR/IlmImf/ImfPartType.o Source/OpenEXR/IlmImf/ImfPizCompressor.o Source/OpenEXR/IlmImf/ImfPreviewImage.o Source/OpenEXR/IlmImf/ImfPreviewImageAttribute.o Source/OpenEXR/IlmImf/ImfPxr24Compressor.o Source/OpenEXR/IlmImf/ImfRational.o Source/OpenEXR/IlmImf/ImfRationalAttribute.o Source/OpenEXR/IlmImf/ImfRgbaFile.o Source/OpenEXR/IlmImf/ImfRgbaYca.o Source/OpenEXR/IlmImf/ImfRle.o Source/OpenEXR/IlmImf/ImfRleCompressor.o Source/OpenEXR/IlmImf/ImfScanLineInputFile.o Source/OpenEXR/IlmImf/ImfStandardAttributes.o Source/OpenEXR/IlmImf/ImfStdIO.o Source/OpenEXR/IlmImf/ImfStringAttribute.o Source/OpenEXR/IlmImf/ImfStringVectorAttribute.o Source/OpenEXR/IlmImf/ImfSystemSpecific.o Source/OpenEXR/IlmImf/ImfTestFile.o Source/OpenEXR/IlmImf/ImfThreading.o Source/OpenEXR/IlmImf/ImfTileDescriptionAttribute.o Source/OpenEXR/IlmImf/ImfTiledInputFile.o Source/OpenEXR/IlmImf/ImfTiledInputPart.o Source/OpenEXR/IlmImf/ImfTiledMisc.o Source/OpenEXR/IlmImf/ImfTiledOutputFile.o Source/OpenEXR/IlmImf/ImfTiledOutputPart.o Source/OpenEXR/IlmImf/ImfTiledRgbaFile.o Source/OpenEXR/IlmImf/ImfTileOffsets.o Source/OpenEXR/IlmImf/ImfTimeCode.o Source/OpenEXR/IlmImf/ImfTimeCodeAttribute.o Source/OpenEXR/IlmImf/ImfVecAttribute.o Source/OpenEXR/IlmImf/ImfVersion.o Source/OpenEXR/IlmImf/ImfWav.o Source/OpenEXR/IlmImf/ImfZip.o Source/OpenEXR/IlmImf/ImfZipCompressor.o Source/OpenEXR/Imath/ImathBox.o Source/OpenEXR/Imath/ImathColorAlgo.o Source/OpenEXR/Imath/ImathFun.o Source/OpenEXR/Imath/ImathMatrixAlgo.o Source/OpenEXR/Imath/ImathRandom.o Source/OpenEXR/Imath/ImathShear.o Source/OpenEXR/Imath/ImathVec.o Source/OpenEXR/Iex/IexBaseExc.o Source/OpenEXR/Iex/IexThrowErrnoExc.o Source/OpenEXR/Half/half.o Source/OpenEXR/IlmThread/IlmThread.o Source/OpenEXR/IlmThread/IlmThreadMutex.o Source/OpenEXR/IlmThread/IlmThreadPool.o Source/OpenEXR/IlmThread/IlmThreadSemaphore.o Source/OpenEXR/IexMath/IexMathFloatExc.o Source/LibRawLite/internal/dcraw_common.o Source/LibRawLite/internal/dcraw_fileio.o Source/LibRawLite/internal/demosaic_packs.o Source/LibRawLite/src/libraw_c_api.o Source/LibRawLite/src/libraw_cxx.o Source/LibRawLite/src/libraw_datastream.o Source/LibWebP/src/dec/alpha_dec.o Source/LibWebP/src/dec/buffer_dec.o Source/LibWebP/src/dec/frame_dec.o Source/LibWebP/src/dec/idec_dec.o Source/LibWebP/src/dec/io_dec.o Source/LibWebP/src/dec/quant_dec.o Source/LibWebP/src/dec/tree_dec.o Source/LibWebP/src/dec/vp8l_dec.o Source/LibWebP/src/dec/vp8_dec.o Source/LibWebP/src/dec/webp_dec.o Source/LibWebP/src/demux/anim_decode.o Source/LibWebP/src/demux/demux.o Source/LibWebP/src/dsp/alpha_processing.o Source/LibWebP/src/dsp/alpha_processing_mips_dsp_r2.o Source/LibWebP/src/dsp/alpha_processing_neon.o Source/LibWebP/src/dsp/alpha_processing_sse2.o Source/LibWebP/src/dsp/alpha_processing_sse41.o Source/LibWebP/src/dsp/cost.o Source/LibWebP/src/dsp/cost_mips32.o Source/LibWebP/src/dsp/cost_mips_dsp_r2.o Source/LibWebP/src/dsp/cost_sse2.o Source/LibWebP/src/dsp/cpu.o Source/LibWebP/src/dsp/dec.o Source/LibWebP/src/dsp/dec_clip_tables.o Source/LibWebP/src/dsp/dec_mips32.o Source/LibWebP/src/dsp/dec_mips_dsp_r2.o Source/LibWebP/src/dsp/dec_msa.o Source/LibWebP/src/dsp/dec_neon.o Source/LibWebP/src/dsp/dec_sse2.o Source/LibWebP/src/dsp/dec_sse41.o Source/LibWebP/src/dsp/enc.o Source/LibWebP/src/dsp/enc_avx2.o Source/LibWebP/src/dsp/enc_mips32.o Source/LibWebP/src/dsp/enc_mips_dsp_r2.o Source/LibWebP/src/dsp/enc_msa.o Source/LibWebP/src/dsp/enc_neon.o Source/LibWebP/src/dsp/enc_sse2.o Source/LibWebP/src/dsp/enc_sse41.o Source/LibWebP/src/dsp/filters.o Source/LibWebP/src/dsp/filters_mips_dsp_r2.o Source/LibWebP/src/dsp/filters_msa.o Source/LibWebP/src/dsp/filters_neon.o Source/LibWebP/src/dsp/filters_sse2.o Source/LibWebP/src/dsp/lossless.o Source/LibWebP/src/dsp/lossless_enc.o Source/LibWebP/src/dsp/lossless_enc_mips32.o Source/LibWebP/src/dsp/lossless_enc_mips_dsp_r2.o Source/LibWebP/src/dsp/lossless_enc_msa.o Source/LibWebP/src/dsp/lossless_enc_neon.o Source/LibWebP/src/dsp/lossless_enc_sse2.o Source/LibWebP/src/dsp/lossless_enc_sse41.o Source/LibWebP/src/dsp/lossless_mips_dsp_r2.o Source/LibWebP/src/dsp/lossless_msa.o Source/LibWebP/src/dsp/lossless_neon.o Source/LibWebP/src/dsp/lossless_sse2.o Source/LibWebP/src/dsp/rescaler.o Source/LibWebP/src/dsp/rescaler_mips32.o Source/LibWebP/src/dsp/rescaler_mips_dsp_r2.o Source/LibWebP/src/dsp/rescaler_msa.o Source/LibWebP/src/dsp/rescaler_neon.o Source/LibWebP/src/dsp/rescaler_sse2.o Source/LibWebP/src/dsp/ssim.o Source/LibWebP/src/dsp/ssim_sse2.o Source/LibWebP/src/dsp/upsampling.o Source/LibWebP/src/dsp/upsampling_mips_dsp_r2.o Source/LibWebP/src/dsp/upsampling_msa.o Source/LibWebP/src/dsp/upsampling_neon.o Source/LibWebP/src/dsp/upsampling_sse2.o Source/LibWebP/src/dsp/upsampling_sse41.o Source/LibWebP/src/dsp/yuv.o Source/LibWebP/src/dsp/yuv_mips32.o Source/LibWebP/src/dsp/yuv_mips_dsp_r2.o Source/LibWebP/src/dsp/yuv_neon.o Source/LibWebP/src/dsp/yuv_sse2.o Source/LibWebP/src/dsp/yuv_sse41.o Source/LibWebP/src/enc/alpha_enc.o Source/LibWebP/src/enc/analysis_enc.o Source/LibWebP/src/enc/backward_references_cost_enc.o Source/LibWebP/src/enc/backward_references_enc.o Source/LibWebP/src/enc/config_enc.o Source/LibWebP/src/enc/cost_enc.o Source/LibWebP/src/enc/filter_enc.o Source/LibWebP/src/enc/frame_enc.o Source/LibWebP/src/enc/histogram_enc.o Source/LibWebP/src/enc/iterator_enc.o Source/LibWebP/src/enc/near_lossless_enc.o Source/LibWebP/src/enc/picture_csp_enc.o Source/LibWebP/src/enc/picture_enc.o Source/LibWebP/src/enc/picture_psnr_enc.o Source/LibWebP/src/enc/picture_rescale_enc.o Source/LibWebP/src/enc/picture_tools_enc.o Source/LibWebP/src/enc/predictor_enc.o Source/LibWebP/src/enc/quant_enc.o Source/LibWebP/src/enc/syntax_enc.o Source/LibWebP/src/enc/token_enc.o Source/LibWebP/src/enc/tree_enc.o Source/LibWebP/src/enc/vp8l_enc.o Source/LibWebP/src/enc/webp_enc.o Source/LibWebP/src/mux/anim_encode.o Source/LibWebP/src/mux/muxedit.o Source/LibWebP/src/mux/muxinternal.o Source/LibWebP/src/mux/muxread.o Source/LibWebP/src/utils/bit_reader_utils.o Source/LibWebP/src/utils/bit_writer_utils.o Source/LibWebP/src/utils/color_cache_utils.o Source/LibWebP/src/utils/filters_utils.o Source/LibWebP/src/utils/huffman_encode_utils.o Source/LibWebP/src/utils/huffman_utils.o Source/LibWebP/src/utils/quant_levels_dec_utils.o Source/LibWebP/src/utils/quant_levels_utils.o Source/LibWebP/src/utils/random_utils.o Source/LibWebP/src/utils/rescaler_utils.o Source/LibWebP/src/utils/thread_utils.o Source/LibWebP/src/utils/utils.o Source/LibJXR/image/decode/decode.o Source/LibJXR/image/decode/JXRTranscode.o Source/LibJXR/image/decode/postprocess.o Source/LibJXR/image/decode/segdec.o Source/LibJXR/image/decode/strdec.o Source/LibJXR/image/decode/strdec_x86.o Source/LibJXR/image/decode/strInvTransform.o Source/LibJXR/image/decode/strPredQuantDec.o Source/LibJXR/image/encode/encode.o Source/LibJXR/image/encode/segenc.o Source/LibJXR/image/encode/strenc.o Source/LibJXR/image/encode/strenc_x86.o Source/LibJXR/image/encode/strFwdTransform.o Source/LibJXR/image/encode/strPredQuantEnc.o Source/LibJXR/image/sys/adapthuff.o Source/LibJXR/image/sys/image.o Source/LibJXR/image/sys/strcodec.o Source/LibJXR/image/sys/strPredQuant.o Source/LibJXR/image/sys/strTransform.o Source/LibJXR/jxrgluelib/JXRGlue.o Source/LibJXR/jxrgluelib/JXRGlueJxr.o Source/LibJXR/jxrgluelib/JXRGluePFC.o Source/LibJXR/jxrgluelib/JXRMeta.o libfreeimage.a libfreeimage-3.18.0.so libfreeimage.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
/usr/bin/make -f Makefile.fip clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f Dist/libfreeimageplus* Dist/FreeImagePlus.h ./Source/FreeImage/BitmapAccess.o ./Source/FreeImage/ColorLookup.o ./Source/FreeImage/ConversionRGBA16.o ./Source/FreeImage/ConversionRGBAF.o ./Source/FreeImage/FreeImage.o ./Source/FreeImage/FreeImageC.o ./Source/FreeImage/FreeImageIO.o ./Source/FreeImage/GetType.o ./Source/FreeImage/LFPQuantizer.o ./Source/FreeImage/MemoryIO.o ./Source/FreeImage/PixelAccess.o ./Source/FreeImage/J2KHelper.o ./Source/FreeImage/MNGHelper.o ./Source/FreeImage/Plugin.o ./Source/FreeImage/PluginBMP.o ./Source/FreeImage/PluginCUT.o ./Source/FreeImage/PluginDDS.o ./Source/FreeImage/PluginEXR.o ./Source/FreeImage/PluginG3.o ./Source/FreeImage/PluginGIF.o ./Source/FreeImage/PluginHDR.o ./Source/FreeImage/PluginICO.o ./Source/FreeImage/PluginIFF.o ./Source/FreeImage/PluginJ2K.o ./Source/FreeImage/PluginJNG.o ./Source/FreeImage/PluginJP2.o ./Source/FreeImage/PluginJPEG.o ./Source/FreeImage/PluginJXR.o ./Source/FreeImage/PluginKOALA.o ./Source/FreeImage/PluginMNG.o ./Source/FreeImage/PluginPCD.o ./Source/FreeImage/PluginPCX.o ./Source/FreeImage/PluginPFM.o ./Source/FreeImage/PluginPICT.o ./Source/FreeImage/PluginPNG.o ./Source/FreeImage/PluginPNM.o ./Source/FreeImage/PluginPSD.o ./Source/FreeImage/PluginRAS.o ./Source/FreeImage/PluginRAW.o ./Source/FreeImage/PluginSGI.o ./Source/FreeImage/PluginTARGA.o ./Source/FreeImage/PluginTIFF.o ./Source/FreeImage/PluginWBMP.o ./Source/FreeImage/PluginWebP.o ./Source/FreeImage/PluginXBM.o ./Source/FreeImage/PluginXPM.o ./Source/FreeImage/PSDParser.o ./Source/FreeImage/TIFFLogLuv.o ./Source/FreeImage/Conversion.o ./Source/FreeImage/Conversion16_555.o ./Source/FreeImage/Conversion16_565.o ./Source/FreeImage/Conversion24.o ./Source/FreeImage/Conversion32.o ./Source/FreeImage/Conversion4.o ./Source/FreeImage/Conversion8.o ./Source/FreeImage/ConversionFloat.o ./Source/FreeImage/ConversionRGB16.o ./Source/FreeImage/ConversionRGBF.o ./Source/FreeImage/ConversionType.o ./Source/FreeImage/ConversionUINT16.o ./Source/FreeImage/Halftoning.o ./Source/FreeImage/tmoColorConvert.o ./Source/FreeImage/tmoDrago03.o ./Source/FreeImage/tmoFattal02.o ./Source/FreeImage/tmoReinhard05.o ./Source/FreeImage/ToneMapping.o ./Source/FreeImage/NNQuantizer.o ./Source/FreeImage/WuQuantizer.o ./Source/FreeImage/CacheFile.o ./Source/FreeImage/MultiPage.o ./Source/FreeImage/ZLibInterface.o ./Source/Metadata/Exif.o ./Source/Metadata/FIRational.o ./Source/Metadata/FreeImageTag.o ./Source/Metadata/IPTC.o ./Source/Metadata/TagConversion.o ./Source/Metadata/TagLib.o ./Source/Metadata/XTIFF.o ./Source/FreeImageToolkit/Background.o ./Source/FreeImageToolkit/BSplineRotate.o ./Source/FreeImageToolkit/Channels.o ./Source/FreeImageToolkit/ClassicRotate.o ./Source/FreeImageToolkit/Colors.o ./Source/FreeImageToolkit/CopyPaste.o ./Source/FreeImageToolkit/Display.o ./Source/FreeImageToolkit/Flip.o ./Source/FreeImageToolkit/JPEGTransform.o ./Source/FreeImageToolkit/MultigridPoissonSolver.o ./Source/FreeImageToolkit/Rescale.o ./Source/FreeImageToolkit/Resize.o Source/LibJPEG/jaricom.o Source/LibJPEG/jcapimin.o Source/LibJPEG/jcapistd.o Source/LibJPEG/jcarith.o Source/LibJPEG/jccoefct.o Source/LibJPEG/jccolor.o Source/LibJPEG/jcdctmgr.o Source/LibJPEG/jchuff.o Source/LibJPEG/jcinit.o Source/LibJPEG/jcmainct.o Source/LibJPEG/jcmarker.o Source/LibJPEG/jcmaster.o Source/LibJPEG/jcomapi.o Source/LibJPEG/jcparam.o Source/LibJPEG/jcprepct.o Source/LibJPEG/jcsample.o Source/LibJPEG/jctrans.o Source/LibJPEG/jdapimin.o Source/LibJPEG/jdapistd.o Source/LibJPEG/jdarith.o Source/LibJPEG/jdatadst.o Source/LibJPEG/jdatasrc.o Source/LibJPEG/jdcoefct.o Source/LibJPEG/jdcolor.o Source/LibJPEG/jddctmgr.o Source/LibJPEG/jdhuff.o Source/LibJPEG/jdinput.o Source/LibJPEG/jdmainct.o Source/LibJPEG/jdmarker.o Source/LibJPEG/jdmaster.o Source/LibJPEG/jdmerge.o Source/LibJPEG/jdpostct.o Source/LibJPEG/jdsample.o Source/LibJPEG/jdtrans.o Source/LibJPEG/jerror.o Source/LibJPEG/jfdctflt.o Source/LibJPEG/jfdctfst.o Source/LibJPEG/jfdctint.o Source/LibJPEG/jidctflt.o Source/LibJPEG/jidctfst.o Source/LibJPEG/jidctint.o Source/LibJPEG/jmemmgr.o Source/LibJPEG/jmemnobs.o Source/LibJPEG/jquant1.o Source/LibJPEG/jquant2.o Source/LibJPEG/jutils.o Source/LibJPEG/transupp.o Source/LibPNG/png.o Source/LibPNG/pngerror.o Source/LibPNG/pngget.o Source/LibPNG/pngmem.o Source/LibPNG/pngpread.o Source/LibPNG/pngread.o Source/LibPNG/pngrio.o Source/LibPNG/pngrtran.o Source/LibPNG/pngrutil.o Source/LibPNG/pngset.o Source/LibPNG/pngtrans.o Source/LibPNG/pngwio.o Source/LibPNG/pngwrite.o Source/LibPNG/pngwtran.o Source/LibPNG/pngwutil.o Source/LibTIFF4/tif_aux.o Source/LibTIFF4/tif_close.o Source/LibTIFF4/tif_codec.o Source/LibTIFF4/tif_color.o Source/LibTIFF4/tif_compress.o Source/LibTIFF4/tif_dir.o Source/LibTIFF4/tif_dirinfo.o Source/LibTIFF4/tif_dirread.o Source/LibTIFF4/tif_dirwrite.o Source/LibTIFF4/tif_dumpmode.o Source/LibTIFF4/tif_error.o Source/LibTIFF4/tif_extension.o Source/LibTIFF4/tif_fax3.o Source/LibTIFF4/tif_fax3sm.o Source/LibTIFF4/tif_flush.o Source/LibTIFF4/tif_getimage.o Source/LibTIFF4/tif_jpeg.o Source/LibTIFF4/tif_luv.o Source/LibTIFF4/tif_lzma.o Source/LibTIFF4/tif_lzw.o Source/LibTIFF4/tif_next.o Source/LibTIFF4/tif_ojpeg.o Source/LibTIFF4/tif_open.o Source/LibTIFF4/tif_packbits.o Source/LibTIFF4/tif_pixarlog.o Source/LibTIFF4/tif_predict.o Source/LibTIFF4/tif_print.o Source/LibTIFF4/tif_read.o Source/LibTIFF4/tif_strip.o Source/LibTIFF4/tif_swab.o Source/LibTIFF4/tif_thunder.o Source/LibTIFF4/tif_tile.o Source/LibTIFF4/tif_version.o Source/LibTIFF4/tif_warning.o Source/LibTIFF4/tif_write.o Source/LibTIFF4/tif_zip.o Source/ZLib/adler32.o Source/ZLib/compress.o Source/ZLib/crc32.o Source/ZLib/deflate.o Source/ZLib/gzclose.o Source/ZLib/gzlib.o Source/ZLib/gzread.o Source/ZLib/gzwrite.o Source/ZLib/infback.o Source/ZLib/inffast.o Source/ZLib/inflate.o Source/ZLib/inftrees.o Source/ZLib/trees.o Source/ZLib/uncompr.o Source/ZLib/zutil.o Source/LibOpenJPEG/bio.o Source/LibOpenJPEG/cio.o Source/LibOpenJPEG/dwt.o Source/LibOpenJPEG/event.o Source/LibOpenJPEG/function_list.o Source/LibOpenJPEG/image.o Source/LibOpenJPEG/invert.o Source/LibOpenJPEG/j2k.o Source/LibOpenJPEG/jp2.o Source/LibOpenJPEG/mct.o Source/LibOpenJPEG/mqc.o Source/LibOpenJPEG/openjpeg.o Source/LibOpenJPEG/opj_clock.o Source/LibOpenJPEG/pi.o Source/LibOpenJPEG/raw.o Source/LibOpenJPEG/t1.o Source/LibOpenJPEG/t2.o Source/LibOpenJPEG/tcd.o Source/LibOpenJPEG/tgt.o Source/OpenEXR/IexMath/IexMathFpu.o Source/OpenEXR/IlmImf/b44ExpLogTable.o Source/OpenEXR/IlmImf/ImfAcesFile.o Source/OpenEXR/IlmImf/ImfAttribute.o Source/OpenEXR/IlmImf/ImfB44Compressor.o Source/OpenEXR/IlmImf/ImfBoxAttribute.o Source/OpenEXR/IlmImf/ImfChannelList.o Source/OpenEXR/IlmImf/ImfChannelListAttribute.o Source/OpenEXR/IlmImf/ImfChromaticities.o Source/OpenEXR/IlmImf/ImfChromaticitiesAttribute.o Source/OpenEXR/IlmImf/ImfCompositeDeepScanLine.o Source/OpenEXR/IlmImf/ImfCompressionAttribute.o Source/OpenEXR/IlmImf/ImfCompressor.o Source/OpenEXR/IlmImf/ImfConvert.o Source/OpenEXR/IlmImf/ImfCRgbaFile.o Source/OpenEXR/IlmImf/ImfDeepCompositing.o Source/OpenEXR/IlmImf/ImfDeepFrameBuffer.o Source/OpenEXR/IlmImf/ImfDeepImageStateAttribute.o Source/OpenEXR/IlmImf/ImfDeepScanLineInputFile.o Source/OpenEXR/IlmImf/ImfDeepScanLineInputPart.o Source/OpenEXR/IlmImf/ImfDeepScanLineOutputFile.o Source/OpenEXR/IlmImf/ImfDeepScanLineOutputPart.o Source/OpenEXR/IlmImf/ImfDeepTiledInputFile.o Source/OpenEXR/IlmImf/ImfDeepTiledInputPart.o Source/OpenEXR/IlmImf/ImfDeepTiledOutputFile.o Source/OpenEXR/IlmImf/ImfDeepTiledOutputPart.o Source/OpenEXR/IlmImf/ImfDoubleAttribute.o Source/OpenEXR/IlmImf/ImfDwaCompressor.o Source/OpenEXR/IlmImf/ImfEnvmap.o Source/OpenEXR/IlmImf/ImfEnvmapAttribute.o Source/OpenEXR/IlmImf/ImfFastHuf.o Source/OpenEXR/IlmImf/ImfFloatAttribute.o Source/OpenEXR/IlmImf/ImfFloatVectorAttribute.o Source/OpenEXR/IlmImf/ImfFrameBuffer.o Source/OpenEXR/IlmImf/ImfFramesPerSecond.o Source/OpenEXR/IlmImf/ImfGenericInputFile.o Source/OpenEXR/IlmImf/ImfGenericOutputFile.o Source/OpenEXR/IlmImf/ImfHeader.o Source/OpenEXR/IlmImf/ImfHuf.o Source/OpenEXR/IlmImf/ImfInputFile.o Source/OpenEXR/IlmImf/ImfInputPart.o Source/OpenEXR/IlmImf/ImfInputPartData.o Source/OpenEXR/IlmImf/ImfIntAttribute.o Source/OpenEXR/IlmImf/ImfIO.o Source/OpenEXR/IlmImf/ImfKeyCode.o Source/OpenEXR/IlmImf/ImfKeyCodeAttribute.o Source/OpenEXR/IlmImf/ImfLineOrderAttribute.o Source/OpenEXR/IlmImf/ImfLut.o Source/OpenEXR/IlmImf/ImfMatrixAttribute.o Source/OpenEXR/IlmImf/ImfMisc.o Source/OpenEXR/IlmImf/ImfMultiPartInputFile.o Source/OpenEXR/IlmImf/ImfMultiPartOutputFile.o Source/OpenEXR/IlmImf/ImfMultiView.o Source/OpenEXR/IlmImf/ImfOpaqueAttribute.o Source/OpenEXR/IlmImf/ImfOutputFile.o Source/OpenEXR/IlmImf/ImfOutputPart.o Source/OpenEXR/IlmImf/ImfOutputPartData.o Source/OpenEXR/IlmImf/ImfPartType.o Source/OpenEXR/IlmImf/ImfPizCompressor.o Source/OpenEXR/IlmImf/ImfPreviewImage.o Source/OpenEXR/IlmImf/ImfPreviewImageAttribute.o Source/OpenEXR/IlmImf/ImfPxr24Compressor.o Source/OpenEXR/IlmImf/ImfRational.o Source/OpenEXR/IlmImf/ImfRationalAttribute.o Source/OpenEXR/IlmImf/ImfRgbaFile.o Source/OpenEXR/IlmImf/ImfRgbaYca.o Source/OpenEXR/IlmImf/ImfRle.o Source/OpenEXR/IlmImf/ImfRleCompressor.o Source/OpenEXR/IlmImf/ImfScanLineInputFile.o Source/OpenEXR/IlmImf/ImfStandardAttributes.o Source/OpenEXR/IlmImf/ImfStdIO.o Source/OpenEXR/IlmImf/ImfStringAttribute.o Source/OpenEXR/IlmImf/ImfStringVectorAttribute.o Source/OpenEXR/IlmImf/ImfSystemSpecific.o Source/OpenEXR/IlmImf/ImfTestFile.o Source/OpenEXR/IlmImf/ImfThreading.o Source/OpenEXR/IlmImf/ImfTileDescriptionAttribute.o Source/OpenEXR/IlmImf/ImfTiledInputFile.o Source/OpenEXR/IlmImf/ImfTiledInputPart.o Source/OpenEXR/IlmImf/ImfTiledMisc.o Source/OpenEXR/IlmImf/ImfTiledOutputFile.o Source/OpenEXR/IlmImf/ImfTiledOutputPart.o Source/OpenEXR/IlmImf/ImfTiledRgbaFile.o Source/OpenEXR/IlmImf/ImfTileOffsets.o Source/OpenEXR/IlmImf/ImfTimeCode.o Source/OpenEXR/IlmImf/ImfTimeCodeAttribute.o Source/OpenEXR/IlmImf/ImfVecAttribute.o Source/OpenEXR/IlmImf/ImfVersion.o Source/OpenEXR/IlmImf/ImfWav.o Source/OpenEXR/IlmImf/ImfZip.o Source/OpenEXR/IlmImf/ImfZipCompressor.o Source/OpenEXR/Imath/ImathBox.o Source/OpenEXR/Imath/ImathColorAlgo.o Source/OpenEXR/Imath/ImathFun.o Source/OpenEXR/Imath/ImathMatrixAlgo.o Source/OpenEXR/Imath/ImathRandom.o Source/OpenEXR/Imath/ImathShear.o Source/OpenEXR/Imath/ImathVec.o Source/OpenEXR/Iex/IexBaseExc.o Source/OpenEXR/Iex/IexThrowErrnoExc.o Source/OpenEXR/Half/half.o Source/OpenEXR/IlmThread/IlmThread.o Source/OpenEXR/IlmThread/IlmThreadMutex.o Source/OpenEXR/IlmThread/IlmThreadPool.o Source/OpenEXR/IlmThread/IlmThreadSemaphore.o Source/OpenEXR/IexMath/IexMathFloatExc.o Source/LibRawLite/internal/dcraw_common.o Source/LibRawLite/internal/dcraw_fileio.o Source/LibRawLite/internal/demosaic_packs.o Source/LibRawLite/src/libraw_c_api.o Source/LibRawLite/src/libraw_cxx.o Source/LibRawLite/src/libraw_datastream.o Source/LibWebP/src/dec/alpha_dec.o Source/LibWebP/src/dec/buffer_dec.o Source/LibWebP/src/dec/frame_dec.o Source/LibWebP/src/dec/idec_dec.o Source/LibWebP/src/dec/io_dec.o Source/LibWebP/src/dec/quant_dec.o Source/LibWebP/src/dec/tree_dec.o Source/LibWebP/src/dec/vp8l_dec.o Source/LibWebP/src/dec/vp8_dec.o Source/LibWebP/src/dec/webp_dec.o Source/LibWebP/src/demux/anim_decode.o Source/LibWebP/src/demux/demux.o Source/LibWebP/src/dsp/alpha_processing.o Source/LibWebP/src/dsp/alpha_processing_mips_dsp_r2.o Source/LibWebP/src/dsp/alpha_processing_neon.o Source/LibWebP/src/dsp/alpha_processing_sse2.o Source/LibWebP/src/dsp/alpha_processing_sse41.o Source/LibWebP/src/dsp/cost.o Source/LibWebP/src/dsp/cost_mips32.o Source/LibWebP/src/dsp/cost_mips_dsp_r2.o Source/LibWebP/src/dsp/cost_sse2.o Source/LibWebP/src/dsp/cpu.o Source/LibWebP/src/dsp/dec.o Source/LibWebP/src/dsp/dec_clip_tables.o Source/LibWebP/src/dsp/dec_mips32.o Source/LibWebP/src/dsp/dec_mips_dsp_r2.o Source/LibWebP/src/dsp/dec_msa.o Source/LibWebP/src/dsp/dec_neon.o Source/LibWebP/src/dsp/dec_sse2.o Source/LibWebP/src/dsp/dec_sse41.o Source/LibWebP/src/dsp/enc.o Source/LibWebP/src/dsp/enc_avx2.o Source/LibWebP/src/dsp/enc_mips32.o Source/LibWebP/src/dsp/enc_mips_dsp_r2.o Source/LibWebP/src/dsp/enc_msa.o Source/LibWebP/src/dsp/enc_neon.o Source/LibWebP/src/dsp/enc_sse2.o Source/LibWebP/src/dsp/enc_sse41.o Source/LibWebP/src/dsp/filters.o Source/LibWebP/src/dsp/filters_mips_dsp_r2.o Source/LibWebP/src/dsp/filters_msa.o Source/LibWebP/src/dsp/filters_neon.o Source/LibWebP/src/dsp/filters_sse2.o Source/LibWebP/src/dsp/lossless.o Source/LibWebP/src/dsp/lossless_enc.o Source/LibWebP/src/dsp/lossless_enc_mips32.o Source/LibWebP/src/dsp/lossless_enc_mips_dsp_r2.o Source/LibWebP/src/dsp/lossless_enc_msa.o Source/LibWebP/src/dsp/lossless_enc_neon.o Source/LibWebP/src/dsp/lossless_enc_sse2.o Source/LibWebP/src/dsp/lossless_enc_sse41.o Source/LibWebP/src/dsp/lossless_mips_dsp_r2.o Source/LibWebP/src/dsp/lossless_msa.o Source/LibWebP/src/dsp/lossless_neon.o Source/LibWebP/src/dsp/lossless_sse2.o Source/LibWebP/src/dsp/rescaler.o Source/LibWebP/src/dsp/rescaler_mips32.o Source/LibWebP/src/dsp/rescaler_mips_dsp_r2.o Source/LibWebP/src/dsp/rescaler_msa.o Source/LibWebP/src/dsp/rescaler_neon.o Source/LibWebP/src/dsp/rescaler_sse2.o Source/LibWebP/src/dsp/ssim.o Source/LibWebP/src/dsp/ssim_sse2.o Source/LibWebP/src/dsp/upsampling.o Source/LibWebP/src/dsp/upsampling_mips_dsp_r2.o Source/LibWebP/src/dsp/upsampling_msa.o Source/LibWebP/src/dsp/upsampling_neon.o Source/LibWebP/src/dsp/upsampling_sse2.o Source/LibWebP/src/dsp/upsampling_sse41.o Source/LibWebP/src/dsp/yuv.o Source/LibWebP/src/dsp/yuv_mips32.o Source/LibWebP/src/dsp/yuv_mips_dsp_r2.o Source/LibWebP/src/dsp/yuv_neon.o Source/LibWebP/src/dsp/yuv_sse2.o Source/LibWebP/src/dsp/yuv_sse41.o Source/LibWebP/src/enc/alpha_enc.o Source/LibWebP/src/enc/analysis_enc.o Source/LibWebP/src/enc/backward_references_cost_enc.o Source/LibWebP/src/enc/backward_references_enc.o Source/LibWebP/src/enc/config_enc.o Source/LibWebP/src/enc/cost_enc.o Source/LibWebP/src/enc/filter_enc.o Source/LibWebP/src/enc/frame_enc.o Source/LibWebP/src/enc/histogram_enc.o Source/LibWebP/src/enc/iterator_enc.o Source/LibWebP/src/enc/near_lossless_enc.o Source/LibWebP/src/enc/picture_csp_enc.o Source/LibWebP/src/enc/picture_enc.o Source/LibWebP/src/enc/picture_psnr_enc.o Source/LibWebP/src/enc/picture_rescale_enc.o Source/LibWebP/src/enc/picture_tools_enc.o Source/LibWebP/src/enc/predictor_enc.o Source/LibWebP/src/enc/quant_enc.o Source/LibWebP/src/enc/syntax_enc.o Source/LibWebP/src/enc/token_enc.o Source/LibWebP/src/enc/tree_enc.o Source/LibWebP/src/enc/vp8l_enc.o Source/LibWebP/src/enc/webp_enc.o Source/LibWebP/src/mux/anim_encode.o Source/LibWebP/src/mux/muxedit.o Source/LibWebP/src/mux/muxinternal.o Source/LibWebP/src/mux/muxread.o Source/LibWebP/src/utils/bit_reader_utils.o Source/LibWebP/src/utils/bit_writer_utils.o Source/LibWebP/src/utils/color_cache_utils.o Source/LibWebP/src/utils/filters_utils.o Source/LibWebP/src/utils/huffman_encode_utils.o Source/LibWebP/src/utils/huffman_utils.o Source/LibWebP/src/utils/quant_levels_dec_utils.o Source/LibWebP/src/utils/quant_levels_utils.o Source/LibWebP/src/utils/random_utils.o Source/LibWebP/src/utils/rescaler_utils.o Source/LibWebP/src/utils/thread_utils.o Source/LibWebP/src/utils/utils.o Source/LibJXR/image/decode/decode.o Source/LibJXR/image/decode/JXRTranscode.o Source/LibJXR/image/decode/postprocess.o Source/LibJXR/image/decode/segdec.o Source/LibJXR/image/decode/strdec.o Source/LibJXR/image/decode/strdec_x86.o Source/LibJXR/image/decode/strInvTransform.o Source/LibJXR/image/decode/strPredQuantDec.o Source/LibJXR/image/encode/encode.o Source/LibJXR/image/encode/segenc.o Source/LibJXR/image/encode/strenc.o Source/LibJXR/image/encode/strenc_x86.o Source/LibJXR/image/encode/strFwdTransform.o Source/LibJXR/image/encode/strPredQuantEnc.o Source/LibJXR/image/sys/adapthuff.o Source/LibJXR/image/sys/image.o Source/LibJXR/image/sys/strcodec.o Source/LibJXR/image/sys/strPredQuant.o Source/LibJXR/image/sys/strTransform.o Source/LibJXR/jxrgluelib/JXRGlue.o Source/LibJXR/jxrgluelib/JXRGlueJxr.o Source/LibJXR/jxrgluelib/JXRGluePFC.o Source/LibJXR/jxrgluelib/JXRMeta.o Wrapper/FreeImagePlus/src/fipImage.o Wrapper/FreeImagePlus/src/fipMemoryIO.o Wrapper/FreeImagePlus/src/fipMetadataFind.o Wrapper/FreeImagePlus/src/fipMultiPage.o Wrapper/FreeImagePlus/src/fipTag.o Wrapper/FreeImagePlus/src/fipWinImage.o Wrapper/FreeImagePlus/src/FreeImagePlus.o libfreeimageplus.a libfreeimageplus-3.18.0.so libfreeimageplus.so
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 dpkg-source -Zxz -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building freeimage using existing ./freeimage_3.18.0+ds2.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building freeimage in freeimage_3.18.0+ds2-5.debian.tar.xz
dpkg-source: info: building freeimage in freeimage_3.18.0+ds2-5.dsc
 debian/rules build
dh build
   dh_update_autotools_config
   debian/rules override_dh_autoreconf
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_autoreconf /usr/bin/make -- -f /<<PKGBUILDDIR>>/debian/rules gen-src-list
make[2]: Entering directory '/<<PKGBUILDDIR>>'
sh gensrclist.sh
/usr/bin/make -f Makefile.gnu dos2unix
make[3]: Entering directory '/<<PKGBUILDDIR>>'
dos2unix: converting file Source/FreeImage/BitmapAccess.cpp to Unix format...
dos2unix: converting file Source/FreeImage/CacheFile.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ColorLookup.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Conversion.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Conversion16_555.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Conversion16_565.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Conversion24.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Conversion32.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Conversion4.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Conversion8.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ConversionFloat.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ConversionRGB16.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ConversionRGBA16.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ConversionRGBAF.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ConversionRGBF.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ConversionType.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ConversionUINT16.cpp to Unix format...
dos2unix: converting file Source/FreeImage/FreeImage.cpp to Unix format...
dos2unix: converting file Source/FreeImage/FreeImageC.c to Unix format...
dos2unix: converting file Source/FreeImage/FreeImageIO.cpp to Unix format...
dos2unix: converting file Source/FreeImage/GetType.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Halftoning.cpp to Unix format...
dos2unix: converting file Source/FreeImage/J2KHelper.cpp to Unix format...
dos2unix: converting file Source/FreeImage/LFPQuantizer.cpp to Unix format...
dos2unix: converting file Source/FreeImage/MNGHelper.cpp to Unix format...
dos2unix: converting file Source/FreeImage/MemoryIO.cpp to Unix format...
dos2unix: converting file Source/FreeImage/MultiPage.cpp to Unix format...
dos2unix: converting file Source/FreeImage/NNQuantizer.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PSDParser.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PixelAccess.cpp to Unix format...
dos2unix: converting file Source/FreeImage/Plugin.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginBMP.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginCUT.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginDDS.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginEXR.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginG3.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginGIF.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginHDR.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginICO.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginIFF.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginJ2K.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginJNG.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginJP2.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginJPEG.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginJXR.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginKOALA.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginMNG.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginPCD.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginPCX.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginPFM.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginPICT.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginPNG.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginPNM.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginPSD.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginRAS.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginRAW.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginSGI.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginTARGA.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginTIFF.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginWBMP.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginWebP.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginXBM.cpp to Unix format...
dos2unix: converting file Source/FreeImage/PluginXPM.cpp to Unix format...
dos2unix: converting file Source/FreeImage/TIFFLogLuv.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ToneMapping.cpp to Unix format...
dos2unix: converting file Source/FreeImage/WuQuantizer.cpp to Unix format...
dos2unix: converting file Source/FreeImage/ZLibInterface.cpp to Unix format...
dos2unix: converting file Source/FreeImage/tmoColorConvert.cpp to Unix format...
dos2unix: converting file Source/FreeImage/tmoDrago03.cpp to Unix format...
dos2unix: converting file Source/FreeImage/tmoFattal02.cpp to Unix format...
dos2unix: converting file Source/FreeImage/tmoReinhard05.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/BSplineRotate.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Background.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Channels.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/ClassicRotate.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Colors.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/CopyPaste.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Display.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Flip.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/MultigridPoissonSolver.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Rescale.cpp to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Resize.cpp to Unix format...
dos2unix: converting file Source/Metadata/Exif.cpp to Unix format...
dos2unix: converting file Source/Metadata/FIRational.cpp to Unix format...
dos2unix: converting file Source/Metadata/FreeImageTag.cpp to Unix format...
dos2unix: converting file Source/Metadata/IPTC.cpp to Unix format...
dos2unix: converting file Source/Metadata/TagConversion.cpp to Unix format...
dos2unix: converting file Source/Metadata/TagLib.cpp to Unix format...
dos2unix: converting file Source/Metadata/XTIFF.cpp to Unix format...
dos2unix: converting file Source/CacheFile.h to Unix format...
dos2unix: converting file Source/FreeImage.h to Unix format...
dos2unix: converting file Source/FreeImage/J2KHelper.h to Unix format...
dos2unix: converting file Source/FreeImage/PSDParser.h to Unix format...
dos2unix: converting file Source/FreeImageIO.h to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Filters.h to Unix format...
dos2unix: converting file Source/FreeImageToolkit/Resize.h to Unix format...
dos2unix: converting file Source/MapIntrospector.h to Unix format...
dos2unix: converting file Source/Metadata/FIRational.h to Unix format...
dos2unix: converting file Source/Metadata/FreeImageTag.h to Unix format...
dos2unix: converting file Source/Plugin.h to Unix format...
dos2unix: converting file Source/Quantizers.h to Unix format...
dos2unix: converting file Source/ToneMapping.h to Unix format...
dos2unix: converting file Source/Utilities.h to Unix format...
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
sh genfipsrclist.sh
/usr/bin/make -f Makefile.fip dos2unix
make[3]: Entering directory '/<<PKGBUILDDIR>>'
dos2unix: converting file Wrapper/FreeImagePlus/src/FreeImagePlus.cpp to Unix format...
dos2unix: converting file Wrapper/FreeImagePlus/src/fipImage.cpp to Unix format...
dos2unix: converting file Wrapper/FreeImagePlus/src/fipMemoryIO.cpp to Unix format...
dos2unix: converting file Wrapper/FreeImagePlus/src/fipMetadataFind.cpp to Unix format...
dos2unix: converting file Wrapper/FreeImagePlus/src/fipMultiPage.cpp to Unix format...
dos2unix: converting file Wrapper/FreeImagePlus/src/fipTag.cpp to Unix format...
dos2unix: converting file Wrapper/FreeImagePlus/src/fipWinImage.cpp to Unix format...
dos2unix: converting file Wrapper/FreeImagePlus/FreeImagePlus.h to Unix format...
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_configure
   debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make CC="x86_64-linux-gnu-gcc" CXX="x86_64-linux-gnu-g++" CFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC" CXXFLAGS="-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC" LDFLAGS="-specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z,relro -Wl,-z,now -Wl,--as-needed" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -f Makefile.gnu 
make[3]: Entering directory '/<<PKGBUILDDIR>>'
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/BitmapAccess.cpp -o Source/FreeImage/BitmapAccess.o
Source/FreeImage/BitmapAccess.cpp: In function ‘FREE_IMAGE_COLOR_TYPE FreeImage_GetColorType(FIBITMAP*)’:
Source/FreeImage/BitmapAccess.cpp:696:9: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  696 |   switch(image_type) {
      |         ^
Source/FreeImage/BitmapAccess.cpp:696:9: warning: enumeration value ‘FIT_BITMAP’ not handled in switch [-Wswitch]
Source/FreeImage/BitmapAccess.cpp:696:9: warning: enumeration value ‘FIT_INT16’ not handled in switch [-Wswitch]
Source/FreeImage/BitmapAccess.cpp:696:9: warning: enumeration value ‘FIT_UINT32’ not handled in switch [-Wswitch]
Source/FreeImage/BitmapAccess.cpp:696:9: warning: enumeration value ‘FIT_INT32’ not handled in switch [-Wswitch]
Source/FreeImage/BitmapAccess.cpp:696:9: warning: enumeration value ‘FIT_FLOAT’ not handled in switch [-Wswitch]
Source/FreeImage/BitmapAccess.cpp:696:9: warning: enumeration value ‘FIT_DOUBLE’ not handled in switch [-Wswitch]
Source/FreeImage/BitmapAccess.cpp:696:9: warning: enumeration value ‘FIT_COMPLEX’ not handled in switch [-Wswitch]
Source/FreeImage/BitmapAccess.cpp: In function ‘unsigned int FreeImage_GetPitch(FIBITMAP*)’:
Source/FreeImage/BitmapAccess.cpp:1132:77: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
 1132 |   return fih->external_bits ? fih->external_pitch : (FreeImage_GetLine(dib) + 3 & ~3);
      |                                                      ~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from Source/FreeImage/BitmapAccess.cpp:41:
Source/FreeImage/../Metadata/FreeImageTag.h: At global scope:
Source/FreeImage/../Metadata/FreeImageTag.h:468:20: warning: ‘g_TagLib_ExifRawFieldName’ defined but not used [-Wunused-variable]
  468 | static const char *g_TagLib_ExifRawFieldName = "ExifRaw";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/../Metadata/FreeImageTag.h:465:20: warning: ‘g_TagLib_XMPFieldName’ defined but not used [-Wunused-variable]
  465 | static const char *g_TagLib_XMPFieldName = "XMLPacket";
      |                    ^~~~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/BitmapAccess.cpp:38:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/CacheFile.cpp -o Source/FreeImage/CacheFile.o
Source/FreeImage/CacheFile.cpp: In member function ‘Block* CacheFile::lockBlock(int)’:
Source/FreeImage/CacheFile.cpp:150:10: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  150 |     fread(m_current_block->data, BLOCK_SIZE, 1, m_file);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Source/CacheFile.h:28,
                 from Source/FreeImage/CacheFile.cpp:28:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/ColorLookup.cpp -o Source/FreeImage/ColorLookup.o
Source/FreeImage/ColorLookup.cpp: In function ‘int FreeImage_LookupNamedColor(const char*, const NamedColor*, int)’:
Source/FreeImage/ColorLookup.cpp:77:33: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
   77 |     for (i = 0; szColor[i] && i < sizeof(color) - 1; i++) {
      |                               ~~^~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/ColorLookup.cpp:24:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Conversion.cpp -o Source/FreeImage/Conversion.o
In file included from Source/FreeImage/Conversion.cpp:27:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Conversion16_555.cpp -o Source/FreeImage/Conversion16_555.o
In file included from Source/FreeImage/Conversion16_555.cpp:25:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Conversion16_565.cpp -o Source/FreeImage/Conversion16_565.o
In file included from Source/FreeImage/Conversion16_565.cpp:25:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Conversion24.cpp -o Source/FreeImage/Conversion24.o
In file included from Source/FreeImage/Conversion24.cpp:26:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Conversion32.cpp -o Source/FreeImage/Conversion32.o
In file included from Source/FreeImage/Conversion32.cpp:26:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Conversion4.cpp -o Source/FreeImage/Conversion4.o
In file included from Source/FreeImage/Conversion4.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Conversion8.cpp -o Source/FreeImage/Conversion8.o
In file included from Source/FreeImage/Conversion8.cpp:27:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/ConversionFloat.cpp -o Source/FreeImage/ConversionFloat.o
Source/FreeImage/ConversionFloat.cpp: In function ‘FIBITMAP* FreeImage_ConvertToFloat(FIBITMAP*)’:
Source/FreeImage/ConversionFloat.cpp:89:8: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
   89 |  switch(src_type) {
      |        ^
Source/FreeImage/ConversionFloat.cpp:89:8: warning: enumeration value ‘FIT_INT16’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionFloat.cpp:89:8: warning: enumeration value ‘FIT_UINT32’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionFloat.cpp:89:8: warning: enumeration value ‘FIT_INT32’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionFloat.cpp:89:8: warning: enumeration value ‘FIT_FLOAT’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionFloat.cpp:89:8: warning: enumeration value ‘FIT_DOUBLE’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionFloat.cpp:89:8: warning: enumeration value ‘FIT_COMPLEX’ not handled in switch [-Wswitch]
In file included from Source/FreeImage/ConversionFloat.cpp:23:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/ConversionRGB16.cpp -o Source/FreeImage/ConversionRGB16.o
In file included from Source/FreeImage/ConversionRGB16.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/ConversionRGBA16.cpp -o Source/FreeImage/ConversionRGBA16.o
In file included from Source/FreeImage/ConversionRGBA16.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/ConversionRGBAF.cpp -o Source/FreeImage/ConversionRGBAF.o
Source/FreeImage/ConversionRGBAF.cpp: In function ‘FIBITMAP* FreeImage_ConvertToRGBAF(FIBITMAP*)’:
Source/FreeImage/ConversionRGBAF.cpp:102:8: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  102 |  switch(src_type) {
      |        ^
Source/FreeImage/ConversionRGBAF.cpp:102:8: warning: enumeration value ‘FIT_INT16’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBAF.cpp:102:8: warning: enumeration value ‘FIT_UINT32’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBAF.cpp:102:8: warning: enumeration value ‘FIT_INT32’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBAF.cpp:102:8: warning: enumeration value ‘FIT_DOUBLE’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBAF.cpp:102:8: warning: enumeration value ‘FIT_COMPLEX’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBAF.cpp:102:8: warning: enumeration value ‘FIT_RGBAF’ not handled in switch [-Wswitch]
In file included from Source/FreeImage/ConversionRGBAF.cpp:24:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/ConversionRGBF.cpp -o Source/FreeImage/ConversionRGBF.o
Source/FreeImage/ConversionRGBF.cpp: In function ‘FIBITMAP* FreeImage_ConvertToRGBF(FIBITMAP*)’:
Source/FreeImage/ConversionRGBF.cpp:101:8: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  101 |  switch(src_type) {
      |        ^
Source/FreeImage/ConversionRGBF.cpp:101:8: warning: enumeration value ‘FIT_INT16’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBF.cpp:101:8: warning: enumeration value ‘FIT_UINT32’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBF.cpp:101:8: warning: enumeration value ‘FIT_INT32’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBF.cpp:101:8: warning: enumeration value ‘FIT_DOUBLE’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBF.cpp:101:8: warning: enumeration value ‘FIT_COMPLEX’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionRGBF.cpp:101:8: warning: enumeration value ‘FIT_RGBF’ not handled in switch [-Wswitch]
In file included from Source/FreeImage/ConversionRGBF.cpp:23:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/ConversionType.cpp -o Source/FreeImage/ConversionType.o
Source/FreeImage/ConversionType.cpp: In function ‘FIBITMAP* FreeImage_ConvertToStandardType(FIBITMAP*, BOOL)’:
Source/FreeImage/ConversionType.cpp:246:8: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  246 |  switch(src_type) {
      |        ^
Source/FreeImage/ConversionType.cpp: In function ‘FIBITMAP* FreeImage_ConvertToType(FIBITMAP*, FREE_IMAGE_TYPE, BOOL)’:
Source/FreeImage/ConversionType.cpp:324:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  324 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:324:10: warning: enumeration value ‘FIT_BITMAP’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:361:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  361 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:361:10: warning: enumeration value ‘FIT_UINT16’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:395:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  395 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:395:10: warning: enumeration value ‘FIT_INT16’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:425:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  425 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:425:10: warning: enumeration value ‘FIT_UINT32’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:455:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  455 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:455:10: warning: enumeration value ‘FIT_INT32’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:485:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  485 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:485:10: warning: enumeration value ‘FIT_FLOAT’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:516:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  516 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:516:10: warning: enumeration value ‘FIT_DOUBLE’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:544:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  544 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:544:10: warning: enumeration value ‘FIT_COMPLEX’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:570:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  570 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:570:10: warning: enumeration value ‘FIT_RGB16’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:602:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  602 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:602:10: warning: enumeration value ‘FIT_RGBA16’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:634:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  634 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:634:10: warning: enumeration value ‘FIT_RGBF’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:662:10: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  662 |    switch(dst_type) {
      |          ^
Source/FreeImage/ConversionType.cpp:662:10: warning: enumeration value ‘FIT_RGBAF’ not handled in switch [-Wswitch]
Source/FreeImage/ConversionType.cpp:322:8: warning: enumeration value ‘FIT_UNKNOWN’ not handled in switch [-Wswitch]
  322 |  switch(src_type) {
      |        ^
In file included from Source/FreeImage/ConversionType.cpp:24:
Source/Utilities.h: In instantiation of ‘void MAXMIN(const T*, long int, T&, T&) [with T = short unsigned int]’:
Source/FreeImage/ConversionType.cpp:111:10:   required from ‘FIBITMAP* CONVERT_TO_BYTE<Tsrc>::convert(FIBITMAP*, BOOL) [with Tsrc = short unsigned int; BOOL = int]’
Source/FreeImage/ConversionType.cpp:251:55:   required from here
Source/Utilities.h:197:7: warning: variable ‘i1’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |       ^~
Source/Utilities.h:197:11: warning: variable ‘i2’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |           ^~
Source/Utilities.h: In instantiation of ‘void MAXMIN(const T*, long int, T&, T&) [with T = short int]’:
Source/FreeImage/ConversionType.cpp:111:10:   required from ‘FIBITMAP* CONVERT_TO_BYTE<Tsrc>::convert(FIBITMAP*, BOOL) [with Tsrc = short int; BOOL = int]’
Source/FreeImage/ConversionType.cpp:254:54:   required from here
Source/Utilities.h:197:7: warning: variable ‘i1’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |       ^~
Source/Utilities.h:197:11: warning: variable ‘i2’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |           ^~
Source/Utilities.h: In instantiation of ‘void MAXMIN(const T*, long int, T&, T&) [with T = unsigned int]’:
Source/FreeImage/ConversionType.cpp:111:10:   required from ‘FIBITMAP* CONVERT_TO_BYTE<Tsrc>::convert(FIBITMAP*, BOOL) [with Tsrc = unsigned int; BOOL = int]’
Source/FreeImage/ConversionType.cpp:257:54:   required from here
Source/Utilities.h:197:7: warning: variable ‘i1’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |       ^~
Source/Utilities.h:197:11: warning: variable ‘i2’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |           ^~
Source/Utilities.h: In instantiation of ‘void MAXMIN(const T*, long int, T&, T&) [with T = int]’:
Source/FreeImage/ConversionType.cpp:111:10:   required from ‘FIBITMAP* CONVERT_TO_BYTE<Tsrc>::convert(FIBITMAP*, BOOL) [with Tsrc = int; BOOL = int]’
Source/FreeImage/ConversionType.cpp:260:53:   required from here
Source/Utilities.h:197:7: warning: variable ‘i1’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |       ^~
Source/Utilities.h:197:11: warning: variable ‘i2’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |           ^~
Source/Utilities.h: In instantiation of ‘void MAXMIN(const T*, long int, T&, T&) [with T = float]’:
Source/FreeImage/ConversionType.cpp:111:10:   required from ‘FIBITMAP* CONVERT_TO_BYTE<Tsrc>::convert(FIBITMAP*, BOOL) [with Tsrc = float; BOOL = int]’
Source/FreeImage/ConversionType.cpp:263:54:   required from here
Source/Utilities.h:197:7: warning: variable ‘i1’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |       ^~
Source/Utilities.h:197:11: warning: variable ‘i2’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |           ^~
Source/Utilities.h: In instantiation of ‘void MAXMIN(const T*, long int, T&, T&) [with T = double]’:
Source/FreeImage/ConversionType.cpp:111:10:   required from ‘FIBITMAP* CONVERT_TO_BYTE<Tsrc>::convert(FIBITMAP*, BOOL) [with Tsrc = double; BOOL = int]’
Source/FreeImage/ConversionType.cpp:266:55:   required from here
Source/Utilities.h:197:7: warning: variable ‘i1’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |       ^~
Source/Utilities.h:197:11: warning: variable ‘i2’ set but not used [-Wunused-but-set-variable]
  197 |  long i1, i2, i, j;
      |           ^~
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/ConversionUINT16.cpp -o Source/FreeImage/ConversionUINT16.o
In file included from Source/FreeImage/ConversionUINT16.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/FreeImage.cpp -o Source/FreeImage/FreeImage.o
In file included from Source/FreeImage/FreeImage.cpp:30:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -DOPJ_STATIC -DNO_LCMS -DDISABLE_PERF_MEASUREMENT -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/FreeImageC.c -o Source/FreeImage/FreeImageC.o
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/FreeImageIO.cpp -o Source/FreeImage/FreeImageIO.o
In file included from Source/FreeImage/FreeImageIO.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/GetType.cpp -o Source/FreeImage/GetType.o
In file included from Source/FreeImage/GetType.cpp:28:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Halftoning.cpp -o Source/FreeImage/Halftoning.o
Source/FreeImage/Halftoning.cpp: In function ‘FIBITMAP* FloydSteinberg(FIBITMAP*)’:
Source/FreeImage/Halftoning.cpp:43:21: warning: variable ‘pitch’ set but not used [-Wunused-but-set-variable]
   43 |  int width, height, pitch;
      |                     ^~~~~
Source/FreeImage/Halftoning.cpp: In function ‘int dithervalue(int, int, int)’:
Source/FreeImage/Halftoning.cpp:153:18: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  153 |   d = (d <<1 | (x&1 ^ y&1))<<1 | y&1;
      |                 ~^~
Source/FreeImage/Halftoning.cpp:153:35: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  153 |   d = (d <<1 | (x&1 ^ y&1))<<1 | y&1;
      |                                  ~^~
In file included from Source/FreeImage/Halftoning.cpp:27:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/J2KHelper.cpp -o Source/FreeImage/J2KHelper.o
In file included from Source/FreeImage/J2KHelper.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/LFPQuantizer.cpp -o Source/FreeImage/LFPQuantizer.o
In file included from Source/FreeImage/LFPQuantizer.cpp:24:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/MNGHelper.cpp -o Source/FreeImage/MNGHelper.o
Source/FreeImage/MNGHelper.cpp: In function ‘FIBITMAP* mng_ReadChunks(int, FreeImageIO*, fi_handle, long int, int)’:
Source/FreeImage/MNGHelper.cpp:769:7: warning: variable ‘jng_color_type’ set but not used [-Wunused-but-set-variable]
  769 |  BYTE jng_color_type = 0;
      |       ^~~~~~~~~~~~~~
Source/FreeImage/MNGHelper.cpp:770:7: warning: variable ‘jng_image_sample_depth’ set but not used [-Wunused-but-set-variable]
  770 |  BYTE jng_image_sample_depth = 0;
      |       ^~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/MNGHelper.cpp:771:7: warning: variable ‘jng_image_compression_method’ set but not used [-Wunused-but-set-variable]
  771 |  BYTE jng_image_compression_method = 0;
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/MNGHelper.cpp:775:7: warning: variable ‘jng_alpha_filter_method’ set but not used [-Wunused-but-set-variable]
  775 |  BYTE jng_alpha_filter_method = 0;
      |       ^~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/MNGHelper.cpp:776:7: warning: variable ‘jng_alpha_interlace_method’ set but not used [-Wunused-but-set-variable]
  776 |  BYTE jng_alpha_interlace_method = 0;
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/MNGHelper.cpp: At global scope:
Source/FreeImage/MNGHelper.cpp:182:13: warning: ‘mng_zTXt’ defined but not used [-Wunused-variable]
  182 | static BYTE mng_zTXt[5]={122,  84,  88, 116, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:181:13: warning: ‘mng_tIME’ defined but not used [-Wunused-variable]
  181 | static BYTE mng_tIME[5]={116,  73,  77,  69, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:179:13: warning: ‘mng_sTER’ defined but not used [-Wunused-variable]
  179 | static BYTE mng_sTER[5]={115,  84,  69,  82, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:178:13: warning: ‘mng_sPLT’ defined but not used [-Wunused-variable]
  178 | static BYTE mng_sPLT[5]={115,  80,  76,  84, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:177:13: warning: ‘mng_iTXt’ defined but not used [-Wunused-variable]
  177 | static BYTE mng_iTXt[5]={105,  84,  88, 116, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:176:13: warning: ‘mng_hIST’ defined but not used [-Wunused-variable]
  176 | static BYTE mng_hIST[5]={104,  73,  83,  84, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:173:13: warning: ‘mng_oFFs’ defined but not used [-Wunused-variable]
  173 | static BYTE mng_oFFs[5]={111,  70,  70, 115, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:172:13: warning: ‘mng_JSEP’ defined but not used [-Wunused-variable]
  172 | static BYTE mng_JSEP[5]={ 74,  83,  69,  80, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:171:13: warning: ‘mng_JdAA’ defined but not used [-Wunused-variable]
  171 | static BYTE mng_JdAA[5]={ 74, 100,  65,  65, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:164:13: warning: ‘mng_sRGB’ defined but not used [-Wunused-variable]
  164 | static BYTE mng_sRGB[5]={115,  82,  71,  66, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:163:13: warning: ‘mng_sBIT’ defined but not used [-Wunused-variable]
  163 | static BYTE mng_sBIT[5]={115,  66,  73,  84, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:161:13: warning: ‘mng_vpAg’ defined but not used [-Wunused-variable]
  161 | static BYTE mng_vpAg[5]={118, 112,  65, 103, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:160:13: warning: ‘mng_pHYg’ defined but not used [-Wunused-variable]
  160 | static BYTE mng_pHYg[5]={112,  72,  89, 103, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:159:13: warning: ‘mng_nEED’ defined but not used [-Wunused-variable]
  159 | static BYTE mng_nEED[5]={110,  69,  69,  68, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:158:13: warning: ‘mng_iCCP’ defined but not used [-Wunused-variable]
  158 | static BYTE mng_iCCP[5]={105,  67,  67,  80, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:156:13: warning: ‘mng_cHRM’ defined but not used [-Wunused-variable]
  156 | static BYTE mng_cHRM[5]={ 99,  72,  82,  77, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:154:13: warning: ‘mng_TERM’ defined but not used [-Wunused-variable]
  154 | static BYTE mng_TERM[5]={ 84,  69,  82,  77, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:153:13: warning: ‘mng_SHOW’ defined but not used [-Wunused-variable]
  153 | static BYTE mng_SHOW[5]={ 83,  72,  79,  87, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:152:13: warning: ‘mng_SEEK’ defined but not used [-Wunused-variable]
  152 | static BYTE mng_SEEK[5]={ 83,  69,  69,  75, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:151:13: warning: ‘mng_SAVE’ defined but not used [-Wunused-variable]
  151 | static BYTE mng_SAVE[5]={ 83,  65,  86,  69, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:149:13: warning: ‘mng_PAST’ defined but not used [-Wunused-variable]
  149 | static BYTE mng_PAST[5]={ 80,  65,  83,  84, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:148:13: warning: ‘mng_MOVE’ defined but not used [-Wunused-variable]
  148 | static BYTE mng_MOVE[5]={ 77,  79,  86,  69, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:146:13: warning: ‘mng_MAGN’ defined but not used [-Wunused-variable]
  146 | static BYTE mng_MAGN[5]={ 77,  65,  71,  78, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:141:13: warning: ‘mng_FRAM’ defined but not used [-Wunused-variable]
  141 | static BYTE mng_FRAM[5]={ 70,  82,  65,  77, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:140:13: warning: ‘mng_ENDL’ defined but not used [-Wunused-variable]
  140 | static BYTE mng_ENDL[5]={ 69,  78,  68,  76, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:139:13: warning: ‘mng_DISC’ defined but not used [-Wunused-variable]
  139 | static BYTE mng_DISC[5]={ 68,  73,  83,  67, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:138:13: warning: ‘mng_DHDR’ defined but not used [-Wunused-variable]
  138 | static BYTE mng_DHDR[5]={ 68,  72,  68,  82, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:136:13: warning: ‘mng_CLON’ defined but not used [-Wunused-variable]
  136 | static BYTE mng_CLON[5]={ 67,  76,  79,  78, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:135:13: warning: ‘mng_CLIP’ defined but not used [-Wunused-variable]
  135 | static BYTE mng_CLIP[5]={ 67,  76,  73,  80, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:134:13: warning: ‘mng_BASI’ defined but not used [-Wunused-variable]
  134 | static BYTE mng_BASI[5]={ 66,  65,  83,  73, (BYTE) '\0'};
      |             ^~~~~~~~
Source/FreeImage/MNGHelper.cpp:133:13: warning: ‘mng_BACK’ defined but not used [-Wunused-variable]
  133 | static BYTE mng_BACK[5]={ 66,  65,  67,  75, (BYTE) '\0'};
      |             ^~~~~~~~
In file included from Source/FreeImage/MNGHelper.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/MemoryIO.cpp -o Source/FreeImage/MemoryIO.o
In file included from Source/FreeImage/MemoryIO.cpp:24:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/MultiPage.cpp -o Source/FreeImage/MultiPage.o
Source/FreeImage/MultiPage.cpp:51:12: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
   51 |     struct {
      |            ^
Source/FreeImage/MultiPage.cpp:55:12: warning: ISO C++ prohibits anonymous structs [-Wpedantic]
   55 |     struct {
      |            ^
Source/FreeImage/MultiPage.cpp: In function ‘FIMULTIBITMAP* FreeImage_OpenMultiBitmap(FREE_IMAGE_FORMAT, const char*, BOOL, BOOL, BOOL, int)’:
Source/FreeImage/MultiPage.cpp:274:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  274 |     std::auto_ptr<FIMULTIBITMAP> bitmap (new FIMULTIBITMAP);
      |          ^~~~~~~~
In file included from /usr/include/c++/10/memory:83,
                 from Source/Utilities.h:53,
                 from Source/CacheFile.h:28,
                 from Source/FreeImage/MultiPage.cpp:34:
/usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
Source/FreeImage/MultiPage.cpp:275:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  275 |     std::auto_ptr<MULTIBITMAPHEADER> header (new MULTIBITMAPHEADER);
      |          ^~~~~~~~
In file included from /usr/include/c++/10/memory:83,
                 from Source/Utilities.h:53,
                 from Source/CacheFile.h:28,
                 from Source/FreeImage/MultiPage.cpp:34:
/usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
Source/FreeImage/MultiPage.cpp: In function ‘FIMULTIBITMAP* FreeImage_OpenMultiBitmapFromHandle(FREE_IMAGE_FORMAT, FreeImageIO*, fi_handle, int)’:
Source/FreeImage/MultiPage.cpp:340:11: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  340 |      std::auto_ptr<FIMULTIBITMAP> bitmap (new FIMULTIBITMAP);
      |           ^~~~~~~~
In file included from /usr/include/c++/10/memory:83,
                 from Source/Utilities.h:53,
                 from Source/CacheFile.h:28,
                 from Source/FreeImage/MultiPage.cpp:34:
/usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
Source/FreeImage/MultiPage.cpp:341:11: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  341 |      std::auto_ptr<MULTIBITMAPHEADER> header (new MULTIBITMAPHEADER);
      |           ^~~~~~~~
In file included from /usr/include/c++/10/memory:83,
                 from Source/Utilities.h:53,
                 from Source/CacheFile.h:28,
                 from Source/FreeImage/MultiPage.cpp:34:
/usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
In file included from Source/CacheFile.h:28,
                 from Source/FreeImage/MultiPage.cpp:34:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/NNQuantizer.cpp -o Source/FreeImage/NNQuantizer.o
In file included from Source/FreeImage/NNQuantizer.cpp:35:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PSDParser.cpp -o Source/FreeImage/PSDParser.o
Source/FreeImage/PSDParser.cpp: In static member function ‘static int PSDGetValue<N>::get(const BYTE*)’:
Source/FreeImage/PSDParser.cpp:100:49: warning: no return statement in function returning non-void [-Wreturn-type]
  100 |  static inline int get(const BYTE * iprBuffer) {} // error
      |                                                 ^
Source/FreeImage/PSDParser.cpp: In member function ‘bool psdICCProfile::Write(FreeImageIO*, fi_handle)’:
Source/FreeImage/PSDParser.cpp:933:60: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
  933 |   if(io->write_proc(_ProfileData, 1, _ProfileSize, handle) != _ProfileSize) {
      |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
Source/FreeImage/PSDParser.cpp: In member function ‘bool psdParser::ReadImageResources(FreeImageIO*, fi_handle, LONG)’:
Source/FreeImage/PSDParser.cpp:1095:7: warning: unused variable ‘n’ [-Wunused-variable]
 1095 |   int n = (int)io->read_proc(Length, sizeof(Length), 1, handle);
      |       ^
Source/FreeImage/PSDParser.cpp: In member function ‘FIBITMAP* psdParser::ReadImageData(FreeImageIO*, fi_handle)’:
Source/FreeImage/PSDParser.cpp:1555:23: warning: unused variable ‘line_end’ [-Wunused-variable]
 1555 |     const BYTE* const line_end = line_start + lineSize;
      |                       ^~~~~~~~
Source/FreeImage/PSDParser.cpp: In member function ‘bool psdParser::Save(FreeImageIO*, FIBITMAP*, fi_handle, int, int, void*)’:
Source/FreeImage/PSDParser.cpp:2040:11: warning: variable ‘bitspersample’ set but not used [-Wunused-but-set-variable]
 2040 |  unsigned bitspersample;
      |           ^~~~~~~~~~~~~
In file included from Source/FreeImage/PSDParser.cpp:29:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PixelAccess.cpp -o Source/FreeImage/PixelAccess.o
In file included from Source/FreeImage/PixelAccess.cpp:26:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/Plugin.cpp -o Source/FreeImage/Plugin.o
Source/FreeImage/Plugin.cpp: In function ‘void FreeImage_Initialise(BOOL)’:
Source/FreeImage/Plugin.cpp:228:11: warning: unused variable ‘s’ [-Wunused-variable]
  228 |   TagLib& s = TagLib::instance();
      |           ^
Source/FreeImage/Plugin.cpp: At global scope:
Source/FreeImage/Plugin.cpp:57:12: warning: ‘s_search_list_size’ defined but not used [-Wunused-variable]
   57 | static int s_search_list_size = sizeof(s_search_list) / sizeof(char *);
      |            ^~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/Plugin.cpp:41:
Source/FreeImage/../Metadata/FreeImageTag.h:468:20: warning: ‘g_TagLib_ExifRawFieldName’ defined but not used [-Wunused-variable]
  468 | static const char *g_TagLib_ExifRawFieldName = "ExifRaw";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/../Metadata/FreeImageTag.h:465:20: warning: ‘g_TagLib_XMPFieldName’ defined but not used [-Wunused-variable]
  465 | static const char *g_TagLib_XMPFieldName = "XMLPacket";
      |                    ^~~~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/Plugin.cpp:37:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginBMP.cpp -o Source/FreeImage/PluginBMP.o
In file included from Source/FreeImage/PluginBMP.cpp:28:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginCUT.cpp -o Source/FreeImage/PluginCUT.o
In file included from Source/FreeImage/PluginCUT.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginDDS.cpp -o Source/FreeImage/PluginDDS.o
In file included from Source/FreeImage/PluginDDS.cpp:25:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginEXR.cpp -o Source/FreeImage/PluginEXR.o
In file included from Source/FreeImage/PluginEXR.cpp:24:
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginG3.cpp -o Source/FreeImage/PluginG3.o
In file included from Source/FreeImage/PluginG3.cpp:24:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginGIF.cpp -o Source/FreeImage/PluginGIF.o
Source/FreeImage/PluginGIF.cpp: In function ‘BOOL Save(FreeImageIO*, FIBITMAP*, fi_handle, int, int, void*)’:
Source/FreeImage/PluginGIF.cpp:1349:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
 1349 |   if( size + w >= sizeof(buf) ) {
      |       ~~~~~~~~~^~~~~~~~~~~~~~
In file included from Source/FreeImage/PluginGIF.cpp:34:
Source/FreeImage/../Metadata/FreeImageTag.h: At global scope:
Source/FreeImage/../Metadata/FreeImageTag.h:468:20: warning: ‘g_TagLib_ExifRawFieldName’ defined but not used [-Wunused-variable]
  468 | static const char *g_TagLib_ExifRawFieldName = "ExifRaw";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/../Metadata/FreeImageTag.h:465:20: warning: ‘g_TagLib_XMPFieldName’ defined but not used [-Wunused-variable]
  465 | static const char *g_TagLib_XMPFieldName = "XMLPacket";
      |                    ^~~~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/PluginGIF.cpp:33:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginHDR.cpp -o Source/FreeImage/PluginHDR.o
Source/FreeImage/PluginHDR.cpp: In function ‘BOOL rgbe_ReadHeader(FreeImageIO*, fi_handle, unsigned int*, unsigned int*, rgbeHeaderInfo*)’:
Source/FreeImage/PluginHDR.cpp:214:16: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
  214 |   for(i = 0; i < sizeof(header_info->programtype) - 1; i++) {
      |              ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginHDR.cpp:260:21: warning: format ‘%d’ expects argument of type ‘int*’, but argument 3 has type ‘unsigned int*’ [-Wformat=]
  260 |  if(sscanf(buf,"-Y %d +X %d", height, width) < 2) {
      |                    ~^         ~~~~~~
      |                     |         |
      |                     int*      unsigned int*
      |                    %d
Source/FreeImage/PluginHDR.cpp:260:27: warning: format ‘%d’ expects argument of type ‘int*’, but argument 4 has type ‘unsigned int*’ [-Wformat=]
  260 |  if(sscanf(buf,"-Y %d +X %d", height, width) < 2) {
      |                          ~^           ~~~~~
      |                           |           |
      |                           int*        unsigned int*
      |                          %d
Source/FreeImage/PluginHDR.cpp:261:22: warning: format ‘%d’ expects argument of type ‘int*’, but argument 3 has type ‘unsigned int*’ [-Wformat=]
  261 |   if(sscanf(buf,"+X %d +Y %d", height, width) < 2) {
      |                     ~^         ~~~~~~
      |                      |         |
      |                      int*      unsigned int*
      |                     %d
Source/FreeImage/PluginHDR.cpp:261:28: warning: format ‘%d’ expects argument of type ‘int*’, but argument 4 has type ‘unsigned int*’ [-Wformat=]
  261 |   if(sscanf(buf,"+X %d +Y %d", height, width) < 2) {
      |                           ~^           ~~~~~
      |                            |           |
      |                            int*        unsigned int*
      |                           %d
In file included from Source/FreeImage/PluginHDR.cpp:23:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginHDR.cpp: In function ‘BOOL Save(FreeImageIO*, FIBITMAP*, fi_handle, int, int, void*)’:
Source/FreeImage/PluginHDR.cpp:286:23: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=]
  286 |  sprintf(buffer, "%s\n", info->comment);
      |                       ^
In file included from /usr/include/stdio.h:867,
                 from Source/Utilities.h:35,
                 from Source/FreeImage/PluginHDR.cpp:23:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: ‘__builtin___sprintf_chk’ output between 2 and 257 bytes into a destination of size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginICO.cpp -o Source/FreeImage/PluginICO.o
In file included from Source/FreeImage/PluginICO.cpp:24:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginIFF.cpp -o Source/FreeImage/PluginIFF.o
Source/FreeImage/PluginIFF.cpp: In function ‘FIBITMAP* Load(FreeImageIO*, fi_handle, int, int, void*)’:
Source/FreeImage/PluginIFF.cpp:294:45: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
  294 |      unsigned line = FreeImage_GetLine(dib) + 1 & ~1;
      |                      ~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from Source/FreeImage/PluginIFF.cpp:26:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginJ2K.cpp -o Source/FreeImage/PluginJ2K.o
In file included from Source/FreeImage/PluginJ2K.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginJNG.cpp -o Source/FreeImage/PluginJNG.o
In file included from Source/FreeImage/PluginJNG.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginJP2.cpp -o Source/FreeImage/PluginJP2.o
In file included from Source/FreeImage/PluginJP2.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginJPEG.cpp -o Source/FreeImage/PluginJPEG.o
Source/FreeImage/PluginJPEG.cpp: In function ‘BOOL jpeg_write_jfxx(j_compress_ptr, FIBITMAP*)’:
Source/FreeImage/PluginJPEG.cpp:962:93: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  962 |  if((FreeImage_GetImageType(thumbnail) != FIT_BITMAP) || (FreeImage_GetBPP(thumbnail) != 8) && (FreeImage_GetBPP(thumbnail) != 24)) {
      |                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/PluginJPEG.cpp:44:
Source/Utilities.h: At global scope:
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginJXR.cpp -o Source/FreeImage/PluginJXR.o
In file included from Source/FreeImage/PluginJXR.cpp:24:
Source/FreeImage/../Metadata/FreeImageTag.h:468:20: warning: ‘g_TagLib_ExifRawFieldName’ defined but not used [-Wunused-variable]
  468 | static const char *g_TagLib_ExifRawFieldName = "ExifRaw";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/PluginJXR.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginKOALA.cpp -o Source/FreeImage/PluginKOALA.o
In file included from Source/FreeImage/PluginKOALA.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginMNG.cpp -o Source/FreeImage/PluginMNG.o
In file included from Source/FreeImage/PluginMNG.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginPCD.cpp -o Source/FreeImage/PluginPCD.o
In file included from Source/FreeImage/PluginPCD.cpp:25:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginPCX.cpp -o Source/FreeImage/PluginPCX.o
In file included from Source/FreeImage/PluginPCX.cpp:27:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginPFM.cpp -o Source/FreeImage/PluginPFM.o
In file included from Source/FreeImage/PluginPFM.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginPICT.cpp -o Source/FreeImage/PluginPICT.o
Source/FreeImage/PluginPICT.cpp: In function ‘void ReadColorTable(FreeImageIO*, fi_handle, WORD*, RGBQUAD*)’:
Source/FreeImage/PluginPICT.cpp:375:14: warning: variable ‘ctSeed’ set but not used [-Wunused-but-set-variable]
  375 |  LONG        ctSeed;
      |              ^~~~~~
Source/FreeImage/PluginPICT.cpp: In function ‘void expandBuf8(FreeImageIO*, fi_handle, int, int, BYTE*)’:
Source/FreeImage/PluginPICT.cpp:530:27: warning: suggest parentheses around ‘-’ in operand of ‘&’ [-Wparentheses]
  530 |     for (int i = 7; i > (8-width & 7); i--) {
      |                          ~^~~~~~
Source/FreeImage/PluginPICT.cpp: In function ‘void DecodeBitmap(FreeImageIO*, fi_handle, FIBITMAP*, BOOL, MacRect*, WORD)’:
Source/FreeImage/PluginPICT.cpp:827:7: warning: unused variable ‘mode’ [-Wunused-variable]
  827 |  WORD mode = Read16( io, handle );
      |       ^~~~
Source/FreeImage/PluginPICT.cpp: In function ‘void DecodePixmap(FreeImageIO*, fi_handle, FIBITMAP*, BOOL, MacpixMap*, WORD)’:
Source/FreeImage/PluginPICT.cpp:872:7: warning: unused variable ‘mode’ [-Wunused-variable]
  872 |  WORD mode = Read16( io, handle );
      |       ^~~~
Source/FreeImage/PluginPICT.cpp: In function ‘FIBITMAP* Load(FreeImageIO*, fi_handle, int, int, void*)’:
Source/FreeImage/PluginPICT.cpp:1118:12: warning: unused variable ‘mode’ [-Wunused-variable]
 1118 |       WORD mode = Read16( io, handle );
      |            ^~~~
Source/FreeImage/PluginPICT.cpp:1127:12: warning: variable ‘type’ set but not used [-Wunused-but-set-variable]
 1127 |       WORD type;
      |            ^~~~
Source/FreeImage/PluginPICT.cpp:1150:10: warning: unused variable ‘minorVersion’ [-Wunused-variable]
 1150 |     WORD minorVersion = Read16( io, handle ); // always FFFE (-2) for extended version 2
      |          ^~~~~~~~~~~~
Source/FreeImage/PluginPICT.cpp:1220:10: warning: enumeration value ‘none’ not handled in switch [-Wswitch]
 1220 |   switch ( pictType ) {
      |          ^
In file included from Source/FreeImage/PluginPICT.cpp:72:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginPICT.cpp: In function ‘FIBITMAP* Load(FreeImageIO*, fi_handle, int, int, void*)’:
Source/FreeImage/PluginPICT.cpp:845:12: warning: ‘bounds.MacRect::right’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  845 |  UnpackBits( io, handle, dib, bounds, rowBytes, 1 );
      |  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginPICT.cpp:984:11: note: ‘bounds.MacRect::right’ was declared here
  984 |   MacRect bounds;
      |           ^~~~~~
Source/FreeImage/PluginPICT.cpp:845:12: warning: ‘bounds.MacRect::bottom’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  845 |  UnpackBits( io, handle, dib, bounds, rowBytes, 1 );
      |  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginPICT.cpp:984:11: note: ‘bounds.MacRect::bottom’ was declared here
  984 |   MacRect bounds;
      |           ^~~~~~
Source/FreeImage/PluginPICT.cpp:845:12: warning: ‘bounds.MacRect::left’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  845 |  UnpackBits( io, handle, dib, bounds, rowBytes, 1 );
      |  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginPICT.cpp:984:11: note: ‘bounds.MacRect::left’ was declared here
  984 |   MacRect bounds;
      |           ^~~~~~
Source/FreeImage/PluginPICT.cpp:845:12: warning: ‘bounds.MacRect::top’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  845 |  UnpackBits( io, handle, dib, bounds, rowBytes, 1 );
      |  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginPICT.cpp:984:11: note: ‘bounds.MacRect::top’ was declared here
  984 |   MacRect bounds;
      |           ^~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginPNG.cpp -o Source/FreeImage/PluginPNG.o
Source/FreeImage/PluginPNG.cpp: In function ‘void _FlushProc(png_structp)’:
Source/FreeImage/PluginPNG.cpp:80:2: warning: statement has no effect [-Wunused-value]
   80 |  (png_structp)png_ptr;
      |  ^~~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginPNG.cpp: In function ‘void warning_handler(png_structp, const char*)’:
Source/FreeImage/PluginPNG.cpp:94:2: warning: statement has no effect [-Wunused-value]
   94 |  (png_structp)png_ptr;
      |  ^~~~~~~~~~~~~~~~~~~~
Source/FreeImage/PluginPNG.cpp:95:2: warning: statement has no effect [-Wunused-value]
   95 |  (char*)warning;
      |  ^~~~~~~~~~~~~~
In file included from Source/FreeImage/PluginPNG.cpp:33:
Source/FreeImage/../Metadata/FreeImageTag.h: At global scope:
Source/FreeImage/../Metadata/FreeImageTag.h:468:20: warning: ‘g_TagLib_ExifRawFieldName’ defined but not used [-Wunused-variable]
  468 | static const char *g_TagLib_ExifRawFieldName = "ExifRaw";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/PluginPNG.cpp:31:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginPNM.cpp -o Source/FreeImage/PluginPNM.o
In file included from Source/FreeImage/PluginPNM.cpp:24:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginPSD.cpp -o Source/FreeImage/PluginPSD.o
Source/FreeImage/PluginPSD.cpp: In function ‘BOOL Save(FreeImageIO*, FIBITMAP*, fi_handle, int, int, void*)’:
Source/FreeImage/PluginPSD.cpp:130:10: warning: converting to non-pointer type ‘BOOL’ {aka ‘int’} from NULL [-Wconversion-null]
  130 |   return NULL;
      |          ^~~~
In file included from Source/FreeImage/PluginPSD.cpp:27:
Source/Utilities.h: At global scope:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:529:20: warning: ‘FI_MSG_ERROR_DIB_MEMORY’ defined but not used [-Wunused-variable]
  529 | static const char *FI_MSG_ERROR_DIB_MEMORY = "DIB allocation failed, maybe caused by an invalid image size or by a lack of memory";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginRAS.cpp -o Source/FreeImage/PluginRAS.o
In file included from Source/FreeImage/PluginRAS.cpp:23:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:528:20: warning: ‘FI_MSG_ERROR_MEMORY’ defined but not used [-Wunused-variable]
  528 | static const char *FI_MSG_ERROR_MEMORY = "Memory allocation failed";
      |                    ^~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-g++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -fPIC -fexceptions -fvisibility=hidden -Wno-ctor-dtor-privacy -D__ANSI__ -I. -ISource -ISource/Metadata -ISource/FreeImageToolkit -ISource/LibJPEG -ISource/LibPNG -ISource/LibTIFF4 -ISource/ZLib -ISource/LibOpenJPEG -ISource/OpenEXR -ISource/OpenEXR/Half -ISource/OpenEXR/Iex -ISource/OpenEXR/IlmImf -ISource/OpenEXR/IlmThread -ISource/OpenEXR/Imath -ISource/OpenEXR/IexMath -ISource/LibRawLite -ISource/LibRawLite/dcraw -ISource/LibRawLite/internal -ISource/LibRawLite/libraw -ISource/LibRawLite/src -ISource/LibWebP -ISource/LibJXR -ISource/LibJXR/common/include -ISource/LibJXR/image/sys -ISource/LibJXR/jxrgluelib -I/usr/include/jxrlib -I/usr/include/openjpeg-2.3 -I/usr/include/libpng16 -I/usr/include/libraw -I/usr/include/x86_64-linux-gnu -I/usr/include/OpenEXR -Wdate-time -D_FORTIFY_SOURCE=2 -c Source/FreeImage/PluginRAW.cpp -o Source/FreeImage/PluginRAW.o
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::read(void*, size_t, size_t)’:
Source/FreeImage/PluginRAW.cpp:66:6: error: ‘substream’ was not declared in this scope
   66 |   if(substream) return substream->read(buffer, size, count);
      |      ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::seek(INT64, int)’:
Source/FreeImage/PluginRAW.cpp:71:12: error: ‘substream’ was not declared in this scope
   71 |         if(substream) return substream->seek(offset, origin);
      |            ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual INT64 LibRaw_freeimage_datastream::tell()’:
Source/FreeImage/PluginRAW.cpp:76:6: error: ‘substream’ was not declared in this scope
   76 |   if(substream) return substream->tell();
      |      ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::get_char()’:
Source/FreeImage/PluginRAW.cpp:86:6: error: ‘substream’ was not declared in this scope
   86 |   if(substream) return substream->get_char();
      |      ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual char* LibRaw_freeimage_datastream::gets(char*, int)’:
Source/FreeImage/PluginRAW.cpp:92:7: error: ‘substream’ was not declared in this scope
   92 |   if (substream) return substream->gets(buffer, length);
      |       ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::scanf_one(const char*, void*)’:
Source/FreeImage/PluginRAW.cpp:107:6: error: ‘substream’ was not declared in this scope
  107 |   if(substream) return substream->scanf_one(fmt,val);
      |      ^~~~~~~~~
Source/FreeImage/PluginRAW.cpp: In member function ‘virtual int LibRaw_freeimage_datastream::eof()’:
Source/FreeImage/PluginRAW.cpp:130:6: error: ‘substream’ was not declared in this scope
  130 |   if(substream) return substream->eof();
      |      ^~~~~~~~~
In file included from Source/FreeImage/PluginRAW.cpp:26:
Source/FreeImage/../Metadata/FreeImageTag.h: At global scope:
Source/FreeImage/../Metadata/FreeImageTag.h:468:20: warning: ‘g_TagLib_ExifRawFieldName’ defined but not used [-Wunused-variable]
  468 | static const char *g_TagLib_ExifRawFieldName = "ExifRaw";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/FreeImage/../Metadata/FreeImageTag.h:465:20: warning: ‘g_TagLib_XMPFieldName’ defined but not used [-Wunused-variable]
  465 | static const char *g_TagLib_XMPFieldName = "XMLPacket";
      |                    ^~~~~~~~~~~~~~~~~~~~~
In file included from Source/FreeImage/PluginRAW.cpp:25:
Source/Utilities.h:534:20: warning: ‘FI_MSG_WARNING_INVALID_THUMBNAIL’ defined but not used [-Wunused-variable]
  534 | static const char *FI_MSG_WARNING_INVALID_THUMBNAIL = "Warning: attached thumbnail cannot be written to output file (invalid format) - Thumbnail saving aborted";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:533:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_COMPRESSION’ defined but not used [-Wunused-variable]
  533 | static const char *FI_MSG_ERROR_UNSUPPORTED_COMPRESSION = "Unsupported compression type";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:532:20: warning: ‘FI_MSG_ERROR_UNSUPPORTED_FORMAT’ defined but not used [-Wunused-variable]
  532 | static const char *FI_MSG_ERROR_UNSUPPORTED_FORMAT = "Unsupported format";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:531:20: warning: ‘FI_MSG_ERROR_MAGIC_NUMBER’ defined but not used [-Wunused-variable]
  531 | static const char *FI_MSG_ERROR_MAGIC_NUMBER = "Invalid magic number";
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~
Source/Utilities.h:530:20: warning: ‘FI_MSG_ERROR_PARSING’ defined but not used [-Wunused-variable]
  530 | static const char *FI_MSG_ERROR_PARSING = "Parsing error";
      |                    ^~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile.gnu:66: Source/FreeImage/PluginRAW.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:21: default] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:37: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:25: build] Error 2
dpkg-buildpackage-debomatic-original: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2020-08-18T13:35:11Z

+------------------------------------------------------------------------------+
| Finished Timed Build Commands                                                |
+------------------------------------------------------------------------------+


/home/debomatic/debomatic/sbuildcommands/finished-build-commands/no-network-restore freeimage_3.18.0+ds2-5 experimental amd64
-----------------------------------------------------------------------------------------------------------------------------

Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  net-tools*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 1002 kB disk space will be freed.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17237 files and directories currently installed.)
Removing net-tools (1.60+git20180626.aebd88e-1) ...
Processing triggers for man-db (2.9.3-2) ...
Not building database; man-db/auto-update is not 'true'.

I: Finished running '/home/debomatic/debomatic/sbuildcommands/finished-build-commands/no-network-restore freeimage_3.18.0+ds2-5 experimental amd64'.

Finished processing commands.
--------------------------------------------------------------------------------

Finished
--------


+------------------------------------------------------------------------------+
| Generic Build Failed Commands                                                |
+------------------------------------------------------------------------------+


/home/debomatic/debomatic/sbuildcommands/build-failed-commands/no-network-restore freeimage_3.18.0+ds2-5 experimental amd64
---------------------------------------------------------------------------------------------------------------------------


I: Finished running '/home/debomatic/debomatic/sbuildcommands/build-failed-commands/no-network-restore freeimage_3.18.0+ds2-5 experimental amd64'.

Finished processing commands.
--------------------------------------------------------------------------------

+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: amd64
Build Type: full
Build-Space: 19792
Build-Time: 51
Distribution: experimental
Fail-Stage: build
Host Architecture: amd64
Install-Time: 43
Job: /srv/debomatic-amd64/freeimage_3.18.0+ds2-5.dsc
Machine Architecture: amd64
Package: freeimage
Package-Time: 148
Source-Version: 3.18.0+ds2-5
Space: 19792
Status: attempted
Version: 3.18.0+ds2-5
--------------------------------------------------------------------------------
Finished at 2020-08-18T13:35:11Z
Build needed 00:02:28, 19792k disk space
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 987 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20200818/8e725e44/attachment-0001.sig>


More information about the debian-science-maintainers mailing list