FS#24575 - [automake] aclocal does not work anymore since the perl update

Attached to Project: Arch Linux
Opened by Guillaume Brunerie (Fractal) - Saturday, 04 June 2011, 16:34 GMT
Last edited by Allan McRae (Allan) - Saturday, 04 June 2011, 20:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Allan McRae (Allan)
Angel Velasquez (angvp)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

aclocal does not work anymore since the perl update

$ aclocal
/usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/auto/Cwd/Cwd.so: undefined symbol: Perl_Gthr_key_ptr

Additional info:
automake : 1.11.1-2
perl : 5.14.0-1
This task depends upon

Closed by  Allan McRae (Allan)
Saturday, 04 June 2011, 20:00 GMT
Reason for closing:  Not a bug
Comment by Ionut Biru (wonder) - Saturday, 04 June 2011, 16:40 GMT
pacman -Qo /usr/lib/perl5/site_perl/auto/Cwd/Cwd.so
Comment by Guillaume Brunerie (Fractal) - Saturday, 04 June 2011, 16:42 GMT
$ pacman -Qo /usr/lib/perl5/site_perl/auto/Cwd/Cwd.so
error: No package owns /usr/lib/perl5/site_perl/auto/Cwd/Cwd.so

But perl owns the file /usr/lib/perl5/core_perl/auto/Cwd/Cwd.so, I guess this is this file that aclocal is looking for.
Comment by Jan de Groot (JGC) - Saturday, 04 June 2011, 17:50 GMT
If no package owns that file, delete it. Probably something custom compiled from CPAN.

Loading...