Mono 2.0 Packages for Ubuntu Intrepid
I was disappointed to read that Intrepid will not include Mono 2.0, so I created packages. They’re available for download from my PPA.
deb http://ppa.launchpad.net/firerabbit/ubuntu intrepid main deb-src http://ppa.launchpad.net/firerabbit/ubuntu intrepid main
Please let me know if you find them useful!
Note that these packages are unofficial, if you have any problems, please let me know directly. Do not file an ubunu bug.
Also, here’s the diff against the pkg-mono repository which is currently at v1.9.1.
Categorized as Open Source, Open Source, Ubuntu
Thanks. I’m Mono/Ubuntu user and it’s not easy to be updated. I’ll try it.
There seems to be a problem installing mono-smcs:
Depends: mono-runtime (>=2.0) but 2.0~ppa0 is to be installed
Which seems weird…
Thanks, this is great! Everything looks good so far.
Thank You very mutch!
Will they work on older Ubuntus as well?
Thanks :)
Hey there. Thanks for the packages. I tried to do something similar but I couldn’t find my way around the file lists well enough to do a what I thought would be a satisfactory job, so I wound up just building a script that built it from source and installed it in a directory under ${HOME}.
One question, though: Is it possible that you could put together the Mono debugger with the package set? These packages leave the old (Intrepid) version of the Mono debugger on the system, which doesn’t work with the new Mono at all.
If not, that’s perfectly understandable.
BTW, you may want to update the version so that hard >=-style dependencies can work. If you use 2.0-1~ppa0 as the package version number, the dependency of (>= 2.0) ought to work just fine.
Hey, I’m seeing the same error as Paul Burton…
Thanks this is pretty cool :)
Can you package Monodevelop 2.0 alpha 1 also? (mainly because monodvelop-vala addin)
Like for Suse: http://mjhutchinson.com/journal/2008/10/17/updating_monodevelop_trunk_packages
Same here -> ubuntu doesn’t think that 2.0~ppa0 >= 2.0 …
mono-smcs dependencies are b0rked.
Big thanks from the GNOME Do team!
Thanks for taking the time to put it together for the rest of us! :)
Hi, can you please package mono-debugger? i can’t compile monodevelop from SVN with debugger suport
Thank you very much for this effort.
You would mind packaging libgdiplus as well please? I get rendering glitches in my Ubuntu 8.04, and I think it’s due to the fact that I have still libgdiplus 1.2.6.
Thanks,
Laurent.
that’s seems working…. last needed should be an svn Monodevelop version ;-)
The packages are great. Thank you.
Could you add an updated mono-debugger package? MonoDevelop with Debugger wants to have 2.0 but it is 0.6.
“There seems to be a problem installing mono-smcs:
Depends: mono-runtime (>=2.0) but 2.0~ppa0 is to be installed
Which seems weird…”
I’m getting the same problem
I have the same problem that Paul Burton says..
The message is showed when I check mono-smcs
Thanks.
This is great! works for hardy 8.04? Thanks!
Thanks
Very good, also having an updated Monodevelop will be fantastic
Thank you!
mono-smcs is giving me the same issue that Paul Burton identified.
mono-smcs:
Depends: mono-runtime (>=2.0) but 2.0~ppa0 is to be installed
Is it possible that these packages do not include Monodevelop? I was able to build mono from svn, but Monodevelop is much more tricky… =(
Are you going to publish MD as well?
Thank you, that’s cool!
For those getting:
Depends: mono-runtime (>=2.0) but 2.0~ppa0 is to be installed
Make sure your repositories are intrepid not hardy.
I had to “ln -s /usr/bin/gmcs /usr/bin/gmcs2″ in order to get Monodevelop working…
As kraptor mentions above, I also had to create a symlink /usr/bin/gmcs -> /usr/bin/gmcs2.
Microsoft.CSharpCodeProvider() throws a very unclear exception when it can’t find gmcs. When calling CSharpCodeProvider.CompileAssemblyFromSource(), an exception with the text “Standard output has not been redirected or process has not been started.” is thrown.
More in this email thread: http://www.mail-archive.com/mono-bugs@lists.ximian.com/msg54632.html
Any chance of seeing the mod_mono (libapache2-mod-mono, mono-apache-server2, mono-xsp-base, etc) part packaged too?
Why mono-debugger deb package doesn’t present in repository?
Thank you, could you also add xsp.
Hi, Eric. Thank you very much for your 2.0 packages. Do you plan upgrading them to 2.2 soon?
Thanks for this. Very useful for getting monodevelop to work from svn. 2.2 would be great.
thanks man, hope you also upload the mono 2.2, be nice, anyway thank you very much for this update
Thank you very much! 2.2 would really be great
I’m on Ububtu Hardy at SliceHost
Added to the /etc/apt/source.list the following ppa
———————–
deb http://ppa.launchpad.net/firerabbit/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/firerabbit/ppa/ubuntu hardy main
————————-
Installed mono-2.0-devel and mono-gmcs
Now when I run the compiler, the following error is generated.
deploy@mail:~$ gmcs example.cs
TYPE: 1
**
** ERROR:(mini-amd64.c:192):amd64_patch: assertion failed: (amd64_is_imm32 (disp))
Stacktrace:
Native stacktrace:
/usr/bin/mono [0x51bb67]
/lib/libpthread.so.0 [0x7f02a35777d0]
/lib/libc.so.6(gsignal+0×35) [0x7f02a2fb8095]
/lib/libc.so.6(abort+0×110) [0x7f02a2fb9af0]
/usr/lib/libglib-2.0.so.0(g_assertion_message+0×117) [0x7f02a39e2d87]
/usr/lib/libglib-2.0.so.0 [0x7f02a39e3222]
/usr/bin/mono [0x42dbb8]
/usr/bin/mono [0x4e6229]
/usr/bin/mono [0x50849b]
/usr/bin/mono [0x508cd9]
/usr/bin/mono [0x5091d3]
/usr/bin/mono(mono_exception_from_name_two_strings+0xdd) [0x48c38d]
/usr/bin/mono(mono_runtime_init+0×13e) [0x48e64e]
/usr/bin/mono [0x4e31e5]
/usr/bin/mono(mono_main+0×341) [0x4169b1]
/lib/libc.so.6(__libc_start_main+0xf4) [0x7f02a2fa41c4]
/usr/bin/mono(realloc+0×381) [0x416109]
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Aborted
—————————–
Can somebody plz help me out of this?
Hi , thanks for the packages.
That’s what I was looking for, but I have a problem with my netBook akoya e1210. After installing upgrade to 8.10 I have my network down and I am trying to restore it in same way.
In the while I need to install mono 2.0 or later. could you give me a hand to download these packages in a USB driver and than install it manually?.
Man. Finally. I have been trying to get mono/monodevelop (the newer than ubuntu gives which is ancient 1.0) for week. I couldn’t thank you enough. THANK YOU!!! THANK YOU!!! THANK YOU!!! THANK YOU!!! THANK YOU!!! THANK YOU!!! THANK YOU!!! THANK YOU!!! THANK YOU!!! THANK YOU!!!
Really.
Thank you! These are the first instructions that got the 2.0 version working for me. Now its onto clutter….
on my EEE 701 with #! crunchbang linux