SPUG: Rakudo Perl 6 release 21 ('Seattle')

Yitzchak Scott-Thoennes sthoenna at efn.org
Wed Sep 23 22:32:36 PDT 2009


On Sat, September 19, 2009 9:15 am, C.J. Adams-Collier wrote:
> Is it in Debian yet?  If so, where is the debian/ directory kept, and
> can I build the .deb from source off of most snapshots?

For ubuntu (change jaunty as needed):

sudo sh
cat >/etc/apt/sources.list.d/parrot-dev.list
deb http://ppa.launchpad.net/sthoenna/parrot-ysth/ubuntu jaunty main
deb-src http://ppa.launchpad.net/sthoenna/parrot-ysth/ubuntu jaunty main
^D
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 834C179E
apt-get update
apt-get perl6


parrot occasionally segfaults building rakudo under lpia - just retrying
seems to work (though I don't know what all may differ from one try to
another on the launchpad build farm).

The dependencies aren't ideal; I think rakudo only needs libparrot1.6.0
and the library files from parrot-devel, but parrot-devel drags in all
the parrot packages except parrot-doc.



More information about the spug-list mailing list