Bug 229031

Summary: [GTK] run-gtk-tests always fails to start accessibility daemons
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, mcatanzaro, webkit-bug-importer
Priority: P2 Keywords: Gtk, InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2021-08-12 03:53:00 PDT
This is because it uses exec_prefix variable from atspi2 pkg-config file to try to find the executables, but atspi2 pkg-config file doesn't have a exec_prefix variable anymore. It was always set to $prefix, so we can just use prefix varaible instead.
Comment 1 Carlos Garcia Campos 2021-08-12 03:55:27 PDT
Created attachment 435409 [details]
Patch
Comment 2 Carlos Garcia Campos 2021-08-12 06:52:39 PDT
Committed r280965 (240471@main): <https://commits.webkit.org/240471@main>
Comment 3 Radar WebKit Bug Importer 2021-08-12 06:53:18 PDT
<rdar://problem/81846671>