|
List Info
Thread: MonoDevelop 0.18.1 dies in Ubuntu ...
|
|
| MonoDevelop 0.18.1 dies in Ubuntu ... |
  United States |
2007-12-30 13:49:48 |
I like MonoDevelop a lot.
0.17 works great on Ubuntu Gutsy.
0.18.1 won't work -- it installs OK, but when I start it,
the cursor
shows the hour glass and a few seconds later the hour glass
goes away
but no MonoDevelop. Did not see a splash screen. No error
message or
display of any kind on the desktop.
I used alien to convert monodevelop_0.18.1-2.1_all.rpm to
*.deb and
installed the *.deb file. Installation using the Source
Code of
MonoDevelop errored out too.
Carl
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: MonoDevelop 0.18.1 dies in Ubuntu
... |

|
2007-12-30 14:00:33 |
|
On Dec 30, 2007 1:49 PM, Carl Moser < carl  carteblanc .com">carl carteblanc.com> wrote:
I like MonoDevelop a lot. 0.17 works great on Ubuntu Gutsy.
0.18.1 won't work -- it installs OK, but when I start it, the cursor shows the hour glass and a few seconds later the hour glass goes away
but no MonoDevelop. Did not see a splash screen. No error message or display of any kind on the desktop.
I used alien to convert monodevelop_0.18.1-2.1_all.rpm to *.deb and installed the *.deb file. Installation using the Source Code of
MonoDevelop errored out too.
Carl Try running monodevelop from a terminal and show us the output.
_______________________________________________ Monodevelop-list mailing list Monodevelop-list lists.ximian.com">Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-list
|
| Re: MonoDevelop 0.18.1 dies in Ubuntu
... |
  United States |
2007-12-30 14:11:49 |
On Sun, 2007-12-30 at 14:00 -0600, Marcos MarÃn wrote:
>
> On Dec 30, 2007 1:49 PM, Carl Moser <carl carteblanc.com> wrote:
>
> I like MonoDevelop a lot.
> 0.17 works great on Ubuntu Gutsy.
>
> 0.18.1 won't work -- it installs OK, but when I
start it, the
> cursor
> shows the hour glass and a few seconds later
the hour glass
> goes away
> but no MonoDevelop. Did not see a splash
screen. No error
> message or
> display of any kind on the desktop.
>
> I used alien to convert
monodevelop_0.18.1-2.1_all.rpm to
> *.deb and
> installed the *.deb file. Installation using
the Source Code
> of
> MonoDevelop errored out too.
>
> Carl
>
> Try running monodevelop from a terminal and show us the
output.
>
When I start MonoDevelop from the command line, I get:
$ monodevelop
** (./MonoDevelop.exe:7127): WARNING **: The following
assembly
referenced from
/usr/lib/monodevelop/bin/MonoDevelop.Core.dll could not
be loaded:
Assembly: Mono.Addins.Setup (assemblyref_index=6)
Version: 0.3.0.0
Public Key: 0738eb9f132ed756
The assembly was not found in the Global Assembly Cache, a
path listed
in the MONO_PATH environment variable, or in the location of
the
executing assembly (/usr/lib/monodevelop/bin).
** (./MonoDevelop.exe:7127): WARNING **: Could not load file
or assembly
'Mono.Addins.Setup, Version=0.3.0.0, Culture=neutral,
PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
Unhandled Exception: System.TypeLoadException: Could not
load type
'MonoDevelop.Core.Runtime' from assembly 'MonoDevelop.Core,
Version=0.18.0.0, Culture=neutral'.
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: MonoDevelop 0.18.1 dies in Ubuntu
... |

