jstkdng / homebrew-programs

GNU General Public License v3.0
2 stars 0 forks source link

install failure of ueberzugpp on macOS 14.7.1 #1

Open xxyxxyxyx1 opened 1 week ago

xxyxxyxyx1 commented 1 week ago

I am unable to install ueberzugpp with homebrew, and the error output directs me to report the issue here.

Here is the output of brew install --verbose --debug jstkdng/programs/ueberzugpp

Output ``` brew install --verbose --debug jstkdng/programs/ueberzugpp ==> Auto-updating Homebrew... /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromAPILoader): loading (many, truncated) /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/git --version ==> Fetching jstkdng/programs/ueberzugpp ==> Downloading https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v2.9.2.tar.gz /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.6-19-gc81cd0b\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.7.1\)\ curl/8.7.1 --header Accept-Language:\ en --retry 3 -V /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.6-19-gc81cd0b\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.7.1\)\ curl/8.7.1 --header Accept-Language:\ en --retry 3 --fail --location --silent --head https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v2.9.2.tar.gz Already downloaded: /Users/redacted/Library/Caches/Homebrew/downloads/566a0abbb795bd10395e15125a8bc8cb83863a6083a9adf5368331b99375a696--ueberzugpp-2.9.2.tar.gz ==> Verifying checksum for '566a0abbb795bd10395e15125a8bc8cb83863a6083a9adf5368331b99375a696--ueberzugpp-2.9.2.tar.gz' ==> Installing ueberzugpp from jstkdng/programs /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /opt/homebrew/Library/Taps/jstkdng/homebrew-programs/ueberzugpp.rb /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/git --version /opt/homebrew/Library/Homebrew/build.rb (Formulary::FromAPILoader): loading (many, truncated) /usr/bin/env tar --extract --no-same-owner --file /Users/redacted/Library/Caches/Homebrew/downloads/566a0abbb795bd10395e15125a8bc8cb83863a6083a9adf5368331b99375a696--ueberzugpp-2.9.2.tar.gz --directory /private/tmp/homebrew-unpack-20241119-32035-9couko mv /private/tmp/homebrew-unpack-20241119-32035-9couko/ueberzugpp-2.9.2 /private/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2 ==> cmake -S . -B build -DENABLE_X11=false -DENABLE_WAYLAND=false -DENABLE_OPENCV=OFF -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/ueberzugpp/2.9.2 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_PROJECT_TOP_LEVEL_I NCLUDES=/opt/homebrew/Library/Homebrew/cmake/trap_fetchcontent_provider.cmake -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -- The CXX compiler identification is AppleClang 16.0.0.16000026 -- The C compiler identification is AppleClang 16.0.0.16000026 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "2.3.0") -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenSSL: /opt/homebrew/opt/openssl@1.1/lib/libcrypto.dylib (found version "1.1.1w") -- Looking for std::execution::par_unseq -- Looking for std::execution::par_unseq - not found -- Checking for module 'vips-cpp' -- Found vips-cpp, version 8.16.0 -- Checking for module 'libsixel' -- Found libsixel, version 1.10.3 -- Checking for module 'chafa>=1.6' -- Found chafa, version 1.14.5 -- Configuring done (1.3s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING -- Build files have been written to: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build ==> cmake --build build Change Dir: '/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build' Run Build Command(s): /opt/homebrew/Cellar/cmake/3.31.0/bin/cmake -E env VERBOSE=1 /opt/homebrew/Library/Homebrew/shims/mac/super/gmake -f Makefile /opt/homebrew/Cellar/cmake/3.31.0/bin/cmake -S/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2 -B/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build --check-build-system CMakeFiles/Makefile.cmake 0 /opt/homebrew/Cellar/cmake/3.31.0/bin/cmake -E cmake_progress_start /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build/CMakeFiles /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build//CMakeFiles/progress.marks /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/ueberzug.dir/build.make CMakeFiles/ueberzug.dir/depend cd /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build && /opt/homebrew/Cellar/cmake/3.31.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2 /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2 /tmp/ueberzugpp-20241119-3203 5-ysnkh0/ueberzugpp-2.9.2/build /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build/CMakeFiles/ueberzug.dir/DependInfo.cmake "--color=" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/ueberzug.dir/build.make CMakeFiles/ueberzug.dir/build [ 5%] Building CXX object CMakeFiles/ueberzug.dir/src/process/apple.cpp.o [ 10%] Building CXX object CMakeFiles/ueberzug.dir/src/os.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/os.cpp.o -MF CMakeFiles/ueberzug.dir/src/os.cpp.o.d -o CMakeFiles/ueberzug.dir/src/os.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/os.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/process/apple.cpp.o -MF CMakeFiles/ueberzug.dir/src/process/apple.cpp.o.d -o CMakeFiles/ueberzug.dir/src/process/apple.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/process/apple.cpp [ 15%] Building CXX object CMakeFiles/ueberzug.dir/src/main.cpp.o [ 25%] Building CXX object CMakeFiles/ueberzug.dir/src/terminal.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/main.cpp.o -MF CMakeFiles/ueberzug.dir/src/main.cpp.o.d -o CMakeFiles/ueberzug.dir/src/main.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/main.cpp [ 25%] Building CXX object CMakeFiles/ueberzug.dir/src/application.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/terminal.cpp.o -MF CMakeFiles/ueberzug.dir/src/terminal.cpp.o.d -o CMakeFiles/ueberzug.dir/src/terminal.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/terminal.cpp [ 30%] Building CXX object CMakeFiles/ueberzug.dir/src/util/socket.cpp.o [ 35%] Building CXX object CMakeFiles/ueberzug.dir/src/tmux.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/application.cpp.o -MF CMakeFiles/ueberzug.dir/src/application.cpp.o.d -o CMakeFiles/ueberzug.dir/src/application.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/application.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/tmux.cpp.o -MF CMakeFiles/ueberzug.dir/src/tmux.cpp.o.d -o CMakeFiles/ueberzug.dir/src/tmux.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/tmux.cpp [ 40%] Building CXX object CMakeFiles/ueberzug.dir/src/dimensions.cpp.o [ 45%] Building CXX object CMakeFiles/ueberzug.dir/src/util/util.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/util/util.cpp.o -MF CMakeFiles/ueberzug.dir/src/util/util.cpp.o.d -o CMakeFiles/ueberzug.dir/src/util/util.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/util/util.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/util/socket.cpp.o -MF CMakeFiles/ueberzug.dir/src/util/socket.cpp.o.d -o CMakeFiles/ueberzug.dir/src/util/socket.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/util/socket.cpp [ 50%] Building CXX object CMakeFiles/ueberzug.dir/src/flags.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/flags.cpp.o -MF CMakeFiles/ueberzug.dir/src/flags.cpp.o.d -o CMakeFiles/ueberzug.dir/src/flags.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/flags.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include -I/tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/dimensions.cpp.o -MF CMakeFiles/ueberzug.dir/src/dimensions.cpp.o.d -o CMakeFiles/ueberzug.dir/src/dimensions.cpp.o -c /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/dimensions.cpp In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/process/apple.cpp:17: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/process.hpp:20:10: fatal error: 'string' file not found 20 | #include | ^~~~~~~~ In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/application.cpp:17: In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/application.hpp:20: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/canvas.hpp:20:10: fatal error: 'memory' file not found 20 | #include | ^~~~~~~~ In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/os.cpp:17: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/os.hpp:20:10: fatal error: 'optional' file not found 20 | #include | ^~~~~~~~~~ In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/util/util.cpp:17: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/util.hpp:20:10: fatal error: 'string' file not found 20 | #include | ^~~~~~~~ In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/tmux.cpp:17: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/tmux.hpp:20:10: fatal error: 'string' file not found 20 | #include | ^~~~~~~~ In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/terminal.cpp:17: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/terminal.hpp:20:10: fatal error: 'memory' file not found 20 | #include | ^~~~~~~~ In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/util/socket.cpp:17: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/util/socket.hpp:20:10: fatal error: 'string_view' file not found 20 | #include | ^~~~~~~~~~~~~ nclude | ^~~~~~~~ /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/main.cpp:17:10: fatal error: 'csignal' file not found 17 | #include | ^~~~~~~~~ In file included from /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/src/dimensions.cpp:17: /tmp/ueberzugpp-20241119-32035-ysnkh0/ueberzugpp-2.9.2/include/dimensions.hpp:20:10: fatal error: 'string' file not found 20 | #include | ^~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/dimensions.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/os.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/util/socket.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/tmux.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/process/apple.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/flags.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/main.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/terminal.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/util/util.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/application.cpp.o] Error 1 make[1]: *** [CMakeFiles/ueberzug.dir/all] Error 2 make: *** [all] Error 2 /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --version /opt/homebrew/Library/Homebrew/ignorable.rb:27:in `block in raise' BuildError: Failed executing: cmake --build build 1. raise 2. ignore 3. backtrace 4. irb 5. shell Choose an action: 3 /opt/homebrew/Library/Homebrew/ignorable.rb:27:in `block in raise' /opt/homebrew/Library/Homebrew/ignorable.rb:26:in `callcc' /opt/homebrew/Library/Homebrew/ignorable.rb:26:in `raise' /opt/homebrew/Library/Homebrew/formula.rb:3134:in `block in system' /opt/homebrew/Library/Homebrew/formula.rb:3070:in `open' /opt/homebrew/Library/Homebrew/formula.rb:3070:in `system' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11647/lib/types/private/methods/call_validation.rb:175:in `bind_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11647/lib/types/private/methods/call_validation.rb:175:in `validate_call_skip_block_type' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11647/lib/types/private/methods/call_validation.rb:117:in `block in create_validator_slow_skip_block_type' /opt/homebrew/Library/Taps/jstkdng/homebrew-programs/ueberzugpp.rb:42:in `install' /opt/homebrew/Library/Homebrew/debrew.rb:15:in `block in install' /opt/homebrew/Library/Homebrew/debrew.rb:86:in `debrew' /opt/homebrew/Library/Homebrew/debrew.rb:15:in `install' /opt/homebrew/Library/Homebrew/build.rb:179:in `block (3 levels) in install' /opt/homebrew/Library/Homebrew/extend/kernel.rb:539:in `with_env' /opt/homebrew/Library/Homebrew/build.rb:139:in `block (2 levels) in install' /opt/homebrew/Library/Homebrew/formula.rb:1609:in `block in brew' /opt/homebrew/Library/Homebrew/formula.rb:3310:in `block (2 levels) in stage' /opt/homebrew/Library/Homebrew/extend/kernel.rb:539:in `with_env' /opt/homebrew/Library/Homebrew/formula.rb:3309:in `block in stage' /opt/homebrew/Library/Homebrew/resource.rb:128:in `block (2 levels) in unpack' /opt/homebrew/Library/Homebrew/download_strategy.rb:115:in `chdir' /opt/homebrew/Library/Homebrew/download_strategy.rb:115:in `chdir' /opt/homebrew/Library/Homebrew/download_strategy.rb:102:in `stage' /opt/homebrew/Library/Homebrew/resource.rb:124:in `block in unpack' /opt/homebrew/Library/Homebrew/mktemp.rb:90:in `block in run' /opt/homebrew/Library/Homebrew/mktemp.rb:90:in `chdir' /opt/homebrew/Library/Homebrew/mktemp.rb:90:in `run' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11647/lib/types/private/methods/call_validation.rb:278:in `bind_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11647/lib/types/private/methods/call_validation.rb:278:in `validate_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11647/lib/types/private/methods/_methods.rb:277:in `block in _on_method_added' /opt/homebrew/Library/Homebrew/resource.rb:238:in `stage_resource' /opt/homebrew/Library/Homebrew/resource.rb:123:in `unpack' /opt/homebrew/Library/Homebrew/resource.rb:97:in `stage' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/lib/ruby/3.3.0/forwardable.rb:240:in `stage' /opt/homebrew/Library/Homebrew/formula.rb:3287:in `stage' /opt/homebrew/Library/Homebrew/formula.rb:1602:in `brew' /opt/homebrew/Library/Homebrew/build.rb:133:in `block in install' /opt/homebrew/Library/Homebrew/extend/kernel.rb:539:in `with_env' /opt/homebrew/Library/Homebrew/build.rb:125:in `install' /opt/homebrew/Library/Homebrew/build.rb:232:in `
' 1. raise 2. ignore 3. backtrace 4. irb 5. shell Choose an action: 1 ==> Temporary files retained at: /private/tmp/ueberzugpp-20241119-32035-ysnkh0 ==> Formula Tap: jstkdng/programs Path: /opt/homebrew/Library/Taps/jstkdng/homebrew-programs/ueberzugpp.rb ==> Configuration HOMEBREW_VERSION: 4.4.6-19-gc81cd0b ORIGIN: https://github.com/Homebrew/brew HEAD: c81cd0b929fd44b0a2acf2d55afbb9590b323657 Last commit: 3 hours ago Core tap JSON: 19 Nov 14:43 UTC Core cask tap JSON: 19 Nov 14:43 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.Re1clQAjpv/org.xquartz:0 HOMEBREW_EDITOR: nvim HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_MAKE_JOBS: 10 HOMEBREW_NO_ENV_HINTS: set HOMEBREW_SORBET_RUNTIME: set Homebrew Ruby: 3.3.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby CPU: 10-core 64-bit arm_firestorm_icestorm Clang: 16.0.0 build 1600 Git: 2.47.0 => /opt/homebrew/bin/git /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --version Curl: 8.7.1 => /usr/bin/curl macOS: 14.7.1-arm64 CLT: 16.1.0.0.1.1729049160 Xcode: 16.1 Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j10 CMAKE_PREFIX_PATH: /opt/homebrew/opt/readline:/opt/homebrew/opt/sqlite:/opt/homebrew/opt/icu4c@76:/opt/homebrew/opt/openssl@1.1:/opt/homebrew/opt/libarchive:/opt/homebrew/opt/libomp:/opt/homebrew/opt/m4:/opt/homebrew/opt/mozjpeg:/opt/homebrew/opt/libxml2:/opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries CMAKE_FRAMEWORK_PATH: /opt/homebrew/opt/python@3.13/Frameworks PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig:/opt/homebrew/opt/libpng/lib/pkgconfig:/opt/homebrew/opt/freetype/lib/pkgconfig:/opt/homebrew/opt/fontconfig/lib/pkgconfig:/opt/homebrew/opt/pcre2/lib/pkgconfig:/opt/homebrew/opt/mpdecimal/lib/pkgconfig:/opt/homebrew/opt/openss l@3/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/sqlite/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/python@3.13/lib/pkgconfig:/opt/homebrew/opt/glib/lib/pkgconfig:/opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/ pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/libxext/lib/pkgconfig:/opt/homebrew/opt/libxrender/lib/pkgconfig:/opt/homebrew/opt/lzo/lib/pkgconfig:/opt/homebrew/opt/pixman/lib/pkgconfig:/opt/homebrew/opt/cairo/lib/pkgconfig: /opt/homebrew/opt/jpeg-turbo/lib/pkgconfig:/opt/homebrew/opt/brotli/lib/pkgconfig:/opt/homebrew/opt/highway/lib/pkgconfig:/opt/homebrew/opt/imath/lib/pkgconfig:/opt/homebrew/opt/lz4/lib/pkgconfig:/opt/homebrew/opt/zstd/lib/pkgconfig:/opt/homebrew/opt/libtiff/lib/pkgconfig:/opt/homebr ew/opt/little-cms2/lib/pkgconfig:/opt/homebrew/opt/libdeflate/lib/pkgconfig:/opt/homebrew/opt/openexr/lib/pkgconfig:/opt/homebrew/opt/webp/lib/pkgconfig:/opt/homebrew/opt/jpeg-xl/lib/pkgconfig:/opt/homebrew/opt/libvmaf/lib/pkgconfig:/opt/homebrew/opt/aom/lib/pkgconfig:/opt/homebrew/o pt/libavif/lib/pkgconfig:/opt/homebrew/opt/gdk-pixbuf/lib/pkgconfig:/opt/homebrew/opt/fribidi/lib/pkgconfig:/opt/homebrew/opt/graphite2/lib/pkgconfig:/opt/homebrew/opt/icu4c@76/lib/pkgconfig:/opt/homebrew/opt/harfbuzz/lib/pkgconfig:/opt/homebrew/opt/pango/lib/pkgconfig:/opt/homebrew/ opt/librsvg/lib/pkgconfig:/opt/homebrew/opt/chafa/lib/pkgconfig:/opt/homebrew/opt/fmt/lib/pkgconfig:/opt/homebrew/opt/libsixel/lib/pkgconfig:/opt/homebrew/opt/openssl@1.1/lib/pkgconfig:/opt/homebrew/opt/spdlog/lib/pkgconfig:/opt/homebrew/opt/hwloc/lib/pkgconfig:/opt/homebrew/opt/tbb/ lib/pkgconfig:/opt/homebrew/opt/cfitsio/lib/pkgconfig:/opt/homebrew/opt/cgif/lib/pkgconfig:/opt/homebrew/opt/gmp/lib/pkgconfig:/opt/homebrew/opt/isl/lib/pkgconfig:/opt/homebrew/opt/mpfr/lib/pkgconfig:/opt/homebrew/opt/libevent/lib/pkgconfig:/opt/homebrew/opt/pmix/lib/pkgconfig:/opt/h omebrew/opt/open-mpi/lib/pkgconfig:/opt/homebrew/opt/fftw/lib/pkgconfig:/opt/homebrew/opt/jbig2dec/lib/pkgconfig:/opt/homebrew/opt/openjpeg/lib/pkgconfig:/opt/homebrew/opt/leptonica/lib/pkgconfig:/opt/homebrew/opt/libb2/lib/pkgconfig:/opt/homebrew/opt/libarchive/lib/pkgconfig:/opt/ho mebrew/opt/libidn/lib/pkgconfig:/opt/homebrew/opt/tesseract/lib/pkgconfig:/opt/homebrew/opt/libde265/lib/pkgconfig:/opt/homebrew/opt/x265/lib/pkgconfig:/opt/homebrew/opt/libheif/lib/pkgconfig:/opt/homebrew/opt/liblqr/lib/pkgconfig:/opt/homebrew/opt/jasper/lib/pkgconfig:/opt/homebrew/ opt/libraw/lib/pkgconfig:/opt/homebrew/opt/imagemagick/lib/pkgconfig:/opt/homebrew/opt/libexif/lib/pkgconfig:/opt/homebrew/opt/libimagequant/lib/pkgconfig:/opt/homebrew/opt/hdf5/lib/pkgconfig:/opt/homebrew/opt/libmatio/lib/pkgconfig:/opt/homebrew/opt/libspng/lib/pkgconfig:/opt/homebr ew/opt/mozjpeg/lib/pkgconfig:/opt/homebrew/opt/libdicom/lib/pkgconfig:/opt/homebrew/opt/libxml2/lib/pkgconfig:/opt/homebrew/opt/openslide/lib/pkgconfig:/opt/homebrew/opt/libidn2/lib/pkgconfig:/opt/homebrew/opt/libtasn1/lib/pkgconfig:/opt/homebrew/opt/nettle/lib/pkgconfig:/opt/homebre w/opt/p11-kit/lib/pkgconfig:/opt/homebrew/opt/libnghttp2/lib/pkgconfig:/opt/homebrew/opt/unbound/lib/pkgconfig:/opt/homebrew/opt/gnutls/lib/pkgconfig:/opt/homebrew/opt/libgpg-error/lib/pkgconfig:/opt/homebrew/opt/libassuan/lib/pkgconfig:/opt/homebrew/opt/libgcrypt/lib/pkgconfig:/opt/ homebrew/opt/libksba/lib/pkgconfig:/opt/homebrew/opt/libusb/lib/pkgconfig:/opt/homebrew/opt/npth/lib/pkgconfig:/opt/homebrew/opt/gpgme/lib/pkgconfig:/opt/homebrew/opt/nspr/lib/pkgconfig:/opt/homebrew/opt/nss/lib/pkgconfig:/opt/homebrew/opt/poppler/lib/pkgconfig:/opt/homebrew/opt/vips /lib/pkgconfig:/opt/homebrew/opt/cli11/share/pkgconfig:/opt/homebrew/opt/nlohmann-json/share/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/shared-mime-info/share/pkgconfig:/opt/homebrew/opt/poppler/share/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 HOMEBREW_MAKE_JOBS: 10 HOMEBREW_GIT: git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk ACLOCAL_PATH: /opt/homebrew/opt/libxml2/share/aclocal:/opt/homebrew/share/aclocal PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/cmake/bin:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/libpng/bin:/opt/homebrew/opt/freetype/bin:/opt/homebrew/opt/fontconfig/bin:/opt/homebrew/opt/pcre2/bin:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/sq lite/bin:/opt/homebrew/opt/xz/bin:/opt/homebrew/opt/python@3.13/bin:/opt/homebrew/opt/gettext/bin:/opt/homebrew/opt/glib/bin:/opt/homebrew/opt/cairo/bin:/opt/homebrew/opt/jpeg-turbo/bin:/opt/homebrew/opt/brotli/bin:/opt/homebrew/opt/giflib/bin:/opt/homebrew/opt/lz4/bin:/opt/homebrew/ opt/zstd/bin:/opt/homebrew/opt/libtiff/bin:/opt/homebrew/opt/little-cms2/bin:/opt/homebrew/opt/libdeflate/bin:/opt/homebrew/opt/openexr/bin:/opt/homebrew/opt/webp/bin:/opt/homebrew/opt/jpeg-xl/bin:/opt/homebrew/opt/libvmaf/bin:/opt/homebrew/opt/aom/bin:/opt/homebrew/opt/libavif/bin:/ opt/homebrew/opt/gdk-pixbuf/bin:/opt/homebrew/opt/fribidi/bin:/opt/homebrew/opt/graphite2/bin:/opt/homebrew/opt/icu4c@76/bin:/opt/homebrew/opt/harfbuzz/bin:/opt/homebrew/opt/pango/bin:/opt/homebrew/opt/librsvg/bin:/opt/homebrew/opt/chafa/bin:/opt/homebrew/opt/libsixel/bin:/opt/homebr ew/opt/openssl@1.1/bin:/opt/homebrew/opt/hwloc/bin:/opt/homebrew/opt/cfitsio/bin:/opt/homebrew/opt/gcc/bin:/opt/homebrew/opt/libevent/bin:/opt/homebrew/opt/pmix/bin:/opt/homebrew/opt/open-mpi/bin:/opt/homebrew/opt/fftw/bin:/opt/homebrew/opt/jbig2dec/bin:/opt/homebrew/opt/openjpeg/bin :/opt/homebrew/opt/leptonica/bin:/opt/homebrew/opt/libarchive/bin:/opt/homebrew/opt/libidn/bin:/opt/homebrew/opt/tesseract/bin:/opt/homebrew/opt/ghostscript/bin:/opt/homebrew/opt/libde265/bin:/opt/homebrew/opt/shared-mime-info/bin:/opt/homebrew/opt/x265/bin:/opt/homebrew/opt/libheif/ bin:/opt/homebrew/opt/jasper/bin:/opt/homebrew/opt/libraw/bin:/opt/homebrew/opt/m4/bin:/opt/homebrew/opt/libtool/bin:/opt/homebrew/opt/imagemagick/bin:/opt/homebrew/opt/hdf5/bin:/opt/homebrew/opt/libmatio/bin:/opt/homebrew/opt/mozjpeg/bin:/opt/homebrew/opt/libdicom/bin:/opt/homebrew/ opt/libxml2/bin:/opt/homebrew/opt/openslide/bin:/opt/homebrew/opt/libidn2/bin:/opt/homebrew/opt/libtasn1/bin:/opt/homebrew/opt/nettle/bin:/opt/homebrew/opt/p11-kit/bin:/opt/homebrew/opt/gnutls/bin:/opt/homebrew/opt/libgpg-error/bin:/opt/homebrew/opt/libassuan/bin:/opt/homebrew/opt/li bgcrypt/bin:/opt/homebrew/opt/libksba/bin:/opt/homebrew/opt/pinentry/bin:/opt/homebrew/opt/gnupg/bin:/opt/homebrew/opt/gpgme/bin:/opt/homebrew/opt/nspr/bin:/opt/homebrew/opt/nss/bin:/opt/homebrew/opt/poppler/bin:/opt/homebrew/opt/vips/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/us r/bin:/bin:/usr/sbin:/sbin Error: jstkdng/programs/ueberzugpp 2.9.2 did not build Logs: /Users/redacted/Library/Logs/Homebrew/ueberzugpp/00.options.out /Users/redacted/Library/Logs/Homebrew/ueberzugpp/01.cmake /Users/redacted/Library/Logs/Homebrew/ueberzugpp/01.cmake.cc /Users/redacted/Library/Logs/Homebrew/ueberzugpp/02.cmake /Users/redacted/Library/Logs/Homebrew/ueberzugpp/02.cmake.cc /Users/redacted/Library/Logs/Homebrew/ueberzugpp/build If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): https://github.com/jstkdng/homebrew-programs/issues /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.6-19-gc81cd0b\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.7.1\)\ curl/8.7.1 --header Accept-Language:\ en --retry 3 --location https://api.github.com/ search/issues\?q=ueberzugpp+repo\%3Ajstkdng\%2Fhomebrew-programs+state\%3Aopen+type\%3Aissue+in\%3Atitle\&per_page=100 --header Accept:\ application/vnd.github+json --write-out ' '\%\{http_code\} --header Authorization:\ token\ ****** --header X-GitHub-Api-Version:2022-11-28 --dump-header /private/tmp/github_api_headers20241119-30692-g9g6l1 ```

