Bug 275351

Summary: www/iridium: build error (defaulting this default constructor would delete it after its first declaration)
Product: Ports & Packages Reporter: Alexey Vyskubov <alexey>
Component: Individual Port(s)Assignee: freebsd-chromium (Nobody) <chromium>
Status: New ---    
Severity: Affects Only Me CC: rnagy
Priority: --- Flags: bugzilla: maintainer-feedback? (chromium)
Version: Latest   
Hardware: amd64   
OS: Any   

Description Alexey Vyskubov 2023-11-26 10:40:30 UTC
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;
Comment 1 Robert Nagy freebsd_committer freebsd_triage 2023-11-27 07:01:49 UTC
(In reply to Alexey Vyskubov from comment #0)

Hi

What branch are you using exactly? And please send a full log.
Comment 2 Alexey Vyskubov 2023-11-27 07:54:23 UTC
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.
Comment 3 Alexey Vyskubov 2023-11-27 07:58:29 UTC
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