Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5278 - grepmail-4.70-r1.ebuild
Summary: grepmail-4.70-r1.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Khayyam
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-19 17:51 UTC by Khayyam
Modified: 2006-02-04 06:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Khayyam 2002-07-19 17:51:49 UTC
attempted an --upgrade of grepmail to 4.70-r1 which looks like it requires
Digest/MD5.pm but the ebuild doesn't have this as a dependency, only dev-perl/Inline, dev-perl/TimeDate and dev-perl/DateManip.

error follows:

make[1]: Entering directory `/var/tmp/portage/grepmail-4.70-r1/work/grepmail-4.70/FastReader'
/usr/bin/perl -Mblib -MInline=_INSTALL_ -MMail::Folder::FastReader -e1 0.10 ../blib/arch
Using /var/tmp/portage/grepmail-4.70-r1/work/grepmail-4.70/FastReader/../blib
Can't locate Digest/MD5.pm in @INC (@INC contains: /var/tmp/portage/grepmail-4.70-r1/work/grepmail-4.70/FastReader/../blib/arch /var/tmp/portage/grepmail-4.70-r1/work/grepmail-4.70/FastReader/../blib/lib /usr/lib/perl5/5.6.1/powerpc-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/powerpc-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl .) at /usr/lib/perl5/site_perl/5.6.1/Inline.pm line 363, <DATA> line 1.
Compilation failed in require, <DATA> line 1.
BEGIN failed--compilation aborted, <DATA> line 1.
make[1]: *** [FastReader.inl] Error 2
make[1]: Leaving directory `/var/tmp/portage/grepmail-4.70-r1/work/grepmail-4.70/FastReader'
make: *** [subdirs] Error 2
Comment 1 Mark Guertin 2002-07-19 19:08:54 UTC
seemat: can you handle this or have someone more knowledgeable in perl do it?  I
don't wanna b0rk things I can't test properly :)
Comment 2 Khayyam 2002-07-19 23:04:40 UTC
i was able to build by emerging:

dev-perl/Digest-MD5
dev-prel/Parse-RecDescent

add these to DEPEND

Comment 3 Khayyam 2002-07-19 23:16:37 UTC
sorry that should read

-dev-prel/Parse-RecDescent
+dev-perl/Parse-RecDescent
Comment 4 Khayyam 2002-07-22 21:36:58 UTC
Added dev-perl/Digest-MD5 and dev-prel/Parse-RecDescent to DEPEND. Seemant: i think you may have had these installed prior to building.