mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.85k stars 1.02k forks source link

The build profile 'stable' does not exist #8586

Open ststeiger opened 5 years ago

ststeiger commented 5 years ago

The build profile 'stable' does not exist. In fact, all profiles don't exist. Is there anything missing ?

git clone https://github.com/mono/monodevelop
git submodule update --init --recursive
[...]
root@asshat:~/github/mono/monodevelop# ./configure --profile="stable" --select

The build profile 'stable' does not exist. A new profile will be created.
cp: cannot stat 'profiles/stable': No such file or directory
./configure: line 88: profiles/all: No such file or directory
Select the packages to include in the build for the profile 'stable':

Enter the number of an add-in to enable/disable,
(q) quit, (c) clear all, (s) select all, or ENTER to continue:  

./configure: line 74: profiles/stable: No such file or directory
Configuration Summary
---------------------

MonoDevelop has been configured with 
    prefix = /usr/local
    profile = stable

Packages included in the build:

root@asshat:~/github/mono/monodevelop# 

Building with any other profile does not work either, be it with or without quotes.

root@asshat:~/github/mono/monodevelop# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 19.04
Release:        19.04
Codename:       disco

I need to recompile with plugins, because monodevelop-versioncontrol doesn't work with OpenSSL 1.1 ...

gordrs commented 5 years ago

I noticed this also. Went into profiles directory and saw that they've been changed. Its now gnome, windows and mac

ststeiger commented 5 years ago

Yea, if you do "git reset --hard origin/master", and then choose profile gnome, then it works. But as soon as you did that, the profile "gnome" is gone. And it doesn't work if you run it with "--select", even after git-reset ...

Also, I find gnome a bad name. I use KDE Plasma, because gnome doesn't work (network manager, windows, default apps, window-resizing, pretty much everything actually). Linux and gnome are not superimposable/congruent.

Therzok commented 5 years ago

@ststeiger We've historically named our configuration DebugGnome, so that's why it ended up being gnome.

What is the preferred naming here? I have no preferences.

PRs are also welcome on the name change.

@ststeiger Does ./configure && make not work - without explicitly passing a profile name?

ststeiger commented 5 years ago

No, then it complains that profile "all" and "default" is missing. Anyway, I don't care about the name, if only it would work. 2 warnings, 120 errors.

