Package Details: mono-beta 3.2.1-1

Package Base: mono-beta
Description: "Free implementation of the .NET platform including runtime and
Upstream URL: http://www.mono-project.com/
Category: lib
Licenses: GPL LGPL2 MPL custom:MITX11
Submitter: CDF-H
Maintainer: CDF-H
Last Packager: None
Votes: 5
First Submitted: 2013-02-18 23:49
Last Updated: 2013-08-21 00:56

Latest Comments

Comment by Scimmia

2013-12-08 05:45

So this should be merged with mono-beta?

Comment by CDF-H

2013-08-21 01:06

Updated to latest which is a stable release so it will be my last realease until the next beta 3.x or 4.x series.

Comment by Schala

2013-05-19 18:57

Oops, sorry... I just read that...

Comment by CDF-H

2013-05-07 15:40

I searched google and a dev was pretty much like "build from git until this is fixed" so I just rolled back to the last functioning update here. If you want to can try mono-git but I'll just wait untill 3.0.11

Comment by CDF-H

2013-05-03 15:46

Sorry this update is so late my computer broke, I just got it back.

Comment by PerfectGentleman

2013-05-01 04:35

3.0.10 is out

Comment by CDF-H

2013-03-09 15:36

Cool. Glad you got it sorted out. :)

Anonymous comment

2013-03-09 09:58

My /tmp wasn't big enough for compiling. "size=4G" in mount options did the job.

Comment by CDF-H

2013-03-07 00:48

What errors are you getting? Did you edit the PKGBUILD at all? x86_64 or i686? It's really strange, I just recompiled it to test and am getting no errors.

Anonymous comment

2013-03-06 21:15

It is not compiling as for me

Comment by CDF-H

2013-02-19 01:03

Working as of now, but I'm disowning it...as said in previous comments mono-beta would be a better name. Use mono-beta package if possible!

Comment by jlebleu

2013-02-16 17:33

I succeed to build 3.0.3 version, here is the PKGBUILD I used:
https://gist.github.com/4967827

Comment by timebomb

2013-01-20 05:06

patch:
https://gist.github.com/4576761

and pkgbuild:
https://gist.github.com/4576768

Comment by CDF-H

2013-01-08 23:07

Sorry I can't get to this until Thursday

Comment by giniu

2013-01-08 22:44

They fixed it in git, you can use patch from https://github.com/mono/mono/commit/2646f8b18289e4ef5fe8193ed376dd475af786f6

Comment by giniu

2013-01-07 16:40

After fixing first error, I noticed one more:

configure.in:365: error: 'AM_PROG_CC_STDC': this macro is obsolete.
You should simply use the 'AC_PROG_CC' macro instead.
Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
but upon 'ac_cv_prog_cc_stdc'.

runtime/Makefile.am:2: error: support for Cygnus-style trees has been removed

Again, configure.in issue seems to be solvable by simple replace, and automake issue seems to be solvable by commenting that line (they added it as a workaround for building testcases as it seems, so it seems to be acceptable to comment it for simple builds).

I opened upstream ticket for those issues: https://bugzilla.xamarin.com/show_bug.cgi?id=9324

Comment by giniu

2013-01-07 16:20

oh, and you should also quote pkgdir and srcdir variables. There is also no need for return 1 anymore. Finally, maybe mono-beta would be better name for this package, that way when 3.1 is released stable and for example 4.x enters beta stage, you wouldn't have to create new package, just bump the version. Thanks for packaging this btw :)

Comment by giniu

2013-01-07 16:17

This currently fails:

Running aclocal -I m4 -I . ...
configure.in:17: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.in:17: the top level

you should patch it for newer version of toolchain. Just apply what the message says and it should be OK.