Package Details: perl-hash-fieldhash 0.15-3

Git Clone URL: https://aur.archlinux.org/perl-hash-fieldhash.git (read-only, click to copy)
Package Base: perl-hash-fieldhash
Description: Lightweight field hash for inside-out objects
Upstream URL: http://search.cpan.org/dist/Hash-FieldHash
Licenses: GPL, PerlArtistic
Submitter: minimalist
Maintainer: Forty-Bot
Last Packager: Forty-Bot
Votes: 3
Popularity: 0.000000
First Submitted: 2011-11-14 21:15 (UTC)
Last Updated: 2021-08-10 05:48 (UTC)

Latest Comments

yar commented on 2021-08-10 05:34 (UTC)

Thanks for the fixes but you still need makedepends=(perl-module-build)

Forty-Bot commented on 2021-07-24 17:57 (UTC)

Patch to fix building:

diff --git c/PKGBUILD i/PKGBUILD
index 61da567..abc2a9a 100644
--- c/PKGBUILD
+++ i/PKGBUILD
@@ -17,7 +17,7 @@ sha512sums=('25c13a103ee8e643ae08ad47b5ba2f9f35a43c2f1ac3812b52c8893f15cc52aabf6
 _distdir="Hash-FieldHash-0.14"

 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=.                 \
       PERL_AUTOINSTALL=--skipdeps                            \
       PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
       PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \

alexteee commented on 2021-03-18 00:36 (UTC)

I have the same issue as J5lx

J5lx commented on 2020-05-12 15:53 (UTC)

I couldn’t build this package even with perl-module-build:

==> Starting build()...
Can't locate builder/MyBuilder.pm in @INC (you may need to install the builder::MyBuilder module) (@INC contains: /usr/lib/perl5/5.30/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.30/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.30/core_perl /usr/share/perl5/core_perl) at Build.PL line 12.
BEGIN failed--compilation aborted at Build.PL line 12.
==> ERROR: A failure occurred in build().

yar commented on 2016-12-15 23:43 (UTC)

boosting gergan_penkov's comment, a year later... needs to makedepend on perl-module-build

gergan_penkov commented on 2015-10-31 14:08 (UTC)

the package has build-time dependancy on perl-module-build, please add it to the PKGBUILD