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

Bug 60941

Summary: madwifi-driver-0.1_pre20040726: new path for the modpost script in 2.6.8
Product: Gentoo Linux Reporter: Mikael <atac>
Component: New packagesAssignee: Mobile Herd (OBSOLETE) <mobile+disabled>
Status: VERIFIED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mikael 2004-08-19 13:57:55 UTC
if [[ "${KV}" > "2.5" ]] ; then
        cd /usr/src/linux
        ./scripts/modpost ./vmlinux
fi

changed to:
if [[ "${KV}" > "2.5" ]] ; then
        cd /usr/src/linux
        ./scripts/mod/modpost ./vmlinux
fi



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 solar (RETIRED) gentoo-dev 2004-09-06 12:38:53 UTC
madwifi-driver-0.1_pre20040906 and madwifi-tools-0.1_pre20040906 
are both in the tree now. This should work for everybody.

emerge rsync
ACCEPT_KEYWORDS=~x86 emerge madwifi-driver madwifi-tools

Please test and CLOSE appropriate bugs if this solves the problem anybody was
having.
Comment 2 Henrik Brix Andersen 2004-10-22 11:53:10 UTC
Can this bug be closed as FIXED?
Comment 3 Henrik Brix Andersen 2004-11-01 05:42:33 UTC
This bug report is awaiting feedback from the reporter.
Comment 4 Henrik Brix Andersen 2004-12-29 06:25:57 UTC
Closing due to lack of feedback.