Re: [aur-general] error building perl-package-stash-xs
Try to uninstall 'perl-scalar-list-utils' at all from you machine. Its functionality is in Perl's core. And then try to rebuild 'perl-package-stash-xs'.
ok, I unistall: perl-moose-2.0007-1 perl-eval-closure-0.06-1 perl-scalar-list-utils-1.23-4 (for dependencies) now perl-package-stash-xs build OK thanks a lot sacarde@tiscali.it
On Sunday 03 July 2011 09:52:46 sacarde wrote:
ok, I unistall:
perl-moose-2.0007-1 perl-eval-closure-0.06-1 perl-scalar-list-utils-1.23-4 (for dependencies)
now perl-package-stash-xs build OK We switched perl to 5.14.1, I guess you have to rebuild your perl modules from AUR.
-- Andrea
On Sun, Jul 3, 2011 at 4:45 AM, Andrea Scarpino <andrea@archlinux.org> wrote:
On Sunday 03 July 2011 09:52:46 sacarde wrote:
ok, I unistall:
perl-moose-2.0007-1 perl-eval-closure-0.06-1 perl-scalar-list-utils-1.23-4 (for dependencies)
now perl-package-stash-xs build OK We switched perl to 5.14.1, I guess you have to rebuild your perl modules from AUR.
-- Andrea
Users must rebuild all their AUR perl XS modules. XS modules have dynamic libraries compiled for the version of perl they were built with. This command shows all the perl XS modules that are from the AUR installed on the system. pacman -Qmq | perl -ne 'print if /^perl/ && grep { /.so$/ } `pacman -Ql $_`' -- -Justin
On 03.07.2011 10:45, Andrea Scarpino wrote:
On Sunday 03 July 2011 09:52:46 sacarde wrote:
ok, I unistall:
perl-moose-2.0007-1 perl-eval-closure-0.06-1 perl-scalar-list-utils-1.23-4 (for dependencies)
now perl-package-stash-xs build OK We switched perl to 5.14.1, I guess you have to rebuild your perl modules from AUR.
If you don't know which modules are broken this script generates a list: http://git.server-speed.net/bin/plain/find-broken-perl-packages.sh -- Florian Pritz
participants (4)
-
Andrea Scarpino
-
Florian Pritz
-
Justin Davis
-
sacarde