PatternMatcherFactory.cs(17,116): error CS0246: The type or namespace name 'IPatternMatcher' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]      
PatternMatcherFactory.cs(17,16): error CS0246: The type or namespace name 'IPatternMatcher' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]       
PatternMatchExtensions.cs(8,56): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]          
PatternMatchExtensions.cs(8,77): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]          
PatternMatchExtensions.cs(8,39): error CS0246: The type or namespace name 'Span' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                  
PatternMatchExtensions.cs(18,47): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]         
PatternMatchExtensions.cs(18,68): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]         
PatternMatchExtensions.cs(18,23): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]         
PatternMatchExtensions.cs(44,57): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]     
PatternMatchExtensions.cs(44,81): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]     
PatternMatchExtensions.cs(44,24): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]     
PatternMatcher.cs(125,25): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                
PatternMatcher.cs(152,17): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                
PatternMatcher.cs(164,24): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                
PatternMatcher.cs(178,17): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                
PatternMatcher.cs(306,32): error CS0246: The type or namespace name 'Span' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                        
PatternMatcher.cs(337,17): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                
PatternMatcher.cs(462,17): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                
PatternMatcher.cs(509,17): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]            
PatternMatcher.cs(520,17): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]            
StringBreaker.cs(102,30): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]               
StringBreaker.cs(20,26): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                
AllLowerCamelCaseMatcher.cs(41,20): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]   
AllLowerCamelCaseMatcher.cs(68,28): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]   
CamelCaseResult.cs(17,29): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
CamelCaseResult.cs(20,97): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
ContainerPatternMatcher.cs(57,29): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]        
ContainerPatternMatcher.cs(73,21): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]        
SimplePatternMatcher.cs(43,29): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]           
Done Building Project "/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj" (default targets) -- FAILED.                            
Project "/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj" (4) is building "/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj" (38:2) on node 1 (default targets).                                                        
GenerateTargetFrameworkMonikerAttribute:                                                             
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.                                                                        
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.                                                                                       
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked- /nowarn:649,436,1573,1591,1572,1570,VSTHRD001,VSTHRD002,VSTHRD010,VSTHRD012,VSTHRD100,VSTHRD103,VSTHRD105,VSTHRD106,VSTHRD108,VSTHRD110,VSTHRD200,0618,CA1308,CA1001,CA1724,CA1707,CA1040,CA2225,CA1716,CA1018,3021,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETFRAMEWORK;NET472 /highentropyva+ /reference:/root/.nuget/packages/microsoft.visualstudio.threading/15.8.192/lib/net46/Microsoft.VisualStudio.Threading.dll /reference:/root/.nuget/packages/microsoft.visualstudio.validation/15.3.15/lib/net45/Microsoft.VisualStudio.Validation.dll /reference:/usr/lib/mono/4.7.2-api/mscorlib.dll /reference:/root/.nuget/packages/system.collections.immutable/1.5.0/lib/netstandard2.0/System.Collections.Immutable.dll /reference:/usr/lib/mono/4.7.2-api/System.Core.dll /reference:/usr/lib/mono/4.7.2-api/System.Data.dll /reference:/usr/lib/mono/4.7.2-api/System.dll /reference:/usr/lib/mono/4.7.2-api/System.Drawing.dll /reference:/usr/lib/mono/4.7.2-api/System.IO.Compression.FileSystem.dll /reference:/usr/lib/mono/4.7.2-api/System.Numerics.dll /reference:/usr/lib/mono/4.7.2-api/System.Runtime.Serialization.dll /reference:/usr/lib/mono/4.7.2-api/System.Xml.dll /reference:/usr/lib/mono/4.7.2-api/System.Xml.Linq.dll /reference:/usr/lib/mono/4.7.2-api/WindowsBase.dll /reference:/usr/lib/mono/4.7.2-api/Facades/netstandard.dll /codepage:65001 /debug+ /debug:portable /filealign:512 /keyfile:/root/github/mono/monodevelop/main/external/vs-editor-api/build/msfinal.snk /optimize- /out:/root/github/mono/monodevelop/main/external/vs-editor-api/obj/Editor/Text/Def/Extras/Debug/net472/Microsoft.VisualStudio.Text.Extras.dll /subsystemversion:6.00 /reportanalyzer /target:library /warnaserror+ /utf8output /deterministic+ /publicsign+ /langversion:8.0 /analyzer:/root/.nuget/packages/microsoft.visualstudio.threading.analyzers/15.8.192/analyzers/cs/Microsoft.VisualStudio.Threading.Analyzers.dll /root/github/mono/monodevelop/main/external/vs-editor-api/build/ThisAssembly.cs Find/FindCommandArgs.cs Find/IFindPresenter.cs Find/IFindPresenterFactory.cs GoToLine/GoToLineCommandArgs.cs GoToLine/IGoToLinePresenter.cs GoToLine/IGoToLinePresenterFactory.cs InfoBar/IInfoBarPresenter.cs InfoBar/IInfoBarPresenterFactory.cs InfoBar/InfoBarViewModel.cs PreviewEditorCommandArgs.cs "/tmp/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs" /root/github/mono/monodevelop/main/external/vs-editor-api/obj/Editor/Text/Def/Extras/Debug/net472/Extras.AssemblyInfo.cs /warnaserror+:NU1605
GoToLine/GoToLineCommandArgs.cs(11,40): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                     
Find/FindCommandArgs.cs(8,43): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                              
Find/FindCommandArgs.cs(36,64): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(38,53): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(38,73): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(10,32): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(10,52): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/IFindPresenterFactory.cs(17,44): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                               
Find/FindCommandArgs.cs(43,46): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(15,47): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(17,36): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(17,56): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(22,60): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(45,35): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(45,55): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(50,50): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(24,49): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(24,69): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(29,51): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(52,39): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(52,59): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(31,40): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(31,60): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(57,49): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(64,54): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(59,38): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(59,58): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(66,43): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(66,63): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(92,50): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(71,59): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(73,48): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(73,68): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(78,66): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(80,55): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(80,75): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(85,47): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(87,36): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(87,56): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
Find/FindCommandArgs.cs(94,39): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                     
Find/FindCommandArgs.cs(94,59): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
PreviewEditorCommandArgs.cs(17,58): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                         
Find/FindCommandArgs.cs(99,67): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
Find/FindCommandArgs.cs(101,56): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                    
Find/FindCommandArgs.cs(101,76): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                  
PreviewEditorCommandArgs.cs(19,47): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
PreviewEditorCommandArgs.cs(19,67): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                               
PreviewEditorCommandArgs.cs(3,60): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                          
PreviewEditorCommandArgs.cs(5,49): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                  
PreviewEditorCommandArgs.cs(5,69): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                
PreviewEditorCommandArgs.cs(10,59): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                         
PreviewEditorCommandArgs.cs(12,48): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
PreviewEditorCommandArgs.cs(12,68): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                               
InfoBar/IInfoBarPresenterFactory.cs(8,50): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                          
GoToLine/GoToLineCommandArgs.cs(16,13): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
GoToLine/GoToLineCommandArgs.cs(17,13): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
GoToLine/GoToLineCommandArgs.cs(23,13): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
GoToLine/GoToLineCommandArgs.cs(24,13): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
GoToLine/IGoToLinePresenterFactory.cs(12,38): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                       
Done Building Project "/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj" (default targets) -- FAILED.                                                   
Project "/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj" (4) is building "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins/Mono.Addins.csproj" (39:2) on node 1 (default targets).                                                                    
CoreCompile:                                                                                         
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /checked+ /nowarn:1574,1591,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /doc:../bin/Mono.Addins.xml /highentropyva+ /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /codepage:65001 /debug+ /debug:portable /keyfile:../mono-addins.snk /optimize- /out:obj/Debug/Mono.Addins.dll /subsystemversion:6.00 /reportanalyzer /target:library /utf8output AssemblyInfo.cs Mono.Addins/ExtensionNode.cs Mono.Addins/ExtensionTree.cs Mono.Addins/TreeNode.cs Mono.Addins/RuntimeAddin.cs Mono.Addins/TreeNodeCollection.cs Mono.Addins/TypeExtensionNode.cs Mono.Addins/MissingDependencyException.cs Mono.Addins/ExtensionNodeList.cs Mono.Addins/NodeAttributeAttribute.cs Mono.Addins/ExtensionContext.cs Mono.Addins/ConditionType.cs Mono.Addins/AddinAttribute.cs Mono.Addins/ExtensionAttribute.cs Mono.Addins/AddinDependencyAttribute.cs Mono.Addins/ExtensionPointAttribute.cs Mono.Addins.Description/AddinDescription.cs Mono.Addins.Description/ExtensionPoint.cs Mono.Addins.Description/ModuleDescription.cs Mono.Addins.Description/ModuleDescriptionCollection.cs Mono.Addins.Description/ExtensionPointCollection.cs Mono.Addins.Description/ExtensionNodeType.cs Mono.Addins.Serialization/BinaryXmlReader.cs Mono.Addins.Serialization/BinaryXmlWriter.cs Mono.Addins.Serialization/IBinaryXmlElement.cs Mono.Addins.Serialization/BinaryXmlTypeMap.cs Mono.Addins.Description/ExtensionNodeSet.cs Mono.Addins.Description/ExtensionNodeSetCollection.cs Mono.Addins.Description/Extension.cs Mono.Addins.Description/ExtensionNodeDescription.cs Mono.Addins.Description/ExtensionNodeDescriptionCollection.cs Mono.Addins.Description/ExtensionCollection.cs Mono.Addins.Description/ConditionTypeDescription.cs Mono.Addins.Description/ConditionTypeDescriptionCollection.cs Mono.Addins.Description/ObjectDescription.cs Mono.Addins.Description/ObjectDescriptionCollection.cs Mono.Addins.Description/AddinDependency.cs Mono.Addins.Description/Dependency.cs Mono.Addins.Description/AssemblyDependency.cs Mono.Addins.Description/DependencyCollection.cs Mono.Addins/GettextCatalog.cs Mono.Addins/IProgressStatus.cs Mono.Addins/AddinManager.cs Mono.Addins/TypeExtensionPointAttribute.cs Mono.Addins.Database/AddinDatabase.cs Mono.Addins.Database/AddinHostIndex.cs Mono.Addins.Database/AddinScanFolderInfo.cs Mono.Addins.Database/AddinScanner.cs Mono.Addins.Database/AddinScanResult.cs Mono.Addins.Database/FileDatabase.cs Mono.Addins.Database/AddinUpdateData.cs Mono.Addins.Database/SetupProcess.cs Mono.Addins.Database/Util.cs Mono.Addins.Database/DatabaseConfiguration.cs Mono.Addins/Addin.cs Mono.Addins/AddinInfo.cs Mono.Addins.Description/NativeDependency.cs Mono.Addins/NodeElement.cs Mono.Addins/ConsoleProgressStatus.cs Mono.Addins.Database/ProcessProgressStatus.cs Mono.Addins/AddinErrorEventArgs.cs Mono.Addins/AddinEventArgs.cs Mono.Addins/AddinRegistry.cs Mono.Addins/ExtensionNodeChildAttribute.cs Mono.Addins/ExtensionNodeAttribute.cs Mono.Addins.Description/NodeTypeAttribute.cs Mono.Addins.Description/NodeTypeAttributeCollection.cs Mono.Addins/AddinRootAttribute.cs Mono.Addins.Description/ExtensionNodeTypeCollection.cs Mono.Addins/InstanceExtensionNode.cs Mono.Addins/IAddinInstaller.cs Mono.Addins.Localization/IAddinLocalizer.cs Mono.Addins/AddinLocalizer.cs Mono.Addins.Localization/IAddinLocalizerFactory.cs Mono.Addins.Localization/NullLocalizer.cs Mono.Addins.Localization/StringTableLocalizer.cs Mono.Addins.Localization/StringResourceLocalizer.cs Mono.Addins.Localization/GettextLocalizer.cs Mono.Addins.Localization/GettextDomain.cs Mono.Addins.Localization/IPluralAddinLocalizer.cs Mono.Addins.Database/IAssemblyReflector.cs Mono.Addins.Database/DefaultAssemblyReflector.cs Mono.Addins.Description/AddinFlags.cs Mono.Addins.Database/SetupDomain.cs Mono.Addins.Database/ISetupHandler.cs Mono.Addins/ExtensionAttributeAttribute.cs Mono.Addins/CustomConditionAttribute.cs Mono.Addins/CustomExtensionAttribute.cs Mono.Addins/AddinAuthorAttribute.cs Mono.Addins/AddinLocalizerGettextAttribute.cs Mono.Addins/ImportAddinFileAttribute.cs Mono.Addins/ImportAddinAssemblyAttribute.cs Mono.Addins/AddinModuleAttribute.cs Mono.Addins/AddinEngine.cs Mono.Addins.Database/AddinFileSystemExtension.cs Mono.Addins.Database/SetupLocal.cs Mono.Addins/ContentType.cs Mono.Addins.Description/AddinProperty.cs Mono.Addins.Description/AddinPropertyCollection.cs Mono.Addins/AddinPropertyAttribute.cs Mono.Addins/AddinNameAttribute.cs Mono.Addins/AddinDescriptionAttribute.cs Mono.Addins/AddinUrlAttribute.cs Mono.Addins/AddinCategoryAttribute.cs Mono.Addins/AddinFlagsAttribute.cs Mono.Addins/AddinLocalizerAttribute.cs Mono.Addins.Description/PackageFormat.cs Mono.Addins.Database/ScanOptions.cs Mono.Addins.Database/AddinScanData.cs Mono.Addins.Database/AddinFolderVisitor.cs Mono.Addins.Database/AddinScanDataFileGenerator.cs Mono.Addins.Database/AddinRegistryUpdater.cs Mono.Addins.Database/AssemblyLocatorVisitor.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
CopyFilesToOutputDirectory:
  Copying file from "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins/obj/Debug/Mono.Addins.dll" to "/root/github/mono/monodevelop/main/external/mono-addins/bin/Mono.Addins.dll".     
  Mono.Addins -> /root/github/mono/monodevelop/main/external/mono-addins/bin/Mono.Addins.dll
  Copying file from "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins/obj/Debug/Mono.Addins.pdb" to "/root/github/mono/monodevelop/main/external/mono-addins/bin/Mono.Addins.pdb".     
