Discussion:
multi-tty debian package not working in ubuntu edgy
Sridhar Ratna
2006-12-10 10:01:14 UTC
Permalink
I added this to my sources.list:

# Multi-tty Emacs
deb http://aszt.inf.elte.hu/~lorentey/mirror/apt unstable multi-tty
deb-src http://aszt.inf.elte.hu/~lorentey/mirror/apt unstable multi-tty

But unfortunately this doesn't install in ubuntu edgy.

$ sudo apt-get install emacs-multi-tty
[~]
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
emacs-multi-tty: Depends: libasound2 (> 1.0.12) but 1.0.11-7ubuntu3
is to be installed
E: Broken packages
$
--
http://www.nearfar.org/
Manoj Srivastava
2007-01-05 18:44:07 UTC
Permalink
On Sun, 10 Dec 2006 15:31:13 +0530, Sridhar Ratna <srid at nearfar.org>
Post by Sridhar Ratna
Post by Sridhar Ratna
Multi-tty Emacs
deb http://aszt.inf.elte.hu/~lorentey/mirror/apt unstable
multi-tty deb-src http://aszt.inf.elte.hu/~lorentey/mirror/apt
unstable multi-tty
But unfortunately this doesn't install in ubuntu edgy.
emacs-multi-tty: Depends: libasound2 (> 1.0.12) but
1.0.11-7ubuntu3
is to be installed
Just goes to show that Ubuntu ain't Debian :)
,----
| % rmadison libasound2
| libasound2 | 1.0.8-3 | stable | alpha, arm, hppa, i386,
| ia64, m68k, mips, mipsel,
| powerpc, s390, sparc
| libasound2 | 1.0.13-1 | testing | alpha, amd64, arm, hppa,
| i386, ia64, m68k, mips,
| mipsel, powerpc, s390, sparc
| libasound2 | 1.0.13-1 | unstable | alpha, amd64, arm, hppa,
| i386, ia64, m68k, mips,
| mipsel, powerpc, s390, sparc
`----

So pre-release (Etch, testing) as well as unstable versions of
Debian have the correct library versions; Ubuntu apparently synced
from Debian a while back.

manoj
--
Real computer scientists like having a computer on their desk, else
how could they read their mail?
Manoj Srivastava <srivasta at acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
Daniel 'NebuchadnezzaR' Dehennin
2007-01-05 21:30:42 UTC
Permalink
Post by Manoj Srivastava
So pre-release (Etch, testing) as well as unstable versions of
Debian have the correct library versions; Ubuntu apparently synced
from Debian a while back.
Well, on my Debian Sid, the last debian package of emacs-lorentey and
emacs-multitty depend on libc6 >= 2.4-1 but my system there is only
2.3.6.ds1-9 on my sid :-/

The emacs-multi-tty depends on libc6 >= 2.5.

Regards.
--
Daniel 'NebuchadnezzaR' Dehennin
R?cup?rer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69
Manoj Srivastava
2007-01-06 06:05:46 UTC
Permalink
Post by Daniel 'NebuchadnezzaR' Dehennin
Post by Manoj Srivastava
So pre-release (Etch, testing) as well as unstable versions of
Debian have the correct library versions; Ubuntu apparently synced
from Debian a while back.
Well, on my Debian Sid, the last debian package of emacs-lorentey
and emacs-multitty depend on libc6 >= 2.4-1 but my system there is
only 2.3.6.ds1-9 on my sid :-/
The emacs-multi-tty depends on libc6 >= 2.5.
Now that is odd. As far as I can tell, that is a libc6 from
experimental:
__> rmadison libc6
libc6 | 2.3.2.ds1-22sarge4 | stable | arm, hppa, i386,
m68k, mips, mipsel,
powerpc, s390, sparc
libc6 | 2.3.2.ds1-22sarge5 | proposed-updates | arm, hppa, i386,
m68k, mips,
mipsel, powerpc,
s390, sparc
libc6 | 2.3.6.ds1-8 | testing | amd64, arm, hppa, i386,
m68k, mips, mipsel,
powerpc, s390, sparc
libc6 | 2.3.6.ds1-9 | unstable | amd64, arm, hppa, i386,
m68k, mips, mipsel,
powerpc, s390, sparc
libc6 | 2.3.999.2-12 | experimental | hppa
libc6 | 2.5-0exp2 | experimental | arm, mips, mipsel, powerpc,
s390
libc6 | 2.5-0exp3 | experimental | amd64, i386, sparc

manoj
--
"Brain? Brain? What is 'brain'?"
Manoj Srivastava <srivasta at acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
Sridhar Ratna
2007-01-06 03:13:21 UTC
Permalink
now I get,

The following packages have unmet dependencies:
emacs-multi-tty: Depends: emacs-multi-tty-bin-common (= 0.2004.591-1) but
it is not going to be installed
Depends: libasound2 (> 1.0.12) but 1.0.11-7ubuntu3 is to
be installed
Depends: libc6 (>= 2.5) but 2.4-1ubuntu12 is to be
installed
Depends: libpng12-0 (>= 1.2.13-4) but
1.2.8rel-5.1ubuntu0.1 is to be installed
E: Broken packages
Post by Manoj Srivastava
On Sun, 10 Dec 2006 15:31:13 +0530, Sridhar Ratna <srid at nearfar.org>
Post by Sridhar Ratna
Post by Sridhar Ratna
Multi-tty Emacs
deb http://aszt.inf.elte.hu/~lorentey/mirror/apt unstable
multi-tty deb-src http://aszt.inf.elte.hu/~lorentey/mirror/apt
unstable multi-tty
But unfortunately this doesn't install in ubuntu edgy.
emacs-multi-tty: Depends: libasound2 (> 1.0.12) but
1.0.11-7ubuntu3
is to be installed
Just goes to show that Ubuntu ain't Debian :)
,----
| % rmadison libasound2
| libasound2 | 1.0.8-3 | stable | alpha, arm, hppa, i386,
| ia64, m68k, mips, mipsel,
| powerpc, s390, sparc
| libasound2 | 1.0.13-1 | testing | alpha, amd64, arm, hppa,
| i386, ia64, m68k, mips,
| mipsel, powerpc, s390, sparc
| libasound2 | 1.0.13-1 | unstable | alpha, amd64, arm, hppa,
| i386, ia64, m68k, mips,
| mipsel, powerpc, s390, sparc
`----
So pre-release (Etch, testing) as well as unstable versions of
Debian have the correct library versions; Ubuntu apparently synced
from Debian a while back.
manoj
--
Real computer scientists like having a computer on their desk, else
how could they read their mail?
Manoj Srivastava <srivasta at acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
--
http://nearfar.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fnord.hu/pipermail/multi-tty/attachments/20070106/3196864e/attachment.htm
Loading...