Here is the output of brew config:

brew config
HOMEBREW_VERSION: 4.4.6-19-gc81cd0b
ORIGIN: https://github.com/Homebrew/brew
HEAD: c81cd0b929fd44b0a2acf2d55afbb9590b323657
Last commit: 2 hours ago
Core tap JSON: 19 Nov 14:23 UTC
Core cask tap JSON: 19 Nov 14:23 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.Re1clQAjpv/org.xquartz:0
HOMEBREW_EDITOR: nvim
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 10
HOMEBREW_NO_ENV_HINTS: set
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: 10-core 64-bit arm_firestorm_icestorm
Clang: 16.0.0 build 1600
Git: 2.47.0 => /opt/homebrew/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 14.7.1-arm64
CLT: 16.1.0.0.1.1729049160
Xcode: 16.1
Rosetta 2: false
shpankau commented 2 days ago

In my case, the install was complaining about the openssl@1.1 package having been disabled in the homebrew catalog (that dependency is disabled).

Eventually, I was able to get ueberzugpp installed on macOS Sequoia 15.1.1 via:

  1. Make sure openssl@1.1 is not installed via brew uninstall --force openssl@1.1 then brew doctor then brew cleanup
  2. Install openssl@3 via brew install openssl@3
  3. This might not be needed, but set the PKG_CONFIG_PATH via export PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig
  4. Edit the brew package via brew edit jstkdng/programs/ueberzugpp and change the openssl@1.1 dependency to openssl@3
  5. Install ueberzugpp via brew install jstkdng/programs/ueberzugpp (use brew install -v --debug ... for more detail)

