Hello, Am Dienstag, den 16.09.2014, 09:32 +0100 schrieb Nicholas Clark: > What are the current active ports of Rakudo? > > I see a list in http://rakudo.org/how-to-get-rakudo/ > > Firstly, a "bug report" - the Cygwin link is broken. It needs /x86/ > ie should become: https://cygwin.com/packages/x86/rakudo/ > OpenSUSE probably should link to http://software.opensuse.org/package/rakudo > > Anyway, based on the list there, these look rather dead: > > Cygwin 201204 https://cygwin.com/packages/x86/rakudo/ > Fedora "2010-11-20"? http://fedoraproject.org/wiki/Features/Rakudo_Star > > https://admin.fedoraproject.org/pkgdb/package/rakudo/ > Is the Fedora package dead?
the Fedora package is not dead. Only the Feature webpage will not be updated. The moarvm request passed the review: https://bugzilla.redhat.com/show_bug.cgi?id=1071163 You can see the rakudo-star builds on Fedora at: http://koji.fedoraproject.org/koji/packageinfo?packageID=10898 The current rakudo-star build at Fedora is available for the backends Moar and Parrot. [gz016@vgerd2 ~]$ yum list rakudo-star Geladene Plugins: langpacks, refresh-packagekit Installierte Pakete rakudo-star.x86_64 0.0.2014.04_6.1.0-1.fc20 installed [gz016@vgerd2 ~]$ perl6 --version This is perl6 version 2014.04 built on MoarVM version 2014.04 [gz016@vgerd2 ~]$ perl6-p --version This is perl6 version 2014.04 built on parrot 6.1.0 revision 0 [gz016@vgerd2 ~]$ Gerd Pokorra