Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59931 - IPC-ShareLite's closing stdin in global scope is evil.
Summary: IPC-ShareLite's closing stdin in global scope is evil.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-10 00:12 UTC by Brian Harring (RETIRED)
Modified: 2005-03-22 05:28 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 Brian Harring (RETIRED) gentoo-dev 2004-08-10 00:12:42 UTC
Summary says it all; at the moment, ebuild.sh isn't affected by closing stdin in the global scope, although enhancement's I'm working on are (pretty nastily I might add).

For dev-perl/IPC-ShareLite, you're after killing stdin only for the src_compile phase I'd assume (perhaps install also); why not do what net-www/swish-e does, and close it -only- in the applicable phase?
Comment 1 Brian Harring (RETIRED) gentoo-dev 2005-03-21 00:23:35 UTC
Yo.  It's still evil.
Why is it in the global scope?
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2005-03-22 05:28:54 UTC
Fixed. Who's to say why mkennedy took that approach. Not one us perl dev's use.