All of lore.kernel.org
 help / color / mirror / Atom feed
From: Giulio Benetti <giulio.benetti@benettiengineering.com>
To: Pedro Aguilar <paguilar@paguilar.org>, buildroot@buildroot.org
Cc: thomas.petazzoni@bootlin.com
Subject: Re: [Buildroot] [PATCH v2 1/1] package/guile: Add BR2_ENABLE_LOCALE as dependency.
Date: Tue, 8 Feb 2022 23:54:17 +0100	[thread overview]
Message-ID: <f8202766-058e-25d3-2761-4568ba6c89a1@benettiengineering.com> (raw)
In-Reply-To: <5f710ea1-3f98-9435-c033-e73e70e86342@benettiengineering.com>

Hi again Pedro,

I've reproduced the build failure with your previous attached .config 
file and this patch fixes it. So below...

On 08/02/22 23:06, Giulio Benetti wrote:
> Hi Pedro,
> 
> On 08/02/22 22:37, Pedro Aguilar wrote:
>> If it's not present, enable libiconv.
> Here it's missing:
> Fixes:
> URL to autobuilder failure

...please provide the autobuilder failure URL and if it doesn't exist 
than we don't need it.

So once done this I can give you my Review.

Waiting for V2 with improved commit log then.

Thank you!
Best regards
-- 
Giulio Benetti
Benetti Engineering sas

> 
> And also I can't find guile failing due to LIBICONV.
> 
> At least, I only find:
> http://autobuild.buildroot.net/?reason=guile-3.0.7
> 
> But it seems to be about another problem(to be solved too).
> 
> Can you please point the autobuilder failure?
> Otherwise I can't test/review your patch.
> 
> Thank you!
> Best regards
> -- Giulio Benetti Benetti Engineering sas
>> Signed-off-by: Pedro Aguilar<paguilar@paguilar.org>
>>
>> ---
>> Changes v1 -> v2:
>>     - Use BR2_ENABLE_LOCALE if selected, otherwise use libiconv
>>       as before (pointed out by Thomas and Giulio)
>> ---
>>    package/guile/Config.in | 1 +
>>    package/guile/guile.mk  | 4 ++++
>>    2 files changed, 5 insertions(+)
>>
>> diff --git a/package/guile/Config.in b/package/guile/Config.in
>> index b1182a4cee..f70e674018 100644
>> --- a/package/guile/Config.in
>> +++ b/package/guile/Config.in
>> @@ -9,6 +9,7 @@ config BR2_PACKAGE_GUILE
>>    	select BR2_PACKAGE_LIBFFI
>>    	select BR2_PACKAGE_GMP
>>    	select BR2_PACKAGE_BDWGC
>> +	select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
>>    	help
>>    	  Guile is an interpreter and compiler for the Scheme
>>    	  programming language, a clean and elegant dialect of Lisp.
>> diff --git a/package/guile/guile.mk b/package/guile/guile.mk
>> index 0f245fca76..03420407f8 100644
>> --- a/package/guile/guile.mk
>> +++ b/package/guile/guile.mk
>> @@ -18,6 +18,10 @@ GUILE_CPE_ID_VENDOR = gnu
>>    GUILE_DEPENDENCIES = host-guile libunistring libffi gmp bdwgc host-pkgconf
>>    HOST_GUILE_DEPENDENCIES = host-libunistring host-libffi host-gmp host-bdwgc host-flex host-pkgconf host-gettext
>>    
>> +ifeq ($(BR2_ENABLE_LOCALE),)
>> +GUILE_DEPENDENCIES += libiconv
>> +endif
>> +
>>    # The HAVE_GC* CFLAGS specify that we will use internal callbacks
>>    # instead of the ones provided by
>>    # bdwgc. Eg. HAVE_GC_SET_FINALIZER_NOTIFIER specifies that we won't
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
> 

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

  reply	other threads:[~2022-02-08 22:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-08 21:37 [Buildroot] [PATCH v2 1/1] package/guile: Add BR2_ENABLE_LOCALE as dependency Pedro Aguilar
2022-02-08 22:06 ` Giulio Benetti
2022-02-08 22:54   ` Giulio Benetti [this message]
2022-02-09 20:38     ` Giulio Benetti
2022-02-09 21:35     ` Pedro Aguilar
2022-02-09 22:27       ` Giulio Benetti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f8202766-058e-25d3-2761-4568ba6c89a1@benettiengineering.com \
    --to=giulio.benetti@benettiengineering.com \
    --cc=buildroot@buildroot.org \
    --cc=paguilar@paguilar.org \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.