First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 78094
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Skobel <skobel@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

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

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

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







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


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 :)

First Last Prev Next    No search results available      Search page      Enter new bug