Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29901 - mm-sources-2.6.0_beta6-r1 ebuild does not apply the mm patch
Summary: mm-sources-2.6.0_beta6-r1 ebuild does not apply the mm patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 07:00 UTC by Fred B.
Modified: 2003-09-29 19:33 UTC (History)
0 users

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


Attachments
Missing line (mm-patch,73 bytes, patch)
2003-09-29 07:07 UTC, Fred B.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fred B. 2003-09-29 07:00:16 UTC
Easy fix :
        cd ${S}
->
        find . -iname "*~" | xargs rm 2> /dev/null

Something like
        bzcat ${DISTDIR}/${KV}.bz2 | patch -p1 || die "mm patch failed"
is missing

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Fred B. 2003-09-29 07:07:27 UTC
Created attachment 18477 [details, diff]
Missing line
Comment 2 Brandon Hale (RETIRED) gentoo-dev 2003-09-29 19:33:18 UTC
this has been fixed ;)