Bug 291030 - www/iridium fails to build
Summary: www/iridium fails to build
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-chromium (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-15 13:16 UTC by tjlegg
Modified: 2025-11-19 02:01 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 tjlegg 2025-11-15 13:16:26 UTC
"""
In file included from ../../net/url_request/url_request.cc:28:
../../content/public/common/content_switches.h:14:10: fatal error: 'tools/v8_context_snapshot/buildflags.h' file not found
   14 | #include "tools/v8_context_snapshot/buildflags.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
"""

Ports branch main

root@wildcats:/usr/src15 # uname -av
FreeBSD wildcats.the-eleven.com 15.0-STABLE FreeBSD 15.0-STABLE stable/15-a77abd53e83c BRENT3 amd64
Comment 1 Robert Nagy freebsd_committer freebsd_triage 2025-11-15 17:52:45 UTC
(In reply to tjlegg from comment #0)

we already have a fix for this in the ports tree

what version are you trying to build?
Comment 2 tjlegg 2025-11-16 13:12:51 UTC
Did a `poudriere ports -u -p main` and then `poudriere bulk -j git15 -p main www/iridium`

"""
../../content/public/common/content_switches.h:14:10: fatal error: 'tools/v8_context_snapshot/buildflags.h' file not found
1 error generated.
"""

"""
[01:08:00] [01] [00:00:00] Building www/iridium | iridium-browser-2025.11.142.2
[01:15:05] [01] [00:07:05] Finished www/iridium | iridium-browser-2025.11.142.2: Failed: build
[01:15:18] Stopping 12 builders
"""
Comment 3 tjlegg 2025-11-19 02:01:30 UTC
"""
[14:43:46] [02] [13:15:28] Finished www/ungoogled-chromium | ungoogled-chromium-142.0.7444.162_1: Success                                                                                                 
[14:45:51] [03] [13:17:33] Finished www/iridium | iridium-browser-2025.11.142.2_1: Success
[14:54:04] Stopping 12 builders
[14:54:09] Creating pkg repository
"""

Don't think the patch to bump to 2_1 is related, but perhaps the version bump made a difference to ccache or something. *shrug* It builds now. So feel free to close this.