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

Bug 157796

Summary: net-wireless/ipw2100-1.2.1 broken in stable tree
Product: Gentoo Linux Reporter: Johan Hovold <jhovold>
Component: Current packagesAssignee: Christian Heim (RETIRED) <phreak>
Status: RESOLVED WONTFIX    
Severity: normal CC: latexer
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 156669    
Attachments: ipw2100-1.2.1-linux-2.6.19.patch

Description Johan Hovold 2006-12-10 21:22:34 UTC
The module does not build on newer kernels since linux/config.h has been removed. The following patch solves the problem:

--- ipw2100-1.2.1.orig/ipw2100.c        2006-12-11 15:12:53.000000000 +1100
+++ ipw2100-1.2.1/ipw2100.c     2006-12-11 15:14:35.000000000 +1100
@@ -134,7 +134,9 @@
 */
 
 #include <linux/compiler.h>
+#ifndef AUTOCONF_INCLUDED
 #include <linux/config.h>
+#endif
 #include <linux/errno.h>
 #include <linux/if_arp.h>
 #include <linux/in6.h>
Comment 1 Johan Hovold 2006-12-10 21:26:20 UTC
Created attachment 103778 [details, diff]
ipw2100-1.2.1-linux-2.6.19.patch

Attaching patch.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-12-11 00:46:37 UTC
Kindly review http://bugs.gentoo.org/page.cgi?id=fields.html#bug_severity
Comment 3 Christian Heim (RETIRED) gentoo-dev 2006-12-17 18:12:58 UTC
Thanks again to Johan another bug blocking 2.6.19 has been fixed. Still need to get the new revision stabled for 2.6.19.
Comment 4 Daniel Drake (RETIRED) gentoo-dev 2006-12-30 17:59:51 UTC
This package is about to go into package.mask in favour of the in-kernel ones, so closing