Comment #6 on issue 1202 by takao.fujiwara1: "make check" fails 2 of 7 tests. Error: assertion failed: (IBUS_IS_CONNECTION (connection))
http://code.google.com/p/ibus/issues/detail?id=1202

Comment 4

It seems your real issue is the ibus installation but not make check.

3) ./configure
10) /usr/local/bin/ibus-daemon

Probably it would be good for you to install ibus in /usr instead of /usr/local if you don't set the run path.

./configure --prefix=/usr
make install

Probably it's good to run the ibus-daemon without using the build user if you cannot resolve the display issue. You could run both ibus-daemon and make check with the normal account if the build dir has the proper write permissions.

--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复