Bug 242237

Summary: REGRESSION(251219@main): xml-stripblanks requires executable xmllint
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Diego Pino <dpino>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2022-07-01 02:02:35 PDT
I got the follwing error while building WPE:

```
[11/242] Generating ../../DerivedSources/WebKit/ModernMediaControlsGResourceBundle.c, ../../DerivedSources/WebKit/ModernMediaControlsGResourceBundle.deps
xml-stripblanks preprocessing requested, but XMLLINT is not set, and xmllint is not in PATH
[12/242] Generating ../../DerivedSources/WebKit/WebKitResourcesGResourceBundle.c, ../../DerivedSources/WebKit/WebKitResourcesGResourceBundle.deps
[13/242] Generating ../../DerivedSources/WebKit/PdfJSGResourceBundle.c, ../../DerivedSources/WebKit/PdfJSGResourceBundle.deps
[14/242] Building C object Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/ModernMediaControlsGResourceBundle.c.o
```

It seems the error is happening in https://webkit-search.igalia.com/webkit/source/Tools/glib/generate-modern-media-controls-gresource-manifest.py#56, extra attribute 'preprocess="xml-stripblanks"' requires `xmllint` to be installed in the system.
Comment 1 Diego Pino 2022-07-01 02:12:06 PDT
Pull request: https://github.com/webkit/webkit/pull/1985
Comment 2 EWS 2022-07-01 08:07:51 PDT
Committed 252043@main (d1180e87e6eb): <https://commits.webkit.org/252043@main>

Reviewed commits have been landed. Closing PR #1985 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-07-01 08:08:14 PDT
<rdar://problem/96292460>