I have exactly the same errors as Dante...
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.015233 |
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-bin, dotnet-host-preview)
- 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)
TheChosenOne commented on 2018-01-10 15:59
Dante commented on 2018-01-09 15:55
I've installed mono 5.4 and msbuild 15.4, but when installing this package, I get the messages:
MSBuild auto-detection: using msbuild version '14.0' from '/usr/lib/mono/xbuild/14.0/bin'.
WARNING: Error reading msbuild project information, ensure that your input solution or project file is valid. NETCore and UAP projects will be skipped, only packages.config files will be restored.
and some other errors: https://pastebin.com/raw/17fVRfNK
fredham commented on 2018-01-05 16:25
Add this line in build section. before the call to ./configure.
export MONO_IOMAP=all
This will make mono case insensitive when searching nugget packages. It worked for me.
avelinex commented on 2018-01-05 15:11
Hi... I'm trying download by AUR and got an error...
==> ERROR: download failed http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_15.5+xamarinxplat.2017.08.16.12.03-0xamarin3+ubuntu1404b1_all.deb Aborting...
badonkadong commented on 2017-12-19 09:18
One of the deps "msbuild-15" has a nonexistent path failed to verify msbuild-15-bin integrity
poikilos commented on 2017-12-07 02:51
requires mono-addins but: error: mono-addins: key "Daniel Isenmann daniel@archlinux.org" is disabled :: File /var/cache/pacman/pkg/mono-addins-1.1-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Also, as for another dependency of monodevelop, no mono works right now. The git version has a SIGABORT during make (I reported it on their GitHub page).
smls commented on 2017-12-01 09:10
Why does this install an older version than the monodevelop-stable package?
poikilos commented on 2017-11-17 02:14
You have to have mono (from arch) installed in order to install mono-stable (probably because the compiler is written in C# and may need to be compiled during install from AUR), then that mono will be removed and mono-stable will take over (confirmed: if you then type mono --version it will be version of mono-stable such as 5.4.1.6). However, after doing that, attempting to install monodevelop-stable results in "invalid or corrupted package:" (no further information is in the "Failed to commit transaction" dialog).
malah commented on 2017-11-02 20:54
Hello, sorry I haven't the time to keep this packet up-to-date, if someone want to keep it alive you can ;)
adangert commented on 2017-11-02 03:23
both mono-addins and mono-addins-git do not build. Thus I can not install this package.
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