Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7120 - perl 5.6.1 fails to build during tests - no suid's in bin
Summary: perl 5.6.1 fails to build during tests - no suid's in bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-27 09:16 UTC by Michael Cummings (RETIRED)
Modified: 2003-02-04 19:42 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 Michael Cummings (RETIRED) gentoo-dev 2002-08-27 09:16:48 UTC
phoen][x pointed this one out to me on #gentoo-dev. Perl 5.6.1, during it's 
test phase, does a suid check on the bin dir's to see if it can tell what 
uid,guid,suid,etc. files are set to. On a freshly built box, this test can fail 
(did for phoen][x) and halt the perl install. This does not affect 5.8 - the 
syntax for this test is "smarter" in 5.8. Working on a patch of -r6 now.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2002-08-27 09:18:02 UTC
FYI, the problem is in op/t/stat.t - have a fix, testing now
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-09-05 11:39:17 UTC
Ooooops. Yeah, so this fix has been tested and commited already. Sorry about 
leaving this open so long.