This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

perl6 fails


I'm running cygwin on Windows 7 Pro with rakudo 2.3.0 and the most recent perl6 installed. cygcheck.out attached.

Simple perl6 test scripts fail. As does command line option -v. Am I missing something? Is something broken?

Transcript follows sig.

TIA
David

--------------------8<---------------------------------------

$ cat test.p6
#!/usr/bin/perl6

say "Hello P6 World";


$ ./test.p6
compiler returned NULL ByteCode '/usr/lib/parrot/2.3.0/library/config.pir' - No such file or directory
current instr.: 'parrot;PCT;HLLCompiler;init' pc 24 (compilers/pct/src/PCT/HLLCompiler.pir:29)



$ perl6 test.p6
compiler returned NULL ByteCode '/usr/lib/parrot/2.3.0/library/config.pir' - No such file or directory
current instr.: 'parrot;PCT;HLLCompiler;init' pc 24 (compilers/pct/src/PCT/HLLCompiler.pir:29)



$ ls -l /usr/lib/parrot/2.3.0/library/config.pir
-rw-r--r-- 1 admin root 2453 2010-04-20 10:20 /usr/lib/parrot/2.3.0/library/config.pir



$ parrot -V This is Parrot version 2.3.0 built for i386-cygwin. Copyright (C) 2001-2010, Parrot Foundation.

This code is distributed under the terms of the Artistic License 2.0.
For more details, see the full text of the license in the LICENSE file
included in the Parrot source tree.


$ perl6 -v
compiler returned NULL ByteCode '/usr/lib/parrot/2.3.0/library/config.pir' - No such file or directory
current instr.: 'parrot;PCT;HLLCompiler;init' pc 24 (compilers/pct/src/PCT/HLLCompiler.pir:29)



Attachment: cygcheck.out
Description: Text document

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]