Comment 4 for bug 366506

Revision history for this message
Darryl Allardice (duderdice) wrote :

I'm running Karmic and just apt-get upgraded everything available, and --reinstalled the "mono-devel" package and I am getting this error when trying to execute 'mcs' on the command line:

  ~$ mcs
  The program 'mcs' is currently not installed. You can install it by typing:
  sudo apt-get install mono-devel
  bash: mcs: command not found

Previously, it just told me that [Cannot open assembly '/usr/lib/mono/1.0/mcs.exe': No such file or directory.] when the 'mcs' script was exec'ing the mcs.exe file which did not exist. Now it looks like its completely gone now and does not get recreated when installing "mono-devel". Doesn't appear to be fixed correctly.... or am I missing something???