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

1 2 Next › Last »

rokku commented on 2022-07-17 00:01 (UTC)

@Jaska: Cannot reproduce. I tested rakudo-bin and rakuo - both are working perfectly fine.

Jaska commented on 2022-07-13 20:01 (UTC)

the check method fails for me, I have rakudo-bin as perl6 dependency

./xt/repository.t ................... Dubious, test returned 1 (wstat 256, 0x100) Failed 2/5 subtests

Test Summary Report

./xt/repository.t (Wstat: 256 (exited 1) Tests: 3 Failed: 0) Non-zero exit status: 1 Parse errors: Bad plan. You planned 5 tests but ran 3. Files=12, Tests=59, 80 wallclock secs ( 0.08 usr 0.02 sys + 114.61 cusr 6.60 csys = 121.31 CPU) Result: FAIL ==> ERROR: A failure occurred in check(). Aborting...

rokku commented on 2021-11-06 20:55 (UTC)

@manifest0: thanks for your report. indeed the symlink to /usr/bin was missing. i updated the package

Manifest0 commented on 2021-11-04 18:40 (UTC)

shouldn't this package create a link to /usr/bin/ ? Or at least change the PATH to include /usr/share/perl6/vendor/bin/ ?

rokku commented on 2020-10-18 20:50 (UTC)

This package is heavily outdated and was orphaned. I am working on a new update which should released very soon.

arch_jeff commented on 2020-06-16 20:06 (UTC)

I see Raku Star and Zef are both orphaned. I'll be releasing updated packages for both shortly.

Manifest0 commented on 2020-01-26 12:11 (UTC)

I marked this package as out-of-date, because it says that is 0.7.4-1, however when checking the PKGBUILD, it is 0.8.2 which is the latest one.

@savagezen, could you please update the .SRCINFO so the package metadata will be updated in AUR?

To update the srcinfo just run: $ makepkg --printsrcinfo > .SRCINFO

And then commit and push the changes.

More info here: https://wiki.archlinux.org/index.php/.SRCINFO

atweiden commented on 2017-08-07 02:28 (UTC)

Awesome, it looks like it is possible to install perl6 pkgs system-wide, again. Thanks very much to jonathon for figuring this out. It appears all 180ish perl6 packages I have in the AUR are installing successfully once again using this same approach. For now, you're going to need your rakudo installed with this line for it to work: # source: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=rakudo-git#n41 install -Dm 755 tools/install-dist.pl "$pkgdir/usr/bin/perl6-install-dist" I've petitioned the maintainers of the rakudo[-star] pkgs to add that step to the installation process, until then you'll have to use rakudo-git.