Trying to install the WebKit dependencies on Arch Linux I found the following errors: - `python3-setuptools` is actually called `python-setuptools`. - `ruby-highline` is only available on AUR and not in the official repositories. - `libv4l-devel` is incorporated in `v4l-utils`.
Created attachment 367215 [details] Patch
Created attachment 367216 [details] Patch
Comment on attachment 367216 [details] Patch Sorry, I didn't realize you were going to submit a patch as well.
Comment on attachment 367215 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=367215&action=review > Tools/wpe/install-dependencies:194 > + # Note: apache-mod_bw, ruby-json and ruby-highline are available in the AUR If you look at the wpe script, there is a long explanation on how to get packages from AUR. Please bring this script in sync with that one (as I had done in mine).
(In reply to Claudio Saavedra from comment #4) > Comment on attachment 367215 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=367215&action=review > > > Tools/wpe/install-dependencies:194 > > + # Note: apache-mod_bw, ruby-json and ruby-highline are available in the AUR > > If you look at the wpe script, there is a long explanation on how to get > packages from AUR. Please bring this script in sync with that one (as I had > done in mine). Not my day, it seems. I meant the gtk script.
Created attachment 367217 [details] Patch
Don't worry Claudio, I wasn't expecting someone to issue a patch in just 10 minutes :)
lgtm
Comment on attachment 367217 [details] Patch Clearing flags on attachment: 367217 Committed r244214: <https://trac.webkit.org/changeset/244214>
All reviewed patches have been landed. Closing bug.
<rdar://problem/49849756>