All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cryptsetup: set CRYPTSETUP_AUTORECONF
@ 2022-02-13 21:05 Fabrice Fontaine
  2022-02-13 22:35 ` Giulio Benetti
  2022-02-17 20:45 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2022-02-13 21:05 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti, Fabrice Fontaine

Commit 683e8387d05cb506c30592ab43a3e7534d7cf56e forgot to set
CRYPTSETUP_AUTORECONF resulting in the following build failure:

configure: error: You need the gcrypt library.

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

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

diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk
index 2e06047c56..55cc70576c 100644
--- a/package/cryptsetup/cryptsetup.mk
+++ b/package/cryptsetup/cryptsetup.mk
@@ -17,6 +17,8 @@ CRYPTSETUP_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (library)
 CRYPTSETUP_LICENSE_FILES = COPYING COPYING.LGPL
 CRYPTSETUP_CPE_ID_VENDOR = cryptsetup_project
 CRYPTSETUP_INSTALL_STAGING = YES
+# We're patching configure.ac
+CRYPTSETUP_AUTORECONF = YES
 CRYPTSETUP_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)"
 CRYPTSETUP_CONF_OPTS += --enable-blkid --enable-libargon2
 
-- 
2.34.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/cryptsetup: set CRYPTSETUP_AUTORECONF
  2022-02-13 21:05 [Buildroot] [PATCH 1/1] package/cryptsetup: set CRYPTSETUP_AUTORECONF Fabrice Fontaine
@ 2022-02-13 22:35 ` Giulio Benetti
  2022-02-17 20:45 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Giulio Benetti @ 2022-02-13 22:35 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot

Hi Fabrice,

thanks again,

On 13/02/22 22:05, Fabrice Fontaine wrote:
> Commit 683e8387d05cb506c30592ab43a3e7534d7cf56e forgot to set
> CRYPTSETUP_AUTORECONF resulting in the following build failure:
> 
> configure: error: You need the gcrypt library.
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/f6cead0cf1089bbbe52457d379764a0aa9add408
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com>

Now that my patch for DEVELOPER has been committed I will receive the 
build failure e-mail.

Best regards
-- 
Giulio Benetti
Benetti Engineering sas

> ---
>   package/cryptsetup/cryptsetup.mk | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk
> index 2e06047c56..55cc70576c 100644
> --- a/package/cryptsetup/cryptsetup.mk
> +++ b/package/cryptsetup/cryptsetup.mk
> @@ -17,6 +17,8 @@ CRYPTSETUP_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (library)
>   CRYPTSETUP_LICENSE_FILES = COPYING COPYING.LGPL
>   CRYPTSETUP_CPE_ID_VENDOR = cryptsetup_project
>   CRYPTSETUP_INSTALL_STAGING = YES
> +# We're patching configure.ac
> +CRYPTSETUP_AUTORECONF = YES
>   CRYPTSETUP_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)"
>   CRYPTSETUP_CONF_OPTS += --enable-blkid --enable-libargon2
>   

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

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

* Re: [Buildroot] [PATCH 1/1] package/cryptsetup: set CRYPTSETUP_AUTORECONF
  2022-02-13 21:05 [Buildroot] [PATCH 1/1] package/cryptsetup: set CRYPTSETUP_AUTORECONF Fabrice Fontaine
  2022-02-13 22:35 ` Giulio Benetti
@ 2022-02-17 20:45 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-02-17 20:45 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Giulio Benetti, buildroot

Fabrice, All,

On 2022-02-13 22:05 +0100, Fabrice Fontaine spake thusly:
> Commit 683e8387d05cb506c30592ab43a3e7534d7cf56e forgot to set
> CRYPTSETUP_AUTORECONF resulting in the following build failure:
> 
> configure: error: You need the gcrypt library.
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/f6cead0cf1089bbbe52457d379764a0aa9add408
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Sorry but I applied another patch (I cc-ed you on the reply).

Thanks! :-)

Regards,
Yann E. MORIN.

> ---
>  package/cryptsetup/cryptsetup.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/cryptsetup/cryptsetup.mk b/package/cryptsetup/cryptsetup.mk
> index 2e06047c56..55cc70576c 100644
> --- a/package/cryptsetup/cryptsetup.mk
> +++ b/package/cryptsetup/cryptsetup.mk
> @@ -17,6 +17,8 @@ CRYPTSETUP_LICENSE = GPL-2.0+ (programs), LGPL-2.1+ (library)
>  CRYPTSETUP_LICENSE_FILES = COPYING COPYING.LGPL
>  CRYPTSETUP_CPE_ID_VENDOR = cryptsetup_project
>  CRYPTSETUP_INSTALL_STAGING = YES
> +# We're patching configure.ac
> +CRYPTSETUP_AUTORECONF = YES
>  CRYPTSETUP_CONF_ENV += LDFLAGS="$(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)"
>  CRYPTSETUP_CONF_OPTS += --enable-blkid --enable-libargon2
>  
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-02-17 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13 21:05 [Buildroot] [PATCH 1/1] package/cryptsetup: set CRYPTSETUP_AUTORECONF Fabrice Fontaine
2022-02-13 22:35 ` Giulio Benetti
2022-02-17 20:45 ` Yann E. MORIN

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.