Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 29901

Summary: mm-sources-2.6.0_beta6-r1 ebuild does not apply the mm patch
Product: Gentoo Linux Reporter: Fred B. <frediz>
Component: [OLD] Core systemAssignee: x86-kernel (DEPRECATED) <x86-kernel>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Missing line

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 ;)