[Pkg-mono-devel] mono 1.0 dependencies?
Mark Setzer
mark@stoneedge.com
Tue, 13 Jul 2004 11:37:00 -0400
Hey guys,
I appreciate all the fine work that has gone into packaging Mono for us
Debian folks, but I've run into a bit of a problem here. Specifically, there
seems to be no way to install mono on my machine (Debian/PPC Sid) with apt.
I'm using the unstable repositories from kernel.org, us.debian and
non-us.debian, and my sources.list has the following lines:
--
deb http://pkg-mono.alioth.debian.org/current ./
deb-src http://pkg-mono.alioth.debian.org/current ./
--
...which I believe is correct, but if I try to install, I get a broken
package for mono-assemblies-arch:
--
warsaw:~# apt-get install mono
....
The following packages have unmet dependencies:
mono: Depends: mono-assemblies-arch but it is not installable
--
I checked out aptitude to see if I could get anything to go, and it turns
out mono-server fails as well:
--
warsaw:~# apt-get install mono-server
....
The following packages have unmet dependencies:
mono-server: Depends: mono-assemblies-base (< 0.97) but 1.0-1 is to be
installed
Depends: libapache-mod-mono (>= 0.10) but it is not
installable
--
So mod-mono is missing and mono-server thinks it needs an older
assemblies-base package? Weird.
Known issue? Sorry if I missed something that's already been covered before,
but I couldn't turn up anything when I sniffed around the mono lists and
such.
Thanks,
Mark