Package Details: rakudo 2025.03-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: hurufu
Last Packager: hurufu
Votes: 77
Popularity: 0.019980
First Submitted: 2009-08-07 12:03 (UTC)
Last Updated: 2025-03-30 09:59 (UTC)

Dependencies (2)

Required by (3)

Sources (1)

Pinned Comments

Latest Comments

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

defaultxr commented on 2025-07-03 16:56 (UTC)

To get zef to install without giving the perl6-install-dist error, I edited zef's PKGBUILD to change the depends line to read depends=('rakudo'). After doing that (and installing rakudo and its dependencies), then zef's PKGBUILD builds and installs fine, and zef seems to start as expected.

spider-mario commented on 2024-07-03 20:09 (UTC)

After over three years of pretty much not using Arch Linux (I was only keeping a VM of it to keep updating my AUR packages), I have decided to finally step down as a maintainer for this (and my other AUR packages). Whoever feels up to the task of maintaining this may volunteer.

(It’s usually relatively uninvolved: bump the pkgver in moarvm then nqp then this, run updpkgsums then makepkg --printsrcinfo > .SRCINFO as needed, build the packages in that order to check, push the changes. The most likely bump you might encounter, and it’s not that likely either, is that this or nqp gets a .1 release but its dependencies don’t, so that you might have to temporarily change depends=(nqp>=$pkgver) into a more relaxed requirement. Even that could be automated in principle but I guess I never bothered.)

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.