All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] host-uboot-tools 2021.04 Building
@ 2021-04-23  3:03 Enoch
  2021-04-23 20:22 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Enoch @ 2021-04-23  3:03 UTC (permalink / raw)
  To: buildroot

An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20210422/beb6bb9a/attachment.html>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] host-uboot-tools 2021.04 Building
  2021-04-23  3:03 [Buildroot] host-uboot-tools 2021.04 Building Enoch
@ 2021-04-23 20:22 ` Thomas Petazzoni
  2021-04-23 20:51   ` Fabrice Fontaine
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2021-04-23 20:22 UTC (permalink / raw)
  To: buildroot

Hello,

Adding Fabrice in Cc since he is the author of the 2021.04 bump.

On Thu, 22 Apr 2021 23:03:31 -0400
Enoch <ixew@hotmail.com> wrote:

> This is a failed attempt to buildroot latest 1054aa9707 master origin/master
> 
> I guess it is a result of this commit, but I may be wrong:
> 
> 
> a4c38ae470 * package/uboot-tools: security bump to version 2021.04
> 
> 
> TIA, Enoch.
> 
> 
> ? HOSTCC? tools/common/image-fit.o
> In file included from ./tools/../common/image-fit.c:33,
> ???????????????? from tools/common/image-fit.c:1:
> include/linux/kconfig.h:4:10: fatal error: generated/autoconf.h: No such file or directory
> ??? 4 | #include <generated/autoconf.h>
> ????? |????????? ^~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.

I can confirm that many of the defconfigs failed to build today in
Gitlab CI because of this issue.

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] host-uboot-tools 2021.04 Building
  2021-04-23 20:22 ` Thomas Petazzoni
@ 2021-04-23 20:51   ` Fabrice Fontaine
  2021-04-23 20:54     ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Fontaine @ 2021-04-23 20:51 UTC (permalink / raw)
  To: buildroot

Hello,

Le ven. 23 avr. 2021 ? 22:22, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> a ?crit :
>
> Hello,
>
> Adding Fabrice in Cc since he is the author of the 2021.04 bump.
>
> On Thu, 22 Apr 2021 23:03:31 -0400
> Enoch <ixew@hotmail.com> wrote:
>
> > This is a failed attempt to buildroot latest 1054aa9707 master origin/master
> >
> > I guess it is a result of this commit, but I may be wrong:
> >
> >
> > a4c38ae470 * package/uboot-tools: security bump to version 2021.04
> >
> >
> > TIA, Enoch.
> >
> >
> >   HOSTCC  tools/common/image-fit.o
> > In file included from ./tools/../common/image-fit.c:33,
> >                  from tools/common/image-fit.c:1:
> > include/linux/kconfig.h:4:10: fatal error: generated/autoconf.h: No such file or directory
> >     4 | #include <generated/autoconf.h>
> >       |          ^~~~~~~~~~~~~~~~~~~~~~
> > compilation terminated.
>
> I can confirm that many of the defconfigs failed to build today in
> Gitlab CI because of this issue.
I sent a patch yesterday that should fix this issue:
https://patchwork.ozlabs.org/project/buildroot/patch/20210422210559.707845-1-fontaine.fabrice at gmail.com/
If you can review it, it would be helpful.
Moreover, I'm not sure than it is upstreamable as it reverts an
upstream commit ...
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Best Regards,

Fabrice

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] host-uboot-tools 2021.04 Building
  2021-04-23 20:51   ` Fabrice Fontaine
@ 2021-04-23 20:54     ` Thomas Petazzoni
  2021-04-23 21:07       ` Fabrice Fontaine
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2021-04-23 20:54 UTC (permalink / raw)
  To: buildroot

On Fri, 23 Apr 2021 22:51:42 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> I sent a patch yesterday that should fix this issue:
> https://patchwork.ozlabs.org/project/buildroot/patch/20210422210559.707845-1-fontaine.fabrice at gmail.com/
> If you can review it, it would be helpful.

Thanks!

> Moreover, I'm not sure than it is upstreamable as it reverts an
> upstream commit ...

Did you report the issue upstream?

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] host-uboot-tools 2021.04 Building
  2021-04-23 20:54     ` Thomas Petazzoni
@ 2021-04-23 21:07       ` Fabrice Fontaine
  2021-04-23 21:10         ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Fabrice Fontaine @ 2021-04-23 21:07 UTC (permalink / raw)
  To: buildroot

Le ven. 23 avr. 2021 ? 22:54, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> a ?crit :
>
> On Fri, 23 Apr 2021 22:51:42 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
>
> > I sent a patch yesterday that should fix this issue:
> > https://patchwork.ozlabs.org/project/buildroot/patch/20210422210559.707845-1-fontaine.fabrice at gmail.com/
> > If you can review it, it would be helpful.
>
> Thanks!
>
> > Moreover, I'm not sure than it is upstreamable as it reverts an
> > upstream commit ...
>
> Did you report the issue upstream?
Not yet, I could do it this week if you think that this patch could be
upstreamable.
But again, I'm really not confident that it will be accepted as it
does not make sense without the first three patches that we're already
carrying in buildroot.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Best Regards,

Fabrice

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] host-uboot-tools 2021.04 Building
  2021-04-23 21:07       ` Fabrice Fontaine
@ 2021-04-23 21:10         ` Thomas Petazzoni
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2021-04-23 21:10 UTC (permalink / raw)
  To: buildroot

On Fri, 23 Apr 2021 23:07:57 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> > Did you report the issue upstream?  
> Not yet, I could do it this week if you think that this patch could be
> upstreamable.
> But again, I'm really not confident that it will be accepted as it
> does not make sense without the first three patches that we're already
> carrying in buildroot.

Perhaps we need to make an effort to upstream these patches, and
generally our use case of building U-Boot tools without a specific
configuration defined?

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-23 21:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23  3:03 [Buildroot] host-uboot-tools 2021.04 Building Enoch
2021-04-23 20:22 ` Thomas Petazzoni
2021-04-23 20:51   ` Fabrice Fontaine
2021-04-23 20:54     ` Thomas Petazzoni
2021-04-23 21:07       ` Fabrice Fontaine
2021-04-23 21:10         ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.