aboutsummaryrefslogtreecommitdiff
path: root/sysutils/uhubctl/(public-mirror)
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2026-09-22 15:17:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2026-09-22 15:23:10 +0000
commit0c87f0f5334a3b4eb5fbe754930e7fba9a1ecd07 (patch)
tree7c045e3847248c2b94fd19fee18872b942d894be /sysutils/uhubctl/(public-mirror)
parent16f8cacba3d7c2f31c03f24006610d15d8b39147 (diff)
www/node26: Fix build by using bundled abseilHEADmain
node26 cannot build against devel/abseil. My assumption is that our abseil port needs an update (it's 18-ish months old at this point). For now, get node building again by using the bundled libabsl. ../deps/v8/src/base/platform/mutex.cc:63:18: error: no member named 'lock' in 'absl::Mutex'; did you mean 'Lock'? 63 | native_handle_.lock(); | ^~~~ | Lock /usr/local/include/absl/synchronization/mutex.h:180:8: note: 'Lock' declared here 180 | void Lock() ABSL_EXCLUSIVE_LOCK_FUNCTION(); | ^ ../deps/v8/src/base/platform/mutex.cc:69:18: error: no member named 'unlock' in 'absl::Mutex'; did you mean 'Unlock'? 69 | native_handle_.unlock(); | ^~~~~~ | Unlock /usr/local/include/absl/synchronization/mutex.h:186:8: note: 'Unlock' declared here 186 | void Unlock() ABSL_UNLOCK_FUNCTION(); | ^ ../deps/v8/src/base/platform/mutex.cc:73:23: error: no member named 'try_lock' in 'absl::Mutex' 73 | if (!native_handle_.try_lock()) return false; | ~~~~~~~~~~~~~~ ^ 3 errors generated. PR: 298739 Reported by: kib
Diffstat (limited to 'sysutils/uhubctl/(public-mirror)')
0 files changed, 0 insertions, 0 deletions