All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ogre: disable csharp
@ 2021-12-31  9:00 Fabrice Fontaine
  2021-12-31 11:42 ` Romain Naour
  2022-01-01 10:08 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-12-31  9:00 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Fabrice Fontaine

Disable csharp to avoid the following build failure with python since
bump to version 1.12.12 in commit
4e814227caa0a5d190e36cd5174239fe5c627279 and
https://github.com/OGRECave/ogre/commit/3fd839c76a153e614c9e3131ff9959234099e749:

/bin/sh: 1: mcs: not found

Fixes:
 - http://autobuild.buildroot.org/results/5f384dbed8e5241f91072bfffa54ba6b9c509751

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

diff --git a/package/ogre/ogre.mk b/package/ogre/ogre.mk
index 72c96cb33a..72fd616c0c 100644
--- a/package/ogre/ogre.mk
+++ b/package/ogre/ogre.mk
@@ -33,6 +33,7 @@ OGRE_CXXFLAGS = $(TARGET_CXXFLAGS) -DGLEW_NO_GLU
 # Disable java and nvidia cg support.
 # Disable imgui overlay to avoid extra download from CMake.
 OGRE_CONF_OPTS = -DOGRE_BUILD_DEPENDENCIES=OFF \
+	-DOGRE_BUILD_COMPONENT_CSHARP=OFF \
 	-DOGRE_BUILD_COMPONENT_JAVA=OFF \
 	-DOGRE_BUILD_PLUGIN_CG=OFF \
 	-DOGRE_BUILD_COMPONENT_OVERLAY_IMGUI=OFF \
-- 
2.33.0

_______________________________________________
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/ogre: disable csharp
  2021-12-31  9:00 [Buildroot] [PATCH 1/1] package/ogre: disable csharp Fabrice Fontaine
@ 2021-12-31 11:42 ` Romain Naour
  2022-01-01 10:08 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2021-12-31 11:42 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot

Le 31/12/2021 à 10:00, Fabrice Fontaine a écrit :
> Disable csharp to avoid the following build failure with python since
> bump to version 1.12.12 in commit
> 4e814227caa0a5d190e36cd5174239fe5c627279 and
> https://github.com/OGRECave/ogre/commit/3fd839c76a153e614c9e3131ff9959234099e749:
> 
> /bin/sh: 1: mcs: not found
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/5f384dbed8e5241f91072bfffa54ba6b9c509751
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Acked-by: Romain Naour <romain.naour@gmail.com>

Best regards,
Romain

> ---
>  package/ogre/ogre.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/ogre/ogre.mk b/package/ogre/ogre.mk
> index 72c96cb33a..72fd616c0c 100644
> --- a/package/ogre/ogre.mk
> +++ b/package/ogre/ogre.mk
> @@ -33,6 +33,7 @@ OGRE_CXXFLAGS = $(TARGET_CXXFLAGS) -DGLEW_NO_GLU
>  # Disable java and nvidia cg support.
>  # Disable imgui overlay to avoid extra download from CMake.
>  OGRE_CONF_OPTS = -DOGRE_BUILD_DEPENDENCIES=OFF \
> +	-DOGRE_BUILD_COMPONENT_CSHARP=OFF \
>  	-DOGRE_BUILD_COMPONENT_JAVA=OFF \
>  	-DOGRE_BUILD_PLUGIN_CG=OFF \
>  	-DOGRE_BUILD_COMPONENT_OVERLAY_IMGUI=OFF \
> 

_______________________________________________
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/ogre: disable csharp
  2021-12-31  9:00 [Buildroot] [PATCH 1/1] package/ogre: disable csharp Fabrice Fontaine
  2021-12-31 11:42 ` Romain Naour
@ 2022-01-01 10:08 ` Yann E. MORIN
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-01-01 10:08 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Romain Naour, buildroot

Fabrice, All,

On 2021-12-31 10:00 +0100, Fabrice Fontaine spake thusly:
> Disable csharp to avoid the following build failure with python since
> bump to version 1.12.12 in commit
> 4e814227caa0a5d190e36cd5174239fe5c627279 and
> https://github.com/OGRECave/ogre/commit/3fd839c76a153e614c9e3131ff9959234099e749:
> 
> /bin/sh: 1: mcs: not found
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/5f384dbed8e5241f91072bfffa54ba6b9c509751
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/ogre/ogre.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/ogre/ogre.mk b/package/ogre/ogre.mk
> index 72c96cb33a..72fd616c0c 100644
> --- a/package/ogre/ogre.mk
> +++ b/package/ogre/ogre.mk
> @@ -33,6 +33,7 @@ OGRE_CXXFLAGS = $(TARGET_CXXFLAGS) -DGLEW_NO_GLU
>  # Disable java and nvidia cg support.
>  # Disable imgui overlay to avoid extra download from CMake.
>  OGRE_CONF_OPTS = -DOGRE_BUILD_DEPENDENCIES=OFF \
> +	-DOGRE_BUILD_COMPONENT_CSHARP=OFF \
>  	-DOGRE_BUILD_COMPONENT_JAVA=OFF \
>  	-DOGRE_BUILD_PLUGIN_CG=OFF \
>  	-DOGRE_BUILD_COMPONENT_OVERLAY_IMGUI=OFF \
> -- 
> 2.33.0
> 
> _______________________________________________
> 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-01-01 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31  9:00 [Buildroot] [PATCH 1/1] package/ogre: disable csharp Fabrice Fontaine
2021-12-31 11:42 ` Romain Naour
2022-01-01 10:08 ` 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.