Bug 275351 - www/iridium: build error (defaulting this default constructor would delete it after its first declaration)
Summary: www/iridium: build error (defaulting this default constructor would delete it...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-chromium (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-26 10:40 UTC by Alexey Vyskubov
Modified: 2023-11-27 07:58 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (chromium)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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