CMake Warning:
  Ignoring extra path from command line:

   "/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/build/OFF"


CMake Warning at src/cmake/dependency_utils.cmake:379 (find_package):
  By not providing "FindWebP.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "WebP", but
  CMake did not find one.

  Could not find a package configuration file provided by "WebP" with any of
  the following names:

    WebPConfig.cmake
    webp-config.cmake

  Add the installation prefix of "WebP" to CMAKE_PREFIX_PATH or set
  "WebP_DIR" to a directory containing one of the above files.  If "WebP"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  src/cmake/externalpackages.cmake:192 (checked_find_package)
  CMakeLists.txt:213 (include)


Note: switching to '4ec1bf19c6a96125ea22062f38c2cf5b958e448e'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c 

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 4ec1bf1 Update version to 1.4.0
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_COMPILE_WARNING_AS_ERROR
    CMAKE_MESSAGE_INDENT


CMake Warning at src/cmake/dependency_utils.cmake:379 (find_package):
  By not providing "Findfmt.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "fmt", but
  CMake did not find one.

  Could not find a package configuration file provided by "fmt" (requested
  version 7.0) with any of the following names:

    fmtConfig.cmake
    fmt-config.cmake

  Add the installation prefix of "fmt" to CMAKE_PREFIX_PATH or set "fmt_DIR"
  to a directory containing one of the above files.  If "fmt" provides a
  separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  src/cmake/externalpackages.cmake:233 (checked_find_package)
  CMakeLists.txt:213 (include)


Note: switching to 'e69e5f977d458f2650bb346dadf2ad30c5320281'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c 

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at e69e5f9 Update version
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_MESSAGE_INDENT


CMake Warning at src/dicom.imageio/CMakeLists.txt:10 (message):
  DICOM plugin will not be built, no DCMTK


CMake Warning at src/heif.imageio/CMakeLists.txt:33 (message):
  heif plugin will not be built


CMake Warning at src/jpegxl.imageio/CMakeLists.txt:11 (message):
  JPEG XL plugin will not be built


CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    OpenGL_GL_PREFERENCE
    PYLIB_INSTALL_DIR
    USE_OCIO
    USE_OPENSSL


/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libutil/strutil.cpp: In function ‘std::wstring OpenImageIO_v3_0::Strutil::utf8_to_utf16wstring(OpenImageIO_v3_0::string_view)’:
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libutil/strutil.cpp:983:14: warning: ‘template class std::__cxx11::wstring_convert’ is deprecated [-Wdeprecated-declarations]
  983 |         std::wstring_convert, wchar_t> conv;
      |              ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/locale:47,
                 from /var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libutil/strutil.cpp:13:
/usr/include/c++/15.2.0/bits/locale_conv.h:262:33: note: declared here
  262 |     class _GLIBCXX17_DEPRECATED wstring_convert
      |                                 ^~~~~~~~~~~~~~~
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libutil/strutil.cpp: In function ‘std::string OpenImageIO_v3_0::Strutil::utf16_to_utf8(const std::wstring&)’:
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libutil/strutil.cpp:1011:14: warning: ‘template class std::__cxx11::wstring_convert’ is deprecated [-Wdeprecated-declarations]
 1011 |         std::wstring_convert, wchar_t> conv;
      |              ^~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/locale_conv.h:262:33: note: declared here
  262 |     class _GLIBCXX17_DEPRECATED wstring_convert
      |                                 ^~~~~~~~~~~~~~~
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libutil/strutil.cpp: In function ‘std::string OpenImageIO_v3_0::Strutil::utf16_to_utf8(const std::u16string&)’:
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libutil/strutil.cpp:1036:14: warning: ‘template class std::__cxx11::wstring_convert’ is deprecated [-Wdeprecated-declarations]
 1036 |         std::wstring_convert, char16_t> conv;
      |              ^~~~~~~~~~~~~~~
/usr/include/c++/15.2.0/bits/locale_conv.h:262:33: note: declared here
  262 |     class _GLIBCXX17_DEPRECATED wstring_convert
      |                                 ^~~~~~~~~~~~~~~
