Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/dhcp: disable on riscv
@ 2022-04-13 19:32 Fabrice Fontaine
  2022-04-13 20:34 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2022-04-13 19:32 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

riscv is not supported since switch to internal bind resulting in the
following build failure since commit
0c8dd6ebd656e06cf99a63eb93343715f4853503:

Invalid configuration `riscv64-buildroot-linux-musl': machine `riscv64-buildroot' not recognized

Fixes:
 - http://autobuild.buildroot.org/results/d25b76e628ffe5293c6bc1fd467a6b8966cb1bc2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/dhcp/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in
index e0706efafb..aef031e05b 100644
--- a/package/dhcp/Config.in
+++ b/package/dhcp/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_DHCP
 	bool "dhcp (ISC)"
+	depends on !BR2_riscv
 	# fork()
 	depends on BR2_USE_MMU
 	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
-- 
2.35.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/dhcp: disable on riscv
  2022-04-13 19:32 [Buildroot] [PATCH 1/1] package/dhcp: disable on riscv Fabrice Fontaine
@ 2022-04-13 20:34 ` Thomas Petazzoni via buildroot
  2022-04-13 20:43   ` Fabrice Fontaine
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-04-13 20:34 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Wed, 13 Apr 2022 21:32:16 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> riscv is not supported since switch to internal bind resulting in the
> following build failure since commit
> 0c8dd6ebd656e06cf99a63eb93343715f4853503:
> 
> Invalid configuration `riscv64-buildroot-linux-musl': machine `riscv64-buildroot' not recognized

This seems odd. What in dhcp is architecture-specific?

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/dhcp: disable on riscv
  2022-04-13 20:34 ` Thomas Petazzoni via buildroot
@ 2022-04-13 20:43   ` Fabrice Fontaine
  2022-04-19 15:58     ` Fabrice Fontaine
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2022-04-13 20:43 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Buildroot Mailing List

Le mer. 13 avr. 2022 à 22:34, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> a écrit :
>
> On Wed, 13 Apr 2022 21:32:16 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
>
> > riscv is not supported since switch to internal bind resulting in the
> > following build failure since commit
> > 0c8dd6ebd656e06cf99a63eb93343715f4853503:
> >
> > Invalid configuration `riscv64-buildroot-linux-musl': machine `riscv64-buildroot' not recognized
>
> This seems odd. What in dhcp is architecture-specific?

Nothing to my knowledge, but bind-9.11.36/config.sub extracted from
bind.tar.gz doesn't contain any mention of riscv resulting in the
above failure.

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

Best Regards,

Fabrice
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/dhcp: disable on riscv
  2022-04-13 20:43   ` Fabrice Fontaine
@ 2022-04-19 15:58     ` Fabrice Fontaine
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2022-04-19 15:58 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Buildroot Mailing List

Le mer. 13 avr. 2022 à 22:43, Fabrice Fontaine
<fontaine.fabrice@gmail.com> a écrit :
>
> Le mer. 13 avr. 2022 à 22:34, Thomas Petazzoni
> <thomas.petazzoni@bootlin.com> a écrit :
> >
> > On Wed, 13 Apr 2022 21:32:16 +0200
> > Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> >
> > > riscv is not supported since switch to internal bind resulting in the
> > > following build failure since commit
> > > 0c8dd6ebd656e06cf99a63eb93343715f4853503:
> > >
> > > Invalid configuration `riscv64-buildroot-linux-musl': machine `riscv64-buildroot' not recognized
> >
> > This seems odd. What in dhcp is architecture-specific?
>
> Nothing to my knowledge, but bind-9.11.36/config.sub extracted from
> bind.tar.gz doesn't contain any mention of riscv resulting in the
> above failure.

I found a better solution by untaring internal bind.
I'll set this patch as superseded.

>
> >
> > Thomas
> > --
> > Thomas Petazzoni, co-owner and CEO, Bootlin
> > Embedded Linux and Kernel engineering and training
> > https://bootlin.com
>
> Best Regards,
>
> Fabrice

Best Regards,

Fabrice
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-04-19 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-13 19:32 [Buildroot] [PATCH 1/1] package/dhcp: disable on riscv Fabrice Fontaine
2022-04-13 20:34 ` Thomas Petazzoni via buildroot
2022-04-13 20:43   ` Fabrice Fontaine
2022-04-19 15:58     ` Fabrice Fontaine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox