Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108585 - If I install ndiswrapper i cant (re)compile the kernel (broken pipe)
Summary: If I install ndiswrapper i cant (re)compile the kernel (broken pipe)
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-09 04:20 UTC by KirO
Modified: 2005-10-23 10:40 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.