|
2007-12-30 21:35:21 |
|
On Dec 30, 2007 2:11 PM, Carl Moser < carl  carteblanc .com">carl carteblanc.com> wrote:
On Sun, 2007-12-30 at 14:00 -0600, Marcos Marín wrote: > > On Dec 30, 2007 1:49 PM, Carl Moser < carl carteblanc.com">carl carteblanc.com> wrote: > > I like MonoDevelop a lot.
> 0.17 works great on Ubuntu Gutsy. > > 0.18.1 won't work -- it installs OK, but when I start it, the > cursor > shows the hour glass and a few seconds later the hour glass
> goes away > but no MonoDevelop. Did not see a splash screen. No error > message or > display of any kind on the desktop. > > I used alien to convert monodevelop_0.18.1-
2.1_all.rpm to > *.deb and > installed the *.deb file. Installation using the Source Code > of > MonoDevelop errored out too. > > Carl >
> Try running monodevelop from a terminal and show us the output. >
When I start MonoDevelop from the command line, I get:
$ monodevelop
** (./MonoDevelop.exe:7127): WARNING **: The following assembly
referenced from /usr/lib/monodevelop/bin/MonoDevelop.Core.dll could not be loaded: Assembly: Mono.Addins.Setup (assemblyref_index=6) Version: 0.3.0.0
Public Key: 0738eb9f132ed756 The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/monodevelop/bin).
** (./MonoDevelop.exe:7127): WARNING **: Could not load file or assembly 'Mono.Addins.Setup, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies.
Unhandled Exception: System.TypeLoadException: Could not load type 'MonoDevelop.Core.Runtime' from assembly 'MonoDevelop.Core, Version=0.18.0.0, Culture=neutral'.
Looks like you are missing Mono.Addins, I'm not sure if there is a package for it yet but you can get it from svn it is module mono-addins.
|
| Re: MonoDevelop 0.18.1 dies in Ubuntu
... |
  United States |
2007-12-31 05:52:25 |
I downloaded mono-addins-0.3
When I do ./configure, I get:
configure: error: No al tool found. You need to install
either the mono
or .Net SDK.
Carl
On Sun, 2007-12-30 at 21:35 -0600, Marcos MarÃn wrote:
>
>
> On Dec 30, 2007 2:11 PM, Carl Moser <carl carteblanc.com> wrote:
>
> On Sun, 2007-12-30 at 14:00 -0600, Marcos
MarÃn wrote:
> >
> > On Dec 30, 2007 1:49 PM, Carl Moser
<carl carteblanc.com>
> wrote:
> >
> > I like MonoDevelop a lot.
> > 0.17 works great on Ubuntu Gutsy.
> >
> > 0.18.1 won't work -- it installs
OK, but when I
> start it, the
> > cursor
> > shows the hour glass and a few
seconds later the
> hour glass
> > goes away
> > but no MonoDevelop. Did not see a
splash screen.
> No error
> > message or
> > display of any kind on the
desktop.
> >
> > I used alien to convert
monodevelop_0.18.1-
> 2.1_all.rpm to
> > *.deb and
> > installed the *.deb file.
Installation using the
> Source Code
> > of
> > MonoDevelop errored out too.
> >
> > Carl
> >
> > Try running monodevelop from a terminal
and show us the
> output.
> >
>
>
>
> When I start MonoDevelop from the command line,
I get:
>
> $ monodevelop
>
> ** (./MonoDevelop.exe:7127): WARNING **: The
following
> assembly
> referenced from
/usr/lib/monodevelop/bin/MonoDevelop.Core.dll
> could not
> be loaded:
> Assembly: Mono.Addins.Setup
(assemblyref_index=6)
> Version: 0.3.0.0
> Public Key: 0738eb9f132ed756
> The assembly was not found in the Global
Assembly Cache, a
> path listed
> in the MONO_PATH environment variable, or in
the location of
> the
> executing assembly (/usr/lib/monodevelop/bin).
>
>
> ** (./MonoDevelop.exe:7127): WARNING **: Could
not load file
> or assembly
> 'Mono.Addins.Setup, Version=0.3.0.0,
Culture=neutral,
> PublicKeyToken=0738eb9f132ed756' or one of its
dependencies.
>
> Unhandled Exception: System.TypeLoadException:
Could not load
> type
> 'MonoDevelop.Core.Runtime' from assembly
'MonoDevelop.Core,
> Version=0.18.0.0, Culture=neutral'.
>
> Looks like you are missing Mono.Addins, I'm not sure if
there is a
> package for it yet but you can get it from svn it is
module
> mono-addins.
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: MonoDevelop 0.18.1 dies in Ubuntu
... |

