Re: Circular dependency.

2014-07-20 Thread Andrei POPESCU
On Mi, 09 iul 14, 11:03:48, G.W. Haywood wrote: > > I found that the problem appeared to be a circular dependency. When I > removed all the packages in the dependency loop in a single operation > things went much more smoothly. > > dpkg -B -r libaccess-bridge-java-jni lib

Circular dependency.

2014-07-09 Thread G.W. Haywood
rid of (and I don't want those fackages either). So today I got the bit between my teeth and decided once and for all to get rid of openjdk-6-jre and if necessary anything else that had to be deleted in order to get rid of it once and for all. I found that the problem appeared to be a circular

Re: Circular Dependency

2006-04-13 Thread Ron Johnson
On Thu, 2006-04-13 at 14:51 -0700, Redefined Horizons wrote: > Is it possible for a Debian Package to have a circular dependency? > > I tried installing the latest stable Debian packages for Eclipse. > Synaptic told me that eclipse-jdt depended on eclipse-jdt-common, and > t

Re: Circular Dependency

2006-04-13 Thread Linas Žvirblis
Redefined Horizons wrote: > Is it possible for a Debian Package to have a circular dependency? Yes. > I tried installing the latest stable Debian packages for Eclipse. Synaptic > told me that eclipse-jdt depended on eclipse-jdt-common, and that > eclipse-jdt-common depended on eclip

Circular Dependency

2006-04-13 Thread Redefined Horizons
Is it possible for a Debian Package to have a circular dependency?   I tried installing the latest stable Debian packages for Eclipse. Synaptic told me that eclipse-jdt depended on eclipse-jdt-common, and that eclipse-jdt-common depended on eclipse-jdt. Is this possible? Is it a problem with the

Re: dist-upgrade from stable to testing: circular dependency

2001-08-09 Thread Michael Heldebrant
t; perl: /lib/libc.so.6: version `GLIBC_2.2' not found (required by > /lib/libdb.so.3) > > I went to the debian-user archives and found that I should go into > /var/cache/apt/archives and do dpkg -i on the packages I needed. > Here's where I ran into the circular depend

dist-upgrade from stable to testing: circular dependency

2001-08-09 Thread brlewis
perl: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /lib/libdb.so.3) I went to the debian-user archives and found that I should go into /var/cache/apt/archives and do dpkg -i on the packages I needed. Here's where I ran into the circular dependency: dpkg: dependency p

Re: circular dependency : failed dist-upgrade to unstable

2001-06-14 Thread Colin Watson
ed a similar error. > >I seem to have run into a circular dependency problem . Since Circular dependencies are no problem, we have them all over Debian. (Circular pre-dependencies would be a problem.) Try 'apt-get install libc6 libdb2'? If your perl is broken, that might be a problem

circular dependency : failed dist-upgrade to unstable

2001-06-14 Thread Balbir Thomas
perl: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /lib/libdb.so.3) E: Write error - write (32 Broken pipe) E: Failure running script /usr/sbin/dpkg-preconfigure --apt I also tried apt-get install libc6 , which reported a similar error. I seem to have run into a circular dependency