All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/assimp: needs wchar
@ 2019-08-04 11:55 Fabrice Fontaine
  2019-08-04 12:24 ` Peter Korsgaard
  2019-08-04 13:46 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2019-08-04 11:55 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/assimp/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/assimp/Config.in b/package/assimp/Config.in
index 630758f3e7..42bfee945d 100644
--- a/package/assimp/Config.in
+++ b/package/assimp/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_ASSIMP
 	bool "assimp"
 	depends on BR2_INSTALL_LIBSTDCPP
+	depends on BR2_USE_WCHAR
 	select BR2_PACKAGE_ZLIB
 	help
 	  Open Asset Import Library (assimp) is a portable Open Source
@@ -11,5 +12,5 @@ config BR2_PACKAGE_ASSIMP
 
 	  http://www.assimp.org
 
-comment "assimp needs a toolchain w/ C++"
-	depends on !BR2_INSTALL_LIBSTDCPP
+comment "assimp needs a toolchain w/ C++, wchar"
+	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/assimp: needs wchar
  2019-08-04 11:55 [Buildroot] [PATCH 1/1] package/assimp: needs wchar Fabrice Fontaine
@ 2019-08-04 12:24 ` Peter Korsgaard
  2019-08-04 13:46 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2019-08-04 12:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.org/results/d989f895efe05dd5d1e2594d2dc38e9fc476e0d3

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/assimp: needs wchar
  2019-08-04 11:55 [Buildroot] [PATCH 1/1] package/assimp: needs wchar Fabrice Fontaine
  2019-08-04 12:24 ` Peter Korsgaard
@ 2019-08-04 13:46 ` Thomas Petazzoni
  2019-08-04 14:05   ` Fabrice Fontaine
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-08-04 13:46 UTC (permalink / raw)
  To: buildroot

On Sun,  4 Aug 2019 13:55:03 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/d989f895efe05dd5d1e2594d2dc38e9fc476e0d3
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/assimp/Config.in | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

The build failures come from the rapidjson headers, so I'm wondering if
the BR2_USE_WCHAR dependency shouldn't be in rapidjson.

Could you check that ?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/assimp: needs wchar
  2019-08-04 13:46 ` Thomas Petazzoni
@ 2019-08-04 14:05   ` Fabrice Fontaine
  2019-08-04 15:23     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Fontaine @ 2019-08-04 14:05 UTC (permalink / raw)
  To: buildroot

Hello,

Le dim. 4 ao?t 2019 ? 15:46, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> a ?crit :
>
> On Sun,  4 Aug 2019 13:55:03 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
>
> > Fixes:
> >  - http://autobuild.buildroot.org/results/d989f895efe05dd5d1e2594d2dc38e9fc476e0d3
> >
> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> > ---
> >  package/assimp/Config.in | 5 +++--
> >  1 file changed, 3 insertions(+), 2 deletions(-)
>
> The build failures come from the rapidjson headers, so I'm wondering if
> the BR2_USE_WCHAR dependency shouldn't be in rapidjson.
Our old version of rapidjson (1.1.0 was released 3 years ago) does not
depend on wchar. This dependency was added in rapidjson by
https://github.com/Tencent/rapidjson/commit/6e2e5c7dbe08474249ca18b50da120b2c45ccc36.
This dependency on wchar was added in assimp when they bump their
internal rapidjson's version two years ago by
https://github.com/assimp/assimp/commit/65547d57606d9c9345b00d38271f3e499cee4001.
>
> Could you check that ?
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Best Regards,

Fabrice

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

* [Buildroot] [PATCH 1/1] package/assimp: needs wchar
  2019-08-04 14:05   ` Fabrice Fontaine
@ 2019-08-04 15:23     ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-08-04 15:23 UTC (permalink / raw)
  To: buildroot

On Sun, 4 Aug 2019 16:05:57 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> > The build failures come from the rapidjson headers, so I'm wondering if
> > the BR2_USE_WCHAR dependency shouldn't be in rapidjson.  
> Our old version of rapidjson (1.1.0 was released 3 years ago) does not
> depend on wchar. This dependency was added in rapidjson by
> https://github.com/Tencent/rapidjson/commit/6e2e5c7dbe08474249ca18b50da120b2c45ccc36.
> This dependency on wchar was added in assimp when they bump their
> internal rapidjson's version two years ago by
> https://github.com/assimp/assimp/commit/65547d57606d9c9345b00d38271f3e499cee4001.

Ah, ok, we use an internal version of rapidjson. Makes sense then.
Thanks for the clarification!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-08-04 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-04 11:55 [Buildroot] [PATCH 1/1] package/assimp: needs wchar Fabrice Fontaine
2019-08-04 12:24 ` Peter Korsgaard
2019-08-04 13:46 ` Thomas Petazzoni
2019-08-04 14:05   ` Fabrice Fontaine
2019-08-04 15:23     ` Thomas Petazzoni

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.