Package Details: perl-crypt-argon2 0.029-18

Git Clone URL: https://aur.archlinux.org/perl-crypt-argon2.git (read-only, click to copy)
Package Base: perl-crypt-argon2
Description: Perl interface to the Argon2 key derivation functions
Upstream URL: https://metacpan.org/release/Crypt-Argon2
Keywords: argon2 argon2id cryptography hashing
Licenses: GPL, PerlArtistic
Submitter: lionelm
Maintainer: lionelm
Last Packager: lionelm
Votes: 1
Popularity: 0.000588
First Submitted: 2021-05-31 20:59 (UTC)
Last Updated: 2025-04-13 08:04 (UTC)

Latest Comments

lionelm commented on 2025-04-10 17:25 (UTC)

It should be good for now with cpanminus

@Scimmia, thanks for your comment, I did find a way to not use the sudo flag of cpanm (-S) to install Dist::Build

Scimmia commented on 2025-04-10 01:15 (UTC)

Both of you should be testing this in a clean chroot/container. When this asks for a password for sudo, you automatically know this whole thing is invalid.

stef204 commented on 2025-04-07 21:07 (UTC) (edited on 2025-04-07 21:12 (UTC) by stef204)

@lionelm same error unfortunately

==> Starting build()...
_dir is /tmp/bb/perl-crypt-argon2/src/Crypt-Argon2-0.029/Build.PL
Can't locate Dist/Build.pm in @INC (you may need to install the Dist::Build module) (@INC entries checked: /usr/lib/perl5/5.40/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.40/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.40/core_perl /usr/share/perl5/core_perl) at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.
==> ERROR: A failure occurred in build().

I used bauerbill as AUR helper in this instance, but other AUR helper produce the same error.

lionelm commented on 2025-04-07 17:57 (UTC) (edited on 2025-04-07 17:58 (UTC) by lionelm)

@stef204 Try

pacman -Rsc perl-crypt-argon2 perl-cpanplus-dist-build perl-module-build
paru -Sy perl-crypt-argon2 # or use yay if its the AUR helper you have installed

stef204 commented on 2025-04-07 13:41 (UTC) (edited on 2025-04-07 21:08 (UTC) by stef204)

this fails to build for me:

==> Starting build()...
_dir is /tmp/bb/perl-crypt-argon2/src/Crypt-Argon2-0.029/Build.PL
Can't locate Dist/Build.pm in @INC (you may need to install the Dist::Build module) (@INC entries checked: /usr/lib/perl5/5.40/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.40/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.40/core_perl /usr/share/perl5/core_perl) at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.
==> ERROR: A failure occurred in build().

Looks like I'm missing a dependency? But which one(s)? I do have perl-module-build 0.4234-4 and perl-cpanplus-dist-build 0.90-1 installed