Subject: | Errors in Net::Dbus |
Date: | Wed, 7 Jun 2006 15:27:36 -0700 |
To: | bug-net-dbus [...] rt.cpan.org |
From: | "David Davis" <david.davis [...] gmail.com> |
I'd like to write in some POE support for dbus, but ran into some issues...
Show quoted text
cpan> install Net::DBus
Running install for module Net::DBus
Running make for D/DA/DANBERR/Net-DBus-0.32.2.tar.gz
Is already unwrapped into directory /home/xantus/.cpan/build/Net-
DBus-0.32.2
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-constants............ok
t/15-message..............ok
t/20-callback.............ok
t/25-reactor..............ok
t/30-server...............ok
t/40-introspector.........ok
t/50-object-introspect....ok
t/60-object-props.........10488: arguments to
dbus_message_set_reply_serial() were incorrect, assertion "reply_serial !=
0" failed in file dbus-message.c line 405.
This is normally a bug in some application using the D-BUS library.
No memory to allocate message at
/home/xantus/.cpan/build/Net-DBus-0.32.2/blib/lib/Net/DBus/Binding/Message/MethodReturn.pm
line 38.
# Looks like you planned 13 tests but only ran 3.
# Looks like your test died just after 3.
t/60-object-props.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-13
Failed 10/13 tests, 23.08% okay
t/65-object-magic.........10490: arguments to
dbus_message_set_reply_serial() were incorrect, assertion "reply_serial !=
0" failed in file dbus-message.c line 405.
This is normally a bug in some application using the D-BUS library.
No memory to allocate message at
/home/xantus/.cpan/build/Net-DBus-0.32.2/blib/lib/Net/DBus/Binding/Message/MethodReturn.pm
line 38.
# Looks like you planned 7 tests but only ran 3.
# Looks like your test died just after 3.
t/65-object-magic.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-7
Failed 4/7 tests, 42.86% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/60-object-props.t 255 65280 13 20 153.85% 4-13
t/65-object-magic.t 255 65280 7 8 114.29% 4-7
Failed 2/9 test scripts, 77.78% okay. 14/88 subtests failed, 84.09% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Failed during this command:
DANBERR/Net-DBus-0.32.2.tar.gz : make_test NO
perl -v
This is perl, v5.8.7 built for i486-linux-gnu-thread-multi
Thanks
David