* [wireless-next:master 83/118] sdio.c:undefined reference to `ssb_bus_unregister' [not found] <53781383.4VhTkq6xna8cylNO%fengguang.wu@intel.com> @ 2014-05-18 9:01 ` Rafał Miłecki 2014-05-18 9:17 ` Fengguang Wu 2014-05-18 11:23 ` Rafał Miłecki 0 siblings, 2 replies; 4+ messages in thread From: Rafał Miłecki @ 2014-05-18 9:01 UTC (permalink / raw) To: b43-dev On 18 May 2014 03:57, kbuild test robot <fengguang.wu@intel.com> wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git master > head: f8b8a47e06a0d07219629c83de2a3b7ff1d5aa65 > commit: fbe057d8a185d4b588bd5dc18ea43fd12ce3d689 [83/118] b43: drop SSB dependency > config: x86_64-randconfig-iv0-05180939 (attached as .config) > > All error/warnings: > > drivers/built-in.o: In function `b43_sdio_remove': >>> sdio.c:(.text+0x1460ff): undefined reference to `ssb_bus_unregister' > drivers/built-in.o: In function `b43_sdio_probe': >>> sdio.c:(.text+0x1462af): undefined reference to `ssb_bus_sdiobus_register' I don't understand what's going on there :( 1) sdio.c is compiled if we have CONFIG_B43_SDIO 2) a) B43_SDIO depends on SSB_SDIOHOST_POSSIBLE 2) b) SSB_SDIOHOST_POSSIBLE depends on SSB 3) a) B43_SDIO selects SSB_SDIOHOST 3) b) SSB_SDIOHOST gives us ssb_bus_sdiobus_register Does anyone has any idea what could go wrong? Fengguang: please attach your bot's config. -- Rafa? ^ permalink raw reply [flat|nested] 4+ messages in thread
* [wireless-next:master 83/118] sdio.c:undefined reference to `ssb_bus_unregister' 2014-05-18 9:01 ` [wireless-next:master 83/118] sdio.c:undefined reference to `ssb_bus_unregister' Rafał Miłecki @ 2014-05-18 9:17 ` Fengguang Wu 2014-05-18 11:13 ` Rafał Miłecki 2014-05-18 11:23 ` Rafał Miłecki 1 sibling, 1 reply; 4+ messages in thread From: Fengguang Wu @ 2014-05-18 9:17 UTC (permalink / raw) To: b43-dev On Sun, May 18, 2014 at 11:01:09AM +0200, Rafa? Mi?ecki wrote: > On 18 May 2014 03:57, kbuild test robot <fengguang.wu@intel.com> wrote: > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git master > > head: f8b8a47e06a0d07219629c83de2a3b7ff1d5aa65 > > commit: fbe057d8a185d4b588bd5dc18ea43fd12ce3d689 [83/118] b43: drop SSB dependency > > config: x86_64-randconfig-iv0-05180939 (attached as .config) > > > > All error/warnings: > > > > drivers/built-in.o: In function `b43_sdio_remove': > >>> sdio.c:(.text+0x1460ff): undefined reference to `ssb_bus_unregister' > > drivers/built-in.o: In function `b43_sdio_probe': > >>> sdio.c:(.text+0x1462af): undefined reference to `ssb_bus_sdiobus_register' > > I don't understand what's going on there :( > 1) sdio.c is compiled if we have CONFIG_B43_SDIO > 2) a) B43_SDIO depends on SSB_SDIOHOST_POSSIBLE > 2) b) SSB_SDIOHOST_POSSIBLE depends on SSB > 3) a) B43_SDIO selects SSB_SDIOHOST > 3) b) SSB_SDIOHOST gives us ssb_bus_sdiobus_register > > Does anyone has any idea what could go wrong? > > Fengguang: please attach your bot's config. Rafa?, the original email should have the .config attached. Thanks, Fengguang ^ permalink raw reply [flat|nested] 4+ messages in thread
* [wireless-next:master 83/118] sdio.c:undefined reference to `ssb_bus_unregister' 2014-05-18 9:17 ` Fengguang Wu @ 2014-05-18 11:13 ` Rafał Miłecki 0 siblings, 0 replies; 4+ messages in thread From: Rafał Miłecki @ 2014-05-18 11:13 UTC (permalink / raw) To: b43-dev On 18 May 2014 11:17, Fengguang Wu <fengguang.wu@intel.com> wrote: > On Sun, May 18, 2014 at 11:01:09AM +0200, Rafa? Mi?ecki wrote: >> Fengguang: please attach your bot's config. > > Rafa?, the original email should have the .config attached. Oh, of course, I've no idea how I missed it. Sorry. Btw. it seems your bot compiles kernel on DOS/Windows, or e-mail attachments are converted to DOS new line: ./.config: line 40: $'\r': command not found make: *** [vmlinux] Error 127 Thanks for your bot/report, I've reproduced this issue! -- Rafa? ^ permalink raw reply [flat|nested] 4+ messages in thread
* [wireless-next:master 83/118] sdio.c:undefined reference to `ssb_bus_unregister' 2014-05-18 9:01 ` [wireless-next:master 83/118] sdio.c:undefined reference to `ssb_bus_unregister' Rafał Miłecki 2014-05-18 9:17 ` Fengguang Wu @ 2014-05-18 11:23 ` Rafał Miłecki 1 sibling, 0 replies; 4+ messages in thread From: Rafał Miłecki @ 2014-05-18 11:23 UTC (permalink / raw) To: b43-dev On 18 May 2014 11:01, Rafa? Mi?ecki <zajec5@gmail.com> wrote: > On 18 May 2014 03:57, kbuild test robot <fengguang.wu@intel.com> wrote: >> tree: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next.git master >> head: f8b8a47e06a0d07219629c83de2a3b7ff1d5aa65 >> commit: fbe057d8a185d4b588bd5dc18ea43fd12ce3d689 [83/118] b43: drop SSB dependency >> config: x86_64-randconfig-iv0-05180939 (attached as .config) >> >> All error/warnings: >> >> drivers/built-in.o: In function `b43_sdio_remove': >>>> sdio.c:(.text+0x1460ff): undefined reference to `ssb_bus_unregister' >> drivers/built-in.o: In function `b43_sdio_probe': >>>> sdio.c:(.text+0x1462af): undefined reference to `ssb_bus_sdiobus_register' > > I don't understand what's going on there :( > 1) sdio.c is compiled if we have CONFIG_B43_SDIO > 2) a) B43_SDIO depends on SSB_SDIOHOST_POSSIBLE > 2) b) SSB_SDIOHOST_POSSIBLE depends on SSB > 3) a) B43_SDIO selects SSB_SDIOHOST > 3) b) SSB_SDIOHOST gives us ssb_bus_sdiobus_register Oh, there goes an answer: CONFIG_B43=y CONFIG_SSB=m Above was possible because of: # CONFIG_B43_BUSES_SSB is not set ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-05-18 11:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <53781383.4VhTkq6xna8cylNO%fengguang.wu@intel.com>
2014-05-18 9:01 ` [wireless-next:master 83/118] sdio.c:undefined reference to `ssb_bus_unregister' Rafał Miłecki
2014-05-18 9:17 ` Fengguang Wu
2014-05-18 11:13 ` Rafał Miłecki
2014-05-18 11:23 ` Rafał Miłecki
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).