Bug 251198
| Summary: | REGRESSION(259197@main): [CMake] [GLIB] Cannot find dependency flite1 when building with JHBuild | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> |
| Component: | New Bugs | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Diego Pino
When building WebKitGTK using JHBuild and SpeechSynthesis enabled there is the following error:
```
$ WEBKIT_JHBUILD=1 ./Tools/Scripts/build-webkit --gtk --release --cmakeargs=-DENABLE_SPEECH_SYNTHESIS=1
-- Could NOT find Flite (missing: Flite_INCLUDE_DIR Flite_LIBRARY) (Required is at least version "2.2")
CMake Error at Source/cmake/OptionsGTK.cmake:430 (message):
Flite is needed for ENABLE_SPEECH_SYNTHESIS
Call Stack (most recent call first):
Source/cmake/WebKitCommon.cmake:228 (include)
CMakeLists.txt:25 (include)
```
JHBuild is still used by several bots:
- GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004
- WPE-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Pull request: https://github.com/webkit/webkit/pull/9173
EWS
Committed 259416@main (187e09665fcd): <https://commits.webkit.org/259416@main>
Reviewed commits have been landed. Closing PR #9173 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/104687050>