Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76689 Details for
Bug 118394
app-portage/gentoolkit (revdep-rebuild) fix for "fgrep -l -f - */*/CONTENTS" overflow
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revdep-rebuild-overflow.patch
revdep-rebuild-overflow.patch (text/plain), 897 bytes, created by
Alexey Maximov
on 2006-01-09 23:30:44 UTC
(
hide
)
Description:
revdep-rebuild-overflow.patch
Filename:
MIME Type:
Creator:
Alexey Maximov
Created:
2006-01-09 23:30:44 UTC
Size:
897 bytes
patch
obsolete
>diff -ruN gentoolkit-0.2.2_pre2.orig/src/revdep-rebuild/revdep-rebuild gentoolkit-0.2.2_pre2/src/revdep-rebuild/revdep-rebuild >--- gentoolkit-0.2.2_pre2.orig/src/revdep-rebuild/revdep-rebuild 2006-01-07 10:26:06.000000000 +0600 >+++ gentoolkit-0.2.2_pre2/src/revdep-rebuild/revdep-rebuild 2006-01-10 13:28:23.000000000 +0600 >@@ -527,11 +527,10 @@ > else > if [ -s "$LLIST.3_rebuild" ] ; then > set_trap "$LLIST.4_ebuilds" >- cat $LLIST.3_rebuild | sed 's/^/obj /;s/$/ /' | >- ( >- cd /var/db/pkg >- fgrep -l -f - */*/CONTENTS >- ) | sed s:/CONTENTS:: > $LLIST.4_ebuilds >+ cat $LLIST.3_rebuild | sed 's/^/obj /;s/$/ /' > $LLIST.3_rebuild.tmp >+ >+ find /var/db/pkg -name CONTENTS -type f -exec 'cat $LLIST.3_rebuild.tmp | fgrep -l {} \;' | sed s:/var/db/pkg/:: | sed s:/CONTENTS:: > $LLIST.4_ebuilds >+ > echo -e " done.\n ($LLIST.4_ebuilds)" > else > echo " Nothing to rebuild"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118394
:
76612
|
76687
| 76689 |
82654