Package Details: mono-git 6.12.0.205.r1487.89f1d3cc22f-1

Git Clone URL: https://aur.archlinux.org/mono-git.git (read-only, click to copy)
Package Base: mono-git
Description: Free implementation of the .NET platform including runtime and compiler
Upstream URL: http://www.mono-project.com/
Keywords: mono
Licenses: GPL, BSD, MPL, LGPL2.1, custom=MITX11, custom=MSPL
Conflicts: mono, monodoc
Provides: mono, monodoc
Submitter: Ziemas
Maintainer: LinuxUserGD
Last Packager: LinuxUserGD
Votes: 13
Popularity: 0.000000
First Submitted: 2011-03-25 16:52 (UTC)
Last Updated: 2023-12-20 16:02 (UTC)

Required by (262)

Sources (23)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

0x647262 commented on 2016-08-08 06:13 (UTC) (edited on 2016-08-11 18:53 (UTC) by 0x647262)

Package now builds across all 3 of my machines.

0x647262 commented on 2016-08-08 01:21 (UTC) (edited on 2016-08-08 01:29 (UTC) by 0x647262)

Have this working locally... Going to make sure everything is up to date.

<deleted-account> commented on 2015-03-17 20:47 (UTC)

@test0: Reported upstream.

test0 commented on 2015-03-17 20:36 (UTC)

I'm getting this error while trying to build the package. please fix this. mono-proclib.c: In function ‘mono_cpu_usage’: mono-proclib.c:709:16: error: storage size of ‘resource_usage’ isn’t known struct rusage resource_usage; ^ mono-proclib.c:714:2: error: implicit declaration of function ‘getrusage’ [-Werror=implicit-function-declaration] if (getrusage (RUSAGE_SELF, &resource_usage) == -1) { ^ mono-proclib.c:714:2: warning: nested extern declaration of ‘getrusage’ [-Wnested-externs] mono-proclib.c:714:17: error: ‘RUSAGE_SELF’ undeclared (first use in this function) if (getrusage (RUSAGE_SELF, &resource_usage) == -1) { ^ mono-proclib.c:714:17: note: each undeclared identifier is reported only once for each function it appears in In file included from ../../mono/utils/mono-proclib.h:7:0, from mono-proclib.c:7: mono-proclib.c:715:54: error: ‘errno’ undeclared (first use in this function) g_error ("getrusage() failed, errno is %d (%s)\n", errno, strerror (errno)); ^ ../../eglib/src/glib.h:599:70: note: in definition of macro ‘g_error’ #define g_error(...) do { g_log (G_LOG_DOMAIN, G_LOG_LEVEL_ERROR, __VA_ARGS__); for (;;); } while (0) ^ mono-proclib.c:709:16: warning: unused variable ‘resource_usage’ [-Wunused-variable] struct rusage resource_usage;

<deleted-account> commented on 2015-02-04 18:50 (UTC)

And updated. This one was a bit tough to update.

<deleted-account> commented on 2015-02-04 15:05 (UTC)

I've adopted this package and I'm updating it now.

urbanomad64 commented on 2014-04-19 07:01 (UTC)

would you fix the git repository and mono stable is at version 3.4 now

Twl commented on 2013-10-19 08:45 (UTC)

Adopted and bumped version provided to 3.2.0 Let me know if you have any issues.

Ziemas commented on 2013-10-19 08:16 (UTC)

I've decided to disown this package. I no longer have any use case for using mono from git. And no interested in maintaining this package.

monojp commented on 2013-09-11 08:04 (UTC)

does anyone know a repo which provides this or any other more current mono build than found in extra? Compiling myself may be possible but it takes very long and uses up most of my disk-space in /tmp