[MonoDevelop] SIGSERV on make in monodevelop 0.14

Sanford Armstrong sanfordarmstrong at gmail.com
Wed Jun 13 14:42:30 EDT 2007


Those all work for me on Ubuntu 7.04...I haven't had to upgrade any
packages that I can think of while moving between 0.12, 0.13, and
0.14.  I don't think MD's dependencies have changed much.  Can't think
of what else your problem might be.  :-(

On 6/13/07, Vitor Hugo Barros <vitor.h.barros at gmail.com> wrote:
> Thanks for your answer
>
> In fact I had all of those packages already installed...
>
> I reinstalled them all and tried to compile MonoDevelop again. The
> same error happened:
>
> -----
> ./Gui/DbProviderCollection.cs(38,23): error CS0246: The type or
> namespace name `MySqlDbProvider' could not be found. Are you missing a
> using directive or an assembly reference?
> ./Gui/DbProviderCollection.cs(39,23): error CS0246: The type or
> namespace name `NpgsqlDbProvider' could not be found. Are you missing
> a using directive or an assembly reference?
> ./Gui/DbProviderCollection.cs(41,23): error CS0246: The type or
> namespace name `OracleDbProvider' could not be found. Are you missing
> a using directive or an assembly reference?
> Compilation failed: 3 error(s), 0 warnings
> -----
>
> Could this be some new 0.14 dependency? (The packages on apt are
> related to monodevelop 0.12)
>
>
> Thanks!
>
> On 6/13/07, Sanford Armstrong <sanfordarmstrong at gmail.com> wrote:
> > You might need these packages from apt:
> >
> > libmono-system-runtime2.0-cil (contains System.Runtime.Remoting)
> > liblog4net1.2-cil
> > libmono-cecil0.4-cil
> > libmono-npgsql2.0-cil
> > libmono-bytefx0.7.6.2-cil
> > libmono-oracle2.0-cil
> >
> > Not sure why configure doesn't pick these up.  You can always go all
> > out and run `sudo apt-get build-dep monodevelop` to get all the
> > dependencies required to build a .deb package for MD.  You'll probably
> > get some stuff you don't need, but it usually takes care of things
> > that configure doesn't check.
> >
> > Sandy
> >
> > On 6/13/07, Vitor Hugo Barros <vitor.h.barros at gmail.com> wrote:
> > > Thanks, it solved the problem!
> > >
> > > But I still getting problem on compiling...
> > >
> > > --------
> > > ./Gui/DbProviderCollection.cs(38,23): error CS0246: The type or
> > > namespace name `MySqlDbProvider' could not be found. Are you missing a
> > > using directive or an assembly reference?
> > > ./Gui/DbProviderCollection.cs(39,23): error CS0246: The type or
> > > namespace name `NpgsqlDbProvider' could not be found. Are you missing
> > > a using directive or an assembly reference?
> > > ./Gui/DbProviderCollection.cs(41,23): error CS0246: The type or
> > > namespace name `OracleDbProvider' could not be found. Are you missing
> > > a using directive or an assembly reference?
> > > --------
> > >
> > > (I think this could to be checked on configure phase too)
> > >
> > > What is missing this time?
> > >
> > >
> > > Thanks!
> > >
> > >
> > > On 6/13/07, "Andrés G. Aragoneses [ knocte ]" <knocte at gmail.com> wrote:
> > > > Vitor Hugo Barros escribió:
> > > > > I'm getting a SIGSERV error when I compile monodevelop 0.14.
> > > > >
> > > > > I googled it but all didn't got anything...
> > > > >
> > > > > Here is the make output:
> > > > >
> > > > > http://rafb.net/p/5KF8N483.html
> > > > >
> > > > > Anyone is having this problem? Any ideas on this?
> > > > >
> > > > > I'm using Ubuntu 7.04 (32-bit edition in a Turion64 2000MHz) with mono
> > > > > 1.2.3.1. I was using monodevelop 0.12 before without any problems...
> > > > >
> > > >
> > > > Well, the SIGSERV appears to be a mono bug itself (perhaps a gmcs bug),
> > > > but I guess you can fix this problem getting the Mono.Cairo assembly
> > > > (BTW, perhaps this is also a bug in MD: we should check this in
> > > > configure phase, don't you think?).
> > > >
> > > > Regards,
> > > >
> > > >         Andrés  [ knocte ]
> > > >
> > > > --
> > > >
> > > > _______________________________________________
> > > > Monodevelop-list mailing list
> > > > Monodevelop-list at lists.ximian.com
> > > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > > >
> > > _______________________________________________
> > > Monodevelop-list mailing list
> > > Monodevelop-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> > >
> >
>


More information about the Monodevelop-list mailing list