[Webkit-unassigned] [Bug 134023] [EFL] Performance tests, layouttests, MiniBrowser do not work since r169785

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 23 07:31:54 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=134023





--- Comment #3 from Martin Hodovan <mhodovan.u-szeged at partner.samsung.com>  2014-06-23 07:32:14 PST ---
(In reply to comment #1)
> I got the same error when I tried to run layout tests or MiniBrowser.
> Could you guys share the magic you did on the perf bot with us?

We noticed an alert in the build log of the EFL ARM bot that says:

    Your installation prefix is *NOT* /usr so this means you need
    to ensure some files are visible to dbus otherwise services cannot
    be started when needed. You will need to do the following:

    ln -s .../WebKitBuild/Dependencies/Root/share/dbus-1/services/org.enlightenment.Ethumb.service /usr/share/dbus-1/services/org.enlightenment.Ethumb.service
    ln -s .../WebKitBuild/Dependencies/Root/share/dbus-1/services/org.enlightenment.Efreet.service /usr/share/dbus-1/services/org.enlightenment.Efreet.service

    or add ".../WebKitBuild/Dependencies/Root/share" to $XDG_DATA_DIRS

Setting the XDG_DATA_DIRS environment variable only did not solve the problem, we had to create these two symlinks as well.
Still, we are looking for a better fix, that makes perf tests work 'out of the box', so the user won't have to use symlinks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list