Done Building Project "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins/Mono.Addins.csproj" (default targets).                                                                         
Project "/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj" (4) is building "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins.Setup/Mono.Addins.Setup.csproj" (40:2) on node 1 (default targets).                                                        
GenerateTargetFrameworkMonikerAttribute:                                                             
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.                                                                        
CoreCompile:
  /usr/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /checked+ /nowarn:1574,1591,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /doc:../bin/Mono.Addins.Setup.xml /highentropyva+ /reference:/root/.nuget/packages/sharpziplib/1.1.0/lib/net45/ICSharpCode.SharpZipLib.dll /reference:/root/github/mono/monodevelop/main/external/mono-addins/bin/Mono.Addins.dll /reference:/usr/lib/mono/4.6.1-api/mscorlib.dll /reference:/usr/lib/mono/4.6.1-api/System.Core.dll /reference:/usr/lib/mono/4.6.1-api/System.dll /reference:/usr/lib/mono/4.6.1-api/System.Net.Http.dll /reference:/usr/lib/mono/4.6.1-api/System.Xml.dll /codepage:65001 /debug+ /debug:portable /keyfile:../mono-addins.snk /optimize- /out:obj/Debug/Mono.Addins.Setup.dll /subsystemversion:6.00 /reportanalyzer /target:library /utf8output Mono.Addins.Setup/AddinInfo.cs Mono.Addins.Setup/AddinInfoCollection.cs Mono.Addins.Setup/AddinPackage.cs Mono.Addins.Setup/AddinRepositoryEntry.cs Mono.Addins.Setup/AddinStore.cs Mono.Addins.Setup/AddinSystemConfiguration.cs Mono.Addins.Setup/AddinSystemConfigurationReaderWriter.cs Mono.Addins.Setup/AddinSystemConfigurationSerializer.cs Mono.Addins.Setup/InstallException.cs Mono.Addins.Setup/Package.cs Mono.Addins.Setup/PackageCollection.cs Mono.Addins.Setup/ReferenceRepositoryEntry.cs Mono.Addins.Setup/Repository.cs Mono.Addins.Setup/RepositoryEntry.cs Mono.Addins.Setup/RepositoryEntryCollection.cs Mono.Addins.Setup/RepositoryReaderWriter.cs Mono.Addins.Setup/RepositoryRecord.cs Mono.Addins.Setup/RepositorySerializer.cs Mono.Addins.Setup/SetupTool.cs Mono.Addins.Setup.ProgressMonitoring/ConsoleProgressMonitor.cs Mono.Addins.Setup.ProgressMonitoring/LogTextWriter.cs Mono.Addins.Setup.ProgressMonitoring/NullProgressMonitor.cs Mono.Addins.Setup.ProgressMonitoring/ProgressStatusMonitor.cs Mono.Addins.Setup.ProgressMonitoring/ProgressTracker.cs Mono.Addins.Setup/IProgressMonitor.cs Mono.Addins.Setup/RepositoryRegistry.cs Mono.Addins.Setup/SetupService.cs AssemblyInfo.cs Mono.Addins.Setup/ConsoleAddinInstaller.cs Mono.Addins.Setup/PcFileCache.cs Mono.Addins.Setup/TextFormatter.cs Mono.Addins.Setup/WebRequestHelper.cs Mono.Addins.Setup/AddinRepositoryProvider.cs Mono.Addins.Setup/MonoAddinsRepositoryProvider.cs Mono.Addins.Setup/HttpClientProvider.cs Mono.Addins.Setup/DownloadFileRequest.cs "/tmp/.NETFramework,Version=v4.6.1.AssemblyAttributes.cs"
