Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 239492 - parrot: incorrect dependencies and updated ebuild
Summary: parrot: incorrect dependencies and updated ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL: https://svn.perl.org/parrot/trunk/README
Whiteboard:
Keywords:
Depends on:
Blocks: 234007
  Show dependency tree
 
Reported: 2008-10-04 04:05 UTC by Jason Switzer
Modified: 2010-01-08 20:23 UTC (History)
1 user (show)

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


Attachments
Current & Fixed ebuild (parrot-0.7.1.ebuild,1.98 KB, text/plain)
2008-10-04 04:08 UTC, Jason Switzer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Switzer 2008-10-04 04:05:38 UTC
parrot is using bad dependencies. The only dependencies should be icu (if building against ICU), perl (DEPEND only), and automake (DEPEND only). See the README link in the URL for more information.

Reproducible: Always

Steps to Reproduce:
1. emerge parrot

Actual Results:  
Depends on python-2.4*, gpu, gdbm, ncurses, readline

Expected Results:  
Only depends on dev-lang/perl-5*, automake, and icu (IUSE).
Comment 1 Jason Switzer 2008-10-04 04:08:12 UTC
Created attachment 167122 [details]
Current & Fixed ebuild

The attached ebuild properly installs the current 0.7.1 release. The mirrors do not have this file, so the URL will have to change (s/http/mirror/).

This ebuild also rectifies the dependencies according to the parrot README.
Comment 2 Patrick Lauer gentoo-dev 2010-01-08 20:23:22 UTC
1.7.0 has minimized deps. Closing.