Why does it needs fsharp?
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.012524 |
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)
kamartikyan commented on 2018-03-26 10:37
doctorzeus commented on 2018-03-26 01:42
Thanks @cl0ne good spot, have corrected.
cl0ne commented on 2018-03-25 13:20
mono 5.10.0.179 already in extra and this package builds successfully with it, so probably dependency mono-stable can be replaced with mono?
tomek2102 commented on 2018-03-18 19:17
I have finally managed to install this package. I have executed "yaourt -S monodevelop-stable" from xterm console and during build changed dependency from msbuild-15-bin to msbuild-stable.
doctorzeus commented on 2018-03-18 00:29
Also anyone getting the System.TypeInitializationException error, this is an issue with the latest mono build system which the dev's are aware of. To get around this in the mean time just run the package in xterm or under a tty. You can also just add "TERM=xterm" under the pkgbuild.
Jesse commented on 2018-03-17 19:07
Experiencing the same problem: build stops while trying to get file http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_15.5+xamarinxplat.2017.08.16.12.03-0xamarin3+ubuntu1404b1_all.deb. Says "Aborting" after that.
Would appreciate a fix or an easy work-around.
tomek2102 commented on 2018-03-17 08:03
On this repo is only accessible msbuild_15.4+xamarinxplat.2017.11.27.11.23-0xamarin1+ubuntu1404b1_all.deb
How to fix it?
vita_cell commented on 2018-02-21 11:58
Download fails Here: http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_15.5+xamarinxplat.2017.08.16.12.03-0xamarin3+ubuntu1404b1_all.deb
If I skip the dep, it fails here: at System.ConsoleDriver..cctor () [0x0004d] in <a84b655e5e6a49ee96b338ec792f5580>:0 --- End of inner exception stack trace --- at System.Console.SetupStreams (System.Text.Encoding inputEncoding, System.Text.Encoding outputEncoding) [0x00007] in <a84b655e5e6a49ee96b338ec792f5580>:0 at System.Console..cctor () [0x0008e] in <a84b655e5e6a49ee96b338ec792f5580>:0 --- End of inner exception stack trace --- at Mono.CSharp.Driver.Main (System.String[] args) [0x00019] in <2b1e99ce45b54209bdcdab138d9758ae>:0 Cannot open assembly '/home/vita/Desktop/monodevelop-stable/src/monodevelop/scripts/configure.exe': No such file or directory. make[2]: [Makefile:1152: build/bin/buildinfo] Error 2 make[2]: se sale del directorio '/home/vita/Desktop/monodevelop-stable/src/monodevelop/main' make[1]: [Makefile:675: all-recursive] Error 1 make[1]: se sale del directorio '/home/vita/Desktop/monodevelop-stable/src/monodevelop/main' make: *** [Makefile:31: all-recursive] Error 1 ==> ERROR: Se produjo un fallo en build(). Cancelando...</a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580></a84b655e5e6a49ee96b338ec792f5580>
Seriously why do I need "configure.exe"?
eugeneai commented on 2018-02-12 12:53
Hi. I tried to build the package v.7.3.2.12 with mono 5.4.1 and succeeded.
Here is my modifications: https://github.com/eugeneai/archlinux-modules/tree/master/monodevelop-stable
Best regards, Evgeny
iskenderoguz commented on 2018-01-30 11:43
I got Failure while downloading http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_15.5+xamarinxplat.2017.08.16.12.03-0xamarin3+ubuntu1404b1_all.deb error.
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