Your message dated Thu, 28 Apr 2011 21:41:21 +0200
with message-id <[email protected]>
and subject line Re: [pkg-mono-group] Bug#624299: looping configuration
dependancy starting with mono-runtime
has caused the Debian Bug report #624299,
regarding looping configuration dependancy starting with mono-runtime
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
624299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624299
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mono-runtime
Version: 2.10.1-4
Severity: grave
Justification: renders package unusable
Hi
I tried installing mod-mono and libapche2-mod-mono which wouldn't install in
synaptic
went to www.mono-project.com which told me that the latest mono version was
2.10
then found this on a debian ftp mirror
went to install that and dpkg gave me the new 2.10 dependancies which i then
started installing
then got into a dependancy install configuration loop shown next below
(i ran a dpkg -i --force-depends libmono-corlib4.0-cil_2.10.1-4_all.deb prior
to this. don't think it's made any difference to the loop though)
================================================
dpkg -i libmono-corlib4.0-cil_2.10.1-4_all.deb
(Reading database ... 154264 files and directories currently installed.)
Preparing to replace libmono-corlib4.0-cil 2.10.1-4 (using libmono-
corlib4.0-cil_2.10.1-4_all.deb) ...
Unpacking replacement libmono-corlib4.0-cil ...
dpkg: dependency problems prevent configuration of libmono-corlib4.0-cil:
libmono-corlib4.0-cil depends on mono-runtime (>= 2.10.1); however:
Package mono-runtime is not configured yet.
libmono-corlib4.0-cil depends on mono-runtime (<< 2.10.2); however:
Package mono-runtime is not configured yet.
dpkg: error processing libmono-corlib4.0-cil (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libmono-corlib4.0-cil
dpkg --configure mono-runtime
dpkg: dependency problems prevent configuration of mono-runtime:
mono-runtime depends on mono-gac (= 2.10.1-4); however:
Package mono-gac is not configured yet.
dpkg: error processing mono-runtime (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mono-runtime
dpkg --configure mono-gac
dpkg: dependency problems prevent configuration of mono-gac:
mono-gac depends on mono-4.0-gac (= 2.10.1-4); however:
Package mono-4.0-gac is not configured yet.
dpkg: error processing mono-gac (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mono-gac
dpkg --configure mono-4.0-gac
dpkg: dependency problems prevent configuration of mono-4.0-gac:
mono-4.0-gac depends on libmono-corlib4.0-cil (>= 2.10.1); however:
Package libmono-corlib4.0-cil is not configured yet.
mono-4.0-gac depends on libmono-security4.0-cil (>= 2.10.1); however:
Package libmono-security4.0-cil is not installed.
dpkg: error processing mono-4.0-gac (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mono-4.0-gac
dpkg --configure libmono-corlib4.0-cil
dpkg: dependency problems prevent configuration of libmono-corlib4.0-cil:
libmono-corlib4.0-cil depends on mono-runtime (>= 2.10.1); however:
Package mono-runtime is not configured yet.
libmono-corlib4.0-cil depends on mono-runtime (<< 2.10.2); however:
Package mono-runtime is not configured yet.
dpkg: error processing libmono-corlib4.0-cil (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libmono-corlib4.0-cil
================================================
I'll probably run through with "dpkg --configure --force-depends " on the all
the packages and see if that works
it's just mono so not many dependancies hanging off it if i break something
-- System Information:
Debian Release: 6.0.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32 (SMP w/6 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages mono-runtime depends on:
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
pn mono-gac <none> (no description available)
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages mono-runtime recommends:
ii binfmt-support 1.2.18 Support for extra binary formats
Versions of packages mono-runtime suggests:
ii libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii xdg-utils 1.0.2+cvs20100307-2 desktop integration utilities from
-- Configuration Files:
/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx [Errno 2] No such file or
directory: u'/etc/mono/4.0/DefaultWsdlHelpGenerator.aspx'
/etc/mono/4.0/machine.config [Errno 2] No such file or directory:
u'/etc/mono/4.0/machine.config'
/etc/mono/4.0/settings.map [Errno 2] No such file or directory:
u'/etc/mono/4.0/settings.map'
/etc/mono/4.0/web.config [Errno 2] No such file or directory:
u'/etc/mono/4.0/web.config'
-- no debconf information
--- End Message ---
--- Begin Message ---
On 04/27/2011 10:47 AM, simon wrote:
Package: mono-runtime
Version: 2.10.1-4
Severity: grave
Justification: renders package unusable
Hi
I tried installing mod-mono and libapche2-mod-mono which wouldn't install in
synaptic
went to www.mono-project.com which told me that the latest mono version was
2.10
then found this on a debian ftp mirror
went to install that and dpkg gave me the new 2.10 dependancies which i then
started installing
You are not supposed to install packages by using dpkg, if you do you
have to resolve and take care of dependencies yourself. Only by using
APT you will have correctly installed packages.
then got into a dependancy install configuration loop shown next below
(i ran a dpkg -i --force-depends libmono-corlib4.0-cil_2.10.1-4_all.deb prior
to this. don't think it's made any difference to the loop though)
================================================
dpkg -i libmono-corlib4.0-cil_2.10.1-4_all.deb
(Reading database ... 154264 files and directories currently installed.)
Preparing to replace libmono-corlib4.0-cil 2.10.1-4 (using libmono-
corlib4.0-cil_2.10.1-4_all.deb) ...
Unpacking replacement libmono-corlib4.0-cil ...
dpkg: dependency problems prevent configuration of libmono-corlib4.0-cil:
libmono-corlib4.0-cil depends on mono-runtime (>= 2.10.1); however:
Package mono-runtime is not configured yet.
libmono-corlib4.0-cil depends on mono-runtime (<< 2.10.2); however:
Package mono-runtime is not configured yet.
dpkg: error processing libmono-corlib4.0-cil (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libmono-corlib4.0-cil
dpkg --configure mono-runtime
dpkg: dependency problems prevent configuration of mono-runtime:
mono-runtime depends on mono-gac (= 2.10.1-4); however:
Package mono-gac is not configured yet.
dpkg: error processing mono-runtime (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mono-runtime
dpkg --configure mono-gac
dpkg: dependency problems prevent configuration of mono-gac:
mono-gac depends on mono-4.0-gac (= 2.10.1-4); however:
Package mono-4.0-gac is not configured yet.
dpkg: error processing mono-gac (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mono-gac
dpkg --configure mono-4.0-gac
dpkg: dependency problems prevent configuration of mono-4.0-gac:
mono-4.0-gac depends on libmono-corlib4.0-cil (>= 2.10.1); however:
Package libmono-corlib4.0-cil is not configured yet.
mono-4.0-gac depends on libmono-security4.0-cil (>= 2.10.1); however:
Package libmono-security4.0-cil is not installed.
dpkg: error processing mono-4.0-gac (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mono-4.0-gac
dpkg --configure libmono-corlib4.0-cil
dpkg: dependency problems prevent configuration of libmono-corlib4.0-cil:
libmono-corlib4.0-cil depends on mono-runtime (>= 2.10.1); however:
Package mono-runtime is not configured yet.
libmono-corlib4.0-cil depends on mono-runtime (<< 2.10.2); however:
Package mono-runtime is not configured yet.
dpkg: error processing libmono-corlib4.0-cil (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libmono-corlib4.0-cil
================================================
I'll probably run through with "dpkg --configure --force-depends " on the all
the packages and see if that works
it's just mono so not many dependancies hanging off it if i break something
You are not supposed to install packages from Debian/Experimental on
Debian/Stable. Experimental packages can only be installed on a
Debian/Unstable system. This is not supported.
Mirco Bauer
--- End Message ---