FS#23144 - [perl-mime-tools] Missing dependency perl-convert-binhex of perl-mime-tools

Attached to Project: Arch Linux
Opened by Techlive Zheng (techlive) - Saturday, 05 March 2011, 11:40 GMT
Last edited by Giovanni Scafora (giovanni) - Saturday, 05 March 2011, 18:35 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

The package perl-mime-tools in [Extra] was required by the amavisd-new.While starting amavisd,the error below has occured.

fetch_modules: error loading optional module MIME/Decoder/BinHex.pm:
Can't locate Convert/BinHex.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.10.1 /usr/share/perl5/site_perl/5.10.1 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl /usr/lib/perl5/current/x86_64-linux-thread-multi /usr/lib/perl5/current /usr/lib/perl5/site_perl/current/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/current) at /usr/share/perl5/vendor_perl/MIME/Decoder/BinHex.pm line 43.
BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/MIME/Decoder/BinHex.pm line 43.
Compilation failed in require at /usr/sbin/amavisd line 197.

And then,i check the code of /usr/share/perl5/vendor_perl/MIME/Decoder/BinHex.pm on line 43,the following code indicate that perl module Convert BinHex is needed.

use Convert::BinHex;

I also checked the same debian package in http://packages.debian.org/en/sid/libmime-tools-perl,and the perl-convert-binhex was absolutely the dependency.

Now,the perl-convert-binhex is in AUR,so please fix the PKGBUILD of perl-mime-tools and move perl-convert-binhex into offical repo.

Additional info:
* package version(s) perl-mime-tools 5.500-1

http://www.archlinux.org/packages/extra/any/perl-mime-tools/

* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Giovanni Scafora (giovanni)
Saturday, 05 March 2011, 18:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in perl-mime-tools 5.501-1

Loading...