Package Details: perl-log-dispatch 2.71-1

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: goeb
Last Packager: goeb
Votes: 19
Popularity: 0.002250
First Submitted: 2008-10-02 20:42 (UTC)
Last Updated: 2023-11-07 13:57 (UTC)

Pinned Comments

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.

Latest Comments

1 2 Next › Last »

GaryScottMartin commented on 2023-06-23 23:22 (UTC) (edited on 2023-06-23 23:25 (UTC) by GaryScottMartin)

I was eventually able to get this to build correctly by editing the PKGBUILD as follows:

pkgver=2.71
[...]
md5sums=('c81e21b6c4b2a8fdb0e9d3c6999e3bfe')
sha512sums=('b3aac1e0dab7b4c02fe98ac3c82854d9413c97510e390ace26fa5630cdaece628f9ea4e4c925ec10d1e6e386cc24617b348f5df837e6465cc9f49d465eb0e386')

I then had to install/reinstall a long series of perl packages with pacman. I did this one at a time based on packages reported as missing in the build process. Most of these packages pacman reported as installed and up to date. Some of those packages are already listed as dependencies in the PKGBUILD. Because I don't understand what was happening here well enough, I don't feel confident in posting my updated PKGBUILD.

A list of the installed/reinstalled perl modules (in reverse order of my install/reinstall):

perl-exception-class
perl-sub-identify
perl-devel-stacktrace
perl-eval-closure
perl-role-tiny
perl-mro-compat
perl-package-stash
perl-package-stash-xs
perl-namespace-clean
perl-sub-exporter-progressive
perl-module-implementation
perl-b-hooks-endofscope
perl-namespace-autoclean
perl-try-tiny
perl-ipc-run3
perl-dist-checkconflicts
perl-log-log4perl

eworm commented on 2021-06-08 11:35 (UTC)

Looks like perl-namespace-autoclean is a hard dependency...

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