[Bug 288794] www/chromium fails to build using poudriere with undeclared identifier DLOG(WARNING) << "CreateAudioManager" on amd64 Stable 14.3
Date: Sat, 16 Aug 2025 19:45:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288794
--- Comment #15 from Craig Leres <leres@freebsd.org> ---
I am still unable to build chromium, even after 139.0.7258.127. I have ALSA set
and PULSEAUDIO and SNDIO unset. This worked before 139.0.7258.66.
../../media/audio/sndio/audio_manager_sndio.cc:164:8: error: use of undeclared
identifier 'WARNING'
164 | DLOG(WARNING) << "CreateAudioManager";
| ^
../../media/audio/sndio/audio_manager_sndio.cc:204:9: error: use of undeclared
identifier 'WARNING'
204 | LOG(WARNING) << "Falling back to fake audio output. ALSA is not "
| ^
2 errors generated.
--
You are receiving this mail because:
You are the assignee for the bug.