Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149728 - linux-2.6.18-usermode: small error in Kconfig
Summary: linux-2.6.18-usermode: small error in Kconfig
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-01 07:47 UTC by Toralf Förster
Modified: 2008-07-08 18:07 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2006-10-01 07:47:33 UTC
Got this today:
n22 /usr/src/uml # make CC="ccache gcc" -j 2 ARCH=um menuconfig
  HOSTLD  scripts/kconfig/mconf
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/lxdialog.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/msgbox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTLD  scripts/kconfig/lxdialog/lxdialog
  HOSTLD  scripts/kconfig/lxdialog/lxdialog
scripts/kconfig/mconf arch/um/Kconfig
drivers/net/wireless/bcm43xx/Kconfig:5:warning: 'select' used by config symbol 'BCM43XX' refer to undefined symbol 'HW_RANDOM'
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2006-10-12 19:26:02 UTC
Sounds unlikely but this appears to be usermode specific... HW_RANDOM is defined in drivers/char/hw_random/Kconfig on vanilla
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-10-13 07:49:15 UTC
Actually, it's probably bcm43xx that's wrong.  It presumably shouldn't be selectable...  I'll look into this.