Bug 78094 - hostap-driver is provided by mm-sources (and possibly others)
Bug#: 78094 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: kernel@gentoo.org Reported By: skobel@gmail.com
Component: Ebuilds
URL: 
Summary: hostap-driver is provided by mm-sources (and possibly others)
Keywords:  InCVS
Status Whiteboard: 
Opened: 2005-01-15 07:59 0000
Description:   Opened: 2005-01-15 07:59 0000
The hostap driver is included in recent mm-sources kernels, so it should
provide it so hostap-utils and the likes don't want to install hostap-driver

Reproducible: Always
Steps to Reproduce:
1. emerge mm-sources
2. emerge hostap-utils

Actual Results:  
Gentoo tries to emerge hostap-driver when mm-sources provided it already.

Expected Results:  
Gentoo should recognize that hostap-driver is provided by the kernel.

------- Comment #1 From Stefan Schweizer 2005-01-15 12:31:48 0000 -------
I think we could use linux_chkconfig_present to check if the module is provided
by the kernel we are compiling for .. the "providing" with portage is not very
handy imo.

------- Comment #2 From Henrik Brix Andersen 2005-01-15 15:30:13 0000 -------
Exactly how is that going to solve the dependency problem in hostapd and
hostap-utils?

------- Comment #3 From John Mylchreest (RETIRED) 2005-01-15 15:42:59 0000 -------
support has been added into the linux-mod.eclass now for
CHECK_CONFIG="@OPTION:module"
what this does is, if OPTION in kernel is present, remove module from
MODULE_NAMES.

This will help you elleviate the issue where it will build and install kernel
drivers, over a kernel which already supports this, while still building any
other modules or tools in the ebuild.

As I don't understand the setup of hostap properly, I wont comment on any other
problems :)

------- Comment #4 From Henrik Brix Andersen 2005-01-18 03:22:17 0000 -------
I've removed the dependency on hostap-driver from hostapd and hostap-utils.
Closing as FIXED InCVS.

------- Comment #5 From Henrik Brix Andersen 2005-01-18 03:22:35 0000 -------
Really closing this time :)