List Info

Thread: monodevelop build test




monodevelop build test
user name
2007-11-11 15:58:38
Hi all,

I have just compile the monodevelop trunk and I get an error when I test it with "make run".

Here is my log (The addin error appear for quite all addin but I have just post one error):

thanks for any help,
Olivier

cd build/bin && MONO_ADDINS_REGISTRY=. MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.4 LD_LIBRARY_PATH=`echo ":/usr/lib/xulrunner- 1.8.1.4" | sed 's/^://g'` PKG_CONFIG_PATH=`echo ":/usr/local/lib/pkgconfig/../../lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/"; | sed 's/^://g'` /usr/local/bin/mono --debug MonoDevelop.exe
ERROR [12/11/2007 00:55:54]: Add-in error (MonoDevelop.NUnit,0.17.0): Add-in could not be loaded: The required addin 'MonoDevelop.Ide,0.17.0' is not installed.Mono.Addins.MissingDependencyException : The required addin 'MonoDevelop.Ide,0.17.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x001e8] in /home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Addins/Mono.Addins/AddinSessionService.cs:254
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x000f3] in /home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Addins/Mono.Addins/AddinSessionService.cs:231
Re: monodevelop build test
user name
2007-11-13 01:13:27
I have found on a post on mailing list a solution :
"sudo make uninstall" and install the package but it is still buggy!
The package have been successfully install but I have the same issue when I launch monodevelop.

I have see that MONO_ADDINS_REGISTRY is an environment variable but I have not it in my env var.
So, I think there is a mistake here. I have read the makefile.am and seen that it done MONO_ADDINS_REGISTRY=.
I have set it to a folder and make && make install and still do not work.

Cheers,
Olivier

I have the same issue.
When I launched monodevelop in console. I have the log previously posted and here is the log I have in a window:
 Extension node not found in path: /MonoDevelop/Ide/Commands.

System.InvalidOperationException: Extension node not found in path: /MonoDevelop/Ide/Commands
  at Mono.Addins.ExtensionContext.AddExtensionNodeHandler (System.String path, Mono.Addins.ExtensionNodeEventHandler handler) [0x00000]
  at Mono.Addins.AddinManager.AddExtensionNodeHandler (System.String path, Mono.Addins.ExtensionNodeEventHandler handler) [0x00000]
  at MonoDevelop.Components.Commands.CommandManager.LoadCommands (System.String addinPath) [0x00000]
  at MonoDevelop.Ide.Gui.IdeApp.Initialize (IProgressMonitor monitor) [0x00000]
  at MonoDevelop.Ide.Gui.IdeStartup.Run (System.String[] args) [0x00000]


2007/11/12, Miguel Ángel Pérez < mangelpgmail.com">mangelpgmail.com>:
I had this same error but when i installed from svn HEAD. The solution for my problem was to set MONO_ADDINS_REGISTRY to point to a directory where i had write permissions. If that directory doesn't exists monodevelop will create it anyway.

For example i use this directory for monodevelop compiled from svn: $HOME/.config/mono.addins.svn

Maybe your problem has to do something with write permissions in the directory where you are executing it.

Regards.

2007/11/11, olivier dufour < olivier.duffgmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">olivier.duffgmail.com>:
Hi all,

I have just compile the monodevelop trunk and I get an error when I test it with "make run".

Here is my log (The addin error appear for quite all addin but I have just post one error):

thanks for any help,
Olivier

cd build/bin && MONO_ADDINS_REGISTRY=. MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.4 LD_LIBRARY_PATH=`echo ":/usr/lib/xulrunner- 1.8.1.4" | sed 's/^://g'` PKG_CONFIG_PATH=`echo ":/usr/local/lib/pkgconfig/../../lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/"; | sed 's/^://g'` /usr/local/bin/mono --debug MonoDevelop.exe
ERROR [12/11/2007 00:55:54]: Add-in error (MonoDevelop.NUnit,0.17.0): Add-in could not be loaded: The required addin 'MonoDevelop.Ide,0.17.0' is not installed.Mono.Addins.MissingDependencyException : The required addin 'MonoDevelop.Ide,0.17.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x001e8] in /home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Addins/Mono.Addins/AddinSessionService.cs:254
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x000f3] in /home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Addins/Mono.Addins/AddinSessionService.cs:231

