Skip Menu |

This queue is for tickets about the Gnome2 CPAN distribution.

Report information
The Basics
Id: 11487
Status: resolved
Priority: 0/
Queue: Gnome2

People
Owner: Nobody in particular
Requestors: oneforall59 [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.020
Fixed in: (no value)



Subject: compile errors
Gnome2-1.020# make test PERL_DL_NONLAZY=1 /usr/bin/perl5.8.6 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Gnome..................ok t/GnomeApp...............ok t/GnomeAppBar............ok t/GnomeAppHelper.........ok t/GnomeColorPicker.......ok t/GnomeConfig............ok t/GnomeDateEdit..........NOK 5 # Failed test (t/GnomeDateEdit.t at line 33) # Structures begin differing at: # $got = '[ show-time 24-hr ]' # $expected = 'ARRAY(0x8441330)' # Looks like you failed 1 test of 5. t/GnomeDateEdit..........dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/5 tests, 80.00% okay t/GnomeDruid.............ok t/GnomeEntry.............ok t/GnomeFileEntry.........ok t/GnomeFontPicker........ok t/GnomeHRef..............ok t/GnomeI18N..............ok t/GnomeIconEntry.........ok t/GnomeIconList..........ok t/GnomeIconSelection.....ok t/GnomeIconTheme.........ok 5/10Use of uninitialized value in -e at t/GnomeIconTheme.t line 49. t/GnomeIconTheme.........NOK 6 # Failed test (t/GnomeIconTheme.t at line 49) t/GnomeIconTheme.........NOK 7 # Failed test (t/GnomeIconTheme.t at line 50) # The object isn't defined t/GnomeIconTheme.........NOK 8 # Failed test (t/GnomeIconTheme.t at line 51) # undef # doesn't match '(?-xism:^\d+$)' t/GnomeIconTheme.........ok 10/10# Looks like you failed 3 tests of 10. t/GnomeIconTheme.........dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 6-8 Failed 3/10 tests, 70.00% okay t/GnomePasswordDialog....ok 2/7 skipped: various reasons t/GnomePixmapEntry.......ok t/GnomePopupMenu.........ok t/GnomeProgram...........ok t/GnomeScores............ok t/GnomeThumbnail.........ok 2/4 skipped: has_uri and is_valid are broken t/GnomeUtil..............ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/GnomeDateEdit.t 1 256 5 1 20.00% 5 t/GnomeIconTheme.t 3 768 10 3 30.00% 6-8 4 subtests skipped. Failed 2/24 test scripts, 91.67% okay. 4/207 subtests failed, 98.07% okay. make: *** [test_dynamic] Error 25 diong make install but if there is something I can do to helpfix this letme know thanks Slackware 10.1.0 2.6.10-rc2-mm3-V0.7.31-13
[guest - Sun Feb 13 01:48:38 2005]: Show quoted text
> t/GnomeDateEdit..........NOK 5 > # Failed test (t/GnomeDateEdit.t at line 33) > # Structures begin differing at: > # $got = '[ show-time 24-hr ]' > # $expected = 'ARRAY(0x8441330)' > # Looks like you failed 1 test of 5. > t/GnomeDateEdit..........dubious > Test returned status 1 (wstat 256, 0x100) > DIED. FAILED test 5 > Failed 1/5 tests, 80.00% okay
This is a known problem with newer versions of Test::More. We're working on it. Show quoted text
> t/GnomeIconTheme.........ok 5/10Use of uninitialized value in -e at > t/GnomeIconTheme.t line 49. > t/GnomeIconTheme.........NOK 6 > # Failed test (t/GnomeIconTheme.t at line 49) > t/GnomeIconTheme.........NOK 7 > # Failed test (t/GnomeIconTheme.t at line 50) > # The object isn't defined > t/GnomeIconTheme.........NOK 8 > # Failed test (t/GnomeIconTheme.t at line 51) > # undef > # doesn't match '(?-xism:^\d+$)' > t/GnomeIconTheme.........ok 10/10# Looks like you failed 3 tests of > 10. > t/GnomeIconTheme.........dubious > Test returned status 3 (wstat 768, 0x300) > DIED. FAILED tests 6-8 > Failed 3/10 tests, 70.00% okay
This looks like you don't have that particular icon installed. Both failures are harmless and can be ignored. -- Bye, -Torsten
[TSCH - Mon Feb 14 13:45:48 2005]: Show quoted text
> This is a known problem with newer versions of Test::More. We're > working on it.
Ok, hopefully we've finally have it fixed now. The next stable releases should not show this problem.