Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 149728

Summary: linux-2.6.18-usermode: small error in Kconfig
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Daniel Gryniewicz (RETIRED) <dang>
Status: RESOLVED WONTFIX    
Severity: trivial CC: kernel
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.