... src/mongo/util/pcre.cpp:69:62: error: use of undeclared identifier 'PCRE2_ERROR_CONDITION_ATOMIC_ASSERTION_EXPECTED'
Patch for pcre2 available in PR 251642
This is using Poudriere on 13.4-RELEASE, forgot to mention that
I can take a look in the next few days/weeks. If needed go ahead and commit the pcre2 port update. I can easily use the in-source pcre2 version of mongodb.
Sounds great, this also applies to databases/mongodb80 (same issue) Given it's a RC candidate there should be at least a week or so until the final release is out so no stress.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=193f8fc2b4d36124b3cac7661e2b1d959f24f1c4 commit 193f8fc2b4d36124b3cac7661e2b1d959f24f1c4 Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2025-01-21 08:51:28 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2025-01-21 08:55:01 +0000 databases/mongodb[78]0: use internal pcre2 code Fails to build with future update of PCRE2 10.45-RC1. PR: 283694 Reported by: diizzy@ (Daniel Engberg) databases/mongodb70/Makefile | 7 ++----- databases/mongodb80/Makefile | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-)