_CopyFilesMarkedCopyLocal:
  Touching "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins.Setup/obj/Debug//Mono.Addins.Setup.csproj.CopyComplete".                                                                  
CopyFilesToOutputDirectory:
  Copying file from "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins.Setup/obj/Debug/Mono.Addins.Setup.dll" to "/root/github/mono/monodevelop/main/external/mono-addins/bin/Mono.Addins.Setup.dll".                                                                                        
  Mono.Addins.Setup -> /root/github/mono/monodevelop/main/external/mono-addins/bin/Mono.Addins.Setup.dll
  Copying file from "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins.Setup/obj/Debug/Mono.Addins.Setup.pdb" to "/root/github/mono/monodevelop/main/external/mono-addins/bin/Mono.Addins.Setup.pdb".                                                                                        
Done Building Project "/root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins.Setup/Mono.Addins.Setup.csproj" (default targets).                                                             
Done Building Project "/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj" (default targets) -- FAILED.                                                                 
Done Building Project "/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj.metaproj" (default targets) -- FAILED.                                                        
Done Building Project "/root/github/mono/monodevelop/main/Main.sln" (default targets) -- FAILED.     
Deferred Messages

  Detailed Build Summary
  ======================

  ============================== Build Hierarchy (IDs represent configurations) =====================================================
  Id                  : Exclusive Time   Total Time   Path (Targets)
  -----------------------------------------------------------------------------------------------------------------------------------
  0                   : 0.274s           19.600s       /root/github/mono/monodevelop/main/Main.sln () 
  . 1                 : 0.087s           19.326s       /root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj.metaproj () 
  | | 2               : 3.717s           3.717s       /root/github/mono/monodevelop/main/msbuild/MDBuildTasks/MDBuildTasks.csproj () 
  | . 3               : 0.417s           15.520s       /root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj () 
  | | | 4             : 0.089s           0.089s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Core/Def/CoreUtility.csproj (GetTargetFrameworks) 
  | | | 5             : 0.061s           0.061s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Imaging/Def/Imaging.csproj (GetTargetFrameworks) 
  | | | 6             : 0.075s           0.075s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextData/TextData.csproj (GetTargetFrameworks) 
  | | | 7             : 0.076s           0.076s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextLogic/TextLogic.csproj (GetTargetFrameworks) 
  | | | 8             : 0.115s           0.115s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextUI/TextUI.csproj (GetTargetFrameworks) 
  | | | 9             : 0.064s           0.064s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/TextUIWpf/TextUIWpf.csproj (GetTargetFrameworks) 
  | | | 10            : 0.080s           0.080s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/Language/LanguageDef.csproj (GetTargetFrameworks) 
  | | | 11            : 0.080s           0.080s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/Intellisense/IntellisenseDef.csproj (GetTargetFrameworks) 
  | | | 12            : 0.060s           0.060s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj (GetTargetFrameworks) 
  | | | 13            : 0.074s           0.074s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Internal/Internal.csproj (GetTargetFrameworks) 
  | | | 14            : 0.071s           0.071s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Util/TextDataUtil/TextDataUtil.csproj (GetTargetFrameworks) 
  | | | 15            : 0.062s           0.062s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Util/TextUIUtil/TextUIUtil.csproj (GetTargetFrameworks) 
  | | | 16            : 0.073s           0.073s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Core/Impl/CoreUtilityImpl.csproj (GetTargetFrameworks) 
  | | | 17            : 0.061s           0.061s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Util/TextLogicUtil/TextLogicUtil.csproj (GetTargetFrameworks) 
  | | | 18            : 0.266s           0.266s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/BraceCompletion/BraceCompletionImpl.csproj (GetTargetFrameworks) 
  | | | 19            : 0.070s           0.070s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/TextBufferUndoManager/TextBufferUndoManagerImpl.csproj (GetTargetFrameworks) 
  | | | 20            : 0.072s           0.072s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/TextSearch/TextSearchImpl.csproj (GetTargetFrameworks) 
  | | | 21            : 0.056s           0.056s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/ClassificationAggregator/ClassificationAggregatorImpl.csproj (GetTargetFrameworks) 
  | | | 22            : 0.059s           0.059s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/TagAggregator/TagAggregatorImpl.csproj (GetTargetFrameworks) 
  | | | 23            : 0.068s           0.068s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/DifferenceAlgorithm/DifferenceAlgorithmImpl.csproj (GetTargetFrameworks) 
  | | | 24            : 0.061s           0.061s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/EditorOptions/EditorOptionsImpl.csproj (GetTargetFrameworks) 
  | | | 25            : 0.064s           0.064s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/EditorPrimitives/EditorPrimitivesImpl.csproj (GetTargetFrameworks) 
  | | | 26            : 0.063s           0.063s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/EditorOperations/EditorOperationsImpl.csproj (GetTargetFrameworks) 
  | | | 27            : 0.073s           0.073s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/ClassificationType/ClassificationTypeImpl.csproj (GetTargetFrameworks) 
  | | | 28            : 0.071s           0.071s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/Navigation/NavigationImpl.csproj (GetTargetFrameworks) 
  | | | 29            : 0.060s           0.060s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/StandaloneUndo/StandaloneUndoImpl.csproj (GetTargetFrameworks) 
  | | | 30            : 0.082s           0.082s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/TextModel/TextModelImpl.csproj (GetTargetFrameworks) 
  | | | 31            : 0.062s           0.062s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/XPlat/MultiCaretImpl/MultiCaretImpl.csproj (GetTargetFrameworks) 
  | | | 32            : 0.079s           0.079s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Impl/Language/LanguageImpl.csproj (GetTargetFrameworks) 
  | | | 33            : 0.053s           0.053s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Util/LanguageUtil/LanguageUtil.csproj (GetTargetFrameworks) 
  | | | 34            : 0.060s           0.060s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/Commanding/CommandingImpl.csproj (GetTargetFrameworks) 
  | | | 35            : 0.072s           0.072s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/Outlining/Outlining.csproj (GetTargetFrameworks) 
  | | | 36            : 0.075s           0.075s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj (GetTargetFrameworks) 
  | | | 37            : 0.071s           0.071s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj (GetTargetFrameworks) 
  | | | 38            : 0.056s           0.056s       /root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins/Mono.Addins.csproj (GetTargetFrameworks) 
  | | | 39            : 0.038s           0.038s       /root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins.Setup/Mono.Addins.Setup.csproj (GetTargetFrameworks) 
  | | | 40            : 1.806s           1.806s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj () 
  | | | 41            : 2.318s           2.318s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj () 
  | | | 42            : 1.691s           1.691s       /root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj () 
  | | | 43            : 3.491s           3.491s       /root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins/Mono.Addins.csproj () 
  | | . 44            : 3.108s           3.122s       /root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins.Setup/Mono.Addins.Setup.csproj () 
  | | | . 45          : 0.013s           0.013s       /root/github/mono/monodevelop/main/external/mono-addins/Mono.Addins/Mono.Addins.csproj (GetNativeManifest) 

  ============================== Node Utilization (IDs represent configurations) ====================================================
  Timestamp:            1        Duration   Cumulative
  -----------------------------------------------------------------------------------------------------------------------------------
  637030902809219900:   0        0.272s     0.272s #####
  637030902811940400:   1        0.045s     0.317s 
  637030902812394270:   2        3.714s     4.031s ##########################################################################
  637030902849533270:   1        0.049s     4.080s 
  637030902850020700:   3        0.242s     4.322s ####
  637030902852443990:   4        0.089s     4.412s #
  637030902853335180:   5        0.061s     4.473s #
  637030902853946660:   6        0.075s     4.548s #
  637030902854695730:   7        0.076s     4.624s #
  637030902855458750:   8        0.115s     4.739s ##
  637030902856608430:   9        0.064s     4.803s #
  637030902857245060:   10       0.080s     4.882s #
  637030902858043340:   11       0.080s     4.963s #
  637030902858848310:   12       0.060s     5.023s #
  637030902859448750:   13       0.074s     5.097s #
  637030902860191940:   14       0.071s     5.168s #
  637030902860904130:   15       0.062s     5.230s #
  637030902861522810:   16       0.073s     5.303s #
  637030902862254450:   17       0.061s     5.364s #
  637030902862861970:   18       0.266s     5.630s #####
  637030902865520290:   19       0.070s     5.700s #
  637030902866219220:   20       0.072s     5.772s #
  637030902866942060:   21       0.056s     5.828s #
  637030902867504190:   22       0.059s     5.887s #
  637030902868092460:   23       0.068s     5.955s #
  637030902868771180:   24       0.061s     6.016s #
  637030902869379420:   25       0.064s     6.080s #
  637030902870015570:   26       0.063s     6.142s #
  637030902870642800:   27       0.073s     6.216s #
  637030902871376210:   28       0.072s     6.287s #
  637030902872091560:   29       0.060s     6.347s #
  637030902872689050:   30       0.082s     6.429s #
  637030902873511820:   31       0.062s     6.491s #
  637030902874133160:   32       0.079s     6.571s #
  637030902874927470:   33       0.053s     6.624s #
  637030902875462300:   34       0.060s     6.684s #
  637030902876064790:   35       0.072s     6.756s #
  637030902876780410:   36       0.075s     6.831s #
  637030902877533160:   37       0.071s     6.902s #
  637030902878238680:   38       0.056s     6.958s #
  637030902878801440:   39       0.038s     6.996s 
  637030902879184480:   3        0.167s     7.163s ###
  637030902880853560:   40       1.806s     8.969s ####################################
  637030902898914850:   41       2.318s     11.288s ##############################################
  637030902922096930:   42       1.691s     12.979s #################################
  637030902939007220:   43       3.491s     16.470s #####################################################################
  637030902973917020:   44       0.048s     16.518s 
  637030902974396390:   45       0.013s     16.531s 
  637030902974527510:   44       3.061s     19.591s #############################################################
  637030903005133810:   3        0.008s     19.600s 
  637030903005218540:   1        0.002s     19.602s 
  637030903005235720:   0        0.005s     19.607s 
  -----------------------------------------------------------------------------------------------------------------------------------
  Utilization:          100.0    Average Utilization: 100.0

