Package Details: mono-visualstudio 5.18.1.3-1

Git Clone URL: https://aur.archlinux.org/mono-visualstudio.git (read-only, click to copy)
Package Base: mono-visualstudio
Description: The VS release channel contains packages which are shipped as part of a Visual Studio for Mac release. They are the most stable but also the least frequently updated packages.
Upstream URL: http://www.mono-project.com/
Licenses: GPL, MPL, LGPL2.1
Conflicts: mono, monodoc
Provides: mono, monodoc
Replaces: mono
Submitter: zulu
Maintainer: craw (zulu)
Last Packager: craw
Votes: 1
Popularity: 0.000000
First Submitted: 2018-02-19 10:20 (UTC)
Last Updated: 2019-07-07 15:45 (UTC)

Latest Comments

TimmyD commented on 2021-03-10 14:15 (UTC)

So I got the same error as Kizar. I tried adding the header files but i seemed to keep adding and adding. I must be missing a library to install this? Is no one else getting errors, I would think there would be more comments.

kizar commented on 2020-09-21 09:29 (UTC)

I can't build the package.

Making all in utils
make[3]: Entering directory '/home/kizar/.cache/pikaur/build/mono-visualstudio/src/mono-5.18.1.3/mono/utils'
make  all-recursive
make[4]: Entering directory '/home/kizar/.cache/pikaur/build/mono-visualstudio/src/mono-5.18.1.3/mono/utils'
make[5]: Entering directory '/home/kizar/.cache/pikaur/build/mono-visualstudio/src/mono-5.18.1.3/mono/utils'
  CC       libmonoutils_la-os-event-unix.lo
os-event-unix.c: In function ‘mono_os_event_wait_multiple’:
os-event-unix.c:195:12: warning: ‘start’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  195 |    elapsed = mono_msec_ticks () - start;
      |    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../mono/eglib/glib.h:31,
                 from os-event.h:9,
                 from os-event-unix.c:11:
../../mono/eglib/eglib-remap.h:136:25: warning: ‘data’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  136 | #define g_ptr_array_add monoeg_g_ptr_array_add
      |                         ^~~~~~~~~~~~~~~~~~~~~~
os-event-unix.c:121:19: note: ‘data’ was declared here
  121 |  OSEventWaitData *data;
      |                   ^~~~
  CC       libmonoutils_la-mono-md5.lo
  CC       libmonoutils_la-mono-sha1.lo
  CC       libmonoutils_la-mono-logger.lo
  CC       libmonoutils_la-mono-codeman.lo
  CC       libmonoutils_la-dlmalloc.lo
  CC       libmonoutils_la-mono-counters.lo
  CC       libmonoutils_la-mono-dl.lo
  CC       libmonoutils_la-mono-dl-windows.lo
  CC       libmonoutils_la-mono-dl-darwin.lo
  CC       libmonoutils_la-mono-dl-posix.lo
  CC       libmonoutils_la-mono-dl-wasm.lo
  CC       libmonoutils_la-mono-log-windows.lo
  CC       libmonoutils_la-mono-log-common.lo
  CC       libmonoutils_la-mono-log-posix.lo
  CC       libmonoutils_la-mono-log-android.lo
  CC       libmonoutils_la-mono-log-darwin.lo
  CC       libmonoutils_la-mono-log-flight-recorder.lo
  CC       libmonoutils_la-mono-merp.lo
  CC       libmonoutils_la-mono-state.lo
mono-state.c:36:10: fatal error: sys/sysctl.h: No such file or directory
   36 | #include <sys/sysctl.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
make[5]: *** [Makefile:1186: libmonoutils_la-mono-state.lo] Error 1
make[5]: Leaving directory '/home/kizar/.cache/pikaur/build/mono-visualstudio/src/mono-5.18.1.3/mono/utils'
make[4]: *** [Makefile:1765: all-recursive] Error 1
make[4]: Leaving directory '/home/kizar/.cache/pikaur/build/mono-visualstudio/src/mono-5.18.1.3/mono/utils'
make[3]: *** [Makefile:858: all] Error 2
make[3]: Leaving directory '/home/kizar/.cache/pikaur/build/mono-visualstudio/src/mono-5.18.1.3/mono/utils'
make[2]: *** [Makefile:463: all-recursive] Error 1
make[2]: Leaving directory '/home/kizar/.cache/pikaur/build/mono-visualstudio/src/mono-5.18.1.3/mono'
make[1]: *** [Makefile:533: all-recursive] Error 1
make[1]: Leaving directory '/home/kizar/.cache/pikaur/build/mono-visualstudio/src/mono-5.18.1.3'
make: *** [Makefile:462: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...