https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245614
--- Comment #16 from John Hein <[email protected]> --- (In reply to Rainer Hurling from comment #13) I suspect you must have ALSA off for qt5-multimedia, too. qt5-speech depends on qt5-multimedia which depends on alsa-lib (which has libasound) if the ALSA option is on for qt5-multimedia (default is on). That may be why it [accidentally] works for other people. It looks like it is a configure-time detection problem with qt5-speech. Supposedly the flite-alsa feature is auto-detected by default. But even if alsa-lib is not installed and flite was built without alsa, the qt5-speech configure stage think's it should build with that feature on: Checking for Flite with ALSA... yes (that's with both qt5-multimedia and flite built with ALSA off, and qt5-speech with FLITE on). Still this is a separate bug than the original one. config.log shows that it tries to detect an installed flite_alsa first (and fails), but then accepts a "source inline" flavor of flite_alsa (but then later fails because it can't find a libasound): looking for library flite_alsa Trying source 0 (type pkgConfig) of library flite_alsa ... + pkgconf --exists --silence-errors alsa pkg-config did not find package. => source produced no result. Trying source 1 (type inline) of library flite_alsa ... => source accepted. -- You are receiving this mail because: You are the assignee for the bug.
