All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>, buildroot@buildroot.org
Cc: Mauro Condarelli <mc5686@mclink.it>, Asaf Kahlon <asafka7@gmail.com>
Subject: Re: [Buildroot] [PATCH 1/1] package/python-ujson: needs C++
Date: Sun, 10 Apr 2022 16:46:19 +0200	[thread overview]
Message-ID: <eef654ad-8843-b6fe-53f5-a040848ba439@mind.be> (raw)
In-Reply-To: <20220404203135.340172-1-fontaine.fabrice@gmail.com>



On 04/04/2022 22:31, Fabrice Fontaine wrote:
> python-ujson needs C++ since bump to version 4.1.0 in commit
> a47f332a20bf3f79ef4903c8ddd2b7917217e354 and
> https://github.com/ultrajson/ultrajson/commit/eb7d894f225bb89d269188ba6ec559b914a71b8a:
> 
> powerpc-buildroot-linux-gnu-gcc.br_real: error: ./deps/double-conversion/double-conversion/bignum-dtoa.cc: C++ compiler not installed on this system
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/b11600bdba42be9b211163e92afa3173276c3f8f
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-ujson/Config.in | 4 ++++
>   1 file changed, 4 insertions(+)
> 
> diff --git a/package/python-ujson/Config.in b/package/python-ujson/Config.in
> index 81d1bc457c..7af03e6497 100644
> --- a/package/python-ujson/Config.in
> +++ b/package/python-ujson/Config.in
> @@ -1,7 +1,11 @@
>   config BR2_PACKAGE_PYTHON_UJSON
>   	bool "python-ujson"
> +	depends on BR2_INSTALL_LIBSTDCPP
>   	help
>   	  UltraJSON is an ultra fast JSON encoder and decoder written
>   	  in pure C with bindings for Python 3.
>   
>   	  https://pypi.python.org/pypi/ujson
> +
> +comment "python-ujson needs a toolchain w/ C++"
> +	depends on !BR2_INSTALL_LIBSTDCPP
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-04-10 14:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-04 20:31 [Buildroot] [PATCH 1/1] package/python-ujson: needs C++ Fabrice Fontaine
2022-04-10 14:46 ` Arnout Vandecappelle [this message]
2022-04-10 19:54 ` Peter Korsgaard

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=eef654ad-8843-b6fe-53f5-a040848ba439@mind.be \
    --to=arnout@mind.be \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=mc5686@mclink.it \
    /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.