# New Ticket Created by  Andy Dougherty 
# Please include the string:  [perl #44997]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44997 >


I'm seeing the following failure in t/configure/029-option_or_data.t
on Solaris:

$ perl5.8 -Ilib t/configure/029-option_or_data.t
1..25
[ . . . ]
ok 22 - inter::progs has description
C compiler failed (see test.cco) at config/init/hints/solaris.pm line 39
        init::hints::solaris::__ANON__('cc', '/usr/bin/gcc-3.3') called at 
lib/Parrot/Configure/Data.pm line 120
        Parrot::Configure::Data::set('Parrot::Configure::Data=HASH(0x2d28a8)') 
called at config/inter/progs.pm line 69
        inter::progs::runstep('inter::progs=HASH(0x3d642c)', 
'Parrot::Configure=HASH(0x2d28e4)') called at t/configure/029-option_or_data.t 
line 56
# Looks like you planned 25 tests but only ran 22.
# Looks like your test died just after 22.

The 'test.cco' output contains the following:

    Can't exec "/usr/bin/gcc-3.3": No such file or directory at 
lib/Parrot/Configure/Step.pm line 441.

This is correct.  I don't have a file "/usr/bin/gcc-3.3." Unfortunately, I 
don't understand what the test is actually trying to do.  It 
unconditionally sets

    my $CC = "/usr/bin/gcc-3.3";

even though /usr/bin/gcc-3.3 doesn't exist on my system.

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to