Bug#653240: Fixed: rakudo: 'perl6' command with no arguments results in PARROT VM: Could not load bytecode Could not load oplib `io_ops'

2011-12-26 Thread Alessandro Ghedini
retitle 653240 rakudo: should Depends on versioned parrot too
tags 653240 pending
kthxbye

Hi,

On Sun, Dec 25, 2011 at 02:20:50PM -0800, Steve Lane wrote:
 Got it working.
 
 Turns out, on a Debian Stable box, I also needed to do this:
 
 root@linux apt-get install parrot/testing parrot-minimal/testing
 
 because the Stable versions were already installed, but (apparently)
 weren't new enough.
 
 Maybe change/update the Depends: ?

As of now rakudo only Depends on parrot-devel (= 3.6.0), which in turns
Depends on an unversioned parrot. We should either Depends also on
parrot (= 3.6.0) or parrot-devel should change its Depends.

I've just pushed the first solution to git.

Cheers

-- 
perl -E'$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#653240: Fixed: rakudo: 'perl6' command with no arguments results in PARROT VM: Could not load bytecode Could not load oplib `io_ops'

2011-12-25 Thread Steve Lane
Got it working.

Turns out, on a Debian Stable box, I also needed to do this:

root@linux apt-get install parrot/testing parrot-minimal/testing

because the Stable versions were already installed, but (apparently)
weren't new enough.

Maybe change/update the Depends: ?

In any event, I can now do:

root@linux perl6
 say Hello, world!
Hello, world!

Thanks/best,

--
Steve Lane

On Dec 25 12:51, Steve Lane wrote:
 Package: rakudo
 Version: 0.1~2011.07-1
 Severity: normal
 
 
 It is my understanding from the documentation that simply typing
 'perl6' on the command line should put me into interactive mode (based
 on http://rakudo.org/how-to-get-rakudo/).
 
 Instead I get the error message:
 
 PARROT VM: Could not load bytecode
 Could not load oplib `io_ops'
 
 So... it looks like something is missing.  This was my install (note
 that this machine is running stable, not testing, so perhaps that is
 part of the problem..?):
 
   root@linux apt-get install rakudo parrot-devel/testing
   Reading package lists... Done
   Building dependency tree
   Reading state information... Done
   Selected version '3.6.0-1' (Debian:testing [amd64]) for 'parrot-devel'
   The following extra packages will be installed:
 libparrot-dev libparrot2.0.0 libparrot3.6.0 parrot parrot-devel 
 parrot-minimal
   Suggested packages:
 parrot-doc
   The following NEW packages will be installed:
 libparrot-dev libparrot2.0.0 libparrot3.6.0 parrot parrot-devel 
 parrot-minimal rakudo
 
 all of which went perfectly smoothly.
 
 Thanks/best
 
 --
 Steve Lane
 
 -- System Information:
 Debian Release: 6.0.3
   APT prefers stable
   APT policy: (990, 'stable'), (900, 'testing'), (800, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages rakudo depends on:
 ii  libc6 2.11.2-10  Embedded GNU C Library: Shared 
 lib
 ii  libparrot3.6.03.6.0-1Parrot shared library
 ii  libreadline6  6.1-3  GNU readline and history 
 libraries
 ii  parrot-devel  3.6.0-1Parrot development tools
 
 rakudo recommends no packages.
 
 rakudo suggests no packages.
 
 -- no debconf information

--
Steve Lane
System Administrator, Scientific Computing
Joint BioEnergy Institute
Lawrence Berkeley National Laboratory





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org