From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2006-05-22 23:21:11
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D342444 gnome-perl | Gnome2::Print | Ver: unspecified ------- Comment #13 from Sergei Steshenko 2006-05-22 23:20 UTC ------- OK, it was simple - I replaced 'print' with 'warn' - STDERR is not interc= epted. Now 'make_test.log' looks this way: " PERL_DL_NONLAZY=3D1 /usr/bin/perl5.8.7 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.GnomePrint...........ok t/01.GnomePrintConfig.....ok t/02.GnomePrintContext....ok t/03.GnomePrintJob........ok t/04.GnomePrintDialog.....Gtk-WARNING **: Unable to locate theme engine i= n module_path: "galaxy", at t/04.GnomePrintDialog.t line 27. $VAR1 =3D bless( {}, 'Gnome2::Print::Dialog' ); $VAR1 =3D [ 'Gtk2::Dialog' ]; $VAR1 =3D []; Gtk2::VERSION 1.083 Glib::VERSION 1.082 Can't locate object method "signal_connect" via package "Gnome2::Print::D= ialog" at t/04.GnomePrintDialog.t line 39. # Looks like you planned 4 tests but only ran 1. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 2-4 Failed 3/4 tests, 25.00% okay t/05.GnomeFont............ok t/06.GnomeFontDialog......ok t/07.GnomePrintUnit.......ok t/08.GnomePrintPaper......ok Failed Test Stat Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------= ------ t/04.GnomePrintDialog.t 255 65280 4 6 150.00% 2-4 Failed 1/9 test scripts, 88.89% okay. 3/45 subtests failed, 93.33% okay. make: *** [test_dynamic] Error 255 ". Wrong versions of Gtk2 and Glib were taken - the correct ones are Glib-1.120, Gtk2-1.121. So, for some reason 'make test' didn't take the right versions. Again reliance on PERL5LIB and ignoring the whole bunch of -I <path> I gave during 'perl Makefile.PL' ? --=20 Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. |