That's it. Enjoy!

vvatikiotis commented 1 day ago

In my case, the install was complaining about the openssl@1.1 package having been disabled in the homebrew catalog (that dependency is disabled).

Eventually, I was able to get ueberzugpp installed on macOS Sequoia 15.1.1 via:

  1. Make sure openssl@1.1 is not installed via brew uninstall --force openssl@1.1 then brew doctor then brew cleanup
  2. Install openssl@3 via brew install openssl@3
  3. This might not be needed, but set the PKG_CONFIG_PATH via export PKG_CONFIG_PATH=$(brew --prefix openssl@3)/lib/pkgconfig
  4. Edit the brew package via brew edit jstkdng/programs/ueberzugpp and change the openssl@1.1 dependency to openssl@3
  5. Install ueberzugpp via brew install jstkdng/programs/ueberzugpp (use brew install -v --debug ... for more detail)

That's it. Enjoy!

I did the same, replaced openssl@1.1 with openssl@3, but the build still fails with the same errors in the OP.

jstkdng commented 13 hours ago

just updated to 2.9.6, please do test it

xxyxxyxyx1 commented 12 hours ago

The install still fails. Here is the output, with some stuff trimmed

Summary ``` brew install --verbose --debug jstkdng/programs/ueberzugpp 1 ↵ /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/brew.rb (Cask::CaskLoader::FromTapLoader): loading jstkdng/programs/ueberzugpp /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/git --version ==> Fetching jstkdng/programs/ueberzugpp ==> Downloading https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v2.9.6.tar.gz /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.8\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.7.1\)\ curl/8.7.1 --header Accept-Language:\ en --retry 3 -V /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.8\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.7.1\)\ curl/8.7.1 --header Accept-Language:\ en --retry 3 --fail --location --silent --head https://gith ub.com/jstkdng/ueberzugpp/archive/refs/tags/v2.9.6.tar.gz Already downloaded: /Users/redacted/Library/Caches/Homebrew/downloads/65d5ef8a934298ba485061298bcfa0736b0bc2055ac2d73d861171e178258431--ueberzugpp-2.9.6.tar.gz ==> Verifying checksum for '65d5ef8a934298ba485061298bcfa0736b0bc2055ac2d73d861171e178258431--ueberzugpp-2.9.6.tar.gz' ==> Installing ueberzugpp from jstkdng/programs /opt/homebrew/Library/Homebrew/brew.rb (Formulary::FromTapLoader): loading jstkdng/programs/ueberzugpp /opt/homebrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /opt/homebrew/Library/Taps/jstkdng/homebrew-programs/ueberzugpp.rb /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/git --version /usr/bin/env tar --extract --no-same-owner --file /Users/redacted/Library/Caches/Homebrew/downloads/65d5ef8a934298ba485061298bcfa0736b0bc2055ac2d73d861171e178258431--ueberzugpp-2.9.6.tar.gz --directory /private/tmp/homebrew-unpack-20241126-78658-8kstmn mv /private/tmp/homebrew-unpack-20241126-78658-8kstmn/ueberzugpp-2.9.6 /private/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6 ==> cmake -S . -B build -DENABLE_X11=false -DENABLE_WAYLAND=false -DENABLE_OPENCV=OFF -DCMAKE_INSTALL_PREFIX=/opt/homebrew/Cellar/ueberzugpp/2.9.6 -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_PROJECT_TOP_LEVEL_I NCLUDES=/opt/homebrew/Library/Homebrew/cmake/trap_fetchcontent_provider.cmake -Wno-dev -DBUILD_TESTING=OFF -DCMAKE_OSX_SYSROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -- The CXX compiler identification is AppleClang 16.0.0.16000026 -- The C compiler identification is AppleClang 16.0.0.16000026 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /opt/homebrew/Library/Homebrew/shims/mac/super/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /opt/homebrew/bin/pkg-config (found version "2.3.0") -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenSSL: /opt/homebrew/lib/libcrypto.dylib (found version "3.4.0") -- Looking for std::execution::par_unseq -- Looking for std::execution::par_unseq - not found -- Checking for module 'vips-cpp' -- Found vips-cpp, version 8.16.0 -- Checking for module 'libsixel' -- Found libsixel, version 1.10.3 -- Checking for module 'chafa>=1.6' -- Found chafa, version 1.14.5 -- Configuring done (1.2s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING -- Build files have been written to: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build ==> cmake --build build Change Dir: '/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build' Run Build Command(s): /opt/homebrew/opt/cmake/bin/cmake -E env VERBOSE=1 /opt/homebrew/Library/Homebrew/shims/mac/super/gmake -f Makefile /opt/homebrew/opt/cmake/bin/cmake -S/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6 -B/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build --check-build-system CMakeFiles/Makefile.cmake 0 /opt/homebrew/opt/cmake/bin/cmake -E cmake_progress_start /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build/CMakeFiles /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build//CMakeFiles/progress.marks /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/ueberzug.dir/build.make CMakeFiles/ueberzug.dir/depend cd /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build && /opt/homebrew/opt/cmake/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6 /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6 /tmp/ueberzugpp-20241126-78658-q61ngc/u eberzugpp-2.9.6/build /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build/CMakeFiles/ueberzug.dir/DependInfo.cmake "--color=" /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/ueberzug.dir/build.make CMakeFiles/ueberzug.dir/build [ 10%] Building CXX object CMakeFiles/ueberzug.dir/src/process/apple.cpp.o [ 25%] Building CXX object CMakeFiles/ueberzug.dir/src/tmux.cpp.o [ 25%] Building CXX object CMakeFiles/ueberzug.dir/src/dimensions.cpp.o [ 25%] Building CXX object CMakeFiles/ueberzug.dir/src/application.cpp.o [ 30%] Building CXX object CMakeFiles/ueberzug.dir/src/os.cpp.o [ 35%] Building CXX object CMakeFiles/ueberzug.dir/src/main.cpp.o [ 35%] Building CXX object CMakeFiles/ueberzug.dir/src/terminal.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/dimensions.cpp.o -MF CMakeFiles/ueberzug.dir/src/dimensions.cpp.o.d -o CMakeFiles/ueberzug.dir/src/dimensions.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/dimensions.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/terminal.cpp.o -MF CMakeFiles/ueberzug.dir/src/terminal.cpp.o.d -o CMakeFiles/ueberzug.dir/src/terminal.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/terminal.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/tmux.cpp.o -MF CMakeFiles/ueberzug.dir/src/tmux.cpp.o.d -o CMakeFiles/ueberzug.dir/src/tmux.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/tmux.cpp [ 40%] Building CXX object CMakeFiles/ueberzug.dir/src/util/util.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/os.cpp.o -MF CMakeFiles/ueberzug.dir/src/os.cpp.o.d -o CMakeFiles/ueberzug.dir/src/os.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/os.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/main.cpp.o -MF CMakeFiles/ueberzug.dir/src/main.cpp.o.d -o CMakeFiles/ueberzug.dir/src/main.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/main.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/util/util.cpp.o -MF CMakeFiles/ueberzug.dir/src/util/util.cpp.o.d -o CMakeFiles/ueberzug.dir/src/util/util.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/util/util.cpp [ 45%] Building CXX object CMakeFiles/ueberzug.dir/src/flags.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/flags.cpp.o -MF CMakeFiles/ueberzug.dir/src/flags.cpp.o.d -o CMakeFiles/ueberzug.dir/src/flags.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/flags.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/application.cpp.o -MF CMakeFiles/ueberzug.dir/src/application.cpp.o.d -o CMakeFiles/ueberzug.dir/src/application.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/application.cpp /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/process/apple.cpp.o -MF CMakeFiles/ueberzug.dir/src/process/apple.cpp.o.d -o CMakeFiles/ueberzug.dir/src/process/apple.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/process/apple.cpp [ 50%] Building CXX object CMakeFiles/ueberzug.dir/src/util/socket.cpp.o /opt/homebrew/Library/Homebrew/shims/mac/super/clang++ -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL -DSPDLOG_SHARED_LIB -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include -I/tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/build -isystem /opt/homebrew/C ellar/vips/8.16.0/include -isystem /opt/homebrew/Cellar/fftw/3.3.10_1/include -isystem /opt/homebrew/Cellar/cfitsio/4.4.1/include -isystem /opt/homebrew/Cellar/libimagequant/4.3.3/include -isystem /opt/homebrew/Cellar/cgif/0.4.1/include -isystem /opt/homebrew/Cellar/libexif/0.6.24/in clude -isystem /opt/homebrew/Cellar/libspng/0.7.4/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include -isystem /opt/homebrew/Cellar/webp/1.4.0/include/webp -isystem /opt/homebrew/Cellar/pango/1.54.0/include/pango-1.0 -isystem /opt/homebrew/Cellar/fribidi/1.0.16/include/fribidi - isystem /opt/homebrew/Cellar/harfbuzz/10.1.0/include/harfbuzz -isystem /opt/homebrew/Cellar/graphite2/1.3.14/include -isystem /opt/homebrew/Cellar/librsvg/2.58.4/include/librsvg-2.0 -isystem /opt/homebrew/Cellar/gdk-pixbuf/2.42.12/include/gdk-pixbuf-2.0 -isystem /opt/homebrew/Cellar/ libtiff/4.7.0/include -isystem /opt/homebrew/opt/zstd/include -isystem /opt/homebrew/Cellar/xz/5.6.3/include -isystem /opt/homebrew/Cellar/jpeg-turbo/3.0.4/include -isystem /opt/homebrew/Cellar/glib/2.82.2/include -isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/usr/inc lude/ffi -isystem /opt/homebrew/Cellar/glib/2.82.2/include/glib-2.0 -isystem /opt/homebrew/Cellar/glib/2.82.2/lib/glib-2.0/include -isystem /opt/homebrew/opt/gettext/include -isystem /opt/homebrew/Cellar/pcre2/10.44/include -isystem /opt/homebrew/Cellar/cairo/1.18.2/include/cairo -is ystem /opt/homebrew/Cellar/fontconfig/2.15.0/include -isystem /opt/homebrew/opt/freetype/include/freetype2 -isystem /opt/homebrew/opt/libpng/include/libpng16 -isystem /opt/homebrew/Cellar/libxext/1.3.6/include -isystem /opt/homebrew/Cellar/xorgproto/2024.1/include -isystem /opt/homeb rew/Cellar/libxrender/0.9.11/include -isystem /opt/homebrew/Cellar/libx11/1.8.10/include -isystem /opt/homebrew/Cellar/libxcb/1.17.0/include -isystem /opt/homebrew/Cellar/libxau/1.0.11/include -isystem /opt/homebrew/Cellar/libxdmcp/1.1.5/include -isystem /opt/homebrew/Cellar/pixman/0 .44.0/include/pixman-1 -isystem /opt/homebrew/Cellar/libmatio/1.5.28/include -isystem /opt/homebrew/opt/hdf5/include -isystem /opt/homebrew/Cellar/little-cms2/2.16/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include -isystem /opt/homebrew/Cellar/openexr/3.3.2/include/OpenEXR -isystem /opt/homebrew/Cellar/imath/3.1.12/include -isystem /opt/homebrew/Cellar/imath/3.1.12/include/Imath -isystem /opt/homebrew/Cellar/libdeflate/1.22/include -isystem /opt/homebrew/Cellar/openjpeg/2.5.2/include/openjpeg-2.5 -isystem /opt/homebrew/Cellar/highway/1.2.0/include -isy stem /opt/homebrew/Cellar/libsixel/1.10.3_1/include -isystem /opt/homebrew/Cellar/chafa/1.14.5/include/chafa -isystem /opt/homebrew/Cellar/chafa/1.14.5/lib/chafa/include -O3 -DNDEBUG -std=c++20 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -pthread -DHWY _SHARED_DEFINE -MD -MT CMakeFiles/ueberzug.dir/src/util/socket.cpp.o -MF CMakeFiles/ueberzug.dir/src/util/socket.cpp.o.d -o CMakeFiles/ueberzug.dir/src/util/socket.cpp.o -c /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/util/socket.cpp In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/terminal.cpp:17: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/terminal.hpp:20:10: fatal error: 'memory' file not found 20 | #include | ^~~~~~~~ In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/application.cpp:17: In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/application.hpp:20: In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/canvas.hpp:20: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/image.hpp:20:10: fatal error: 'filesystem' file not found 20 | #include | ^~~~~~~~~~~~ In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/tmux.cpp:17: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/tmux.hpp:20:10: fatal error: 'string' file not found 20 | #include | ^~~~~~~~ In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/dimensions.cpp:17: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/dimensions.hpp:20:10: fatal error: 'cstdint' file not found 20 | #include | ^~~~~~~~~ In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/os.cpp:17: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/os.hpp:20:10: fatal error: 'optional' file not found 20 | #include | ^~~~~~~~~~ In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/process/apple.cpp:17: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/os.hpp:20:10: fatal error: 'optional' file not found 20 | #include | ^~~~~~~~~~ 1 error generated. In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/flags.cpp:17: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/flags.hpp:20:10: fatal error: 'filesystem' file not found 20 | #include | ^~~~~~~~~~~~ /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/main.cpp:17:10: fatal error: 'csignal' file not found 17 | #include | ^~~~~~~~~ In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/util/socket.cpp:17: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/util/socket.hpp:20:10: fatal error: 'cstdint' file not found 20 | #include | ^~~~~~~~~ In file included from /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/src/util/util.cpp:17: /tmp/ueberzugpp-20241126-78658-q61ngc/ueberzugpp-2.9.6/include/util.hpp:20:10: fatal error: 'filesystem' file not found 20 | #include | ^~~~~~~~~~~~ make[2]: *** [CMakeFiles/ueberzug.dir/src/dimensions.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/os.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/util/socket.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/tmux.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/process/apple.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/flags.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/main.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/terminal.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/application.cpp.o] Error 1 1 error generated. make[2]: *** [CMakeFiles/ueberzug.dir/src/util/util.cpp.o] Error 1 make[1]: *** [CMakeFiles/ueberzug.dir/all] Error 2 make: *** [all] Error 2 /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --version /opt/homebrew/Library/Homebrew/ignorable.rb:27:in `block in raise' BuildError: Failed executing: cmake --build build 1. raise 2. ignore 3. backtrace 4. irb 5. shell Choose an action: 3 /opt/homebrew/Library/Homebrew/ignorable.rb:27:in `block in raise' /opt/homebrew/Library/Homebrew/ignorable.rb:26:in `callcc' /opt/homebrew/Library/Homebrew/ignorable.rb:26:in `raise' /opt/homebrew/Library/Homebrew/formula.rb:3141:in `block in system' /opt/homebrew/Library/Homebrew/formula.rb:3077:in `open' /opt/homebrew/Library/Homebrew/formula.rb:3077:in `system' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/call_validation.rb:175:in `bind_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/call_validation.rb:175:in `validate_call_skip_block_type' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/call_validation.rb:117:in `block in create_validator_slow_skip_block_type' /opt/homebrew/Library/Taps/jstkdng/homebrew-programs/ueberzugpp.rb:38:in `install' /opt/homebrew/Library/Homebrew/debrew.rb:15:in `block in install' /opt/homebrew/Library/Homebrew/debrew.rb:86:in `debrew' /opt/homebrew/Library/Homebrew/debrew.rb:15:in `install' /opt/homebrew/Library/Homebrew/build.rb:179:in `block (3 levels) in install' /opt/homebrew/Library/Homebrew/extend/kernel.rb:539:in `with_env' /opt/homebrew/Library/Homebrew/build.rb:139:in `block (2 levels) in install' /opt/homebrew/Library/Homebrew/formula.rb:1616:in `block in brew' /opt/homebrew/Library/Homebrew/formula.rb:3317:in `block (2 levels) in stage' /opt/homebrew/Library/Homebrew/extend/kernel.rb:539:in `with_env' /opt/homebrew/Library/Homebrew/formula.rb:3316:in `block in stage' /opt/homebrew/Library/Homebrew/resource.rb:114:in `block (2 levels) in unpack' /opt/homebrew/Library/Homebrew/download_strategy.rb:115:in `chdir' /opt/homebrew/Library/Homebrew/download_strategy.rb:115:in `chdir' /opt/homebrew/Library/Homebrew/download_strategy.rb:102:in `stage' /opt/homebrew/Library/Homebrew/resource.rb:110:in `block in unpack' /opt/homebrew/Library/Homebrew/mktemp.rb:90:in `block in run' /opt/homebrew/Library/Homebrew/mktemp.rb:90:in `chdir' /opt/homebrew/Library/Homebrew/mktemp.rb:90:in `run' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/call_validation.rb:278:in `bind_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/call_validation.rb:278:in `validate_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/_methods.rb:277:in `block in _on_method_added' /opt/homebrew/Library/Homebrew/resource.rb:224:in `stage_resource' /opt/homebrew/Library/Homebrew/resource.rb:109:in `unpack' /opt/homebrew/Library/Homebrew/resource.rb:83:in `stage' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/lib/ruby/3.3.0/forwardable.rb:240:in `stage' /opt/homebrew/Library/Homebrew/formula.rb:3294:in `stage' /opt/homebrew/Library/Homebrew/formula.rb:1609:in `brew' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/call_validation.rb:278:in `bind_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/call_validation.rb:278:in `validate_call' /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.3.0/gems/sorbet-runtime-0.5.11663/lib/types/private/methods/_methods.rb:277:in `block in _on_method_added' /opt/homebrew/Library/Homebrew/build.rb:133:in `block in install' /opt/homebrew/Library/Homebrew/extend/kernel.rb:539:in `with_env' /opt/homebrew/Library/Homebrew/build.rb:125:in `install' /opt/homebrew/Library/Homebrew/build.rb:232:in `
' 1. raise 2. ignore 3. backtrace 4. irb 5. shell Choose an action: 1 ==> Temporary files retained at: /private/tmp/ueberzugpp-20241126-78658-q61ngc ==> Formula Tap: jstkdng/programs Path: /opt/homebrew/Library/Taps/jstkdng/homebrew-programs/ueberzugpp.rb ==> Configuration HOMEBREW_VERSION: 4.4.8 ORIGIN: https://github.com/Homebrew/brew HEAD: e78a0adb4f260913fffdc956cc8c20fb54109feb Last commit: 23 hours ago Branch: stable Core tap JSON: 26 Nov 16:51 UTC Core cask tap JSON: 26 Nov 16:51 UTC HOMEBREW_PREFIX: /opt/homebrew HOMEBREW_CASK_OPTS: [] HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.8zZJe5lyLL/org.xquartz:0 HOMEBREW_EDITOR: nvim HOMEBREW_GITHUB_API_TOKEN: set HOMEBREW_MAKE_JOBS: 10 HOMEBREW_NO_ENV_HINTS: set HOMEBREW_SORBET_RUNTIME: set Homebrew Ruby: 3.3.6 => /opt/homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby CPU: 10-core 64-bit arm_firestorm_icestorm Clang: 16.0.0 build 1600 Git: 2.47.1 => /opt/homebrew/bin/git /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --version Curl: 8.7.1 => /usr/bin/curl macOS: 14.7.1-arm64 CLT: 16.1.0.0.1.1729049160 Xcode: 16.1 Rosetta 2: false ==> ENV HOMEBREW_CC: clang HOMEBREW_CXX: clang++ MAKEFLAGS: -j10 CMAKE_PREFIX_PATH: /opt/homebrew/opt/readline:/opt/homebrew/opt/sqlite:/opt/homebrew/opt/icu4c@76:/opt/homebrew/opt/libarchive:/opt/homebrew/opt/libomp:/opt/homebrew/opt/m4:/opt/homebrew/opt/mozjpeg:/opt/homebrew/opt/libxml2:/opt/homebrew CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers CMAKE_LIBRARY_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries CMAKE_FRAMEWORK_PATH: /opt/homebrew/opt/python@3.13/Frameworks PKG_CONFIG_PATH: /opt/homebrew/opt/pkgconf/lib/pkgconfig:/opt/homebrew/opt/libpng/lib/pkgconfig:/opt/homebrew/opt/freetype/lib/pkgconfig:/opt/homebrew/opt/fontconfig/lib/pkgconfig:/opt/homebrew/opt/pcre2/lib/pkgconfig:/opt/homebrew/opt/mpdecimal/lib/pkgconfig:/opt/homebrew/opt/openss l@3/lib/pkgconfig:/opt/homebrew/opt/readline/lib/pkgconfig:/opt/homebrew/opt/sqlite/lib/pkgconfig:/opt/homebrew/opt/xz/lib/pkgconfig:/opt/homebrew/opt/python@3.13/lib/pkgconfig:/opt/homebrew/opt/glib/lib/pkgconfig:/opt/homebrew/opt/libxau/lib/pkgconfig:/opt/homebrew/opt/libxdmcp/lib/ pkgconfig:/opt/homebrew/opt/libxcb/lib/pkgconfig:/opt/homebrew/opt/libx11/lib/pkgconfig:/opt/homebrew/opt/libxext/lib/pkgconfig:/opt/homebrew/opt/libxrender/lib/pkgconfig:/opt/homebrew/opt/lzo/lib/pkgconfig:/opt/homebrew/opt/pixman/lib/pkgconfig:/opt/homebrew/opt/cairo/lib/pkgconfig: /opt/homebrew/opt/jpeg-turbo/lib/pkgconfig:/opt/homebrew/opt/brotli/lib/pkgconfig:/opt/homebrew/opt/highway/lib/pkgconfig:/opt/homebrew/opt/imath/lib/pkgconfig:/opt/homebrew/opt/lz4/lib/pkgconfig:/opt/homebrew/opt/zstd/lib/pkgconfig:/opt/homebrew/opt/libtiff/lib/pkgconfig:/opt/homebr ew/opt/little-cms2/lib/pkgconfig:/opt/homebrew/opt/libdeflate/lib/pkgconfig:/opt/homebrew/opt/openexr/lib/pkgconfig:/opt/homebrew/opt/webp/lib/pkgconfig:/opt/homebrew/opt/jpeg-xl/lib/pkgconfig:/opt/homebrew/opt/libvmaf/lib/pkgconfig:/opt/homebrew/opt/aom/lib/pkgconfig:/opt/homebrew/o pt/libavif/lib/pkgconfig:/opt/homebrew/opt/gdk-pixbuf/lib/pkgconfig:/opt/homebrew/opt/fribidi/lib/pkgconfig:/opt/homebrew/opt/graphite2/lib/pkgconfig:/opt/homebrew/opt/icu4c@76/lib/pkgconfig:/opt/homebrew/opt/harfbuzz/lib/pkgconfig:/opt/homebrew/opt/pango/lib/pkgconfig:/opt/homebrew/ opt/librsvg/lib/pkgconfig:/opt/homebrew/opt/chafa/lib/pkgconfig:/opt/homebrew/opt/fmt/lib/pkgconfig:/opt/homebrew/opt/libsixel/lib/pkgconfig:/opt/homebrew/opt/spdlog/lib/pkgconfig:/opt/homebrew/opt/hwloc/lib/pkgconfig:/opt/homebrew/opt/tbb/lib/pkgconfig:/opt/homebrew/opt/cfitsio/lib/ pkgconfig:/opt/homebrew/opt/cgif/lib/pkgconfig:/opt/homebrew/opt/gmp/lib/pkgconfig:/opt/homebrew/opt/isl/lib/pkgconfig:/opt/homebrew/opt/mpfr/lib/pkgconfig:/opt/homebrew/opt/libevent/lib/pkgconfig:/opt/homebrew/opt/pmix/lib/pkgconfig:/opt/homebrew/opt/open-mpi/lib/pkgconfig:/opt/home brew/opt/fftw/lib/pkgconfig:/opt/homebrew/opt/jbig2dec/lib/pkgconfig:/opt/homebrew/opt/openjpeg/lib/pkgconfig:/opt/homebrew/opt/leptonica/lib/pkgconfig:/opt/homebrew/opt/libb2/lib/pkgconfig:/opt/homebrew/opt/libarchive/lib/pkgconfig:/opt/homebrew/opt/libidn/lib/pkgconfig:/opt/homebre w/opt/tesseract/lib/pkgconfig:/opt/homebrew/opt/libde265/lib/pkgconfig:/opt/homebrew/opt/x265/lib/pkgconfig:/opt/homebrew/opt/libheif/lib/pkgconfig:/opt/homebrew/opt/liblqr/lib/pkgconfig:/opt/homebrew/opt/jasper/lib/pkgconfig:/opt/homebrew/opt/libraw/lib/pkgconfig:/opt/homebrew/opt/i magemagick/lib/pkgconfig:/opt/homebrew/opt/libexif/lib/pkgconfig:/opt/homebrew/opt/libimagequant/lib/pkgconfig:/opt/homebrew/opt/hdf5/lib/pkgconfig:/opt/homebrew/opt/libmatio/lib/pkgconfig:/opt/homebrew/opt/libspng/lib/pkgconfig:/opt/homebrew/opt/mozjpeg/lib/pkgconfig:/opt/homebrew/o pt/libdicom/lib/pkgconfig:/opt/homebrew/opt/libxml2/lib/pkgconfig:/opt/homebrew/opt/openslide/lib/pkgconfig:/opt/homebrew/opt/libidn2/lib/pkgconfig:/opt/homebrew/opt/libtasn1/lib/pkgconfig:/opt/homebrew/opt/nettle/lib/pkgconfig:/opt/homebrew/opt/p11-kit/lib/pkgconfig:/opt/homebrew/op t/libnghttp2/lib/pkgconfig:/opt/homebrew/opt/unbound/lib/pkgconfig:/opt/homebrew/opt/gnutls/lib/pkgconfig:/opt/homebrew/opt/libgpg-error/lib/pkgconfig:/opt/homebrew/opt/libassuan/lib/pkgconfig:/opt/homebrew/opt/libgcrypt/lib/pkgconfig:/opt/homebrew/opt/libksba/lib/pkgconfig:/opt/home brew/opt/libusb/lib/pkgconfig:/opt/homebrew/opt/npth/lib/pkgconfig:/opt/homebrew/opt/gpgme/lib/pkgconfig:/opt/homebrew/opt/nspr/lib/pkgconfig:/opt/homebrew/opt/nss/lib/pkgconfig:/opt/homebrew/opt/poppler/lib/pkgconfig:/opt/homebrew/opt/vips/lib/pkgconfig:/opt/homebrew/opt/cli11/share /pkgconfig:/opt/homebrew/opt/nlohmann-json/share/pkgconfig:/opt/homebrew/opt/xorgproto/share/pkgconfig:/opt/homebrew/opt/shared-mime-info/share/pkgconfig:/opt/homebrew/opt/poppler/share/pkgconfig PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/opt/homebrew/Library/Homebrew/os/mac/pkgconfig/14 HOMEBREW_MAKE_JOBS: 10 HOMEBREW_GIT: git HOMEBREW_SDKROOT: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk ACLOCAL_PATH: /opt/homebrew/opt/libxml2/share/aclocal:/opt/homebrew/share/aclocal PATH: /opt/homebrew/Library/Homebrew/shims/mac/super:/opt/homebrew/opt/cmake/bin:/opt/homebrew/opt/pkgconf/bin:/opt/homebrew/opt/libpng/bin:/opt/homebrew/opt/freetype/bin:/opt/homebrew/opt/fontconfig/bin:/opt/homebrew/opt/pcre2/bin:/opt/homebrew/opt/openssl@3/bin:/opt/homebrew/opt/sq lite/bin:/opt/homebrew/opt/xz/bin:/opt/homebrew/opt/python@3.13/bin:/opt/homebrew/opt/gettext/bin:/opt/homebrew/opt/glib/bin:/opt/homebrew/opt/cairo/bin:/opt/homebrew/opt/jpeg-turbo/bin:/opt/homebrew/opt/brotli/bin:/opt/homebrew/opt/giflib/bin:/opt/homebrew/opt/lz4/bin:/opt/homebrew/ opt/zstd/bin:/opt/homebrew/opt/libtiff/bin:/opt/homebrew/opt/little-cms2/bin:/opt/homebrew/opt/libdeflate/bin:/opt/homebrew/opt/openexr/bin:/opt/homebrew/opt/webp/bin:/opt/homebrew/opt/jpeg-xl/bin:/opt/homebrew/opt/libvmaf/bin:/opt/homebrew/opt/aom/bin:/opt/homebrew/opt/libavif/bin:/ opt/homebrew/opt/gdk-pixbuf/bin:/opt/homebrew/opt/fribidi/bin:/opt/homebrew/opt/graphite2/bin:/opt/homebrew/opt/icu4c@76/bin:/opt/homebrew/opt/harfbuzz/bin:/opt/homebrew/opt/pango/bin:/opt/homebrew/opt/librsvg/bin:/opt/homebrew/opt/chafa/bin:/opt/homebrew/opt/libsixel/bin:/opt/homebr ew/opt/hwloc/bin:/opt/homebrew/opt/cfitsio/bin:/opt/homebrew/opt/gcc/bin:/opt/homebrew/opt/libevent/bin:/opt/homebrew/opt/pmix/bin:/opt/homebrew/opt/open-mpi/bin:/opt/homebrew/opt/fftw/bin:/opt/homebrew/opt/jbig2dec/bin:/opt/homebrew/opt/openjpeg/bin:/opt/homebrew/opt/leptonica/bin:/ opt/homebrew/opt/libarchive/bin:/opt/homebrew/opt/libidn/bin:/opt/homebrew/opt/tesseract/bin:/opt/homebrew/opt/ghostscript/bin:/opt/homebrew/opt/libde265/bin:/opt/homebrew/opt/shared-mime-info/bin:/opt/homebrew/opt/x265/bin:/opt/homebrew/opt/libheif/bin:/opt/homebrew/opt/jasper/bin:/ opt/homebrew/opt/libraw/bin:/opt/homebrew/opt/m4/bin:/opt/homebrew/opt/libtool/bin:/opt/homebrew/opt/imagemagick/bin:/opt/homebrew/opt/hdf5/bin:/opt/homebrew/opt/libmatio/bin:/opt/homebrew/opt/mozjpeg/bin:/opt/homebrew/opt/libdicom/bin:/opt/homebrew/opt/libxml2/bin:/opt/homebrew/opt/ openslide/bin:/opt/homebrew/opt/libidn2/bin:/opt/homebrew/opt/libtasn1/bin:/opt/homebrew/opt/nettle/bin:/opt/homebrew/opt/p11-kit/bin:/opt/homebrew/opt/gnutls/bin:/opt/homebrew/opt/libgpg-error/bin:/opt/homebrew/opt/libassuan/bin:/opt/homebrew/opt/libgcrypt/bin:/opt/homebrew/opt/libk sba/bin:/opt/homebrew/opt/pinentry/bin:/opt/homebrew/opt/gnupg/bin:/opt/homebrew/opt/gpgme/bin:/opt/homebrew/opt/nspr/bin:/opt/homebrew/opt/nss/bin:/opt/homebrew/opt/poppler/bin:/opt/homebrew/opt/vips/bin:/opt/homebrew/opt/python@3.13/libexec/bin:/usr/bin:/bin:/usr/sbin:/sbin Error: jstkdng/programs/ueberzugpp 2.9.6 did not build Logs: /Users/redacted/Library/Logs/Homebrew/ueberzugpp/00.options.out /Users/redacted/Library/Logs/Homebrew/ueberzugpp/01.cmake /Users/redacted/Library/Logs/Homebrew/ueberzugpp/01.cmake.cc /Users/redacted/Library/Logs/Homebrew/ueberzugpp/02.cmake /Users/redacted/Library/Logs/Homebrew/ueberzugpp/02.cmake.cc /Users/redacted/Library/Logs/Homebrew/ueberzugpp/build If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core): https://github.com/jstkdng/homebrew-programs/issues /usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.4.8\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 14.7.1\)\ curl/8.7.1 --header Accept-Language:\ en --retry 3 --location https://api.github.com/search/issue s\?q=ueberzugpp+repo\%3Ajstkdng\%2Fhomebrew-programs+state\%3Aopen+type\%3Aissue+in\%3Atitle\&per_page=100 --header Accept:\ application/vnd.github+json --write-out ' '\%\{http_code\} --header Authorization:\ token\ ****** --header X-GitHub-Api-Version:2022-11-28 --dump-header /private/tmp/github_api_headers20241126-78256-r8jhfa ```
jstkdng commented 12 hours ago

it seems you have a broken xcode install, string, memory, filesystem are the standard C++ headers and they must exist but for some reason xcode can't find them. Try reinstalling homebrew, xcode cli