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

Bug 108585

Summary: If I install ndiswrapper i cant (re)compile the kernel (broken pipe)
Product: Gentoo Linux Reporter: KirO <aferre>
Component: [OLD] UnspecifiedAssignee: Doug Goldstein (RETIRED) <cardoe>
Status: RESOLVED TEST-REQUEST    
Severity: blocker CC: kernel
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description KirO 2005-10-09 04:20:29 UTC
When ndiswrapper is installed i cant compile the kernel (gentoo-sources), it
shows a "Broken Pipe" error. If I uninstall ndiswrapper and I compile the kernel
all goes ok, then i can reinstall ndiswrapper.

I cant paste the error because i dont have Internet Access yet on this Machine
but is like this:

if [ -r System.map -a -x /sbin/depmod ]; then /sbin/dpmod -ae -f System.map
2.6.13-gentoo-r3: fi
make[2]: *** [scripts/mod/modpost.o] Broken pipe
make[1]: *** [scripts/mod] Error 2
make: *** [scripts] Error 2

Thank you for all

Reproducible: Always
Steps to Reproduce:
1. Install ndiswrapper (wi-fi driver) with emerge
2. Try to compile kernel

Actual Results:  
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/dpmod -ae -f System.map
2.6.13-gentoo-r3: fi
make[2]: *** [scripts/mod/modpost.o] Broken pipe
make[1]: *** [scripts/mod] Error 2
make: *** [scripts] Error 2

Expected Results:  
Compile kernel
Comment 1 Ruud Althuizen 2005-10-14 09:23:20 UTC
(Manually) updating to version 1.4 is supposed to fix this. The only problem
that I keep getting are permission rights when trying to download the sources.
Comment 2 Ruud Althuizen 2005-10-14 09:26:16 UTC
(In reply to comment #1)
> The only problem that I keep getting are permission rights when trying to
download the sources.
Changing to a dir where you do have write permissions tends to fix this though.

Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2005-10-23 10:40:11 UTC
please test again with ebuild version 1.4 and re-open if problem presists.