Build FAILED.

"/root/github/mono/monodevelop/main/Main.sln" (default target) (1) ->                                
(ValidateProjects target) ->                                                                         
  /root/github/mono/monodevelop/main/Main.sln.metaproj : warning MSB4121: The project configuration for project "Xamarin.PropertyEditing" was not specified in the solution file for the solution configuration "DebugGnome|Any CPU". [/root/github/mono/monodevelop/main/Main.sln]                            

"/root/github/mono/monodevelop/main/Main.sln" (default target) (1) ->                                
  /root/github/mono/monodevelop/main/Main.sln.metaproj : warning MSB4121: The project configuration for project "Xamarin.PropertyEditing.Mac" was not specified in the solution file for the solution configuration "DebugGnome|Any CPU". [/root/github/mono/monodevelop/main/Main.sln]                        

"/root/github/mono/monodevelop/main/Main.sln" (default target) (1) ->                                
"/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj.metaproj" (default target) (2) ->                                                                                   
"/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj" (default target) (4) ->                                                                                            
"/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj" (default target) (13:2) ->                                       
(CoreCompile target) ->                                                                              
  IStandardClassificationService.cs(6,34): error CS0234: The type or namespace name 'Text' does not exist in the namespace 'Microsoft.VisualStudio' (are you missing an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                               
  IStandardClassificationService.cs(19,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(24,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(29,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(34,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(39,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(44,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(49,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(54,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(59,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(64,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(69,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(74,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(79,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(84,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(89,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 
  IStandardClassificationService.cs(94,9): error CS0246: The type or namespace name 'IClassificationType' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Language/Def/StandardClassification/StandardClassification.csproj]                                                                                 

"/root/github/mono/monodevelop/main/Main.sln" (default target) (1) ->                                
"/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj.metaproj" (default target) (2) ->                                                                                   
"/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj" (default target) (4) ->                                                                                            
"/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj" (default target) (37:2) ->                                                    
  AllLowerCamelCaseMatcher.cs(7,46): error CS0234: The type or namespace name 'Span' does not exist in the namespace 'Microsoft.VisualStudio.Text' (are you missing an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                                                                                             
  ArraySlice.cs(5,46): error CS0234: The type or namespace name 'Span' does not exist in the namespace 'Microsoft.VisualStudio.Text' (are you missing an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]      
  CamelCaseResult.cs(5,46): error CS0234: The type or namespace name 'Span' does not exist in the namespace 'Microsoft.VisualStudio.Text' (are you missing an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj] 
  PatternMatcher.cs(10,46): error CS0234: The type or namespace name 'Span' does not exist in the namespace 'Microsoft.VisualStudio.Text' (are you missing an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj] 
  PatternMatcherFactory.cs(4,58): error CS0234: The type or namespace name 'PatternMatcherCreationFlags' does not exist in the namespace 'Microsoft.VisualStudio.Text.PatternMatching' (are you missing an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                                                         
  SimplePatternMatcher.cs(6,46): error CS0234: The type or namespace name 'Span' does not exist in the namespace 'Microsoft.VisualStudio.Text' (are you missing an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                                                                                                 
  StringBreaker.cs(7,46): error CS0234: The type or namespace name 'Span' does not exist in the namespace 'Microsoft.VisualStudio.Text' (are you missing an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]   
  PatternMatcher.cs(21,67): error CS0246: The type or namespace name 'IPatternMatcher' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]            
  PatternMatcherFactory.cs(9,42): error CS0246: The type or namespace name 'IPatternMatcherFactory2' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                                                                                                   
  CamelCaseResult.cs(50,24): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]          
  StringBreaker.cs(75,24): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
  PatternMatcherFactory.cs(8,20): error CS0246: The type or namespace name 'IPatternMatcherFactory' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                                                                                                    
  PatternMatcherFactory.cs(11,69): error CS0246: The type or namespace name 'PatternMatcherCreationOptions' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                                                                                            
  PatternMatcherFactory.cs(11,16): error CS0246: The type or namespace name 'IPatternMatcher' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]     
  PatternMatcherFactory.cs(17,69): error CS0246: The type or namespace name 'PatternMatcherCreationOptions' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                                                                                            
  PatternMatcherFactory.cs(17,116): error CS0246: The type or namespace name 'IPatternMatcher' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]    
  PatternMatcherFactory.cs(17,16): error CS0246: The type or namespace name 'IPatternMatcher' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]     
  PatternMatchExtensions.cs(8,56): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]        
  PatternMatchExtensions.cs(8,77): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]        
  PatternMatchExtensions.cs(8,39): error CS0246: The type or namespace name 'Span' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                
  PatternMatchExtensions.cs(18,47): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]       
  PatternMatchExtensions.cs(18,68): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]       
  PatternMatchExtensions.cs(18,23): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]       
  PatternMatchExtensions.cs(44,57): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]   
  PatternMatchExtensions.cs(44,81): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]   
  PatternMatchExtensions.cs(44,24): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]   
  PatternMatcher.cs(125,25): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
  PatternMatcher.cs(152,17): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
  PatternMatcher.cs(164,24): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
  PatternMatcher.cs(178,17): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
  PatternMatcher.cs(306,32): error CS0246: The type or namespace name 'Span' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]                      
  PatternMatcher.cs(337,17): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
  PatternMatcher.cs(462,17): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
  PatternMatcher.cs(509,17): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]          
  PatternMatcher.cs(520,17): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]          
  StringBreaker.cs(102,30): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]             
  StringBreaker.cs(20,26): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]              
  AllLowerCamelCaseMatcher.cs(41,20): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj] 
  AllLowerCamelCaseMatcher.cs(68,28): error CS0246: The type or namespace name 'PatternMatchKind' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj] 
  CamelCaseResult.cs(17,29): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]            
  CamelCaseResult.cs(20,97): error CS0246: The type or namespace name 'ArrayBuilder<>' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]            
  ContainerPatternMatcher.cs(57,29): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]      
  ContainerPatternMatcher.cs(73,21): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]      
  SimplePatternMatcher.cs(43,29): error CS0246: The type or namespace name 'PatternMatch' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Impl/PatternMatching/PatternMatchingImpl.csproj]         

