Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157796 - net-wireless/ipw2100-1.2.1 broken in stable tree
Summary: net-wireless/ipw2100-1.2.1 broken in stable tree
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Christian Heim (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: kernel-2.6.19
  Show dependency tree
 
Reported: 2006-12-10 21:22 UTC by Johan Hovold
Modified: 2006-12-30 17:59 UTC (History)
1 user (show)

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


Attachments
ipw2100-1.2.1-linux-2.6.19.patch (ipw2100-1.2.1-linux-2.6.19.patch,327 bytes, patch)
2006-12-10 21:26 UTC, Johan Hovold
Details | Diff

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