Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114155 - perl-cleaner calls grep with too many arguments
Summary: perl-cleaner calls grep with too many arguments
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-01 08:36 UTC by Joerg Plate
Modified: 2006-05-06 18:19 UTC (History)
0 users

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


Attachments
perl-cleaner patch (perl-cleaner.114155.patch,806 bytes, patch)
2005-12-20 14:45 UTC, Paul Varner (RETIRED)
Details | Diff
perl-cleaner patch (perl-cleaner.114155.patch,808 bytes, patch)
2005-12-20 15:10 UTC, Paul Varner (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Plate 2005-12-01 08:36:52 UTC
Locating modules for reinstall
/usr/bin/perl-cleaner: line 106: /bin/grep: Argument list too long

Locating ebuilds linked against libperl
/usr/bin/perl-cleaner: line 212: /bin/grep: Argument list too long
/usr/bin/perl-cleaner: line 212: /bin/grep: Argument list too long
/usr/bin/perl-cleaner: line 212: /bin/grep: Argument list too long


Reproducible: Always
Steps to Reproduce:
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2005-12-01 08:43:38 UTC
emerge info? always valuable. architecture?
Comment 2 Paul Varner (RETIRED) gentoo-dev 2005-12-20 14:45:20 UTC
Created attachment 75235 [details, diff]
perl-cleaner patch

Does this patch fix the issue?
Comment 3 Paul Varner (RETIRED) gentoo-dev 2005-12-20 15:10:59 UTC
Created attachment 75237 [details, diff]
perl-cleaner patch

Performance sucks with the patch and grep, changing to fgrep.
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2006-05-06 18:19:31 UTC
applied in svn. I expect to release this in the next day or so.