"/root/github/mono/monodevelop/main/Main.sln" (default target) (1) ->                                
"/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj.metaproj" (default target) (2) ->                                                                                   
"/root/github/mono/monodevelop/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj" (default target) (4) ->                                                                                            
"/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj" (default target) (38:2) ->                                                                           
  GoToLine/GoToLineCommandArgs.cs(11,40): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                   
  Find/FindCommandArgs.cs(8,43): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                            
  Find/FindCommandArgs.cs(36,64): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(38,53): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(38,73): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(10,32): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(10,52): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/IFindPresenterFactory.cs(17,44): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
  Find/FindCommandArgs.cs(43,46): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(15,47): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(17,36): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(17,56): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(22,60): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(45,35): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(45,55): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(50,50): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(24,49): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(24,69): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(29,51): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(52,39): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(52,59): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(31,40): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(31,60): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(57,49): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(64,54): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(59,38): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(59,58): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(66,43): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(66,63): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(92,50): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(71,59): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(73,48): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(73,68): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(78,66): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(80,55): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(80,75): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(85,47): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(87,36): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(87,56): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  Find/FindCommandArgs.cs(94,39): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                   
  Find/FindCommandArgs.cs(94,59): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                 
  PreviewEditorCommandArgs.cs(17,58): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                       
  Find/FindCommandArgs.cs(99,67): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                           
  Find/FindCommandArgs.cs(101,56): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                  
  Find/FindCommandArgs.cs(101,76): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                
  PreviewEditorCommandArgs.cs(19,47): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                               
  PreviewEditorCommandArgs.cs(19,67): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
  PreviewEditorCommandArgs.cs(3,60): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                        
  PreviewEditorCommandArgs.cs(5,49): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                                
  PreviewEditorCommandArgs.cs(5,69): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                              
  PreviewEditorCommandArgs.cs(10,59): error CS0246: The type or namespace name 'EditorCommandArgs' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                       
  PreviewEditorCommandArgs.cs(12,48): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                               
  PreviewEditorCommandArgs.cs(12,68): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                             
  InfoBar/IInfoBarPresenterFactory.cs(8,50): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]                        
  GoToLine/GoToLineCommandArgs.cs(16,13): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]
  GoToLine/GoToLineCommandArgs.cs(17,13): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]
  GoToLine/GoToLineCommandArgs.cs(23,13): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]
  GoToLine/GoToLineCommandArgs.cs(24,13): error CS0246: The type or namespace name 'ITextBuffer' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]
  GoToLine/IGoToLinePresenterFactory.cs(12,38): error CS0246: The type or namespace name 'ITextView' could not be found (are you missing a using directive or an assembly reference?) [/root/github/mono/monodevelop/main/external/vs-editor-api/src/Editor/Text/Def/Extras/Extras.csproj]

    2 Warning(s)
    120 Error(s)