_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list



Re: monodevelop build test
user name
2007-11-13 07:06:28
Get latest MD from SVN (today's), run "make
check-addins" and see if it
prints any error.

Lluis.

El dg 11 de 11 del 2007 a les 22:58 +0100, en/na olivier
dufour va
escriure:
> Hi all,
> 
> I have just compile the monodevelop trunk and I get an
error when I
> test it with "make run".
> 
> Here is my log (The addin error appear for quite all
addin but I have
> just post one error):
> 
> thanks for any help,
> Olivier
> 
> cd build/bin && MONO_ADDINS_REGISTRY=.
> MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.4
LD_LIBRARY_PATH=`echo
> ":/usr/lib/xulrunner-1.8.1.4" | sed
's/^://g'` PKG_CONFIG_PATH=`echo
>
":/usr/local/lib/pkgconfig/../../lib/pkgconfig/:/usr/li
b/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/
:/usr/local/share/pkgconfig/" | sed 's/^://g'`
/usr/local/bin/mono --debug MonoDevelop.exe
> ERROR [12/11/2007 00:55:54]: Add-in error
(MonoDevelop.NUnit,0.17.0):
> Add-in could not be loaded: The required addin
> 'MonoDevelop.Ide,0.17.0' is not
> installed.Mono.Addins.MissingDependencyException : The
required addin
> 'MonoDevelop.Ide,0.17.0' is not installed.
>   at
Mono.Addins.AddinSessionService.ResolveLoadDependencies
> (System.Collections.ArrayList addins,
System.Collections.Stack
> depCheck, System.String id, Boolean optional)
[0x001e8]
> in
/home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Ad
dins/Mono.Addins/AddinSessionService.cs:254 
>   at
Mono.Addins.AddinSessionService.ResolveLoadDependencies
> (System.Collections.ArrayList addins,
System.Collections.Stack
> depCheck, System.String id, Boolean optional)
[0x000f3]
> in
/home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Ad
dins/Mono.Addins/AddinSessionService.cs:231 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-listlists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: monodevelop build test
user name
2007-11-14 01:07:58
Hi,

sorry to anoyd you again.
So, I have done check-addins and get a lot of warning and I have seen one strange thing not reported as an error...
Assembly not found: gtkhtml-sharp, Version= 2.16.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f
Could not load some add-in assemblies: The classes in the module cannot be loaded.
Load exception: System.TypeLoadException: Could not load type 'MonoDevelop.Ide.Gui.HelpViewer '; from assembly 'MonoDevelop.Ide, Version=0.17.0.0, Culture=neutral'.


The issue is that when I compile gnome-sharp I have not this lib (gtkhtml-sharp) enable whereas I have get the gtk-html in yast.
Is it this lib which make all buggy ?

And the warning is for quite all addin and said:
WARNING: The add-in 'MonoDevelop.SourceEditor,0.17.0' is trying to extend '/MonoDevelop/Ide/Commands/TextEditor&#39;, but there isn't any add-in defining this extension point
WARNING: The add-in 'MonoDevelop.SourceEditor,0.17.0' is trying to extend '/MonoDevelop/Ide/Commands/TextEditor/MonoDevelop.SourceEditor.EditorCommands.HighlightingTypeList', but there isn't any add-in defining this extension point
WARNING: The add-in 'MonoDevelop.SourceEditor,0.17.0' is trying to extend '/MonoDevelop/Ide/Commands/TextEditor/MonoDevelop.SourceEditor.EditorCommands.ShowBufferOptions', but there isn't any add-in defining this extension point
WARNING: The add-in 'MonoDevelop.SourceEditor,0.17.0' is trying to extend '/MonoDevelop/Ide/Commands/TextEditor/MonoDevelop.SourceEditor.EditorCommands.ToggleBookmark&#39;, but there isn't any add-in defining this extension point
[...] //quite all addins here
WARNING: The add-in 'MonoDevelop.ChangeLogAddIn,0.17.0' is trying to extend '/MonoDevelop/Ide/OptionsDialogPanels/Other/ChangeLogAddInOptions', but there isn't any add-in defining this extension point
Addin relation map generated.
  Addins Updated: 36
  Extension points: 93
  Extensions: 283
  Extension nodes: 1031
 ; Node sets: 5

2007/11/13, Lluis Sanchez < lluisximian.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> lluisximian.com>:
Get latest MD from SVN (today';s), run "make check-addins" and see if it
prints any error.

Lluis.

El dg 11 de 11 del 2007 a les 22:58 +0100, en/na olivier dufour va
escriure:
> Hi all,
>
> I have just compile the monodevelop trunk and I get an error when I
> test it with "make run".
>
> Here is my log (The addin error appear for quite all addin but I have
> just post one error):
&gt;
> thanks for any help,
> Olivier
&gt;
> cd build/bin && MONO_ADDINS_REGISTRY=.
> MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.8.1.4 LD_LIBRARY_PATH=`echo
> ":/usr/lib/xulrunner-1.8.1.4 " | sed 's/^://g'` PKG_CONFIG_PATH=`echo
> ":/usr/local/lib/pkgconfig/../../lib/pkgconfig/:/usr/lib/pkgconfig/:/usr/local/lib/pkgconfig/:/usr/share/pkgconfig/:/usr/local/share/pkgconfig/"; | sed 's/^://g'` /usr/local/bin/mono --debug MonoDevelop.exe
>; ERROR [12/11/2007 00:55:54]: Add-in error (MonoDevelop.NUnit,0.17.0):
> Add-in could not be loaded: The required addin
> 'MonoDevelop.Ide,0.17.0' is not
> installed.Mono.Addins.MissingDependencyException : The required addin
> 'MonoDevelop.Ide,0.17.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies
> (System.Collections.ArrayList addins, System.Collections.Stack
>; depCheck, System.String id, Boolean optional) [0x001e8]
> in /home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Addins/Mono.Addins/AddinSessionService.cs:254
>&nbsp;  at Mono.Addins.AddinSessionService.ResolveLoadDependencies
> (System.Collections.ArrayList addins, System.Collections.Stack
> depCheck, System.String id, Boolean optional) [0x000f3]
> in /home/dufoli/src/monodevelop/contrib/Mono.Addins/src/Mono.Addins/Mono.Addins/AddinSessionService.cs:231
>; _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-listlists.ximian.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> Monodevelop-listlists.ximian.com
>; http://lists.ximian.com/mailman/listinfo/monodevelop-list


  
Re: monodevelop build test
user name
2007-11-14 06:26:57
El dc 14 de 11 del 2007 a les 08:07 +0100, en/na olivier
dufour va
escriure:
> Hi,
> 
> sorry to anoyd you again.
> So, I have done check-addins and get a lot of warning
and I have seen
> one strange thing not reported as an error...
> Assembly not found: gtkhtml-sharp, Version=2.16.0.0,
Culture=neutral,
> PublicKeyToken=35e10195dab3c99f
> Could not load some add-in assemblies: The classes in
the module
> cannot be loaded.
> Load exception: System.TypeLoadException: Could not
load type
> 'MonoDevelop.Ide.Gui.HelpViewer ' from assembly
'MonoDevelop.Ide,
> Version=0.17.0.0, Culture=neutral'.
> 
> 
> The issue is that when I compile gnome-sharp I have not
this lib
> (gtkhtml-sharp) enable whereas I have get the gtk-html
in yast. 
> Is it this lib which make all buggy ?

Yes, that's the problem, you need gtkhtml-sharp. You'll have
to install
libgtkhtml-devel or something like that and recompile
gnome-sharp.

Lluis.


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )