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


I've tested and produced these results on:-
Vista32, ActivePerl 5.10
Vista64, ActivePerl 5.8.8
XP, ActivePerl 5.10

Infinoid tested on Strawberry Perl and said he didn't get the same 
problem. Maybe an issue with ActivePerl's version of ExtUtils::Command???

Steps to reproduce realclean bug:-

cd /c
mkdir temp
cd temp
git clone git://github.com/rakudo/rakudo.git
(d0a5de5)
perl Configure.pl --gen-parrot
(got r38250)
mingw32-make

Then try to clean:-

C:\temp\rakudo>mingw32-make realclean
C:\Perl\bin\perl.exe -MExtUtils::Command -e rm_f perl6.pbc perl6.c 
*.manifest *.
pdb perl6.o perl6.exe perl6_s1.pbc Test.pir src\gen_*.pir src\gen_*.pm 
src\pmc\*
.h src\pmc\*.c src\pmc\*.dump src\pmc\*.o src\pmc\*.dll src\pmc\*.exp 
src\pmc\*.
ilk src\pmc\*.manifest src\pmc\*.pdb src\pmc\*.lib src\pmc\objectref.pmc 
src\ops
\*.h src\ops\*.c src\ops\*.o src\ops\*.dll
C:\Perl\bin\perl.exe -MExtUtils::Command -e rm_f src\utils\Makefile Makefile

C:\temp\rakudo>ls

C:\temp\rakudo>dir
 Volume in drive C has no label.
 Volume Serial Number is 90C9-3341

 Directory of C:\temp\rakudo

22/04/2009  20:51    <DIR>          .
22/04/2009  20:51    <DIR>          ..
22/04/2009  13:38    <DIR>          .git
22/04/2009  13:38               202 .gitignore
22/04/2009  13:38    <DIR>          build
22/04/2009  13:38             3,658 Configure.pl
22/04/2009  13:38             5,151 CREDITS
22/04/2009  13:38    <DIR>          docs
22/04/2009  20:01        10,414,563 libparrot.dll
22/04/2009  13:38             8,902 LICENSE
22/04/2009  20:02    <DIR>          parrot
22/04/2009  13:38             7,025 perl6.pir
22/04/2009  13:38             6,198 README
22/04/2009  20:51    <DIR>          src
22/04/2009  13:38    <DIR>          t
22/04/2009  13:38             6,899 Test.pm
22/04/2009  13:38    <DIR>          tools
               8 File(s)     10,452,598 bytes
               9 Dir(s)  82,706,616,320 bytes free

C:\temp\rakudo>cd src\ops

C:\temp\rakudo\src\ops>ls

C:\temp\rakudo\src\ops>dir
 Volume in drive C has no label.
 Volume Serial Number is 90C9-3341

 Directory of C:\temp\rakudo\src\ops

22/04/2009  20:36    <DIR>          .
22/04/2009  20:36    <DIR>          ..
22/04/2009  13:38                74 .gitignore
22/04/2009  13:38             7,982 perl6.ops
22/04/2009  20:35            52,067 perl6_ops.c
22/04/2009  20:36           498,470 perl6_ops.dll
22/04/2009  20:35             1,899 perl6_ops.h
22/04/2009  20:36           486,284 perl6_ops.o
22/04/2009  20:35            48,732 perl6_ops_cg.c
22/04/2009  20:36           495,268 perl6_ops_cg.dll
22/04/2009  20:35             1,966 perl6_ops_cg.h
22/04/2009  20:35           482,128 perl6_ops_cg.o
22/04/2009  20:35            57,153 perl6_ops_cgp.c
22/04/2009  20:36           495,453 perl6_ops_cgp.dll
22/04/2009  20:35             2,074 perl6_ops_cgp.h
22/04/2009  20:36           482,207 perl6_ops_cgp.o
22/04/2009  20:35            51,452 perl6_ops_switch.c
22/04/2009  20:36           494,372 perl6_ops_switch.dll
22/04/2009  20:35             2,089 perl6_ops_switch.h
22/04/2009  20:36           481,096 perl6_ops_switch.o
              18 File(s)      4,140,766 bytes
               2 Dir(s)  82,706,616,320 bytes free

C:\temp\rakudo\src\ops>

Reply via email to