[Bug 270436] www/firefox: 111.0⋯: no sound after upgrade
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 270436] www/firefox no sound after upgrade"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 04:00:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270436 --- Comment #34 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- My comment #32 is a failure of my make config. To use the attachment 241556, use it as follows. patch -d ${WRKDIR} < attachment-241556 patch -d ${WRKSRC} -p 1 < attachment-241556 I tried firefox-112.0.1_1,2 built by the following method. The options is default. make -C /usr/ports/www/firefox rmconfig make -C /usr/ports/www/firefox clean patch patch -d ${WRKDIR} < attachment-241556 make -C /usr/ports/www/firefox build deinstall install Result. media.cubeb.backend works. The following falldown works fine. selected by media.cubeb.backend -> pulse-rust -> jack -> sndio (-> alsa) -> oss sndio and alsa cannot detect sound output failures. So, in order to fall down to OSS, it is essential that the SNDIO and ALSA options are off. I'm not sure why attachment 241556 fixes it, so someone take it upstream :) -- You are receiving this mail because: You are the assignee for the bug.