Looks like perl-namespace-autoclean is a hard dependency...
Search Criteria
Package Details: perl-log-dispatch 2.70-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/perl-log-dispatch.git (read-only, click to copy) |
---|---|
Package Base: | perl-log-dispatch |
Description: | Dispatches messages to one or more outputs |
Upstream URL: | https://metacpan.org/release/Log-Dispatch |
Licenses: | GPL, PerlArtistic |
Submitter: | xduugu |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 18 |
Popularity: | 0.010513 |
First Submitted: | 2008-10-02 20:42 (UTC) |
Last Updated: | 2020-10-05 01:53 (UTC) |
Dependencies (12)
- perl (perl-git)
- perl-devel-globaldestruction
- perl-dist-checkconflicts
- perl-ipc-run3
- perl-module-runtime
- perl-params-validate
- perl-eval-closure (check)
- perl-namespace-autoclean (check)
- perl-params-validationcompiler (check)
- perl-specio (check)
- perl-test-fatal (check)
- perl-test-needs (check)
Required by (9)
Sources (1)
Latest Comments
eworm commented on 2021-06-08 11:35 (UTC)
Thaodan commented on 2018-07-22 11:49 (UTC)
i tried to use gpdfand which uses this module and found out some modules are now needed during runtime that were used as check before, see here: https://gitlab.com/Arch-Enterprise-packaging/perl-log-dispatch/
sanerb commented on 2017-09-11 04:47 (UTC)
FYI, 2.66 builds. one/more of the tests fail so the checks might need to be disabled. couple warnings here and there but other than that it builds fine.
bidulock commented on 2017-09-05 06:35 (UTC)
Installs in the wrong directories for new versioned directory perl.
sl1pkn07 commented on 2017-08-26 22:45 (UTC) (edited on 2017-08-27 11:21 (UTC) by sl1pkn07)
diff --git a/PKGBUILD b/PKGBUILD
index 7d0e3d1..651336d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-log-dispatch'
-pkgver='2.57'
+pkgver='2.66'
pkgrel='1'
pkgdesc="Dispatches messages to one or more outputs"
arch=('any')
@@ -10,12 +10,12 @@ license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-devel-globaldestruction' 'perl-dist-checkconflicts>=0.02' 'perl-ipc-run3' 'perl-module-runtime' 'perl-params-validate>=1.03' 'perl>=5.006')
makedepends=()
-checkdepends=('perl-test-fatal' 'perl-test-needs')
+checkdepends=('perl-test-fatal' 'perl-test-needs' 'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure' 'perl-params-validationcompiler')
url='https://metacpan.org/release/Log-Dispatch'
-source=('http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Log-Dispatch-2.57.tar.gz')
-md5sums=('2cb5bc33f3bb11ccdff5f584b6b573b5')
-sha512sums=('eca2938493ec2e846d857f5fb39349cea1956f487a71b89ef1aca2b85cd5aa1c409ae6348468fcf86a9b1d877f81c224b629da0fb60dbf483fe14886afeb196e')
-_distdir="Log-Dispatch-2.57"
+source=('http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Log-Dispatch-2.66.tar.gz')
+md5sums=('f6f05462a62e3d6c6014774d9adc9312')
+sha512sums=('50ca5bd6d9abb47d2fa35dfe4799670030f6c7dcd59c51587bfad8bcb13ed713ee03d50152532db351c76b4cf407b9626bf30211aeeebfb26e1d873ecd978e27')
+_distdir="Log-Dispatch-2.66"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
Yurashina commented on 2017-08-08 11:10 (UTC)
the package not even exist on the source, since he got updated by the package ownner on metacpan.
to compile this package, use temporaly this link: http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Log-Dispatch/Log-Dispatch-2.57.tar.gz/md5/2cb5bc33f3bb11ccdff5f584b6b573b5/Log-Dispatch-2.57.tar.gz
jnbek commented on 2016-10-05 15:18 (UTC)
There is a dependency issue with one of the core modules, I haven't been able to get it worked out. Apologies that I haven't messaged on this sooner.
pa314159 commented on 2016-10-03 14:32 (UTC) (edited on 2016-10-03 14:33 (UTC) by pa314159)
Please update to 2.57 and add 'perl-ipc-run3' to depends and 'perl-test-needs' (in AUR) to checkdepends
thor77 commented on 2016-09-16 20:27 (UTC)
Please consider using a dynamic source-url ("[...]/Log-Dispatch-$pkgver.tar.gz"
dracorp commented on 2015-11-15 12:00 (UTC)
Could you add perl-test-notabs to makedepends?
wiliam commented on 2014-08-13 18:09 (UTC)
Hello Synthead, noting the package needs perl-class-load dependency also.
Synthead commented on 2013-07-27 03:58 (UTC)
@kirpich: petl-try-tiny doesn't seem to be needed for this package. Are you encountering an error of some sort?
kirpich commented on 2012-06-01 05:41 (UTC)
add to depends petl-try-tiny please
Synthead commented on 2012-02-24 00:56 (UTC)
Revision 2: Added 'perl-module-implementation' dependency.
therico commented on 2012-01-22 00:23 (UTC)
Hi, can you add the exports from https://wiki.archlinux.org/index.php/Perl_Package_Guidelines#Hardened_Example as I am using local::lib and it sets PERL_MM_OPT and PERL_MB_OPT, causing the package to install to /home/$USER/perl5 rather than vendor_perl.
Pinned Comments
jnbek commented on 2016-10-05 15:18 (UTC)