|
2007-12-31 10:18:11 |
|
On Dec 31, 2007 5:52 AM, Carl Moser < carl  carteblanc .com">carl carteblanc.com> wrote:
I downloaded mono-addins-0.3 When I do ./configure, I get:
configure: error: No al tool found. You need to install either the mono or .Net SDK.
Do you have more than one mono installed on your machine?
Carl
On Sun, 2007-12-30 at 21:35 -0600, Marcos Marín wrote: > > > On Dec 30, 2007 2:11 PM, Carl Moser < carl carteblanc.com">carl carteblanc.com> wrote: > > On Sun, 2007-12-30 at 14:00 -0600, Marcos Marín wrote:
> > > > On Dec 30, 2007 1:49 PM, Carl Moser < carl carteblanc.com">carl carteblanc.com> > wrote: > > > > I like MonoDevelop a lot.
> > 0.17 works great on Ubuntu Gutsy. > > > > 0.18.1 won't work -- it installs OK, but when I > start it, the > > cursor
> > shows the hour glass and a few seconds later the > hour glass > > goes away > > but no MonoDevelop. Did not see a splash screen.
> No error > > message or > > display of any kind on the desktop. > > > > I used alien to convert monodevelop_0.18.1-
> 2.1_all.rpm to > > *.deb and > > installed the *.deb file. Installation using the > Source Code > > of > > MonoDevelop errored out too.
> > > > Carl > > > > Try running monodevelop from a terminal and show us the > output. > > > > >
> When I start MonoDevelop from the command line, I get: > > $ monodevelop > > ** (./MonoDevelop.exe:7127): WARNING **: The following > assembly > referenced from /usr/lib/monodevelop/bin/MonoDevelop.Core.dll
> could not > be loaded: > Assembly: Mono.Addins.Setup (assemblyref_index=6) > Version: 0.3.0.0 > Public Key: 0738eb9f132ed756
> The assembly was not found in the Global Assembly Cache, a > path listed > in the MONO_PATH environment variable, or in the location of > the > executing assembly (/usr/lib/monodevelop/bin).
> > > ** (./MonoDevelop.exe:7127): WARNING **: Could not load file > or assembly > 'Mono.Addins.Setup, Version=0.3.0.0
, Culture=neutral, > PublicKeyToken=0738eb9f132ed756' or one of its dependencies. > > Unhandled Exception: System.TypeLoadException: Could not load > type > '
MonoDevelop.Core.Runtime' from assembly 'MonoDevelop.Core, > Version=0.18.0.0, Culture=neutral'. > > Looks like you are missing Mono.Addins
, I'm not sure if there is a > package for it yet but you can get it from svn it is module > mono-addins. >
|
| Re: MonoDevelop 0.18.1 dies in Ubuntu
... |
  United States |
2007-12-31 14:48:30 |
On Mon, 2007-12-31 at 10:18 -0600, Marcos MarÃn wrote:
>
>
> On Dec 31, 2007 5:52 AM, Carl Moser <carl carteblanc.com> wrote:
>
> I downloaded mono-addins-0.3
> When I do ./configure, I get:
>
> configure: error: No al tool found. You need to
install either
> the mono
> or .Net SDK.
>
>
> Do you have more than one mono installed on your
machine?
>
>
> Carl
>
I tried to uninstall mono and reinstall. Now when I try to
reinstall
mono, I get:
$ sudo apt-get install mono-jit
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you
have
requested an impossible situation or if you are using the
unstable
distribution that some required packages have not yet been
created
or been moved out of Incoming.
Since you only requested a single operation it is extremely
likely that
the package is simply not installable and a bug report
against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mono-jit: Depends: libc6 (>= 2.7-1) but 2.6.1-1ubuntu10
is to be
installed
Depends: mono-common (= 1.2.6+dfsg-2) but it is
not going to
be installed
E: Broken packages
How do I bring libc6 to >=2.7-1?
Carl
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: MonoDevelop 0.18.1 dies in Ubuntu
... |

|
2007-12-31 14:58:07 |
|
On Dec 31, 2007 2:48 PM, Carl Moser < carl  carteblanc .com" target="_blank">carl carteblanc.com> wrote:
On Mon, 2007-12-31 at 10:18 -0600, Marcos Marín wrote: > > > On Dec 31, 2007 5:52 AM, Carl Moser < carl carteblanc.com" target="_blank">carl carteblanc.com> wrote: >
> I downloaded mono-addins-0.3 > When I do ./configure, I get: > > configure: error: No al tool found. You need to install either > the mono > or .Net SDK.
> > > Do you have more than one mono installed on your machine? > > > Carl >
I tried to uninstall mono and reinstall. Now when I try to reinstall mono, I get:
$ sudo apt-get install mono-jit Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against
that package should be filed. The following information may help to resolve the situation:
The following packages have unmet dependencies: mono-jit: Depends: libc6 (>= 2.7-1) but 2.6.1-1ubuntu10 is to be
installed Depends: mono-common (= 1.2.6+dfsg-2) but it is not going to be installed E: Broken packages
How do I bring libc6 to >=2.7-1?
Carl Sorry but I can't help you with that.
>
|
[1-8]
|
|