<div dir="ltr">OK, I turned on my machine and re-ran the 'a11y/children' test.<div><br></div><div>It worked just fine under X and Xvfb when I ran it as just "./children" and "xvfb-run ./children" respectively -- I get OK messages like you wrote initially and no assertion failures.</div>
<div><br></div><div style>Next I deleted the whole gtk+3.0 directory, redownloaded the source, and rebuilt it. I hit the same error:</div><div style><br></div><div style>WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files</div>
<div style><br></div><div style>---</div><div style>If anyone has an idea why running this before building gtk+3.0 is ok, but running it afterwards fails, I'd love to know. I can say that whatever the original problem (assertion failure in children.c) was, I didn't seem to run into it.</div>
<div style><br></div><div style>Patrick</div><div style><br></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 12, 2013 at 10:17 AM, Emilio Pozuelo Monfort <span dir="ltr"><<a href="mailto:pochu@debian.org" target="_blank">pochu@debian.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 12/06/13 16:48, Patrick Baggett wrote:<br>
> Hi Emilio,<br>
><br>
> I have an ia64 box with local graphics adapter and working X server. Pardon<br>
> the newbie question -- do I use apt-get to pull the source and then build<br>
> it using "make test" or some other procedure?<br>
<br>
</div>That's great! Something like this should work:<br>
<br>
apt-get update<br>
apt-get source gtk+3.0<br>
apt-get build-dep gtk+3.0<br>
cd gtk+3.0-3.8.2<br>
dpkg-buildpackage -us -uc<br>
<br>
At some point the build will fail (when running the tests). Then do:<br>
<br>
cd debian/build/shared/tests/a11y<br>
<br>
./children<br>
<br>
And see if the test passes. And<br>
<br>
xvfb-run ./children<br>
<br>
And see if it fails.<br>
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888">Emilio<br>
</font></span></blockquote></div><br></div>