diff mbox

mono: bump to version 3.12.0

Message ID 1421787624-6841-1-git-send-email-angelo.compagnucci@gmail.com
State Accepted
Commit 69b32200a623ccb9b7252e1ad8964d8f9b92f1a7
Headers show

Commit Message

Angelo Compagnucci Jan. 20, 2015, 9 p.m. UTC
This patch bumos version of mono to the latest 3.12.0

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 package/mono/mono.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Jan. 23, 2015, 8:42 p.m. UTC | #1
>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:

 > This patch bumos version of mono to the latest 3.12.0

s/bumos/bumps/

Committed, thanks.

It would be good if you could add a .hash file as well.
Peter Korsgaard Jan. 24, 2015, 8:42 a.m. UTC | #2
>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:

 > This patch bumos version of mono to the latest 3.12.0
 > Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>

This causes a number of build issues. Care to take a look?

http://autobuild.buildroot.net/?reason=mono-3.12.0
Angelo Compagnucci Jan. 24, 2015, 10:52 a.m. UTC | #3
Hi Peter,

There is an error on mips architecture,

In file included from ../../mono/utils/mono-stack-unwinding.h:10:0,
                 from ../../mono/utils/mono-threads.h:14,
                 from ../../mono/metadata/sgen-gc.h:39,
                 from sgen-os-posix.c:33:
sgen-os-posix.c: In function 'suspend_thread':
../../mono/utils/mono-context.h:475:61: error: 'mips_sp' undeclared
(first use in this function)
 #define MONO_CONTEXT_GET_SP(ctx) ((gpointer)((ctx)->sc_regs[mips_sp]))
                                                             ^
sgen-os-posix.c:73:17: note: in expansion of macro 'MONO_CONTEXT_GET_SP'
   stack_start = MONO_CONTEXT_GET_SP (&ctx) - REDZONE_SIZE;
                 ^
../../mono/utils/mono-context.h:475:61: note: each undeclared
identifier is reported only once for each function it appears in
 #define MONO_CONTEXT_GET_SP(ctx) ((gpointer)((ctx)->sc_regs[mips_sp]))
                                                             ^
sgen-os-posix.c:73:17: note: in expansion of macro 'MONO_CONTEXT_GET_SP'
   stack_start = MONO_CONTEXT_GET_SP (&ctx) - REDZONE_SIZE;

I'm investigating the root of the problem.

Sincerely, Angelo

2015-01-24 9:42 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:
>>>>>> "Angelo" == Angelo Compagnucci <angelo.compagnucci@gmail.com> writes:
>
>  > This patch bumos version of mono to the latest 3.12.0
>  > Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
>
> This causes a number of build issues. Care to take a look?
>
> http://autobuild.buildroot.net/?reason=mono-3.12.0
>
> --
> Bye, Peter Korsgaard
diff mbox

Patch

diff --git a/package/mono/mono.mk b/package/mono/mono.mk
index 3d50ac1..0bbf338 100644
--- a/package/mono/mono.mk
+++ b/package/mono/mono.mk
@@ -4,7 +4,7 @@ 
 #
 #############################################################
 
-MONO_VERSION = 3.10.0
+MONO_VERSION = 3.12.0
 MONO_SITE = http://download.mono-project.com/sources/mono/
 MONO_SOURCE = mono-$(MONO_VERSION).tar.bz2
 MONO_LICENSE = GPLv2 or MIT (compiler, tools), LGPLv2 (runtime libs), MIT (class libs) or commercial