* [Buildroot] Linux won't build any more?
@ 2014-03-04 7:46 Vincent Stehlé
2014-03-04 8:09 ` Thomas Petazzoni
2014-03-04 18:20 ` Thomas Petazzoni
0 siblings, 2 replies; 6+ messages in thread
From: Vincent Stehlé @ 2014-03-04 7:46 UTC (permalink / raw)
To: buildroot
Hi,
FYI I wonder if the recent commits on the master branch have not broken
linux kernel build in some cases. For example:
$ make freescale_imx6sabresd_defconfig
$ make
linux/linux.mk:171: *** Configuration file
'/arch/arm/configs/imx6_defconfig' not found.. Stop.
Same with qemu_arm_vexpress_defconfig.
Git bisect points at commit b4cacbf5b15db06132b5f401d39b4c8d4e79158e,
"linux: check the configuration file exists". If I revert this commit
build will indeed still complain about the config but will go further.
Best regards,
V.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Linux won't build any more?
2014-03-04 7:46 [Buildroot] Linux won't build any more? Vincent Stehlé
@ 2014-03-04 8:09 ` Thomas Petazzoni
2014-03-04 9:56 ` Martin Bark
2014-03-04 13:10 ` Vincent Stehlé
2014-03-04 18:20 ` Thomas Petazzoni
1 sibling, 2 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2014-03-04 8:09 UTC (permalink / raw)
To: buildroot
Dear Vincent Stehl?,
On Tue, 4 Mar 2014 08:46:28 +0100, Vincent Stehl? wrote:
> FYI I wonder if the recent commits on the master branch have not broken
> linux kernel build in some cases. For example:
>
> $ make freescale_imx6sabresd_defconfig
> $ make
> linux/linux.mk:171: *** Configuration file
> '/arch/arm/configs/imx6_defconfig' not found.. Stop.
>
> Same with qemu_arm_vexpress_defconfig.
>
> Git bisect points at commit b4cacbf5b15db06132b5f401d39b4c8d4e79158e,
> "linux: check the configuration file exists". If I revert this commit
> build will indeed still complain about the config but will go further.
Thanks for the report. Do you still see this problem with the current
Git head, including commits
http://git.buildroot.net/buildroot/commit/?id=477c28cf1d637b224b819dd278103a05fb6f9dbb
and
http://git.buildroot.net/buildroot/commit/?id=4ad1ea59a59f951fad072dcb19429e6f468abf05 ?
If you still see it, then I believe I'll just revert Yann's patches,
they have caused too much troubles already.
Again, thanks for your report!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Linux won't build any more?
2014-03-04 8:09 ` Thomas Petazzoni
@ 2014-03-04 9:56 ` Martin Bark
2014-03-04 10:00 ` Fabio Porcedda
2014-03-04 13:10 ` Vincent Stehlé
1 sibling, 1 reply; 6+ messages in thread
From: Martin Bark @ 2014-03-04 9:56 UTC (permalink / raw)
To: buildroot
Thomas,
On 04/03/14 08:09, Thomas Petazzoni wrote:
> Dear Vincent Stehl?,
>
> On Tue, 4 Mar 2014 08:46:28 +0100, Vincent Stehl? wrote:
>
>> FYI I wonder if the recent commits on the master branch have not broken
>> linux kernel build in some cases. For example:
>>
>> $ make freescale_imx6sabresd_defconfig
>> $ make
>> linux/linux.mk:171: *** Configuration file
>> '/arch/arm/configs/imx6_defconfig' not found.. Stop.
>>
>> Same with qemu_arm_vexpress_defconfig.
>>
>> Git bisect points at commit b4cacbf5b15db06132b5f401d39b4c8d4e79158e,
>> "linux: check the configuration file exists". If I revert this commit
>> build will indeed still complain about the config but will go further.
>
> Thanks for the report. Do you still see this problem with the current
> Git head, including commits
> http://git.buildroot.net/buildroot/commit/?id=477c28cf1d637b224b819dd278103a05fb6f9dbb
> and
> http://git.buildroot.net/buildroot/commit/?id=4ad1ea59a59f951fad072dcb19429e6f468abf05 ?
>
> If you still see it, then I believe I'll just revert Yann's patches,
> they have caused too much troubles already.
>
> Again, thanks for your report!
>
> Thomas
>
I see this issue still, those two commit did not fix it. I noticed the
issue using raspberrypi_defconfig
$ make raspberrypi_defconfig
$ make
linux/linux.mk:171: *** Configuration file
'/arch/arm/configs/bcmrpi_quick_defconfig' not found.. Stop.
Thanks
Martin
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Linux won't build any more?
2014-03-04 9:56 ` Martin Bark
@ 2014-03-04 10:00 ` Fabio Porcedda
0 siblings, 0 replies; 6+ messages in thread
From: Fabio Porcedda @ 2014-03-04 10:00 UTC (permalink / raw)
To: buildroot
On Tue, Mar 4, 2014 at 10:56 AM, Martin Bark <martin@barkynet.com> wrote:
> Thomas,
>
>
> On 04/03/14 08:09, Thomas Petazzoni wrote:
>>
>> Dear Vincent Stehl?,
>>
>> On Tue, 4 Mar 2014 08:46:28 +0100, Vincent Stehl? wrote:
>>
>>> FYI I wonder if the recent commits on the master branch have not broken
>>> linux kernel build in some cases. For example:
>>>
>>> $ make freescale_imx6sabresd_defconfig
>>> $ make
>>> linux/linux.mk:171: *** Configuration file
>>> '/arch/arm/configs/imx6_defconfig' not found.. Stop.
>>>
>>> Same with qemu_arm_vexpress_defconfig.
>>>
>>> Git bisect points at commit b4cacbf5b15db06132b5f401d39b4c8d4e79158e,
>>> "linux: check the configuration file exists". If I revert this commit
>>> build will indeed still complain about the config but will go further.
>>
>>
>> Thanks for the report. Do you still see this problem with the current
>> Git head, including commits
>>
>> http://git.buildroot.net/buildroot/commit/?id=477c28cf1d637b224b819dd278103a05fb6f9dbb
>> and
>>
>> http://git.buildroot.net/buildroot/commit/?id=4ad1ea59a59f951fad072dcb19429e6f468abf05
>> ?
>>
>> If you still see it, then I believe I'll just revert Yann's patches,
>> they have caused too much troubles already.
>>
>> Again, thanks for your report!
>>
>> Thomas
>>
>
> I see this issue still, those two commit did not fix it. I noticed the
> issue using raspberrypi_defconfig
>
> $ make raspberrypi_defconfig
> $ make
> linux/linux.mk:171: *** Configuration file
> '/arch/arm/configs/bcmrpi_quick_defconfig' not found.. Stop.
I confirm this issue:
$ git describe
2014.02-214-gce3044e
$ cat defconfig
BR2_x86_i686=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_DEFCONFIG="i386"
make
linux/linux.mk:171: *** Configuration file
'/arch/x86/configs/i386_defconfig' not found.. Stop.
Regards
--
Fabio Porcedda
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Linux won't build any more?
2014-03-04 8:09 ` Thomas Petazzoni
2014-03-04 9:56 ` Martin Bark
@ 2014-03-04 13:10 ` Vincent Stehlé
1 sibling, 0 replies; 6+ messages in thread
From: Vincent Stehlé @ 2014-03-04 13:10 UTC (permalink / raw)
To: buildroot
On 03/04/2014 09:09 AM, Thomas Petazzoni wrote:
> (..) Do you still see this problem with the current
> Git head, including commits
> http://git.buildroot.net/buildroot/commit/?id=477c28cf1d637b224b819dd278103a05fb6f9dbb
> and
> http://git.buildroot.net/buildroot/commit/?id=4ad1ea59a59f951fad072dcb19429e6f468abf05 ?
Hi Thomas,
Yes, this is the same behavior with both commits you mentioned: linux
config is not found and build stops.
Best regards,
V.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Linux won't build any more?
2014-03-04 7:46 [Buildroot] Linux won't build any more? Vincent Stehlé
2014-03-04 8:09 ` Thomas Petazzoni
@ 2014-03-04 18:20 ` Thomas Petazzoni
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2014-03-04 18:20 UTC (permalink / raw)
To: buildroot
Dear Vincent Stehl?,
On Tue, 4 Mar 2014 08:46:28 +0100, Vincent Stehl? wrote:
> FYI I wonder if the recent commits on the master branch have not broken
> linux kernel build in some cases. For example:
>
> $ make freescale_imx6sabresd_defconfig
> $ make
> linux/linux.mk:171: *** Configuration file
> '/arch/arm/configs/imx6_defconfig' not found.. Stop.
>
> Same with qemu_arm_vexpress_defconfig.
>
> Git bisect points at commit b4cacbf5b15db06132b5f401d39b4c8d4e79158e,
> "linux: check the configuration file exists". If I revert this commit
> build will indeed still complain about the config but will go further.
I've now reverted the problematic commit, since the approach used in
the patches cannot work with internal kernel defconfigs (i.e defconfigs
that are shipped within the kernel sources).
Thanks a lot for your report!
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-03-04 18:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-04 7:46 [Buildroot] Linux won't build any more? Vincent Stehlé
2014-03-04 8:09 ` Thomas Petazzoni
2014-03-04 9:56 ` Martin Bark
2014-03-04 10:00 ` Fabio Porcedda
2014-03-04 13:10 ` Vincent Stehlé
2014-03-04 18:20 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox