FS#13080 - [spamassassin] missing dependency for sa-learn
Attached to Project:
Arch Linux
Opened by Mario St-Gelais (marxav) - Sunday, 01 February 2009, 14:45 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 07 November 2009, 16:52 GMT
Opened by Mario St-Gelais (marxav) - Sunday, 01 February 2009, 14:45 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 07 November 2009, 16:52 GMT
|
Details
Description:
sa-learn --spam /home/marst/Maildir/junk/ /usr/bin/perl: symbol lookup error: /usr/lib/perl5/site_perl/current/i686-linux-thread-multi/auto/Term/ReadKey/ReadKey.so: undefined symbol: Perl_Tstack_sp_ptr Additional info: Name : spamassassin Version : 3.2.5-2 Workaround: pacman -S perl-term-readkey If perl-term-readykey was a dependency to spamassassin, problem would be corrected. |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Saturday, 07 November 2009, 16:52 GMT
Reason for closing: Works for me
Saturday, 07 November 2009, 16:52 GMT
Reason for closing: Works for me
Comment by Jan de Groot (JGC) -
Monday, 02 February 2009, 07:41 GMT
IMHO this is just a bug in your installation. The official
perl-term-readkey package installs into
/usr/lib/perl5/vendor_perl/auto/Term/ReadKey/ReadKey.so where you
have an outdated version in a different location, breaking your
setup. Installing the arch version fixes your problem, as the
vendor_perl path seems to take preference.
Comment by Dale Blount (dale) -
Monday, 02 February 2009, 13:19 GMT
It's still a valid bug which I will fix on next rebuild.