Time Elapsed 00:00:20.24
@MonkeyWrench: AddFile: /root/github/mono/monodevelop/main/MonoDevelop.binlog
make[2]: *** [Makefile:978: sln_build] Error 1
make[2]: Leaving directory '/root/github/mono/monodevelop/main'
make[1]: *** [Makefile:549: all-recursive] Error 1
make[1]: Leaving directory '/root/github/mono/monodevelop/main'
make: *** [Makefile:54: all-recursive] Error 1
root@asshat:~/github/mono/monodevelop# 
degagetech commented 5 years ago

@ststeiger "2 warnings, 120 errors." Did you solve it? I also encountered the same error.

ststeiger commented 5 years ago

@degagetech: No, I'm using JetBrains Rider for the time being.

DDoctorzeus commented 5 years ago

I am also having issues with this, the documentation states:

The build profile: --profile=profile-name stable: builds the MonoDevelop core and some stable extra add-ins. core: builds the MonoDevelop core only. all: builds everything mac: builds for Mac OS X

Yet on build I still get "The build profile 'stable' does not exist".?

ststeiger commented 5 years ago

After the last apt-update, MonoDevelop has completely stopped working on my machine. Great work...

knocte commented 5 years ago

Hey, I've done a little research, and as far as I can tell, if you call the ./configure script with no flags, on Ubuntu 18.04, it was working before (commit 3f1be30cc19bbefbdd46c4151c2b38f8acf52c6f ):

/monodevelop$ ./configure 

