Package Details: rakudo 2024.02-1

Git Clone URL: https://aur.archlinux.org/rakudo.git (read-only, click to copy)
Package Base: rakudo
Description: Raku compiler for MoarVM
Upstream URL: http://rakudo.org/
Licenses: PerlArtistic
Groups: perl6
Provides: perl6
Submitter: None
Maintainer: spider-mario
Last Packager: spider-mario
Votes: 75
Popularity: 0.020332
First Submitted: 2009-08-07 12:03 (UTC)
Last Updated: 2024-03-08 09:26 (UTC)

Dependencies (2)

Required by (4)

Sources (1)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

marcool04 commented on 2023-11-11 21:56 (UTC)

Failing right now because rakudo.org is down (and redirecting to github.com/rakudo/rakudo), but changing the source path to https://github.com/rakudo/rakudo/releases/download/2023.10/rakudo-2023.10.tar.gz works fine

jonathon commented on 2020-12-05 14:41 (UTC)

Just in case you ever wonder about aarch64, I've tested and everything in the chain up to (and including) Rakudo compiles and runs fine.

jonathon commented on 2019-11-06 22:07 (UTC) (edited on 2019-11-06 22:08 (UTC) by jonathon)

Hey! Just another little request for the inclusion of perl6-install-dist as with rakudo-git, https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=rakudo-git#n43

install -Dm 755 tools/install-dist.p6 "$pkgdir/usr/bin/perl6-install-dist"

It makes installing Perl6 modules much easier (and is required by e.g. zef).

code-hunger commented on 2019-04-27 15:29 (UTC)

Trying to install the nqp dependency fails with E404 due to some problems on the rakudo servers (see https://github.com/perl6/rakudo.org/issues/26)

You can install rakudo from https://perl6intro.com/files/rakudo-star-2019.03.tar.gz, following the instructions here: http://perl6.org/downloads/.

The url in PKGBUILD can be updated with this one, but I'm not sure what would happen with the nqp dependency then (rakudo installed nqp for me, though maybe this can be turned off). One might end up with two instances of nqp if they install rakudo with nqp already installed, but I guess there should be a way to turn that off.

spider-mario commented on 2018-12-30 11:57 (UTC)

2018.12 is out but I won’t be able to update the package until next week because I am on vacation without access to my Arch install. Sorry for the inconvenience and thank you for your patience.

0_0 commented on 2018-09-29 07:07 (UTC)

Could you please put back perl6-install-dist? The file was renamed from "install-dist.pl" to "install-dist.p6", which broke the previous command.

jdn06 commented on 2017-09-22 17:55 (UTC)

Last update solved the issue for me. Thank you.

jdn06 commented on 2017-09-08 16:12 (UTC) (edited on 2017-09-08 17:20 (UTC) by jdn06)

@spider-mario Yes it is a build error. I had the same problem on three different machines. I build in this order: moarvm, nqp and rakudo. moarvm and nqp are now installed with the last version, but rakudo fails to compile. I think that alexpr just had to downgrade moarvm and nqp, as the old rakudo fails to start with the updated dependencies. Tell me if I can do something to give you more information about the problem.

spider-mario commented on 2017-09-05 21:34 (UTC) (edited on 2017-09-05 21:36 (UTC) by spider-mario)

I am not sure that I understand. Do you get this error when building the package? Have you tried removing old versions of rakudo/nqp/moarvm and building the new versions from scratch? And in what way did it break your current install? That should not happen. For me, the package built successfully, as you can tell from the update on my binary repository (see pinned comment). You can always try to install from there if all else fails.