In file included from /usr/include/c++/15.2.0/bits/shared_ptr_atomic.h:33,
                 from /usr/include/c++/15.2.0/memory:83,
                 from /var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libtexture/imagecache.cpp:7:
In member function ‘void std::__atomic_base<_IntTp>::store(__int_type, std::memory_order) [with _ITp = int]’,
    inlined from ‘std::__atomic_base<_IntTp>::__int_type std::__atomic_base<_IntTp>::operator=(__int_type) [with _ITp = int]’ at /usr/include/c++/15.2.0/bits/atomic_base.h:369:7,
    inlined from ‘void OpenImageIO_v3_0::ImageCacheTile::use()’ at /var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libtexture/imagecache_pvt.h:691:25,
    inlined from ‘void OpenImageIO_v3_0::ImageCacheImpl::release_tile(OpenImageIO_v3_0::ImageCache::Tile*) const’ at /var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/libtexture/imagecache.cpp:3468:17:
/usr/include/c++/15.2.0/bits/atomic_base.h:477:25: warning: ‘void __atomic_store_4(volatile void*, unsigned int, int)’ writing 4 bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
  477 |         __atomic_store_n(&_M_i, __i, int(__m));
      |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
In function ‘void OpenImageIO_v3_0::ImageCacheImpl::release_tile(OpenImageIO_v3_0::ImageCache::Tile*) const’:
cc1plus: note: destination object is likely at address zero
In file included from /var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/include/OpenImageIO/imagebuf.h:17,
                 from /var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/jpeg2000.imageio/jpeg2000input.cpp:12:
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/include/OpenImageIO/imageio.h:1266:18: warning: ‘virtual bool OpenImageIO_v3_0::ImageInput::read_scanline(int, int, OpenImageIO_v3_0::TypeDesc, void*, OpenImageIO_v3_0::stride_t)’ was hidden [-Woverloaded-virtual=]
 1266 |     virtual bool read_scanline (int y, int z, TypeDesc format, void *data,
      |                  ^~~~~~~~~~~~~
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/jpeg2000.imageio/jpeg2000input.cpp:115:31: note:   by ‘void OpenImageIO_v3_0::Jpeg2000Input::read_scanline(int, int, void*)’
  115 |     template void read_scanline(int y, int z, void* data);
      |                               ^~~~~~~~~~~~~
In file included from /var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/openexr.imageio/exr_pvt.h:10,
                 from /var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/openexr.imageio/exrinput_c.cpp:17:
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/include/OpenImageIO/imageio.h:1039:18: warning: ‘virtual bool OpenImageIO_v3_0::ImageInput::valid_file(OpenImageIO_v3_0::Filesystem::IOProxy*) const’ was hidden [-Woverloaded-virtual=]
 1039 |     virtual bool valid_file (Filesystem::IOProxy* ioproxy) const;
      |                  ^~~~~~~~~~
/var/pisi/openimageio-3.0.8.1-23/work/OpenImageIO-3.0.8.1/src/openexr.imageio/exrinput_c.cpp:111:10: note:   by ‘virtual bool OpenImageIO_v3_0::OpenEXRCoreInput::valid_file(const std::string&) const’
  111 |     bool valid_file(const std::string& filename) const override;
      |          ^~~~~~~~~~
gawk: cmd. line:58: warning: regexp escape sequence `\o' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\,' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\;' is not a known regexp operator
gawk: cmd. line:145: (FILENAME=- FNR=10) fatal: invalid regexp: Unmatched ( or \(: /\<(one\>/
expand: write error: Broken pipe
gawk: cmd. line:58: warning: regexp escape sequence `\o' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\,' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\;' is not a known regexp operator
gawk: cmd. line:58: warning: regexp escape sequence `\o' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\,' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\;' is not a known regexp operator
gawk: cmd. line:58: warning: regexp escape sequence `\o' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\,' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\;' is not a known regexp operator
gawk: cmd. line:58: warning: regexp escape sequence `\o' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\,' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\;' is not a known regexp operator
gawk: cmd. line:58: warning: regexp escape sequence `\o' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\,' is not a known regexp operator
gawk: cmd. line:116: warning: regexp escape sequence `\;' is not a known regexp operator