Configuring package: main
-------------------------
Configuration options: 
Running aclocal  ...
Running automake --foreign  ...
Running autoconf ...
Running ./configure --enable-maintainer-mode --enable-compile-warnings --with-macarch=i386 --prefix=/usr/local ...
configure: WARNING: unrecognized options: --enable-compile-warnings
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for mono... /usr/bin/mono
checking for mcs... /usr/bin/mcs
checking for fsharpc... /usr/bin/fsharpc
checking for pkg-config... /usr/bin/pkg-config
checking for update-mime-database... /usr/bin/update-mime-database
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking pkg-config is at least version 0.9.0... yes
checking for UNMANAGED_DEPENDENCIES_MONO... yes
checking for mono... /usr/bin/mono
checking for dmcs... /usr/bin/dmcs
checking for GLIB_SHARP... yes
checking for GTK_SHARP... yes
checking for GLADE_SHARP... yes
checking for MONODOC... yes
checking for cmake... /usr/bin/cmake
checking for LIBSSH2... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating build/Makefile
config.status: creating build/MacOSX/Makefile
config.status: creating external/Makefile
config.status: creating msbuild/Makefile
config.status: creating src/Makefile
config.status: creating src/core/Makefile
config.status: creating src/core/Mono.Texteditor/Makefile
config.status: creating src/core/Mono.TextEditor.Platform/Makefile
config.status: creating src/core/Mono.TextEditor.Shared/Makefile
config.status: creating src/core/MonoDevelop.Core/Makefile
config.status: creating src/core/MonoDevelop.Projects.Formats.MSBuild/Makefile
config.status: creating src/core/MonoDevelop.Ide/Makefile
config.status: creating src/core/MonoDevelop.Ide/MonoDevelop.Ide.Editor.Highlighting/Makefile
config.status: creating src/core/MonoDevelop.Startup/Makefile
config.status: creating src/core/MonoDevelop.TextEditor.Tests/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/tools/mdhost/Makefile
config.status: creating src/tools/mdtool/Makefile
config.status: creating src/tools/mdmonitor/Makefile
config.status: creating src/addins/Makefile
config.status: creating src/addins/MonoDeveloperExtensions/Makefile
config.status: creating src/addins/MonoDeveloperExtensions/NUnit/Makefile
config.status: creating src/addins/MonoDevelop.UnitTesting/Makefile
config.status: creating src/addins/MonoDevelop.UnitTesting.NUnit/Makefile
config.status: creating src/addins/MonoDevelop.UnitTesting.NUnit/NUnitRunner/Makefile
config.status: creating src/addins/MonoDevelop.UnitTesting.NUnit/NUnit3Runner/Makefile
config.status: creating src/addins/PerformanceDiagnostics/Makefile
config.status: creating src/addins/PerformanceDiagnostics/PerformanceDiagnostics/Makefile
config.status: creating src/addins/PerformanceDiagnostics/UIThreadMonitorDaemon/Makefile
config.status: creating src/addins/VersionControl/MonoDevelop.VersionControl/Makefile
config.status: creating src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/Makefile
config.status: creating src/addins/VersionControl/MonoDevelop.VersionControl.Subversion.Unix/Makefile
config.status: creating src/addins/VersionControl/MonoDevelop.VersionControl.Subversion.Tests/Makefile
config.status: creating src/addins/VersionControl/MonoDevelop.VersionControl.Git/Makefile
config.status: creating src/addins/VersionControl/MonoDevelop.VersionControl.Git.Tests/Makefile
config.status: creating src/addins/VersionControl/Subversion.Win32.Tests/Makefile
config.status: creating src/addins/VersionControl/Subversion.Win32/Makefile
config.status: creating src/addins/VersionControl/Makefile
config.status: creating src/addins/CSharpBinding/Makefile
config.status: creating src/addins/CSharpBinding/Autotools/Makefile
config.status: creating src/addins/CSharpBinding/AspNet/Makefile
config.status: creating src/addins/ILAsmBinding/Makefile
config.status: creating src/addins/VBNetBinding/Makefile
config.status: creating src/addins/ChangeLogAddIn/Makefile
config.status: creating src/addins/MonoDevelop.GtkCore/Makefile
config.status: creating src/addins/MonoDevelop.GtkCore/libstetic/Makefile
config.status: creating src/addins/MonoDevelop.GtkCore/libsteticui/Makefile
config.status: creating src/addins/TextTemplating/Makefile
config.status: creating src/addins/TextTemplating/MonoDevelop.TextTemplating/Makefile
config.status: creating src/addins/AspNet/Makefile
config.status: creating src/addins/MonoDevelop.Autotools/Makefile
config.status: creating src/addins/MonoDevelop.DesignerSupport/Makefile
config.status: creating src/addins/MonoDevelop.WebReferences/Makefile
config.status: creating src/addins/Deployment/Makefile
config.status: creating src/addins/Deployment/MonoDevelop.Deployment/Makefile
config.status: creating src/addins/Deployment/MonoDevelop.Deployment.Linux/Makefile
config.status: creating src/addins/MonoDevelop.Gettext/Makefile
config.status: creating src/addins/MonoDevelop.RegexToolkit/Makefile
config.status: creating src/addins/GnomePlatform/Makefile
config.status: creating src/addins/MacPlatform/Makefile
config.status: creating src/addins/WindowsPlatform/Makefile
config.status: creating src/addins/WindowsPlatform/WindowsAPICodePack/Makefile
config.status: creating src/addins/WindowsPlatform/WindowsAPICodePack/Core/Makefile
config.status: creating src/addins/WindowsPlatform/WindowsAPICodePack/Shell/Makefile
config.status: creating src/addins/WindowsPlatform/WindowsPlatform/Makefile
config.status: creating src/addins/MonoDevelop.AssemblyBrowser/Makefile
config.status: creating src/addins/MonoDevelop.SourceEditor2/Makefile
config.status: creating src/addins/Xml/Makefile
config.status: creating src/addins/MonoDevelop.Refactoring/Makefile
config.status: creating src/addins/MonoDevelop.AspNetCore/Makefile
config.status: creating src/addins/MonoDevelop.ConnectedServices/Makefile
config.status: creating src/addins/MonoDevelop.DotNetCore/Makefile
config.status: creating src/addins/MonoDevelop.DotNetCore/MonoDevelop.DotNetCore.Tests/Makefile
config.status: creating src/addins/MonoDevelop.Debugger/Makefile
config.status: creating src/addins/MonoDevelop.Debugger.Gdb/Makefile
config.status: creating src/addins/MonoDevelop.Debugger.Soft/Makefile
config.status: creating src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile
config.status: creating src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile
config.status: creating src/addins/MonoDevelop.Debugger.VSCodeDebugProtocol/Makefile
config.status: creating src/addins/MonoDevelop.Debugger.VSCodeDebugProtocol/MonoDevelop.Debugger.VsCodeDebugProtocol/Makefile
config.status: creating src/addins/MonoDevelop.Debugger.Win32/Makefile
config.status: creating src/addins/MonoDevelop.Debugger.Win32/MonoDevelop.Debugger.Win32/Makefile
config.status: creating src/addins/MonoDevelop.HexEditor/Makefile
config.status: creating src/addins/MonoDevelop.DocFood/Makefile
config.status: creating src/addins/MonoDevelop.Packaging/Makefile
config.status: creating src/addins/MonoDevelop.Packaging/MonoDevelop.Packaging.Tests/Makefile
config.status: creating src/addins/MonoDevelop.PackageManagement/Makefile
config.status: creating src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/Makefile
config.status: creating tests/Makefile
config.status: creating tests/UnitTests/Makefile
config.status: creating tests/IdeUnitTests/Makefile
config.status: creating tests/UserInterfaceTests/Makefile
config.status: creating tests/TestRunner/Makefile
config.status: creating tests/Ide.Tests/Makefile
config.status: creating tests/MacPlatform.Tests/Makefile
config.status: creating tests/MonoDevelop.Core.Tests/Makefile
config.status: creating tests/MonoDevelop.Core.Tests.Addin/Makefile
config.status: creating tests/MonoDevelop.CSharpBinding.Tests/Makefile
config.status: creating tests/MonoDevelop.Refactoring.Tests/Makefile
config.status: creating tests/WindowsPlatform.Tests/Makefile
config.status: creating Makefile
config.status: creating monodevelop
config.status: creating mdtool
config.status: creating monodevelop.pc
config.status: creating monodevelop-core-addins.pc
config.status: creating monodevelop-core-mac-addins.pc
config.status: creating monodevelop.spec
config.status: creating po/Makefile
config.status: creating man/Makefile
config.status: creating theme-icons/Makefile
configure: WARNING: unrecognized options: --enable-compile-warnings

Configuration summary

   * Installation prefix = /usr/local
   * Version = 8.0
   * Version Label = 8.0 Preview
   * Compat Version = 8.0
   * C# compiler = /usr/bin/dmcs
   * Mono class library development extensions: yes
   * Version control providers:
   *     Subversion (Unix): yes
   *     Git: yes
   * Platform bindings: GNOME 
   * Unit tests: no
   * Release builds: no

Now type `make' to compile MonoDevelop
Configuration Summary
---------------------

MonoDevelop has been configured with 
    prefix = /usr/local
    profile = default

Packages included in the build:
    main

But after commit 78a8f95819f579a96ce1dd8a55c9f5f1a7e9aae5, it broke:

$ ./configure 

The build profile 'default' does not exist. A new profile will be created.
cp: cannot stat 'profiles/stable': No such file or directory
./configure: line 88: profiles/all: No such file or directory
Select the packages to include in the build for the profile 'default':

Enter the number of an add-in to enable/disable,
(q) quit, (c) clear all, (s) select all, or ENTER to continue:  

./configure: line 74: profiles/default: No such file or directory
Configuration Summary
---------------------

MonoDevelop has been configured with 
    prefix = /usr/local
    profile = default

Packages included in the build:

We need to either revert that commit, or find the part of it that broke this.

opoid commented 4 years ago

i am using same error but i am not understand, how did you fix it?