Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 201849
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 188373
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ramachandran M S <ramachandranms@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 201849 depends on: Show dependency tree
Bug 201849 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-12-10 13:29 0000
After compiling the latest kernel (2.6.23-gentoo-r3), the ndiswrapper-1.47
won't compile.

Giving error message on ntoskernel.c @ kmem_cache_create().

I had a look in the kernel code, the kmem_cache_create() has only 5 arguments,
whereas ndiswrapper expectes 6.

Since the last two arguments were NULL, i deleted the last argument in the call
to kmem_cache_create() from ntoskernel.c.

Now i am running my wifi with ndiswrapper without any problem.

Reproducible: Always

Steps to Reproduce:
1. Compile latest kernel (2.6.23-gentoo-r3)
2. emerge -C ndiswrapper
3. emerge ndiswrapper

Actual Results:  
got error on compiling ntoskernel.c

"kmem_cache_create() has too many arguments"

Expected Results:  
the ndiswrapper module should compile properly and build the ntoskernel.o

------- Comment #1 From Jakub Moc (RETIRED) 2007-12-10 13:33:22 0000 -------

*** This bug has been marked as a duplicate of bug 188373 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug