Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22123 - ExtUtils-AutoInstall-0.52.ebuild has an interactive componant
Summary: ExtUtils-AutoInstall-0.52.ebuild has an interactive componant
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-02 16:41 UTC by Fred Van Andel (RETIRED)
Modified: 2003-06-02 22:18 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 Fred Van Andel (RETIRED) gentoo-dev 2003-06-02 16:41:26 UTC
The ebuild ExtUtils-AutoInstall-0.52.ebuild is asking for input when biulding, 
this is not allowed, portage should never ask for input.




see the lines below marked ==>






*** ExtUtils::AutoInstall version 0.52


*** Checking for dependencies...


[Core Features]


- Cwd                 ...loaded. (2.06)


- Carp                ...loaded. (1.01)


- ExtUtils::Manifest  ...loaded. (1.38)


- ExtUtils::MakeMaker ...loaded. (6.05)


[CPANPLUS Support]


- CPANPLUS            ...failed! (needs 0.032)


==> Do you wish to install the 1 optional module(s)? [n]


[CPAN.pm support]


- CPAN                ...loaded. (1.61 >= 1.0)


[Nondecimal version number support]


- version             ...failed! (needs 0.28)


==> Do you wish to install the 1 optional module(s)? [n]


*** ExtUtils::AutoInstall configuration finished.


Checking if your kit is complete...










Reproducible: Always
Steps to Reproduce:
1. emerge ExtUtils-AutoInstall


2.


3.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2003-06-02 16:58:50 UTC
-r1 is in portage now - fixes the questions, should install non-interactively now. Please report back and let me know so we can close this bug. Thanks,

Mike
Comment 2 Fred Van Andel (RETIRED) gentoo-dev 2003-06-02 22:18:22 UTC
It works.