Hello, I'm running 13.2-p5; iridium from the latest ports branch fails to build with ../../media/gpu/chromeos/image_processor_backend.cc:37:36: error: defaulting this default constructor would delete it after its first declaration ImageProcessorBackend::PortConfig::PortConfig() = default;
(In reply to Alexey Vyskubov from comment #0) Hi What branch are you using exactly? And please send a full log.
The branch is main. The full log is enormous, and I now managed to build Iridium removing my make.conf (which just enable ccache and sccache). I suppose PEBCAK, and the bug can be closed.
For the reference: ❯ cat /etc/make.conf WITH_CCACHE_BUILD=yes CCACHE_DIR=/var/cache/ccache/ SCCACHE_DIR=/var/cache/sccache/ OVERLAYS+=/usr/local/share/sccache/overlay