All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Buildroot] [PATCH 1/1] package/tinydtls: fix build with automake >= 1.16.4
       [not found] <20211013184307.1869426-1-fontaine.fabrice__26650.7906302408$1634150681$gmane$org@gmail.com>
@ 2021-11-19 20:54 ` Bernd Kuhls
  2021-12-02  6:24 ` Bernd Kuhls
  1 sibling, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2021-11-19 20:54 UTC (permalink / raw)
  To: buildroot

Am Wed, 13 Oct 2021 20:43:07 +0200 schrieb Fabrice Fontaine:

> Touch ar-lib as suggested by upstream in
> https://github.com/eclipse/tinydtls/pull/103 and
> https://github.com/eclipse/tinydtls/commit/
5c6fd178e83cec7ccc40ac3ab13a15ce611da8a8
> to avoid the following build failure since bump of automake to version
> 1.16.4 in commit fe90272b5128987ee7492fff950660e05324838d:
> 
> configure.ac: error: required file 'ar-lib' not found
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/
fa23cdf0d454c2ad11af3cdcc2810cd442918667
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice-
Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
>  package/tinydtls/tinydtls.mk | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/package/tinydtls/tinydtls.mk b/package/tinydtls/tinydtls.mk
> index 6d839bc05a..bba9e5f6fa 100644
> --- a/package/tinydtls/tinydtls.mk
> +++ b/package/tinydtls/tinydtls.mk
> @@ -16,4 +16,10 @@ TINYDTLS_AUTORECONF = YES
>  # use inttypes.h data types instead of u_intXX_t for musl compatibility
>  TINYDTLS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DSHA2_USE_INTTYPES_H"
>  
> +# Fix build with automake >= 1.16.4
> +define TINYDTLS_TOUCH_AR_LIB
> +	touch $(@D)/ar-lib
> +endef
> +TINYDTLS_PRE_CONFIGURE_HOOKS += TINYDTLS_TOUCH_AR_LIB
> +
>  $(eval $(autotools-package))

Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[build-tested defconfig 2ec4d2e0fc0a1832774a4f3ce918492427302ba2]

_______________________________________________
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/tinydtls: fix build with automake >= 1.16.4
       [not found] <20211013184307.1869426-1-fontaine.fabrice__26650.7906302408$1634150681$gmane$org@gmail.com>
  2021-11-19 20:54 ` [Buildroot] [PATCH 1/1] package/tinydtls: fix build with automake >= 1.16.4 Bernd Kuhls
@ 2021-12-02  6:24 ` Bernd Kuhls
  2021-12-04  8:21   ` Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2021-12-02  6:24 UTC (permalink / raw)
  To: buildroot

Am Wed, 13 Oct 2021 20:43:07 +0200 schrieb Fabrice Fontaine:

> Touch ar-lib as suggested by upstream in
> https://github.com/eclipse/tinydtls/pull/103 and
> https://github.com/eclipse/tinydtls/commit/
5c6fd178e83cec7ccc40ac3ab13a15ce611da8a8
> to avoid the following build failure since bump of automake to version
> 1.16.4 in commit fe90272b5128987ee7492fff950660e05324838d:
> 
> configure.ac: error: required file 'ar-lib' not found
> 
> Fixes:
>  -
>  http://autobuild.buildroot.org/results/
fa23cdf0d454c2ad11af3cdcc2810cd442918667
> 
> Signed-off-by: Fabrice Fontaine
> <fontaine.fabrice@gmail.com>
> ---
>  package/tinydtls/tinydtls.mk | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/package/tinydtls/tinydtls.mk b/package/tinydtls/tinydtls.mk
> index 6d839bc05a..bba9e5f6fa 100644 --- a/package/tinydtls/tinydtls.mk
> +++ b/package/tinydtls/tinydtls.mk @@ -16,4 +16,10 @@
> TINYDTLS_AUTORECONF = YES
>  # use inttypes.h data types instead of u_intXX_t for musl compatibility
>  TINYDTLS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DSHA2_USE_INTTYPES_H"
>  
> +# Fix build with automake >= 1.16.4 +define TINYDTLS_TOUCH_AR_LIB +
> touch $(@D)/ar-lib +endef +TINYDTLS_PRE_CONFIGURE_HOOKS +=
> TINYDTLS_TOUCH_AR_LIB +
>  $(eval $(autotools-package))

Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
[build-tested defconfig 2ec4d2e0fc0a1832774a4f3ce918492427302ba2]

_______________________________________________
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/tinydtls: fix build with automake >= 1.16.4
  2021-12-02  6:24 ` Bernd Kuhls
