gnome-2.0 bonobo-activation tests fail



Hi,

I'm trying to compile/install gnome-2.0. I'm running debian
woody. ORBit compiled, tested installed without an error. The compile
of bonobo-activation-1.0.2 went okay, but the tests fail:

make[2]: Entering directory `/usr/local/src/gnome-2.0/bonobo-activation-1.0.2/test'

** (process:29721): CRITICAL **: file bonobo-activation-activate.c: line 288 (bonobo_activation_query): assertion `ac' failed
Time to query '0.045109'
Waiting to see if the server erroneously quits
FAIL: bonobo-activation-test
testing async interfaces
testing activate_async...  passed
testing activate_async...  failed
testing activate_from_id_async...  passed
testing activate_from_id_async...  failed
Async Test Results: 2 passed upon 4 
FAIL: bonobo-activation-test-async
===================
2 of 2 tests failed
===================


in bonbo-activation-activate.c around line 288 I see:

Bonobo_ServerInfoList *
bonobo_activation_query (const char   *requirements,
                         char * const *selection_order,
                         CORBA_Environment *ev)
{
	Bonobo_StringList selorder;
	Bonobo_ServerInfoList *res;
	CORBA_Environment myev;
	Bonobo_ActivationContext ac;
        char *ext_requirements;
        char *query_requirements;

	g_return_val_if_fail (requirements, CORBA_OBJECT_NIL);
	ac = bonobo_activation_activation_context_get ();
	g_return_val_if_fail (ac, CORBA_OBJECT_NIL);


the last line is line 288.

Do you have any idea what the solution might be?

Kendall




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]