Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1484656 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2016-09-16 05:20 +0200 |
| Last post | 2016-09-19 18:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
linux-next: build failure after merge of the slave-dma tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-09-16 05:20 +0200
Re: linux-next: build failure after merge of the slave-dma tree Peter Griffin <peter.griffin@linaro.org> - 2016-09-16 10:40 +0200
Re: linux-next: build failure after merge of the slave-dma tree Vinod Koul <vinod.koul@intel.com> - 2016-09-19 18:40 +0200
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-09-16 05:20 +0200 |
| Subject | linux-next: build failure after merge of the slave-dma tree |
| Message-ID | <shRR0-7qg-3@gated-at.bofh.it> |
Hi Vinod,
After merging the slave-dma tree, today's linux-next build (arm
multi_v7_defconfig build) failed like this:
drivers/video/fbdev/Kconfig:5:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"
drivers/video/fbdev/Kconfig:5: symbol FB is selected by DRM_KMS_FB_HELPER
drivers/gpu/drm/Kconfig:42: symbol DRM_KMS_FB_HELPER depends on DRM_KMS_HELPER
drivers/gpu/drm/Kconfig:36: symbol DRM_KMS_HELPER is selected by DRM_VIRTIO_GPU
drivers/gpu/drm/virtio/Kconfig:1: symbol DRM_VIRTIO_GPU depends on VIRTIO
drivers/virtio/Kconfig:1: symbol VIRTIO is selected by REMOTEPROC
drivers/remoteproc/Kconfig:4: symbol REMOTEPROC is selected by ST_SLIM_REMOTEPROC
drivers/remoteproc/Kconfig:103: symbol ST_SLIM_REMOTEPROC is selected by ST_FDMA
drivers/dma/Kconfig:440: symbol ST_FDMA depends on DMADEVICES
drivers/dma/Kconfig:5: symbol DMADEVICES is selected by SND_SOC_SH4_SIU
sound/soc/sh/Kconfig:29: symbol SND_SOC_SH4_SIU is selected by SND_SIU_MIGOR
sound/soc/sh/Kconfig:58: symbol SND_SIU_MIGOR depends on I2C
drivers/i2c/Kconfig:7: symbol I2C is selected by FB_DDC
drivers/video/fbdev/Kconfig:63: symbol FB_DDC is selected by FB_CYBER2000_DDC
drivers/video/fbdev/Kconfig:382: symbol FB_CYBER2000_DDC depends on FB_CYBER2000
drivers/video/fbdev/Kconfig:370: symbol FB_CYBER2000 depends on FB
*
* Restart config...
*
*
* USB HID Boot Protocol drivers
*
USB HIDBP Keyboard (simple Boot) support (USB_KBD) [N/m/y/?] (NEW) aborted!
Console input/output is redirected. Run 'make oldconfig' to update configuration.
/home/sfr/next/next/scripts/kconfig/Makefile:37: recipe for target 'silentoldconfig' failed
Probably caused by commits
73f19dcade3d ("remoteproc: st_slim_rproc: add a slimcore rproc driver")
e0cbdfc766bf ("dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver support")
a490790f8df3 ("ARM: multi_v7_defconfig: Enable STi and simple-card drivers.")
I have used the slave-dma tree from next-20160915 for today.
--
Cheers,
Stephen Rothwell
[toc] | [next] | [standalone]
| From | Peter Griffin <peter.griffin@linaro.org> |
|---|---|
| Date | 2016-09-16 10:40 +0200 |
| Message-ID | <shWQH-2fE-45@gated-at.bofh.it> |
| In reply to | #1484656 |
Hi Vinod & Stephen, On Fri, 16 Sep 2016, Stephen Rothwell wrote: > Hi Vinod, > > After merging the slave-dma tree, today's linux-next build (arm > multi_v7_defconfig build) failed like this: FYI Patch 17 of 19 in the fdma series "drm/virtio: kconfig: Fix recursive dependency issue." [1], fixes this issue. It looks like that hasn't been applied. I should have made it clearer that this was a depedency (and the other white drm/kconfig white space fixup obviously isn't). https://lkml.org/lkml/2016/9/5/328 regards, Peter.
[toc] | [prev] | [next] | [standalone]
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Date | 2016-09-19 18:40 +0200 |
| Message-ID | <sj9LQ-7Ol-3@gated-at.bofh.it> |
| In reply to | #1484791 |
On Fri, Sep 16, 2016 at 09:34:44AM +0100, Peter Griffin wrote: > Hi Vinod & Stephen, > > On Fri, 16 Sep 2016, Stephen Rothwell wrote: > > > Hi Vinod, > > > > After merging the slave-dma tree, today's linux-next build (arm > > multi_v7_defconfig build) failed like this: > > FYI Patch 17 of 19 in the fdma series "drm/virtio: kconfig: Fix recursive dependency > issue." [1], fixes this issue. It looks like that hasn't been applied. I should have > made it clearer that this was a depedency (and the other white drm/kconfig white > space fixup obviously isn't). Yeah it should have been mentioned. And I do not like to merge DRM patches for this and that too without ACKs. I am dropping this branch from next untill I get ACK from someone on DRM side to apply this Thanks -- ~Vinod
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web