@ 2021-12-04  8:21   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2021-12-04  8:21 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Am Wed, 13 Oct 2021 20:43:07 +0200 schrieb Fabrice Fontaine:
 >> Touch ar-lib as suggested by upstream in
 >> https://github.com/eclipse/tinydtls/pull/103 and
 >> https://github.com/eclipse/tinydtls/commit/
 > 5c6fd178e83cec7ccc40ac3ab13a15ce611da8a8
 >> to avoid the following build failure since bump of automake to version
 >> 1.16.4 in commit fe90272b5128987ee7492fff950660e05324838d:
 >> 
 >> configure.ac: error: required file 'ar-lib' not found
 >> 
 >> Fixes:
 >> -
 >> http://autobuild.buildroot.org/results/
 > fa23cdf0d454c2ad11af3cdcc2810cd442918667
 >> 
 >> Signed-off-by: Fabrice Fontaine
 >> <fontaine.fabrice@gmail.com>
 >> ---
 >> package/tinydtls/tinydtls.mk | 6 ++++++
 >> 1 file changed, 6 insertions(+)
 >> 
 >> diff --git a/package/tinydtls/tinydtls.mk b/package/tinydtls/tinydtls.mk
 >> index 6d839bc05a..bba9e5f6fa 100644 --- a/package/tinydtls/tinydtls.mk
 >> +++ b/package/tinydtls/tinydtls.mk @@ -16,4 +16,10 @@
 >> TINYDTLS_AUTORECONF = YES
 >> # use inttypes.h data types instead of u_intXX_t for musl compatibility
 >> TINYDTLS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DSHA2_USE_INTTYPES_H"
 >> 
 >> +# Fix build with automake >= 1.16.4 +define TINYDTLS_TOUCH_AR_LIB +
 >> touch $(@D)/ar-lib +endef +TINYDTLS_PRE_CONFIGURE_HOOKS +=
 >> TINYDTLS_TOUCH_AR_LIB +
 >> $(eval $(autotools-package))

 > Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
 > [build-tested defconfig 2ec4d2e0fc0a1832774a4f3ce918492427302ba2]

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 1/1] package/tinydtls: fix build with automake >= 1.16.4
@ 2021-10-13 18:43 Fabrice Fontaine
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-10-13 18:43 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Touch ar-lib as suggested by upstream in
https://github.com/eclipse/tinydtls/pull/103 and
https://github.com/eclipse/tinydtls/commit/5c6fd178e83cec7ccc40ac3ab13a15ce611da8a8
to avoid the following build failure since bump of automake to version
1.16.4 in commit fe90272b5128987ee7492fff950660e05324838d:

configure.ac: error: required file 'ar-lib' not found

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/tinydtls/tinydtls.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/tinydtls/tinydtls.mk b/package/tinydtls/tinydtls.mk
index 6d839bc05a..bba9e5f6fa 100644
--- a/package/tinydtls/tinydtls.mk
+++ b/package/tinydtls/tinydtls.mk
@@ -16,4 +16,10 @@ TINYDTLS_AUTORECONF = YES
 # use inttypes.h data types instead of u_intXX_t for musl compatibility
 TINYDTLS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -DSHA2_USE_INTTYPES_H"
 
+# Fix build with automake >= 1.16.4
+define TINYDTLS_TOUCH_AR_LIB
+	touch $(@D)/ar-lib
+endef
+TINYDTLS_PRE_CONFIGURE_HOOKS += TINYDTLS_TOUCH_AR_LIB
+
 $(eval $(autotools-package))
-- 
2.33.0

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

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211013184307.1869426-1-fontaine.fabrice__26650.7906302408$1634150681$gmane$org@gmail.com>
2021-11-19 20:54 ` [Buildroot] [PATCH 1/1] package/tinydtls: fix build with automake >= 1.16.4 Bernd Kuhls
2021-12-02  6:24 ` Bernd Kuhls
2021-12-04  8:21   ` Peter Korsgaard
2021-10-13 18:43 Fabrice Fontaine

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.