Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make spectest: Scope not found for PAST::Var '@INC' #726

Closed
p6rt opened this issue Feb 26, 2009 · 8 comments
Closed

make spectest: Scope not found for PAST::Var '@INC' #726

p6rt opened this issue Feb 26, 2009 · 8 comments

Comments

@p6rt
Copy link

p6rt commented Feb 26, 2009

Migrated from rt.perl.org#63506 (status was 'resolved')

Searchable as RT63506$

@p6rt
Copy link
Author

p6rt commented Feb 26, 2009

From ilia@nurey.com

I am on OS X 10.5.6 using perl 5.8.9 from macports.

I cloned rakudo's git repo and then compiled as follows​:

$ cd rakudo
$ perl Configure.pl --gen-parrot
$ parrot/parrot_config revision
37000
$ gmake
$ gmake spectest
perl t/harness --fudge --keep-exit-code --jobs --tests-from-file=t/
spectest.data
Scope not found for PAST​::Var '@​INC' in
current instr.​: 'parrot;PCT;HLLCompiler;panic' pc 146 (src/PCT/
HLLCompiler.pir​:102)
called from Sub 'parrot;PAST;Compiler;post_children' pc 2099 (src/PAST/
Compiler.pir​:410)
called from Sub 'parrot;PAST;Compiler;call' pc 4336 (src/PAST/
Compiler.pir​:1094)
called from Sub 'parrot;PAST;Compiler;post_children' pc 2099 (src/PAST/
Compiler.pir​:410)
called from Sub 'parrot;PAST;Compiler;call' pc 4336 (src/PAST/
Compiler.pir​:1094)
called from Sub 'parrot;PAST;Compiler;post_children' pc 2099 (src/PAST/
Compiler.pir​:410)
called from Sub 'parrot;PAST;Compiler;as_post' pc 2514 (src/PAST/
Compiler.pir​:597)
called from Sub 'parrot;PAST;Compiler;post_children' pc 2099 (src/PAST/
Compiler.pir​:410)
called from Sub 'parrot;PAST;Compiler;as_post' pc 3547 (src/PAST/
Compiler.pir​:861)
called from Sub 'parrot;PAST;Compiler;post_children' pc 2099 (src/PAST/
Compiler.pir​:410)
called from Sub 'parrot;PAST;Compiler;pirop' pc 4170 (src/PAST/
Compiler.pir​:1039)
called from Sub 'parrot;PAST;Compiler;post_children' pc 2099 (src/PAST/
Compiler.pir​:410)
called from Sub 'parrot;PAST;Compiler;as_post' pc 3547 (src/PAST/
Compiler.pir​:861)
called from Sub 'parrot;PCT;HLLCompiler;compile' pc 428 (src/PCT/
HLLCompiler.pir​:301)
called from Sub 'parrot;PCT;HLLCompiler;eval' pc 920 (src/PCT/
HLLCompiler.pir​:519)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1496 (src/PCT/
HLLCompiler.pir​:787)
called from Sub 'parrot;Perl6;Compiler;main' pc 22036 (perl6.pir​:162)
t/spec/S02-builtin_data_types/anon_block.rakudo ................ ok
Scope not found for PAST​::Var '@​INC' in
current instr.​: 'parrot;PCT;HLLCompiler;panic' pc 146 (src/PCT/
HLLCompiler.pir​:102)
called from Sub 'parrot;PAST;Compiler;post_children' pc 2099 (src/PAST/
Compiler.pir​:41
....

@p6rt
Copy link
Author

p6rt commented Feb 28, 2009

From @pmichaud

On Wed Feb 25 18​:21​:49 2009, ilia@​nurey.com wrote​:

I am on OS X 10.5.6 using perl 5.8.9 from macports.

I cloned rakudo's git repo and then compiled as follows​:

$ cd rakudo
$ perl Configure.pl --gen-parrot
$ parrot/parrot_config revision
37000
$ gmake
$ gmake spectest
perl t/harness --fudge --keep-exit-code --jobs --tests-from-file=t/
spectest.data
Scope not found for PAST​::Var '@​INC' in
current instr.​: 'parrot;PCT;HLLCompiler;panic' pc 146 (src/PCT/
HLLCompiler.pir​:102)

Could you let me know what version of TAP​::Harness or Test​::Harness is
being used when you get this error? The error is likely coming from there.

Thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Feb 28, 2009

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Mar 1, 2009

From ilia@nurey.com

This only occurs on the perl 5.8.9 built from macports. I see no such
problem on Apple's bundled perl which is 5.8.8

ilia.

@p6rt
Copy link
Author

p6rt commented Mar 1, 2009

From ilia@nurey.com

Module id = TAP​::Harness
  CPAN_USERID ANDYA (Andy Armstrong <andy@​hexten.net>)
  CPAN_VERSION 3.16
  CPAN_FILE A/AN/ANDYA/Test-Harness-3.16.tar.gz
  MANPAGE TAP​::Harness - Run test scripts with statistics
  INST_FILE /opt/local/lib/perl5/5.8.9/TAP/Harness.pm
  INST_VERSION 3.16

On Sat, Feb 28, 2009 at 6​:19 PM, Patrick R. Michaud via RT
<perl6-bugs-followup@​perl.org> wrote​:

On Wed Feb 25 18​:21​:49 2009, ilia@​nurey.com wrote​:

I am on OS X 10.5.6 using perl 5.8.9 from macports.

I cloned rakudo's git repo and then compiled as follows​:

$ cd rakudo
$ perl Configure.pl --gen-parrot
$ parrot/parrot_config revision
37000
$ gmake
$ gmake spectest
perl t/harness --fudge --keep-exit-code --jobs --tests-from-file=t/
spectest.data
Scope not found for PAST​::Var '@​INC' in
current instr.​: 'parrot;PCT;HLLCompiler;panic' pc 146 (src/PCT/
HLLCompiler.pir​:102)

Could you let me know what version of TAP​::Harness or Test​::Harness is
being used when you get this error?  The error is likely coming from there.

Thanks!

Pm

--
Ilia Lobsanov
Nurey Networks - http://www.nurey.com
New Ideas for a New Economy
Python, Perl, Java, Linux & more
Toronto +1 647 996 9087
Boston +1 781 328 1162

@p6rt
Copy link
Author

p6rt commented Mar 1, 2009

From @pmichaud

Now fixed in cd8ea0c, thanks!

Pm

1 similar comment
@p6rt
Copy link
Author

p6rt commented Mar 1, 2009

From @pmichaud

Now fixed in cd8ea0c, thanks!

Pm

@p6rt
Copy link
Author

p6rt commented Mar 1, 2009

@pmichaud - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Mar 1, 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant