Package Details: zef 0.21.4-1

Git Clone URL: https://aur.archlinux.org/zef.git (read-only, click to copy)
Package Base: zef
Description: Rakudo (Perl6) Module Management
Upstream URL: https://github.com/ugexe/zef
Keywords: perl6 raku
Licenses: PerlArtistic
Groups: perl6
Submitter: atweiden
Maintainer: rokku
Last Packager: rokku
Votes: 8
Popularity: 0.000000
First Submitted: 2016-01-06 05:40 (UTC)
Last Updated: 2024-02-23 07:50 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

jonathon commented on 2017-08-05 22:54 (UTC) (edited on 2017-08-05 22:59 (UTC) by jonathon)

After annoying both zef and rakudo developers, I've got a working PKGBUILD for zef: https://bpaste.net/show/c55be929ed3e Essentially, it switches to the rakudo 'install-dist.pl' script to manage installation to vendor (and so removes the need for alacryd). There's no removal of precomp files as (going on from nine's recommendation linked below) I'm not sure that's necessary. I've also removed the $pkgdir cleaning as this shouldn't be needed when using install-dist.pl (e.g. see https://build.opensuse.org/package/view_file/devel:languages:perl6/perl6-Inline-Perl5/perl6-Inline-Perl5.spec?expand=1), but please verify. Upstream report: https://rt.perl.org/Public/Bug/Display.html?id=131831 (which also links to the more embarrassing report to zef...)

atweiden commented on 2017-07-29 01:18 (UTC) (edited on 2017-07-29 01:21 (UTC) by atweiden)

The 2017.06 release of rakudo broke alacryd. This type of issue has been occurring regularly with the perl6 monthly releases. Frankly, I've given up on installing Perl6 modules system-wide. As of 2017-07-28, I recommend you install rakudo via https://github.com/tadzik/rakudobrew, use that to install zef, and then use zef to install modules. For an example dev env integration, see: https://github.com/atweiden/pacfiles

jerome2016 commented on 2017-07-23 10:46 (UTC)

try to install it with pacaur or with yaourt... same result: can not install because: "alacryd command not found" but alacryd is installed, and whereis alacryd show nothing (crying) i think there is something to do for help people to be able to try perl6 here...

wwinfrey commented on 2017-06-20 05:18 (UTC)

Attempting to install results in: ==> Validating source files with sha256sums... zef-0.1.16.tar.gz ... Passed ==> Extracting sources... -> Extracting zef-0.1.16.tar.gz with bsdtar ==> Starting check()... -> Running tests... ./t/00-load.t ........... ok ./t/identity.t .......... ok ./t/utils-filesystem.t .. ok ./xt/install.t .......... ok ./xt/repository.t ....... ok All tests successful. Files=5, Tests=20, 56 wallclock secs ( 0.03 usr 0.00 sys + 51.75 cusr 2.44 csys = 54.22 CPU) Result: PASS ==> Entering fakeroot environment... ==> Starting package()... -> Installing documentation... -> Installing... ===SORRY!=== Malformed UTF-8 at line 1 col 1 ==> ERROR: A failure occurred in package(). Aborting...