Build process is still broken. Monodevelop-stable wants to compile with msbuild 15.0 but its dependency msbuild-stable is version 16.0. So the compiler returns a not found error for msbuild 15.0 files.
Search Criteria
Package Details: monodevelop-stable 8.4.3.12-2
Git Clone URL: | https://aur.archlinux.org/monodevelop-stable.git (read-only, click to copy) |
---|---|
Package Base: | monodevelop-stable |
Description: | An IDE primarily designed for C# and other .NET languages |
Upstream URL: | https://www.monodevelop.com |
Keywords: | mono monodevelop |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | fusion809 |
Maintainer: | coder2000 |
Last Packager: | TheGoliath |
Votes: | 36 |
Popularity: | 0.029654 |
First Submitted: | 2016-10-21 19:09 |
Last Updated: | 2020-05-22 15:28 |
Dependencies (17)
- cmake (cmake-git)
- curl (curl-git, curl-minimal-git)
- dotnet-host (dotnet-host-preview, dotnet-host-bin)
- fsharp (fsharp-mono-bin, fsharp-git)
- gnome-sharp
- hicolor-icon-theme (hicolor-icon-theme-git)
- http-parser (http-parser-git)
- libssh2 (libssh2-git)
- mono-addins (mono-addins-git)
- mono-tools
- mono5
- msbuild-stable
- git (git-git) (make)
- nuget (nuget-nightly) (make)
- referenceassemblies-pcl (make)
- rsync (rsync-git) (make)
- xsp (optional) – To run ASP.NET pages directly from monodevelop
Required by (4)
- hexchat-theme-manager (requires monodevelop) (make)
- janet (requires monodevelop)
- monodevelop-emmetplugin (requires monodevelop)
- monogame-git (requires monodevelop) (make)
Sources (1)
palein commented on 2020-05-18 21:27
TheGoliath commented on 2020-05-17 18:39
Updated the PKGBUILD. Changed the Build profile from stable to gnome (one of the only profiles which seem to work currently)
TheGoliath commented on 2020-05-17 12:25
I'd like to participate in the package maintenance and help you out getting the package running again
ikiruto commented on 2020-05-17 12:09
fsharp should not be required
coder2000 commented on 2020-03-31 18:51
The build process is currently broken and the documentation is incomplete.
doctorzeus commented on 2019-12-14 14:34
Since the issues with compatibility with the latest version of mono and msbuild as well as there no longer being a "stable" build mode on the github project I am disowning this project.
Sadly I stopped using this IDE in favor of VSCode a while ago and also no longer have the time to maintain it with the large number of incompatibilities with the various dependencies.
Hopefully someone with more time will take over..
doctorzeus commented on 2019-10-23 04:06
@WorseDoughnut Probably issues with incompatibility with the latest version of mono and the current version of msbuild-stable.
I would try using one of the binary versions however I am having issues building projects with this IDE due to the same underlying problem. If I can gonna create a new non-stable package for monodevelop however it requires the newest version of msbuild which at the moment is a huge pain due to its depends.
WorseDoughnut commented on 2019-10-22 21:35
Is this actually working for anyone else? I've got pamac-manager telling me the build keeps failing on fsharp
I'm too much of a noob to find the actual issue in this log https://pastebin.com/DeViUnWL
doctorzeus commented on 2019-10-01 03:52
Package is not out of date as it is newest stable build..
doctorzeus commented on 2019-09-23 03:02
I have not updated this application for a while due to the build profile "stable" no longer working on newer versions during build (see https://github.com/mono/monodevelop/issues/8586).
Building without invalidates this package as being "stable" (hence monodevelop-stable) so until this is resolved cannot unfortunately update as there are no testing,stable,etc branches in the monodevelop git project.
Pinned Comments
coder2000 commented on 2020-08-03 13:35
According to the issue described by kingkhan94, https://github.com/mono/monodevelop/issues/8006, for the last year or so MonoDevelop 8.0 has not been buildable on anything but Mac. The community has created a fork for a new environment at https://github.com/dotdevelop/dotdevelop.
kingkhan94 commented on 2020-08-03 12:22
MonoDevelop (8.X) no loger compile in Linux (only Mac)...
https://github.com/mono/monodevelop/issues/8006
"Embrace, extend, and extinguish!" (EEE) =[
Possible solution is using https://aur.archlinux.org/packages/monodevelop-bin/ .
Install using pamac following packages
Hope this helps!
UPDATE: Install xps to easily debug web projects (ASP.NET)...
xsp
Credit: @eduardolucioac commented on 2020-06-08 19:24