First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 126306
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Miika Linnapuomi <some.mki@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 126306 depends on: Show dependency tree
Bug 126306 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: 2006-03-15 07:17 0000
I have set KBUILD_OUTPUT in make.conf as I compile my kernels using O= to keep
the sources directory clean.

To fix it I just had to change:
BUILD_PARAMS="KSRC=${KV_DIR} KSRC_OUTPUT=${KV_OUT_DIR}"
to:
BUILD_PARAMS="-C ${KV_DIR} M=${S}"

and on ipw2200 to:
BUILD_PARAMS="-C ${KV_DIR} M=${S} IEEE80211_INC=/usr/include"

These seem to work nicely even with the output files in the kernel sources dir.
The M= is the new way to build modules outside the sources dir according to
/usr/src/linux/Makefile, and O= or KSRC_OUTPUT= isnt needed as KBUILD_OUTPUT
will be in the environment anyway if it is set.

------- Comment #1 From Henrik Brix Andersen 2006-03-31 07:18:15 0000 -------
Fixed in net-wireless/ieee80211-1.1.13 and net-wireless/ipw2200-1.1.2, thank
you for reporting this.

I've solved the problem a bit different than you proposed and submitted it for
upstream inclusion at http://bughost.org/bugzilla/show_bug.cgi?id=987

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