Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140762 - imapsync-1.171-r1 ebuild fails - missing dependencies
Summary: imapsync-1.171-r1 ebuild fails - missing dependencies
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-17 04:09 UTC by Vieri
Modified: 2006-07-17 08:51 UTC (History)
0 users

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 Vieri 2006-07-17 04:09:31 UTC
The imapsync ebuild 1.171-r1 fails (tested on amd64; failed dependencies) and requires at least the following to complete successfully:
# emerge g-cpan
# g-cpan -i Term-ReadKey
# g-cpan -i Net-SSLeay
# emerge imapsync

Also, version bump request for imapsync 1.178 at http://www.linux-france.org/prj/imapsync/dist/
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-17 05:07:32 UTC
<snip>
DEPEND=">=dev-perl/Mail-IMAPClient-2.1.4"

RDEPEND="${DEPEND}
        perl-core/Digest-MD5
        dev-perl/Net-SSLeay
        perl-core/MIME-Base64
        dev-perl/TermReadKey
        dev-perl/Digest-HMAC"
</snip>

Run 'perl-cleaner all' - no missing deps there.
Comment 2 Vieri 2006-07-17 08:51:42 UTC
> Run 'perl-cleaner all'
You have an answer to everything ;-)
Thank you