Re: Apt-get circular dependencies

2005-11-04 Thread Todd A. Jacobs
On Thu, Nov 03, 2005 at 02:40:55PM +0800, Marcus Deluigi (intern) wrote:

 Unfortunately, there is a circular dependency: --- apt-get -f install
 libpango1.0-0/testing Reading Package Lists... Done Building

Try: 

apt-get install -t testing libpango1.0-0

to pull in required dependencies automagically.

-- 
Re-Interpreting Historic Miracles with SED #141: %s/water/wine/g


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Apt-get circular dependencies

2005-11-03 Thread Marc PERRUDIN
Marcus Deluigi (intern) a écrit :

Hi!

I have debian sarge installed, but want to use some of the newer mono
packages.
I made source pinning and tried to install some libraries.

Unfortunately, there is a circular dependency:
---
apt-get -f install libpango1.0-0/testing
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 1.8.2-3 (Debian:testing) for libpango1.0-0
..
libpango1.0-0: Depends: libpango1.0-common (= 1.8.2-3) but 1.8.1-1 is
to be installed
---

---
apt-get install libpango1.0-common/testing
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 1.8.2-3 (Debian:testing) for libpango1.0-common
...
libpango1.0-common: Depends: libpango1.0-0 (= 1.8.2) but 1.8.1-1 is to
be installed
---

How can I resolve this conflict?
Should I force apt-get to install one of these packages?
My experience says, forcing apt-get always results in a package mess.
Therefore, I'm searching for other solutions first ..
  

Have you try 'apt-get install libpango1.0-0/testing
libpango1.0-common/testing' ?

Greetings,
Marcus

  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Apt-get circular dependencies

2005-11-02 Thread Marcus Deluigi (intern)

Hi!

I have debian sarge installed, but want to use some of the newer mono
packages.
I made source pinning and tried to install some libraries.

Unfortunately, there is a circular dependency:
---
apt-get -f install libpango1.0-0/testing
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 1.8.2-3 (Debian:testing) for libpango1.0-0
..
libpango1.0-0: Depends: libpango1.0-common (= 1.8.2-3) but 1.8.1-1 is
to be installed
---

---
apt-get install libpango1.0-common/testing
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 1.8.2-3 (Debian:testing) for libpango1.0-common
...
libpango1.0-common: Depends: libpango1.0-0 (= 1.8.2) but 1.8.1-1 is to
be installed
---

How can I resolve this conflict?
Should I force apt-get to install one of these packages?
My experience says, forcing apt-get always results in a package mess.
Therefore, I'm searching for other solutions first ..

Greetings,
Marcus